/* CSS Document */
/***************************>>>Developer Note<<<*********************************
 *       Project       	: Big O Tires
 *       Developed By   : Satish Rana 
 *       Creation Date  : 16 January 2009
 *       Purpose        : Style Sheet Document for Screen Media
 *       Powered By     : www.ydeveloper.com (A kaushalam Company)

/* RESET */
body {margin:50px 0px 0px 0px; padding:0;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#231f20;}
h1, h2, h3, h4, h5, h6, p, ul, li{margin:0px; padding:0px; text-align:left; font-weight:normal;}
img, form, input{border:0; margin:0px; padding:0px;}
a {text-decoration:none; cursor:pointer; outline:none;}
.img_left{float:left;}
.img_right{float:right;}

#doc_width {width:800px; padding:0px 0px 0px 0px; margin:0px auto 0px auto; }
#header{float:left; width:725px; background:url(images/header_bg.jpg) left top no-repeat; padding:25px 34px 0px 41px; height:73px; text-align:left;} 
	.logo{float:left; margin:0px 0px 0px 0px; text-align:left; width:311px;}
	.top_links{float:right; width:370px; padding:16px 0px 0px 0px;}
	.top_links ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style:none;}
	.top_links ul li{margin:0px 0px 0px 0px; padding:0px 15px 0px 15px; text-align:left; float:left;  background:url(images/top_links_seperator.gif) right top no-repeat; }
	.top_links ul li a.home{float:left; background:url(images/top_link_home.gif) left top no-repeat; width:45px; height:17px;}
	.top_links ul li a.signup{float:left; background:url(images/top_link_sign_up.gif) left top no-repeat; width:57px; height:17px;}
	.top_links ul li a.location{float:left; background:url(images/top_link_locations.gif) left top no-repeat; width:74px; height:17px;}
	.top_links ul li a.promotion{float:left; background:url(images/top_link_promotions.gif) left top no-repeat; width:89px; height:17px; }
	.top_links ul li a:hover{background-position:left bottom;}
	.top_links ul li a.active{background-position:left bottom;}
/* bottom section CSS start */
#bottom_bar {width:780px; clear:both;  background:url(images/bottombar_bg.gif) left top repeat-x; color:#231f20; font-size:10px; text-align:center;  padding:20px 10px 0px 10px; height:84px;}
	.bottombar_links{float:left; width:780px; padding:0px 0px 0px 0px; text-align:center}
	.bottombar_links img{margin:0px 13px 0px 0px; text-align:center}
#content_width {width:800px; float:left;  padding:0px 0px 0px 0px;  font-family:Verdana, Arial, Helvetica, sans-serif}
/* Content section CSS start */	
		.banner{float:left; width:800px; background:url(images/banner.jpg) left top no-repeat; height:386px; padding:12px 0px 0px 0px;}
		.banner1{float:right; width:223px; margin:0px 0px 7px 0px;}
		.banner2{float:right; width:223px; padding:0px 0px 13px 0px;   text-align:center}
		.banner3{float:left; width:184px; height:20px;  padding:0px 0px 0px 20px; text-align:center}
		.content_bg{float:left; width:740px; padding:25px 30px 0px 30px;}
/* CSS for location Page */
		.location_display{float:left; width:740px; padding:0px 0px 0px 0px; color:#000; font-size:10px; line-height:15px; font-family:Arial, Helvetica, sans-serif}
		.location_display table{ color:#000; font-size:10px; line-height:15px; font-family:Arial, Helvetica, sans-serif}
		.location_display td.name{color:#FF0000; font-size:10px; font-weight:bold;} 
		.location_display a{color:#0000FF; font-size:10px; text-decoration:underline;} 
		.location_display input.textfield{font-size:11px; color:#777; width:225px; font-family:Arial, Helvetica, sans-serif; border:1px solid #ccc; padding:1px;}
		.location_display select.select{font-size:11px; color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #ccc;}

/* CSS for Signup Page */
		.signup_display{float:left; width:740px; padding:30px 30px 20px 30px; color:#777777; font-size:12px; line-height:15px; font-family:Arial, Helvetica, sans-serif; background:url(images/sign_up_bg.gif) right bottom no-repeat; }
		.signup_display table{float:left; width:740px; padding:30px 30px 20px 30px; color:#777777; font-size:12px; line-height:15px;}
		.signup_display input.textfield{font-size:11px; color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #ccc; padding:1px; height:17px;}
		.signup_display select.select{font-size:11px; color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #ccc;}
		

		

		