@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }
strong {
	font-weight: bold;
}
body{
	padding:0px;
	margin:0px;
	background:url(images/main-bg.gif) 0 0 repeat-x #fff;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1 em;;
	line-height: 1.5em;
}
div, p, ul, form, label, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
a {
	text-decoration: none;
	color: #FD1745;
}
a:hover {
	text-decoration: underline;
	color: #D460B1;
}
h2, h1, h3 {
	color: #F26122;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	font-size: 0.6em;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 7px;
}
/*----TOP PANEL----*/
#topPan{
	width:780px;
	height:184px;
	background:url(images/header.jpg) 0 0 no-repeat;
	position:relative;
	margin-bottom: 10px;
}

/*----/TOP PANEL----*/
#wrap{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/******************** Top content ********/

#toptxt{
	height: 100%;
	width: 180px;
	padding: 10px;
	background-color: #E2DC7E;
	float: right;
}
#toptxtterms{
	height: 100%;
	width: 880px;
	padding: 10px;
	background-color: #E2DC7E;
	clear: both;
}
#toptxtterms p{
	font-size: 9px;
}
#toptxt img{
	float:left;
	width:310px;
	height:210px;
	margin-right: 15px;
	margin-top: 6px;
}
#button img{
width:152px;
height:44px;
}
#maincon{
	float: left;
	width: 670px;
	height: 100%;
	background-color: #F3D6A1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#maincon h3{
	text-align: left;
	font-size: 1.4em;
	margin-left: 15px;
}

#maincon ul{
	margin-left: 20px;	
}
#maincon li{
	padding-bottom: 10px;
}
#sidetxt1{
	height: 230px;
	width: 180px;
	float: right;
	padding: 10px;
	background-color: #E2DC7E;
	margin-top: 10px;
}

#sidetxt2{
	height: 180px;
	width: 180px;
	float: right;
	padding: 10px;
	background-color: #F3D6A1;
	margin-top: 10px;
}
#sidetxt2 img{
	width:145px;
	height:44px;
	margin-top: -3px;
}
#sidetxt3{
	height: 100%;
	width: 180px;
	float: right;
	padding: 10px;
	background-color: #E2DC7E;
	margin-top: 10px;
}
#pricecheck {
	font-weight: bold;
	float: right;
	color:#880088;
}




#sidetxt1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#maincon img{
	float:left;
	height:200px;
	margin-right: 10px;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincon td img{
	height:20px;
	padding-left: 10px;
}
#maincon td {
	font-size: 0.9em;
}

/*----FOOTER PANEL----*/
#footermainPan{
	height:100%;
	background:url(images/footerbg.gif) 0 0 repeat-x #F1F1F1;
	color:#585858;
	clear:both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footerPan{
	width:100%;
	position:relative;
	padding:0;
}
#footerPan H2, H3, H4{
text-align: center;
}


#footerPan ul{
	width:970px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#footerPan li{display: inline;}
#footerPan ul li a{
	color:#585858;
	background:#F1F1F1;
	text-decoration:none;
	font-size:9px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#footerPan ul li a:hover{text-decoration:underline;}
#bottext ul{
	list-style-type: disc;
	margin-left: 20px;
}
#bottext ul li{
	margin-bottom: 10px;
}
/*----/FOOTER PANEL----*/

