@charset "UTF-8";
/*****************************
ecarlist Stylesheet
(c) ecalist. All rights Reserved
Authored by: Daniel Pitner
******************************/

body {
	margin:0 0 0 0;
	background:url(../images/bgMain.jpg) top center repeat-x #e7ebf1;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
}

#banner {
	height:250px;
	text-align:center;
}
#homeBanner {
	background:url(../images/bgHome.jpg) top right no-repeat #fff;
}
#homeBannerInner {
	width:305px;
}
#countrydivcontainer {
	background:url(../images/bgContent.jpg) bottom center no-repeat #fff;
	width:940px;
	margin:0px auto;
	text-align:left;
	font-size:9pt;
	padding-bottom:10px;
}
#contentInner {
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}
.shadow {
	background:url(../images/bgShadow.jpg) top center no-repeat #e7ebf1;
	height:26px;
}

#copyright {
	padding-top:20px;
	background:url(../images/bgCopyright.jpg) top center no-repeat #e7ebf1;
	color:#818ea2;
	font-size:7pt;
}
#copyright a {
	color:#818ea2;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
#bottomLinks {
	margin-bottom:20px;
	font-size:9pt;
}
#bottomLinks a {
	color:#818ea2;
	text-decoration:none;
}
#bottomLinks a:hover {
	color:#000;
}

#contactLeft {
	float:left;
	width:445px;
}
#contactLeft a {
	color:#355689;
	text-decoration:none;
}
#contactLeft a:hover {
	color:#e68904;
}
#contactRight {
	float:right;
	background:#afc2df;
	padding:20px;
	width:405px;
}


/*misc classes*/
.clear {
	clear:both;
}
.dottedLine {
	height:14px;
	background:url(../images/dottedLine.gif) top center repeat-x;
}
.dottedLineSM {
	height:14px;
	background:url(../images/dottedLine_sm.gif) center center repeat-x;
}
.spacer20 {
	height:20px;
}
.inputBox {
	border:0;
	width:400px;
}