@charset "utf-8";
/* CSS Document */

/*style setting*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
} 
p{line-height:1.7em; padding-bottom:15px;}
.clear{clear:both; border:none;}
.left{float:left;}
.right{float:right;} 

/* global styles*/
h1{color:#373536; font-size:30px; font-weight:normal;}
h3{font-size:22px; color:#373536; font-weight:normal; margin-bottom:6spx;}
h6{font-size:14px;  color:#373536;}
hr{background:#36678a; height:3px; outline:none; border:none;}
.font11{font-size:11px;}


body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#3e3e3e;
	margin:0px;
	padding:0px;
	}
	
/* site styles*/

#wrapper{
	width:954px;
	position:relative;
	margin:0px auto;
	margin-top:23px;
	}
#header{
	height:89px;
	border-bottom:10px solid #393939;
	width:954px;
	}
#content{
	width:954px;
	position:relative;
	margin-top:18px;
	}
#content_left{
	width:252px;
	position:relative;
	float:left;
	
	}
#content_right{
	width:702px;
	position:relative;	
	float:left;
	}
#footer{
	border-top:1px solid #c5c5c5;
	padding-top:25px;
	height:112px;
	margin-top:30px;
	text-align:center;
	}
	
/* header  styles*/
.top_nav{
	float:right;
	margin-top:36px;
	}
.top_nav li{
	list-style:none;
	float:left;
	color:#373536;
	font-size:11px;
	border-right:1px dotted #bbbcba;
	padding:0px 8px;
	}
.top_nav li.bod_none{
	border-right:none;
	}
.top_nav li a{
	color:#373536;
	font-size:11px;
	text-decoration:none;
	}
.top_nav li a:hover, .top_nav li a.active{
	text-decoration:underline;
	color:#fe3739;
	}
.top_nav li img{ 
	margin-right:2px;
	}
	
/* content left  styles*/
.left_links{
	width:186px;
	margin-top:14px;
	margin-left:22px;
	margin-bottom:40px;
	}
.left_links_heading{
	width:136px;
	height:23px;
	background:#fe3739;
	padding-left:8px;
	padding-top:5px;
	color:#fff;
	margin-bottom:11px;	
	}
	
.left_links li{
	list-style:none;
	font-size:12px;
	color:#373536;
	border-top:1px solid #ede7d5;

}
.left_links li a{ 
	font-size:12px;
	color:#373536;
	text-decoration:none;	
	display:block;
	padding:7px 0px;
	padding-left:20px;
	display:block;
	_height:9px;
	}
.left_links li a:hover, .left_links li a.active
		{ 
		background: url(images/arrow_bullet.gif) no-repeat 5px  center #fe3739;
		color:#fff;
				}

	
.quick_box{
	background:url(images/quick_bg.gif) no-repeat;
	width:236px;
	height:270px;
	padding-top:17px;
	padding-left:10px;
	
	}
.red_font{
	font-size:11px;
	color:#FF0000;
	margin-bottom:5px;
	}
.input_row{
	width:215px;
	margin-bottom:7px;
	}
.input_row span{
	font-size:11px;
	padding-top:10px;
	display:block;
	float:left;
	}
.input{
	width:148px;
	height:29px;
	border:1px solid #e8e8e8;
	margin-left:20px;
	color:#afafaf;
	font-size:12px;
	padding-left:3px;
	}
.textarea{
	border:1px solid #e8e8e8;
	width:148px;
	height:100px;
	color:#afafaf;
	font-size:12px;
	padding-left:3px;
	}
.submit{
	background:url(images/submit.gif) no-repeat;
	width:78px;
	height:25px;
	border:none;
	outline:none;
	margin-left:70px;
	}
	
.request{
	background:url(images/request.gif) no-repeat;
	width:181px;
	height:97px;
	margin-top:12px;
	padding-left:64px;
	padding-top:18px;
	}
.request_head{
	font-size:16px;
	color:#fff;
	}
.rquest_input{
	width:162px;
	height:25px;
	border:1px solid #c25f02;
	color:#afafaf;
	padding-left:3px;
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
	}
.submit_btn{
	background:url(images/submit_btn.gif) no-repeat;
	width:74px;
	height:23px;
	margin-left:20px;	
	display:block;
	border:none;
	}
	

/* content right  styles*/

.banner{
	width:696px;
	height:354px;
	border:3px solid #fe3739;
	margin-bottom:26px;
	}
.content_right_space{
	padding:0px 0px 0px 10px;
	} 

/*slideshow*/
#slideshow { position:relative; margin:0px; height:354px;}
#slideshow IMG { position:absolute; top:0; left:0; z-index:8; }
#slideshow IMG.active { z-index:10; }
#slideshow IMG.last-active { z-index:9; }

#slideshow1 { position:relative; margin:0px; height:371px;}
#slideshow1 IMG { position:absolute; top:0; left:0; z-index:8; }
#slideshow1 IMG.active { z-index:10; }
#slideshow1 IMG.last-active { z-index:9; }
/*slideshow end*/

.welcome_heading{
	margin-bottom:25px;
	}
.welcome_img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
	}	
.offer{
	background:url(images/offer_bg.gif) no-repeat;
	width:672px;
	margin-top:60px;
	padding-top:18px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	}
.more{float:right; margin-right:40px;}
.heading_space{
	margin-bottom:12px;
	}
 ul.points{margin-bottom:15px;
}
.points li{
	list-style:none;
	background:url(images/green_arrow.gif) left no-repeat;
	padding-left:18px;
	margin-bottom:6px;
	margin-left:5px;
	}

/* footer  styles*/



#footer li{
	list-style:none;
	float:left;
	border-right:1px solid #3e3e3e;
	padding:0px 7px;
	text-align:center;
	}
#footer li.bod_none{
	border:none;
	}
#footer li a{
	color:#3e3e3e;
	font-size:12px;
	text-decoration:none;
	}
#footer li a:hover, #footer li a.active{
	color:#fe3739;
	text-decoration:underline;
	}
#footer p{
	padding-bottom:5px;
	}
#footer a{
	color:#3e3e3e;	
	}
	
	

#stylized_contact{
width:512px; height:auto; float:left;
}

#stylized_contact input{
float:left;
font-size:11px;
padding:4px 2px;
border:solid 1px #b0b59b;
width:403px;
margin:2px 0 10px 0px;
color:#777777;
}

#stylized_contact textarea{
float:left;
font-size:11px;
padding:4px 2px;
border:solid 1px #b0b59b;
height:100px;
margin:2px 0 10px 0px;
width:403px;
color:#777777;
}

.submit_field{width:212px; height:37px; float:left;}
/* ----------- contact us page css close */


	
/* contact us page starts*/	
.quick_contact_new{width:400px; height:auto; float:left;}
.quick_contact_content{width:208px; height:auto; margin:0px auto;}
.quick_txt{width:212px; height:19px; float:left;}
.contact_form_new{width:350px; height:auto; float:left; margin-bottom:5px;}
.cont_txt_new{width:63px; float:left; height:auto; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#3e3e3e;}
.cont_field_new{width:350px; height:23px; float:left; color:#777777;}
.quick_field_new{width:344px; height:14px; border:solid 1px #e0e0e0; background-color:#fff;	color:#777777; font-size:12px; padding:3px;}
.cont_field_multi_new{width:350px; height:100px; float:left;}
.quick_field-multi_new{width:344px;	height:94px; background-color:#fff; color:#000; border:solid 1px #e0e0e0; text-align:left; color:#777777; font-size:12px; padding:3px;}
.cont_box{width:212px; height:auto; float:left;}
.submit_btn_new{width:350px; height:55px; float:left; margin-top:4px;}
.submit_field_new{width:91px; height:55px; float:left; color:#777777;}	


.sub_head p{
	padding-bottom:0px;
	}
/* contact us page ends*/	


.mLeft20{margin-left:20px;}
.mtop20{ margin-top:20px;}
