@charset "utf-8";

/* Reset settings to default values */
@import url("reset.css");
/* Styles for 2D slider on the start page */
@import url("slider.css");

/* Main Styles */
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color:#2d2d2d;
}
p {
	line-height: 1.3;
	padding-bottom: 15px;
}
.dropcap {
	display: block;
	float: left;
	font-size: 30px;
	margin: 0 7px 0 0;
	line-height: 30px;
}
.pullquote_left, .pullquote_right {
	float: left;
	width: 33%;
	padding: 0 15px 0 0;
	margin: 12px  20px  12px 0;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	background: url(../images/pullquotes-bg.gif) right top repeat-y;
	text-align: right;
	line-height: 1.3;
}
.pullquote_right {
	float: right;
	width: 33%;
	padding: 0 0 0 15px;
	margin: 12px  0 12px 20px;
	background-position: left top;
	text-align: left;
}

.clear { clear: both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */


.full-width, .half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	float: left;
	margin: 7px 15px;
	text-align: justify;
	line-height: 1.2;
}

.full-width 	{ width: 930px; clear: both;}
.half 			{ width: 450px !important; width: 445px; margin: 7px 12px; }
.one-third 		{ width: 285px; }
.one-fourth 	{ width: 200px; }
.two-thirds 	{ width:930px; }
.three-fourths	{ width: 660px; }

.right { float: right; }
.half.last { margin: 7px 0; float: right; }

h1, h2, h3, h4, h5, h6, ul.style1 li.first, ul.style2 li.first, ul.style3 li.first {
	color: #E97927;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 8px 0;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4, ul.style1 li.first, ul.style2 li.first, ul.style3 li.first { font-size: 18px; background-image: none; }
h5 { font-size: 16px; text-transform: capitalize; }
h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

img {
	margin: 5px 20px 12px 0;
	border: 1px solid #DEDEDE;
	float: left;
	display: block;
	padding: 7px;
	background: #FDFDFD;
}

img.right {
	float: right;
	margin: 12px 0 12px 20px;
}

a img {
	margin: 0;
}
#pp_full_res img {
	margin: 0;
}

a.photo, a.video, a.content {
	position: relative;
	display: block;
	float: left;
	margin: 5px 15px 10px 0 !important;
	margin: 0 0 10px 0;
	background: url(../images/zoom.png) center center no-repeat;
}
a.photo img, a.video img, a.content img { margin-right: 0; }

a.photo { background-image: url(../images/icon-photo2.png); }
a.video { background-image: url(../images/icon-video2.png); }
a.content { background-image: url(../images/zoom2.png); }

.mainContent ul {
	margin: 5px 20px 15px 0 !important;
	margin: 5px 20px 15px 0;
	display: inline-block;
}
.mainContent li {
	display: block;
	padding: 4px 0 4px 16px;
	background: url(../images/list-style1.gif) left 8px no-repeat;
	clear: left;
}

ul.style1 li { background-image: url(../images/list-style1.gif); }
ul.style2 li { background-image: url(../images/list-style2.gif); }
ul.style3 li { background: url(../images/list-style3.gif) left 4px no-repeat; padding-left: 20px }

ul.style2 li.first  { color: #dd841c; }

a { color: #e97927; }

a.orange { color: #e97927; }
a.grey { color: #777777; }
a:hover { text-decoration: none;}

a.btn {
	display: block;
	float: left;
	padding-left: 12px;
	background: url(../images/buttons.gif) left top no-repeat;
	text-decoration: none;
	margin: 10px 7px 0 0;
}

a.btn.orange 				{ background-position: left -76px; }
a.btn.grey 					{ background-position: left -152px; }
a.btn.dark-grey 			{ background-position: left -228px; }

a.btn span {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 23px;
	padding: 5px 12px 0 0;
	background: url(../images/buttons.gif) right top no-repeat;
	cursor: pointer;
}

a.btn.orange span 			{ background-position: right -76px; }
a.btn.grey span 			{ background-position: right -152px; color: #333333; }
a.btn.dark-grey span 		{ background-position: right -228px; }

a.btn:hover 				{ background-position: left -38px; }
a.btn.orange:hover			{ background-position: left -114px; }
a.btn.grey:hover 			{ background-position: left -190px; }
a.btn.dark-grey:hover 		{ background-position: left -266px; }

a.btn:hover span 			{ background-position: right -38px; }
a.btn.orange:hover span 	{ background-position: right -114px; }
a.btn.grey:hover span 		{ background-position: right -190px; }
a.btn.dark-grey:hover span 	{ background-position: right -266px; }

a.btn:active span			{ padding: 6px 12px 0 0; height: 22px; }

a.btn.more					{ background: url(../images/button-more.gif) left center no-repeat; padding-left: 20px; text-decoration: underline; margin-top: 0; }
a.btn.more:hover			{ text-decoration: none; background-position: left center;  }

.goTop {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 0 0 0;
	background: url(../images/divide-bg.gif) left bottom repeat-x;
	height: 1px;
}
.goTop span {
	display: block;
	margin-top: -7px;
	text-align: center;
	padding: 3px 0 3px 7px;
	color: #999999;
	text-decoration: none;
	float: right;
	font-size: 8px;
	text-transform: uppercase;
	background: #F9F9F9;
	cursor: pointer;
}
.goTop span:hover { color: #555555; }


/* -------------------------- */

.centerPage {
	width:960px;
	margin:0 auto;
}
#header {
	height:103px;
	background: url(../images/top-bg.gif) top repeat-x;
	text-align:left;
}
a.logo {
	background: url(../images/MehtaEnterprise.png) left top no-repeat;
	display: block;
	float: left;
	width:240px;		/* Type here your value */
	height:88px;		/* Type here your value */
	margin:15px 0 0 0;
}
ul.mainMenu {
	width:auto;
	float:right;
	margin:0;
	max-width:inherit;
}
.mainMenu>li {
	display: block;
	float: left;
	color: #DEDEDE;
	padding: 0;
	background-image: none;
}
.mainMenu li {
	background-image: none;
}
.mainMenu>li>a {
	display: block;
	background: url(../images/main-menu-break.gif) right top no-repeat;
	height:78px;		/* Full height with padding is just like header's height (103px) */
	padding:25px 15px 0 15px;
	color: #DEDEDE;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	float: left;
}
.mainMenu li a:hover, .mainMenu li a.active {
	color: #FFFFFF;
	background: url(../images/main-menu-hover.gif) top repeat-x;
}


/* ============ Third Menu =========== */
.thirdMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
}
.mainMenu .thirdMenu ul {
	background: #777777;
	border: 1px solid #555555;
	border-left: none;
}
.mainMenu .thirdMenu li a {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #8A8A8A;
	color: #DDDDDD;
}
.mainMenu .thirdMenu li a:hover {
	background: #818181;
}

/*======== Slider on Start Page ========= */
#slider {
	background: url(../images/slider-block-bg.jpg) 0 -8px repeat-x #FFFFFF;
	border-bottom:1px solid #e38f2c;
	text-align: center;
	clear:both;
	padding:10px 0 0 0;
}
#slider ul { max-width: inherit; }

#actionInfo h2 {
	font-size:16px;
	line-height:30px;
	width:700px;
	float: left;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin:10px 0 0 120px;
	text-align: center;
	vertical-align: middle;
}
#actionInfo h2 span {
	font-size: 21px;
	display: block;
	margin-bottom: 0px;
	vertical-align: middle;
}
a.actionBtn {
	width: 188px;
	height: 73px;
	padding-top:12px;
	background: url(../images/action-btn.png) center top no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	margin:15px 0 0 0;
}

/* ========= Main Content ========= */
.mainContent {
	width: 960px;
	overflow: hidden;
	padding: 5px 0;
	margin: 0 auto 20px;
	text-align: justify;
	clear: both;
	float: none;
}

.breadcrumbs {
	margin: 7px 0 0 15px;
	clear: both;
	width: 100%;
	padding-left: 15px;
}
.breadcrumbs li, .breadcrumbs a {
	display: block;
	float: left;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: 3px;
	background: none;
	clear: none;
	padding-left: 0;
}
.breadcrumbs a {
	background: url(../images/breadcrumbs-break.gif) right center no-repeat;
	padding: 0 10px 1px 0;
}
.breadcrumbs a:hover {
	color: #888888;
	text-decoration: underline;
}

/*======== Footer ========= */
#footer {
	background:#2d2d2d;
	color:#7e7e7e;
	position: relative;
	padding:0px 0 5px 0;
	text-align: left;
}
#footer .centerPage {
	background: none;
	overflow: hidden;
}
#footer ul {
	float: left;
	margin:0 30px 40px 0;
	text-align: left;
}
#footer li {
	display: block;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #2f2f2f;
	padding: 0;
	background-image: none;
}
#footer li a {
	display: block;
	padding: 7px 0 7px 14px;
	color: #7e7e7e;
	text-decoration: none;
}
#footer li a:hover {
	color: #f79f2e;
	background: url(../images/arow-green.gif) 4px center no-repeat;
}
#footer li.bottom {
	border-bottom: 0;
}
#footer ul.social li a {
	background: none;
	padding-left: 0;
}
#footer ul.social img {
	padding: 0;
	margin: 0 7px 0 0;
	border: 0;
	background: none;
}
#footer li.first {
	border: none;
	padding: 8px 0 8px 14px;
	text-transform: uppercase;
	background-color: #3c3c3c;
	color: #AAAAAA;
	border-right: 1px solid #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#footer li.last {
	border-bottom: none;
}

#footer p.copyright {
	height:12px;
	text-align: center;
	display: block;
	font-size: 11px;
}

#footer .one-fourth.subscribe {
	padding: 0 0 0 0;
	float: right;
}
.subscribe input[type="text"]{
	width: 180px;
	border: 1px solid #999;
	padding: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background: #FFFFFF;
}
.subscribe .btn {
	background: url(../images/btn-subscribe.png) left top no-repeat;
	width: 130px;
	height: 33px;
	text-align: left;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
}
.subscribe .btn:hover {
	color: #f79f2e;
	background-position: left -33px;
}
.subscribe label {
	cursor: pointer;
	display: block;
}
.subscribe div {
	clear: both;
	position: relative;
	margin: 0 0 10px;
}
.subscribe h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #a6a6a6;
	font-size: 14px;
	text-align: left;
}
.subscribe h4 span {
	color: #FFFFFF;
}

/* =========== Promo Block =========== */
.promo {
	background: url(../images/promo-bg.gif) top repeat-x #c4e5a3;
	border-bottom: 1px solid #ffdbb4;
}
.promo .centerPage {
	background: url(../images/promo-light.png) left top no-repeat;
	padding: 25px 0 25px 0;
	text-align: left;
}
.promo a.actionBtn {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
.promo h3 {
	display: block;
}
.promo p { font-size: 14px;}
.promo h4 {
	display: block;
	float: left;
	padding: 6px 15px 8px 15px;
	color: #FFFFFF;
	background: url(../images/page-title-bg.gif) bottom repeat-x #e9801e;
	margin: 0 25px 0 15px;
	border-top: 1px solid #dd7f27;
	border-left: 1px solid #dd7f27;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.promo h6 {
	color: #555555;
}

/* ============= Horizontal SubNavigation ========== */
.horizSubnav {
	height: 37px;
	padding-top: 8px;
	background: url(../images/horiz-subnav-bg.gif) top repeat-x;
}
.horizSubnav a {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: none;
	margin-right: 15px;
}
.horizSubnav a span {
	display: block;
	float: left;
	height: 22px;
	padding: 7px 10px 0 0;
	color: #fae7d6;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.horizSubnav a:hover { background: url(../images/horiz-subnav.gif) left -39px no-repeat; }
.horizSubnav a:hover span { background: url(../images/horiz-subnav.gif) right -39px no-repeat; color: #FFFFFF; }

.horizSubnav a.active, .horizSubnav a.active:hover { background: url(../images/horiz-subnav.gif) left top no-repeat; }
.horizSubnav a.active span, .horizSubnav a.active:hover span { background: url(../images/horiz-subnav.gif) right top no-repeat; color: #FFFFFF; cursor: text; }

/* ============= Vertical SubNavigation ========== */
.sidebar {
	background: url(../images/sidebar-left-bg.gif) right repeat-y;
}
.sidebar h1, .sidebar h2 {
	height: 30px;
	background: url(../images/sidebar-left-top.gif) right bottom no-repeat;
	margin: 0;
}
.sidebar p {
	padding: 0 20px 10px 0;
}
.sidebar h2 { background: url(../images/sidebar-left-btm.gif) right top no-repeat #FAFAFA; }
.vertSubnav {
	margin-bottom: 25px;
}
.vertSubnav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444; 
	padding: 8px 10px 8px 15px;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #EAEAEA;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-right: 2px;
}
.vertSubnav a:hover {
	background:  url(../images/vert-subnav-hover.gif) right center no-repeat #FAFAFA;
	color: #333333;
}
.vertSubnav a.active, .vertSubnav a.active:hover {
	background: url(../images/vert-subnav-active.gif) right center no-repeat #fcf0e1;
	color: #e97927;
}
.vertSubnav a.first {
	border-top: none;
}

.linksBlock {
	margin-bottom: 25px;
}

.linksBlock a {
	display: block;
	padding: 5px 12px 5px 18px;
	margin-right: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EAEAEA;
	color: #555555;
	text-decoration: none;
	background: url(../images/list-style1.gif) left 9px no-repeat;
}
.linksBlock a:hover {
	text-decoration: underline;
	background-color: #FAFAFA;
}

a:first-child { border-top: 0; }
a:last-child { border-bottom: 0; }

form#search {
	margin: -10px 0 20px 0;
	float: left;
	padding: 0 0 0 12px;
}
form#search input {
	width: 180px;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #f3f3f3;
	background: url(../images/grad-light.gif) bottom repeat-x #FFFFFF;
	padding: 3px 34px 3px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 22px;
	float: left;
	color: #555555;
	font-size: 13px;
}
form#search input[type=text]:focus {
	border-color: #f5b467;
}
form#search .btn {
	width: 30px;
	height: 30px;
	background: url(../images/search-btn.png) 0 0 no-repeat;
	border: 0;
	margin: 0 0 0 -30px;
	float: left;
	cursor: pointer;
}
#search .btn:hover {
	background-position: 0 -40px;
}
.breakTop {
	height: 12px;
	background: url(../images/promo-bg.gif) bottom repeat-x #c4e5a3;
	border-bottom: 1px solid #fcc489;
	margin-bottom: 15px;
}
.hide {
	display: none;
}

/* ======== Contact form ========== */
#contactForm {
	margin-top: -25px;
	overflow: auto;
}
#contactForm h5 {
	margin-bottom: 15px;
}
#contactForm label {
	display: block;
	float: left;
	clear: left;
	width: 90px;
	font-family: Arial, sans-serif;
	font-style: italic;
}
#contactForm input, #contactForm textarea {
	float: left;
	padding: 5px;
	border: 1px solid #CFCFCF;
	width: 300px;
	margin-bottom: 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #333333;
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 1px solid #BBBBBB;
}
#contactForm textarea {
	height: 150px;
}
#contactForm .submit {
	width: 200px;
	background: url(../images/buttons.gif) left bottom no-repeat;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	height: 28px;
	margin: 0 0 25px 90px;
}
#contactForm .submit:hover { background-position: left top; }

/* =========== For Startpage with Piecemaker ============= */
#piecemakerBlock {
	width:100%;
	height: 580px;
	overflow: hidden;
	background: url(../images/slider-block-bg.jpg) left 20px repeat-x #FFFFFF;
	margin-bottom: -110px;
	border: 0;
}
#actionInfo.centerPage {
	position: relative;
	z-index: 10;
}

/* ============= Login Form ============== */
#backgroundPopup {  
	display: none;  
	position: fixed;  
	height: 100%;  
	width: 100%;  
	top: 0;  
	left: 0;  
	background: #000000;  
	border: 1px solid #cecece;  
	z-index: 1000;  
}
#loginBlock {
	display: none; /*--hidden by default--*/
	background: url(../images/login-bg.gif) top repeat-x #e9e9e9;
	padding: 15px 20px;
	border: 8px solid #ddd;
	float: left;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	width: 300px;
}
#loginBlock h4 {
	padding-left: 98px;
	padding-bottom: 7px;
}
.btn_close {
	position: absolute;
	top: -20px;
	right: -22px;
	border: 0;
	width: auto;
	padding: 0;
	background: none;
}

#loginBlock fieldset {
	border: 0;
}
#loginBlock label {
	display: block;
	float: left;
	clear: left;
	padding: 7px 0 0 0;
	width: 90px;
	text-align: right;
}
#loginBlock input {
	float: left;
	padding: 6px 7px 7px 7px;
	margin: 0 0 8px 8px;
	border: 1px solid #CCCCCC;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#loginBlock fieldset {
	margin-bottom: 12px;
}
#loginBlock a {
	margin-top: 6px;
	display: block;
	float: left;
}
#loginBlock .btn {
	text-transform: uppercase;
	margin-left: 98px;
	padding-top: 0;
	margin-top: 0;
}
#remindBlock {
	margin-top: 10px;
}
#remindBlock .btn {
	margin-left: 5px;
}
#remindBlock p {
	display: block;
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
}
