/*p, body, h1, h2, h3, h4, div, table, tr, td, ul, li{ margin: 0 0 0 0;}*/

*{ font-family: Arial; font-size: 12px;}

body{
margin:0px;
	background: #242d1c url(assets/images/bg.jpg) top left repeat-x;
}

.clear {
clear:both;
}

#header{
	background: url(assets/images/bg-top.jpg) no-repeat center top;
	height: 325px;
	width: auto;
	min-width: 1000px;
	position: relative;
}
#headerContent {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
#content{
	background: url(assets/images/bg-bottom.jpg) no-repeat center top;
	width: auto;
	min-width: 1000px;
	min-height:401px;
	position: relative;
}
#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
#photo{
	position: absolute;
	right: 30px;
	top: 60px;
}

#address{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: white;
	right: 20px;
	top: 290px;
	text-align: right;
}

div.leftCol{
	/* margin: 0 0 0 180px; */
	padding: 20px 0 0 0px;
	width: 173px;
	float: left;
}

div.box-body{
	background: url(assets/images/box-top.png) top left no-repeat;
	text-align: right;
	width: 163px;
	max-height:787px;
	/*overflow:auto;*/
	padding:13px 5px 0 5px;
	color:#fff;
}

ul.nav{
	list-style: none;
	/* padding-left:35px; */
	padding-left:30px;
	margin:0px;
}

ul.nav li {

	padding:5px 0px;
	width:127px
}

ul.nav li a{
	color: white;
	text-decoration: none;
	font-size: 12px;
	padding:5px 0px;
}

ul.nav li a:hover{
	color: #adb279;
}

div.box-bottom{
	background: url(assets/images/box-bottom.png) top left no-repeat;
	height: 13px;
	width: 173px;
	margin-bottom:15px;
	margin-bottom:10px;
}

div#rightCol{
	width: 810px;
	/*margin: 0px 0 0 385px;*/
	padding:0 0 0 16px;
	color: white;
	text-align:left;
	float:left;
}

div#content-body{
	background: url(assets/images/content-body.jpg) top left repeat-y;
}

div#content-top{
	background: url(assets/images/content-top.jpg) top left no-repeat;
	min-height: 374px;
	padding: 20px 30px 20px 30px;
}

div#content-bottom{
	background: url(assets/images/content-bottom.jpg) top left no-repeat;
	width: 810px;
	height: 42px;
	margin-bottom: 10px;
}

div#bottom-links{
	padding: 0px 0 0 10px;
}

div#bottom-links ul{
	text-decoration: none;
	font-size: 10px;
	color: white;
	width: 515px;
}

div#bottom-links ul li{
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}

div#bottom-links li a{
border-right:1px solid #FFFFFF;
display:inline;
font-size:10px;
line-height:22px;
padding:0 4px;
}

div#bottom-links li a:hover{
	color: #adb279;
}

div#copy-write{
	color: #7d7d7d;
	font-size: 9px;
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
}

div#copy-write a{
	color: #7d7d7d;
}

h1{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 10px;
}

h2{
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	padding-bottom: 5px;
}

a{
	text-decoration: none;
	color: #adb279;
	font-weight: bold;
}

#services {
margin:0px;
}
#services li{
list-style:none;
padding:3px 0px;
}

#services li a{

color:#fff;
}

#services{
padding-left:7px;
}

.stock{
float:right;
margin:6px;
border:1px solid #fff;
}

.staff{
float:left;
margin:10px 0px;
padding:5px;

}

img.staff{
float:left;
margin:5px;
border:1px solid #AFB168;
}
#call_box {
width:auto;
height:auto;
margin:0px;
padding:10px;
border:1px solid #AFAA8C;
background-color:#424F33;
clear:both;
}
hr {
	color: #AFAA8C;
	height: 1px;
	background-color: #AFAA8C;
	border: none;
}

