/* CSS Credit: Tyresoles */

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto-condensed.eot');
    src: url('../fonts/roboto-condensed.eot') format('embedded-opentype'),
         url('../fonts/roboto-condensed.woff') format('woff'),
         url('../fonts/roboto-condensed.ttf') format('truetype'),
         url('../fonts/roboto-condensed.svg#RobotoCondensed') format('svg');
}



@font-face {
    font-family: 'FuturaMdBTMedium';
    src: url('../fonts/futuram.eot');
    src: url('../fonts/futuram.eot') format('embedded-opentype'),
         url('../fonts/futuram.woff') format('woff'),
         url('../fonts/futuram.ttf') format('truetype'),
         url('../fonts/futuram.svg#FuturaMdBTMedium') format('svg');
}








body {
	margin:0px 0px 0px 0px;
	padding:0;
	background:#f7f7f7 url(../images/bg-repeat.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
}

#wrap{
	width:1000px;
	margin:0 auto;
}



header, nav, aside, article, section, footer {
	margin:0px;
	padding:0px;
	display:block;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}
h1 {
	font-family: 'RobotoCondensed';
	color: #333;
	font-size:25px;
	text-align: left;
	font-weight:bold;
	line-height:200%;
}










p {
	font:12px  Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:18px;
	color:#333333;
	padding:10px 0px 5px 0px;
	margin:0px;
	display:block;
	word-wrap:break-word;
}

p span{
	color:#00abea;
	font-weight:bold;
}




p a{
	color:#ff2728;
	text-decoration:none;
	float:right;
}
p a:hover{
	color:#333;
	text-decoration:none;
}
ul li{
	line-height:24px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
	
img {
	border:none;
}

.imgLtMrg {
	margin-left:15px;
}
.imgRtMrg {
	margin-right:15px;
}

.fl-left {
	float:left;
}
.fl-right {
	float:right;
}
.clear {
	clear:both;
}
.clear-border{
	border-bottom:1px solid #ddd;
	clear:both;
	padding:10px 0 0 0;
	margin:0 0px 15px 0;
}




.img-right{ margin-right:15px;}

.img-left{ margin-left:15px;}

.fl {
	float: left
}
.fr {
	float: right
}
.cl {
	clear: left
}
.cr {
	clear: right
}


header{
	width:1000px;
	margin:0 0 0 0;
	padding:0;
	float:left;
}

.logo{
	width:272px;
	height:57px;
	float:left;
	margin:40px 0 0px 20px;
	padding:0;
}




.texfieldBoxBg{
	width:236px;
	height:43px;
	margin:54px 0 0 429px;
	padding:0px;
	border-radius:6px;
	background-color:#fff;
	border:1px solid #e7c68a;
	position:relative;
    behavior: url(PIE.htc);
	float: left;
	background: #f2da50; /* Old browsers */
	background: -moz-linear-gradient(top, #f2da50 1%, #fcb637 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2da50), color-stop(100%,#fcb637)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2da50 1%,#fcb637 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2da50 1%,#fcb637 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2da50 1%,#fcb637 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2da50 1%,#fcb637 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2da50', endColorstr='#fcb637',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 2px 3px #cb8500;
}

.texfieldBox{
	width:185px;
	height:24px;
	padding:2px 4px;
	margin:7px 0 0 7px;
	border:1px solid #d6ad39;
	float: left;
	font:12px Arial, Helvetica, sans-serif, Calibri;
	color:#666;
	border-radius:6px;
	background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



/*nav start*/


nav{
	width:925px;
	height:68px;
	margin:120px auto 0 auto;
	padding:0;
	font:11px Verdana, Geneva, sans-serif;
	color:#4e4d4c;
	font-weight:bold;
	background: url(../images/nav-bg.jpg) no-repeat;
}
nav ul{
	width:auto;
	height: auto;
	margin:10px 25px 0 0;
	padding:0;
	float:right;
	
}
nav ul li{
	width: auto;
	height: auto;
	margin:4px 5px 0 0;
	padding:0;
	float:left;
	font-family: Calibri;
	font-size:13px;
	color: #000;
	font-weight:bold;
	line-height:300%;
	display:block;
	list-style:none;
	text-transform:uppercase;
		
}
nav ul li a{
	height:18px;
	padding:6px 10px 6px 10px;
	line-height:160%;
	margin:0;
	color:#4e4d4c;
	text-decoration:none;
	float:left;
	border:1px solid transparent;
	border-radius:6px;
	
	
	
}
nav ul li a:hover, .active{
	color:#4e4d4c;
	text-decoration:none;
	background:background: #fdcb1c; /* Old browsers */
	background: -moz-linear-gradient(top, #fdcb1c 0%, #f4d35b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdcb1c), color-stop(100%,#f4d35b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdcb1c 0%,#f4d35b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdcb1c 0%,#f4d35b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdcb1c 0%,#f4d35b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdcb1c 0%,#f4d35b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcb1c', endColorstr='#f4d35b',GradientType=0 ); /* IE6-9 */;
	border:1px solid #ce9456;
}

.nav-line{
	float:left;
	height:4px;
	width:990px;
	background:#660000;
	margin:0 0 0 0;
}


/*nav end*/



.call-us{
	width:210px;
	height:30px;
	margin:35px 0 0 370px;
	padding:0;
	float:left;
	font:bold 20px Arial, Helvetica, sans-serif, Calibri;
	color:#FFF;
	
}




.banner{
	float:left;
	padding:0;
	height:338px;
	width:965px;
	background: url(../images/banner.jpg) no-repeat;
	margin:4px 0 0 20px;
}




section.bodymain{
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:20px;
	width:1000px;
	padding:0 0 25px 0;
	margin:40px 0 0 0;
	z-index:10;
}

/*leftBar start*/

aside.leftBar{
	width:318px;
	margin:0;
	padding:0;
	float:left;
}



/*centerBar start*/

aside.centerBar{
	width:470px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}



/*rightBar start*/




	
	
.read-more{
	width: 150px;
	font:11px Arial, Helvetica, sans-serif, Calibri;
	color:#333;
	float:left;
	margin:20px 0 0 30px;
	padding:0;
}



/*end leftbar*/



/*rightBar start*/

aside.rightBar{
	width:642px;
	margin:0;	
	padding:0;
	float: right;
}



.cont-form
{
    width:320px;
	float:left;
	margin:10px 0 0 0;	
}
.cont-form-raw
{
    width:100%;
	height:22px;
	margin:6px 0 0 0;
	color:#000;	
}

.name
{
    color:#000;
	width:60px;
	float:left;
	margin:2px 4px 0 15px;
	text-align:left;	
}

.nameB
{
    color:#000;
	width:150px;
	float:left;
	margin:2px 4px 0 15px;
	text-align:left;	
}


.textfield{ 
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:left;
	line-height:200%;
}



/*rightBar end*/




	
footer{
	width:100%;
	height:auto;
	
	float:left;
	padding:0px;
	font:11px Verdana, Geneva, sans-serif;
	color: #7f7e7e;
	line-height:20px;
	text-align:center;
}
.footer{
	width:990px;
	background:none;
	margin:0 auto 0 auto;
	padding:1px 0 15px 15px;
	text-align: left;
	height:14px;
	background: url(../images/footer-bg.jpg) repeat-x;
}



.footer ul{
	margin:8px 0 5px 47px;
	padding:0;
	text-align:center;
}
.footer ul li{
	float:left;
	line-height:14px;
	list-style:none;
	display:block;
	text-align:center;
}
.footer ul li a{
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 0 10px;
	text-transform:uppercase;
}
.footer ul li a:hover{
	color:#222;
	text-decoration: none;
}

/* footer end ---*/





.button{
 width:auto;
 background: #000 url(../images/button-bg.jpg) repeat-x;
 border-radius:5px;
 position:relative;
    behavior: url(PIE.htc);
 font:11px Verdana, Geneva, sans-serif;
 font-weight:bold;
 color:#FFF;
 padding:1px 15px 3px 15px;
 float:left;
}
.button:hover{
 color: #0CF;
 text-decoration:none;
}


.readmore-button{
	background: url(../images/read-more-button.jpg) no-repeat;
	width:78px;
	height:14px;
	border:none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
}

.readmore-button:hover{
	background: url(../images/read-more-button-hover.jpg) no-repeat;
	width:78px;
	height:14px;
	border:none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
}
.searchIcon{
	margin:15px 6px 0 0;
	padding:0;
	float: right;
	width:18px;
	height:18px;
}
