
/************** Body Styles *****************/
*{margin:0;	padding:0;}
img {border:none;}
html {
	scrollbar-3dlight-color:#000; 
	scrollbar-arrow-color:#ff0; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#000; 
	scrollbar-face-color:#FF0000; 
	scrollbar-highlight-color:#000; 
	scrollbar-shadow-color:#000;
}
.clear{clear:both;}

body {	
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url("http://motorgrrl.com/images/site_images/bg.gif");
	background-color:#313131;
	background-repeat:no-repeat;
	background-position:top;
}

/************** Containers *****************/
#container {
	margin:0 auto;	
	width: 780px;
	margin: 0 auto;
	border:3px solid #000;
	background-color:#000;
	min-height:648px;
}

/************** Navigation *****************/

#navigation ul{
	padding:0 0 0 20px;
	height:50px;
	text-align:center;
	width:760px;
	float:left;
	margin: 0 0 10px 0;
}
#navigation li{float:left;}
#navigation li a{float:left; display:block; height:50px; margin:0 12px;}
	#parking a{ background:url("http://motorgrrl.com/images/site_images/parkingblack.gif") no-repeat; width:113px;}
	#parking a:hover{background:url("http://motorgrrl.com/images/site_images/parkingblack2.gif");}
	#repair a{background:url("http://motorgrrl.com/images/site_images/repairblack.gif") no-repeat; width:92px;}
	#repair a:hover{background:url("http://motorgrrl.com/images/site_images/repairblack2.gif") no-repeat;}
	#about a{background:url("http://motorgrrl.com/images/site_images/aboutusblack.gif") no-repeat; width:125px;}
	#about a:hover{background:url("http://motorgrrl.com/images/site_images/aboutusblack2.gif") no-repeat;}
	#gear a{background:url("http://motorgrrl.com/images/site_images/gearblack.gif") no-repeat; width:150px;}
	#gear a:hover{background:url("http://motorgrrl.com/images/site_images/gearblack2.gif") no-repeat;}
	#tow a{background:url("http://motorgrrl.com/images/site_images/towblack.gif") no-repeat; width:150px;}
	#tow a:hover{background:url("http://motorgrrl.com/images/site_images/towblack2.gif") no-repeat;}

/************** Footer *****************/
#footer {
	color: #FFF;
	text-align:center;
	padding: 5px 0 2px 0;
	font-size:70%;
	clear:both;
}
#bottom_links a{ margin-right: 45px;}
#bottom_links a.last{margin-right:0}
/************** Links *****************/
a:link {
	color: #FFF;
	text-decoration: underline;
	font-size:12px;
}
a:visited {
	text-decoration: underline;
	color: #ccc;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #F00;
	font-size:12px;
}
a:active {
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}

h1{
	font-size:150%;
	text-align:center;
	margin:3px 0 2px 0;
}
h2{
	font-size:130%;
	text-align:center;
	margin:2px 0 10px 0;
	font-weight:normal;
}
p {	font-size:90%; margin:0px; padding:0 0 10px 0}
body.home #newsins{overflow:auto;}
#right_small{ text-align:center;}

p.strong{margin-top:3px; font-weight:bold; }
body.home #big_left p{ 
	padding: 95px 8px 3px 8px; 
	line-height:1.3em; 
	text-align:justify; 
	background-image:url("http://motorgrrl.com/images/site_images/LOGO.gif"); 
	background-repeat:no-repeat; 
	background-position:top;
}
#signature{width:100%;}
#bottom_links {width:100%; padding:7px 0 20px;}

/*          ____ home page _____         */
body.home #big_right{
	height:330px; 
	width:500px; 
	float:right;
}
body.home #big_left{
	height:330px; 
	width:275px; 
	float:left; 
}
body.home #right_small{ 
	width:500px; 
	float:right; 
	height:130px;
}
body.home #newsins{
	overflow:auto;
	height:100px;
}

body.home #left_small{
	height:130px; 
	width:275px;  
	float:left;
}

/*          ____ sub page _____         */
body.sub #big_right{
	height:auto;
	width:500px; 
	float:right;
}
body.sub #big_left{
	width:100%; 
	float:left;
	clear:both;
	padding-top:5px;
}

body.sub #left_small, body.sub #right_small{
	height:auto; 
	width:235px;  
	float:left;
	padding:10px 25px 0 15px;
}


.box{ 
	margin-bottom:5px; 
	background-color:#666; 
	color:#FFF;
}

#dual{width:480px; padding:10px 0 0 20px; float:left;}
#dual a { 
	display:block;
	float:left;
	padding:0 20px 10px 0;
}
body.sub  #bg_even{float:left; background:url("/images/bg_even.gif") right bottom repeat-y;}
.noshow{display:none;}