html, body {
	background-color: #372f29;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #372f29;
	text-align: center;
}
.orange {
	color: #ce4e00;
}

p {

}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
img {
	display: inline;
}
a img {
	border: none;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
input, select, textarea {
	background-color: #fff;
	color: #132e3d;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	font-family: Verdana, Arial;
	border: 1px solid #ce4e00;
}
a {
	text-decoration: none;
	color: #315568;
}
a:hover {
}
th,td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
object,embed {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 950px;
	margin-left: auto; margin-right: auto;
	background-image: url('images/mainbg.gif');
	background-repeat: repeat-y;
}
.main .main2 {
	background-image: url('images/mainbg.jpg');
	background-repeat: no-repeat;
}
.mainfoot {
	width: 950px;
	margin-left: auto; margin-right: auto;
	background-image: url('images/mainfoot.gif');
	background-repeat: no-repeat;
}
.mainfoot .footmenu {
	color:#fff;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainfoot .footmenu a {
	color:#fff;
	padding: 0px 5px;
}
.mainfoot .footmenu a:hover {
	text-decoration: underline;
}
.logobg {
	position: relative;
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.inner {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.logobg h1 {
	position: absolute;
	top: 9px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 11px; 
	font-weight: bold;
	color: #693312;
	padding-left: 5px;
}
.logobg .menu {
	position: absolute;
	top: 169px;
	left: 5px;
	height: 32px;
	line-height: 32px;
}
.logobg .menu a {
	padding: 0px 5px;
	color: #fff11b;
}
.logobg .menu a:hover {
	text-decoration: underline;
}

.leftcontent {
	background-color: #f3e2d3;
	background-image: url('images/leftcontent_bg.jpg');
	background-repeat: no-repeat;
}
.tdfooter {
	background-color: #823f0a;
}
.rightlineup {
	padding: 20px 30px;
	font-size: 12px;
	color: #4a250f;
	text-transform: uppercase;
}
.rightlineup div {
	background-image: url('images/redbox.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 25px;
	background-position: 0px 7px;	
}
h2 {
	font-size: 20px;
}
.googlecell {
	padding: 30px;
	text-align: justify;
}
.submit {
	background-image: url('images/submit_bg.gif');
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 10px;
	height: 18px;
	background-position:  right;
	border: none;
	margin: 0px;
	background-color: #d77539;
	background-repeat: no-repeat;
}
.buy {
	margin-top: 10px;
	width: 524px;
	border: 1px solid #823f0a;
}

.buy thead th {
	background-color: #823f0a;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	vertical-align: middle;
}
.buy tbody td {
	padding: 5px;
	font-weight: bold;
	border-top: 1px dashed #823f0a;
	vertical-align: middle;
}
.buy .submit {
	height: 18px;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #823f0a;
}
a.indexlink {
	display: block;
	background-image: url('images/submit_bg.gif');
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 10px;
	height: 18px;
	background-position:  right;
	border: none;
	margin: 0px;
	background-color: #d77539;
	background-repeat: no-repeat;
}
.indeximage {
	padding: 15px;
	border-top: 1px solid #823f0a;
	border-bottom: 1px solid #823f0a;
}
.indeximage img {
	width: 245px;
	height: 184px;
}
.checkout {
	margin-top: 10px;
	width: 524px;
	border: 1px solid #823f0a;
}

.checkout thead th {
	background-color: #823f0a;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	vertical-align: middle;
}
.checkout tbody td {
	padding: 5px;
	font-weight: normal;
	border-top: 1px dashed #823f0a;
	vertical-align: middle;
}
.checkout tbody th {
	padding: 5px;
	font-weight: bold;
	border-top: 1px dashed #823f0a;
	vertical-align: middle;
}
.checkout .submit {
	height: 18px;
	line-height: 18px;
}
.cinput {
	width: 250px;
}