/* Tags
---------------------------------------------- */
html, htm, body { height:100%; }
body {
	margin: 0px;
	padding: 0px;
	color: #2d1807;
	font: 12px Arial, Helvetica, sans-serif;
	background:#5A381D url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #e5cfb4;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	width:400px;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #e5cfb4;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}


.case{
	overflow:hidden;
}
.case p{
	background:#A56315;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.case img{
	background:#5A381D;
	border:1px solid #A56315;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	padding:5px;
}
.caseBefore {
	float:left;
}
.caseAfter{
	float:right;
}
.caseBefore, .caseAfter {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

/* Layout
---------------------------------------------- */
#container {
width:800px;
height:auto;
min-height:100%;
_height:100%;
margin:0 auto;
padding:0px;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:261px;
		margin:0px;
		padding:0px;
		}
			#logo {
			width:406px;
			height:159px;
			margin:0px;
			padding:0px;
			}
			#topInfo {
			width:200px;
			height:auto;
			margin:0px;
			padding:0 0 0 370px;
			font:16px/24px Arial, Helvetica, sans-serif;
			color:#f1ece5;
			}
			#topInfo .phone {
			font:28px/34px Arial, Helvetica, sans-serif;
			color:#e8bf83;
			}
			#topPic {
			width:231px;
			height:282px;
			margin:91px 0 0 569px;
			padding:0px;
			position:absolute;
			}

			#topPic p{
			margin:0px;
			padding:0px;
			}

		#leftCol {
		width:193px;
		height:auto;
		margin:0px;
		padding:0px;
		}
			#nav {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			text-align:center;
			}
			#nav li {
			list-style:none;
			}
			#nav li a {
			display:block;
			height:30px;
			border-top:1px solid #825822;
			font:16px/30px Georgia, "Times New Roman", Times, serif;
			color:#d0af80;
			}
			#nav li a:hover {
			text-decoration:none;
			color:#fff;
			}
			#nav .last {
			border-bottom:1px solid #825822;
			}
			#sidebar {
			width:auto;
			height:auto;
			margin:0px;
			padding:0 5px 0 5px;
			color:#fff;
			}
		#rightCol {
		width:505px;
		height:auto;

		margin:0px;
		padding:70px 75px 0 0;
		float:right;
		}
			#body {
			width:auto;
			height:auto;
					min-height:319px;
					_height:319px;
			margin:0px;
			padding:0 0 20px 0;
			}
			#footer {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			}
			#nav2 {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			text-align:center;
			}
			#nav2 li {
			list-style:none;
			display:inline;
			}
			#nav2 li a {
			padding:0 5px 0 5px;
			border-right:1px solid #462907;
			font:10px Arial, Helvetica, sans-serif;
			color:#462907;
			}
			#nav2 li a:hover {
			text-decoration:none;
			color:#fff;
			}
			#nav2 .last {
			border:none;
			}
			#copy {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			text-align:center;
			font:10px Arial, Helvetica, sans-serif;
			color:#fff;
			}

#stock{
float:right;
margin:5px;
border: 1px solid #000;

	}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}
	


