/*
------------------------------------------------------
- Use for Site Homepage
Copyright AutomotivePartsNetwork
------------------------------------------------------
*/

body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
}

/* --- Links --------- */

a {
color: #336699;
text-decoration: underline;}

a:hover {
background-color: #ccffff;
text-decoration: none;
color: #000000;}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
font-weight: normal;
margin-top: 0;
color: #2D598D;
}

h1 {
background: no-repeat 0em 55%;
padding-left: 3px;
font-size: 175%;
color: #000000;
}


h2 {
padding-left: 18px;
font-size: 133%;
}


h3 {
background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 55%;
padding-left: 8px;
font-style: italic;
font-size: 90%;
}

h4 {
font-size: 90%;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
font-weight: normal;
color: #CCCCCC
}

h5 {
font-size: 60%;
}

h6 {
font-size: 40%;
}

hr {
border: 0;
border-bottom: 1px #930 dotted;
width: 100%;
}

/* --- Wrap --------- */

#wrap {
background: transparent url("img/bgd_container_full.gif") repeat-y top left;
width: 792px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
}

/* --- Banner --------- */

#banner {
background: transparent url("img/header.jpg") no-repeat top left;
height: 70px;
margin: 0;
}

/* --- Nav top level --------- */

#nav-toplevel {
background: transparent url("img/mainpage_bluebox3.jpg") no-repeat top left;
height: 245px;
}

#homebanner {
	font-size: 100%;
	margin: 0px;
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 35px;
}


/* --- Container --------- */

#container {
margin: 0 17px;
}

/* --- Content --------- */

#content {
float: left;
margin: 0;
padding: 16px;
width: 723px;
}

#content p, #content ol, #content ul {
font-size: 100%;
line-height: 1.5em;
}


/* --- Info site --------- */

#info-site {
height: 30px;
position: relative;
clear: both;
background: transparent url("img/footer_fullpage.jpg") no-repeat top left;
width: 792px;
padding-top: 5px;
text-align: center;
font-size: 75%;
}

#info-site p {
font-size: 50%;
color: #A5BCD3;
text-decoration: none;

}

/* --- Info company ---------

#info-company {
color: #FFD50F;
margin: 0px 16px 0px 16px;
}

#info-company a {
color: #A5BCD3;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
background-color: #000000;} */

/* --- Autopn Breadcrumbs --------- */

p.breadcrumbs {font-size: .8em;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
border-bottom: 1px #930 dotted;
}

p.breadcrumbs a:link {color: #3300ff;
text-decoration: none;}

p.breadcrumbs a:visited {color: #3300ff;
text-decoration: none;}

p.breadcrumbs a:hover {color: #000000;}

.currentpage {color: #003366;}

span.separator {color: #999999;
font-size: 1em;}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
margin: 0 auto; /* center for now */
width: 17ems; /* ems so it will grow */
background: url("img/sbbody-r.gif") no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url("img/sbhead-r.gif") no-repeat top right;
margin: 0;
padding: 0;
text-align: center;
}
.boxhead h2 {
background: url("img/sbhead-l.gif") no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white; 
font-weight: bold; 
font-size: 1.2em; 
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
background: url("img/sbbody-l.gif") no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}

/* main box for main links */

.amainlink {
	padding: 20px;
	margin: 5px;
	background: #f2f2f2;
	border-top: 4px solid #36c;
	border-bottom: 2px solid #36c;
	width: 90%;
	}

/* table styling 

table
{ width: 720px;
background-color: #fafafa;
border: 1px #336699 solid;
border-collapse: collapse;
border-spacing: 0px; }
*/

td.title
{ background-color: #87CEEB;
border: 1px #336699 solid;
font-family: Verdana;
font-weight: bold;
font-size: 75%;
color: #404040; }

td.style
{ border-bottom: 1px #6699CC dotted;
border-right: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 75%;
color: #404040;
/*background-color: #fafafa;*/
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px; }

#content-box {
	float: left;
	padding: 10px;
	margin-right: 20px;
	background-color: #F2F2F2; 
	border: 2px solid #336699;
	width: 180px;}

#links-box {
	float: right;
	padding: 5px;
	margin: 10px;
	background-color: #F2F2F2; 
	border: 2px solid #336699;
	width: 180px;}
