@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Daniel Pitner of ecarlist
***************************************************/

body {
	background:#000000;
	margin: 0 0 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

p { margin-top:5px; }

/*MAIN CONTAINERS*/
#header {
	text-align:center;
	background:url(../images/bgHeader.jpg) top center no-repeat;
	height:192px;
}

/*navigation*/
#navigation {
	background:url(../images/bgNav.jpg) top center no-repeat;
	height:66px;
	text-align:center;
}

/*main content area*/
#mainContentAreaTop {
	background:url(../images/bgTop.jpg) top center no-repeat;
	text-align:center;
}
#mainContentArea {
	margin:0px auto;
	background:url(../images/bgMain.jpg) top center repeat-y;
	color:#511002;
	font-size:9pt;
	text-align:center;
}
#mainContentArea a {
	color:#511002;
	text-decoration:underline;
}
#mainContentArea a:hover {
	color:#d23515;
}
#mainContentAreaInner {
	margin:0px auto;
	width:880px;
	text-align:left;
	padding-top:20px;
}
#mainContentAreaInventory {
	margin:0px auto;
	width:880px;
	text-align:left;
	padding-top:20px;
}
/*bottom*/
#bottom {
	background:url(../images/bgBottom.jpg) top center no-repeat;
	height:347px;
	text-align:center;
}
#bottomNav {
	margin:0px auto;
	text-align:left;
	color:#5f0700;
	font-size:8.5pt;
	width:845px;
	padding-top:100px;
}
#bottomNav a {
	color:#5f0700;
	text-decoration:none;
}
#bottomNav a:hover {
	text-decoration:underline;
}

/*copyright*/
#copyright {
	font-size:10pt;
	color:#c26e00;
	margin:0px auto;
	width:920px;
	text-align:left;
	padding-top:66px;
	font-family:Arial, Helvetica, sans-serif;
}

/*ecarlist logo*/
#ecarlist {
	margin:0px auto;
	width:950px;
	text-align:left;
	padding-top:30px;
	line-height:17px;
}
	

/*******homepage********/
#homeContentContainer {
}

/*search form*/
#homeSearchForm {
	background:url(../images/bgHomeForm.jpg) top center no-repeat;
	width:552px;
	height:353px;
	float:right;
}
#searchFormIcons {
	width:320px;
	float:left;
	padding-top:60px;
	padding-left:10px;
}
#searchFormIcons img {
	float:left;
	margin-bottom:3px;
}

#searchFormRight {
	float:right;
	color:#d9d9d9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:220px;
	padding-top:80px;
	text-align:left;
	font-size:11pt;
}
#searchFormRight .searchFormElement {
	margin-bottom:5px;
	border:0px;
	z-index:1000;
}
#searchFormRight .searchFormListmenu {
	width:169px;
	border:0px;
	background:url(../images/bgListBox.jpg) top center no-repeat;
}


/*left content on homepage*/
#homeLeftContent {
	width:318px;
	float:left;
}



/*misc classes*/
.clear {
	clear:both;
}
.spacer20 {
	height:20px;
}

.placeholder {
	height:216px;
}

/*links*/

