/* Page */
body {
	background-image: url(../images/page-back.png);
}
#banner {
	/*position:relative;*/
	margin-left:7px;
	width:787px;
	height:51px;
	background-color:#b8b3a4;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
#banner .bannerText {
	margin-left:230px;
}
#banner .bannerText h1 {
	line-height: 30px;
	padding-top:17px;
	font-size:22px;
	font-weight:normal;
	color:#4d4b4b;
}
#container {
	background-image: url(../images/page-container-back.png);
	background-repeat: repeat-y;
}

#left {
	width:220px;
	float:left;
	margin-top:10px;
	margin-left:17px;
}
#left .leftMenu {
	margin-top:10px;
	margin-right:10px;
	width:200px;
}
#left .leftMenu a {
	display:block;
	font-weight:normal;
	color:#ea5506;
	border-bottom:1px solid #e0e0e0;
	text-decoration:none;
	padding-top: 8px;
	padding-bottom: 7px;
}
#main {
	margin-left:237px;
	width:540px;
	padding-right:20px;
	padding-top:20px;
	line-height: 1.5em;
		
}
#main p {
	margin-bottom:10px;
	font-size:12px;
	text-align:justify;
}


#main h2 {

color:#FF6600;
font-size:18px;
margin-bottom:20px;
}

#main h3 {
/*color:#797979;*/
font-size:14px;
margin-bottom:15px;

}



ul {
	list-style-type:disc;
	list-style-image:none;
	list-style-position:outside;
	margin-left: 10px;
    padding-left: 20px;
	margin-bottom: 20px;
	font-size:12px;
}


.ValidationSummary {
border: red solid 5px;
background-color:#FFFF66;
padding:10px;
margin-bottom:10px;
font-weight:bold;
color:red;
}

#footer {
	background-image: url(../images/page-footer-back.png);
	background-repeat: no-repeat;
	padding-top:60px;
}





.tblPrice {
	font-size: 11px;
	border: 1px solid #efefef;
	margin-bottom: 20px;	
	
}


.tblPrice tr.header th {
	background-color:#FFCC99;
	font-weight: bold;
	color:#000;
	text-align:left;
	padding:5px;
}

.tblPrice tr td {
	padding:5px;
	font-size: 11px;
}

.tblPrice tr.alt {
	background-color: #fff;
}

.tblPrice tr {
	background-color: #efefef;
}












