@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #dbdbdb;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	}
	
h1 {
	font-size: 24px;
	color: #c36532;
	font-weight: lighter;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 0 8px 0;
	}
	
h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
	padding: 10px 0 8px 0;
	margin: 0px;
	}
	
a, a:visited {
	color: #c56630;
	}
	
a:hover, a:visited:hover {
	color: #4d808e;
	}
	
p {
	padding: 4px 0 8px 0;
	}
	
#main {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 10px 15px 25px 15px;
	background: url(images/bg.png) repeat-y;
	}
	
#topbar {
	background: url(images/topBar.png);
	height: 56px; width: 730px;
	margin: 0 auto 0 auto; padding: 20px 20px 0 80px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #c36532;
	}
	
#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 830px;
	background: url(images/bg.png) repeat-y;
	text-align: center;
	}
	
#footer {
	width: 830px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}
	
#info {
	width: 200px;
	margin: 20px 5px 5px 5px;
	float: left;
	display: inline;
	
	font-size: 11px;
	}
	
#info h1 {
	font-size: 13px;
	font-weight: bold;
	color: #c46531;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px; padding: 16px 0 4px 0;
	}
	
#info ul {
	margin: 3px 0 3px 30px;
	padding: 0px;
	}
		
.flash {	
	width: 800px;
	margin: auto;
	}

.content {
	margin: 0 100px 18px 100px;
	}
	
.contentWide {
	margin: 0 80px 18px 80px;
	}
	
.swirl1 {
	background: url(images/bottomSwirl-1.png) no-repeat;
	width: 800px;
	height: 106px;
	text-align: center;
	margin: 0px; padding: 0px;
	}
	
.smalltxt {
	font-size: 12px;
	}
	
.itemdivide {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: #CCCCCC;
	float: left;
	margin: 8px 0 0 0;
	}
	
.priceold {
	font-size: 26px;
	font-weight: lighter;
	line-height: 18px;
	text-align: right;
	margin: 10px 22px 10px 0;
	}
	
.price {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	margin: 10px 22px 10px 0;
	position: absolute;
	top: 530px;
	width: 180px;
	}	
	
.price2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	margin: 10px 22px 10px 0;
	position: absolute;
	top: 884px;
	width: 180px;
	}	
	
.permo {
	font-size: 13px;
	}
	
.boxes {
	width: 600px;
	height: 150px;
	margin: auto;
	}
	
.boxL {
	width: 230px;
	border: 2px solid #CCCCCC;
	margin: 12px;
	padding: 12px 8px 8px 8px;
	float: left;
	height: 120px;
	line-height: 24px;
	}
	
.boxR {
	width: 230px;
	border: 2px solid #CCCCCC;
	margin: 12px;
	padding: 12px 8px 8px 8px;
	float: right;
	height: 120px;
	line-height: 24px;
	}
	
#contactmain {
	background-color: #FFFFFF;
	padding: 10px;
	width: 90%;
	margin: 15px auto 10px auto;
	}
	
label {
	display: block;
	}
	
input {
	margin: 5px;
	}
	
textarea {
	margin: 5px;
	border: 1px solid #CCCCCC;
	}
	
.backtohome {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c56630;
	float: right;
	margin: -10px 0 0 0;
	}