@charset "utf-8";
/* CSS Document */



body {
	background-color: #58330e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #330000;
	text-align: center;
}
#container {
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	
}
#header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #60b1f3;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav {
	float: left;
	width: 895px;
	padding: 3px 25px;
	background-color: #ae661c;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav a {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
#nav a:hover {
	color: #D2D2D2;
}
#mainContent {
	float: left;
	width: 953px;
	background-color: #fff;
}
#mainContent a {
	font-weight: bold;
	color: #ae661c;
	text-decoration: none;
}
#mainContent a:hover {
	color: #510000;
}
#mainContent h1 {
	font-size: 10px;
	color: #58330e;
	text-transform:uppercase;
	background-color: #f5ddc5;
	padding: 5px;
}
#mainContent h2 {
	font-size: 16px;
	color: #58330e;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
#mainContent h3 {
	font-size: 16px;
	color: #58330e;
	text-transform:uppercase;
	padding: 0 15px 5px 15px;
}
#mainContent h4 {
	font-size: 15px;
	color: #ae661c;
}

#mainContent .main{
	float: left;
	padding: 20px;
	margin-left: 25px;
	width: 580px;
}
#mainContent .wide{
	float: left;
	padding: 20px;
	margin-left: 25px;
	width: 850px;
}
#mainContent .tour{
	float: left;
	padding: 0 45px;
}
#mainContent dl {
	padding: 0;
	margin:0;
}
#mainContent dt{
	color: #ae661c;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 5px 0;
}
#mainContent .box {
	width: 300px;
	margin: 0 25px 25px 25px;
	color: #58330e;
}
#mainContent .rightbar {
	float: right;
	width: 270px;
	padding: 7px;
	margin-right: 4px;
	border: 1px solid #f5ddc5;
}
#mainContent .rightbar p {
	font-size: 95%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #E4A769;
	}
#mainContent .rightbar img {
	padding: 5px 5px 0 5px;
}
/*
#mainContent .leftbar {
	float: left;
	width: 200px;
	padding: 5px;
	margin-left: 4px;
	border: 1px solid #f5ddc5;
}
#mainContent .leftbar p {
	padding: 5px 7px;
	line-height: 135%;
}
#mainContent .leftbar ul{
	list-style-image: none;
	list-style-type: none;
	text-indent: -12px;
}
*/	
.btn_buy {
	background-image:url(images/btngradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ae661c;
	padding: 5px;
}
.btn_view {
	background-image:url(images/btnview.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ae661c;
	padding:5px;
	height: 15px;
}
#footer {
	float: left;
	width: 945px;
	background-image:url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	color: #5A3008;
	background-color: #fff;
	border-bottom-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
#footer a {
	text-decoration: none;
	color: #510000;
}
#footer a:hover {
	color: #ae661c;
}
#footer .bar {
	margin-top: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-indent: 250px;
}
#footer .bar a {
	float: right;
	margin-right: 4px;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}
.txt_rightbold {
	float: right;
	margin-right: 75px;
	font-weight: bold;
}
.txt_quote {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	color: #ae661c;
}
.caption {
	color: #58330e;
	font-style: italic;
	border-top: 1px solid #E4A769;
	margin-top: 25px;
	padding: 7px 10px 0 10px;
}
#footer .caption {
	font-size: 10px;
	color: #58330e;
	font-style: italic;
	border-top: 1px solid #E4A769;
	margin-top: 25px;
	padding: 7px 10px 0 10px;
}
.clrfloat {
	clear: both;
}
.clrright {
	clear: right;
}
.clrleft {
	clear: left;
}
.sharebtn {
	float: right;
	margin: 10px 10px 0 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.imgleft {
	padding: 0 7px 3px 0;
}
.imgright {
	padding: 0 0 3px 7px;
}
th[scope=col] {
	color: #ae661c;
	text-align: center;
}
th[scope=row] {
	color: #58330e;
	text-align: left;
}
td[scope=chart]{
	border: 1px solid #f5ddc5;
	text-align: center;
}
li {
	padding: 3px 0;
}