/***************************************** 
Client: Pride Auto Accessories           *
Type: Layout                             *
By: Tim Green                            *
Version:1.5                              *
*****************************************/

html {
	height:100%;
	width:100%;
}


body{
	background:#141414 url(../images/background.gif);
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	line-height:16px;
	margin:0;
	padding:0;
	width:100%;
}

h1{
	font-size:16px;
	color:#ff9901;
	font-style:italic;
}

h3{
	font-size:14px;
	color:#ff9908;
}

a:hover {color:#fff;}

a:link, a:visited, a:active {
	color:#E2DEDE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}	

img{border:none;}

div#container{
	margin:0 auto;
	width:980px;
	color:#fff;
	clear:both;
}

div.header{
	width:980px;
	height:145px;
	background:url(../images/header_bg.gif) no-repeat;
}

div#logo{
	background:url(../images/pride-logo.gif) no-repeat center bottom;
	margin:35px 0 0 5px;
	height:70px;
	width:348px;
	float:left;
	top:20px;
}	

div#logo a{
	height:70px;
	width:348px;
	float:left;
	text-indent:-9999px;
	top:20px;
}	

#logo a span {
	display:none;
	visibility:hidden;
}

div.top_c{
	clear:both;
	margin-top:5px;
}

div.clear{
	clear:both;
	margin-top:2px;
}
	
div#date{
	width:155px;
	margin-top:90px;
	font-size:11px;
	float:right;
}
	
div.navigation{
	width:160px;
	clear:both;
	float:left;
}

div#nav_top{
	background:url(../images/navi_top.gif);
	height:68px;
	width:160px;
}

div#nav_bg{
	background:url(../images/navmenu_bg.gif) repeat-y;
	width:160px;
	height:auto;
	padding-bottom:0px;
	border-bottom:#333 1px solid ;
}

div#site_nav{
	background:url(../images/sitenav_bg.gif) no-repeat;
	float:right;
	height:40px;
	width:127px;
	margin:15px 2px 0 0;
}

div#nav_other{
	min-height:286px;
	border-bottom:#333 1px solid ;
	background:url(../images/navmenu_bg.gif) repeat-y;
	width:160px;
	height:auto;
	padding-bottom:0px;
}

div.nav_line{	
	border-top:#ff9900 2px solid;
	margin-left:2px;
}

div.nav_con{
	margin:22px 0 0 1px;
}

div.nav_bar{
	background:#ff9900 url(../images/mini_bar.gif) no-repeat right top;
	clear:right;
	float:left;
	height:17px;
	margin:0 0 0 2px;
	min-width:70px;
	padding:2px 25px 0 10px;
	width:auto;
	font-weight:bold;
	color:#000000;
}

ul{
	clear:right;
	margin-top:0px;
}


li.m_item {
	display:block;
	list-style-type:none;
	margin-right:10px;
	color:#fff;
	font-size:12px;
}


li, a{
	list-style:none;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	margin-right:1px;
	text-align:right;
	padding-top:2px;
}

li a:hover{
	color:#FF9902;
	width:158px;
	cursor:default;
	height:10px;
}

a.link{width:160px;}
	
div.content{
	background:#151515;
	border:#333 1px solid;
	width:815px;
	float:right;
	min-height:380px;

}
	
div#content_top{
	background:url(../images/content_grad.gif) repeat-x;
	width:815px;
	float:right;
}

div#header_content{
	float:left;
	height:171px;
	background:url(../images/home_header.gif) no-repeat;
	margin:0 0 10px;
	padding:0;
	width:815px;	
}

div.header_bar{
	background:#ff9900 url(../images/header_bar.gif) no-repeat right top;
	font-weight:bold;
	color:#000;
	clear:right;
	float:left;
	height:17px;
	margin:0;
	min-width:70px;
	padding:2px 25px 0 10px;
	width:auto;
}

div.info{
	margin:30px 8px 0;
	color:#fff;
}

div#info_left{
	/*margin:24px 4px 4px 4px;
	width:600px;
	height:auto;*/
	background:#202020;
	border-top:#ff9900 2px solid;
	float:left;
	height:auto;
	margin:0 0 10px 10px;
	min-height:410px;
	padding:0;
	width:795px;
}

div#footer{
	margin-top:12px;
	width:980px;
	height:56px;
	padding:0 0 12px;
	background:url(../images/footer_bg.gif) no-repeat;
	border-top:#333 thin solid ;
	vertical-align:top;
}

div.service_pro{
	min-height:207px;
	padding-bottom:0px;
}

div#footer_info{
	float:right;
	width:980px;
	text-align:center;
	margin:22px 8px 0 0;
}

p.copy{
	color:#fff;
	font-weight:normal;
}

span#foot_right{
	color:#FF9903;
	font-weight:bold;
}

/*Accordion Start*/
#accordian{}

.accordion_headings{
	padding:5px;
	background:#333 url(../images/accord_bg.png) repeat-x;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	border-top:#131313 1px solid;
	border-left:#131313 1px solid;
	border-right:#131313 1px solid;
	margin-top:8px;
}

.accordion_headings:hover{
	background:#333 url(../images/accordion-background-hover.png) repeat-x;
	color:#292929;
}

.accordion_child{
	margin-bottom:3px;
	padding:2px;
	border:#131313 thin solid;
}

.header_highlight{
	background:#333 url(../images/accordion-background-hover.png) repeat-x;
	border-bottom:#FFA318 1px solid;
	color:#000;
}
/*Accordion End*/