/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/bg.jpg) center top #000 no-repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #f56426;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #FBAC0A;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #ffe794;
	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;
}
.underline {
	text-decoration: underline;
}

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

/* Layout
---------------------------------------------- */

#wrapper{
margin:3px auto;
padding:0px;
width:955px;
height:auto;
background:#000 url(assets/images/wrapper_bg.jpg) center  top repeat-y;
padding:0px 0px 0px 0px;

}

#header{
margin:0px;
padding:0px;
width:955px;
height:278px;
background:url(assets/images/header_bg.jpg) left top no-repeat;
text-shadow:2px 4px 4px #000000;
}

#topInfo{
color:#fff;
height:31px;
margin:0px;
padding:0px;
}

#topInfo p{

margin:0px;
padding:5px 0px 0px 15px;
}

#header span{
margin:0px;
padding:5px 15px 0px 0px;
float:right;
font-size:1.6em;
color:#fff;
text-align:right;
}

#header span p{
font:bold 26px/26px "Times New Roman", Times, serif;

}




#sidebar{
margin:0px;
padding:0px 0px 0px 10px;
float:left;
width:200px;
height:auto;
}
#sidebar p {
border:2px solid #c69f26;
padding:5px;
}

#nav{
margin:45px 0px 12px 0px;
padding:0px 0px 0px 20px;

}

#nav li{
color:#ffc600;
list-style:square;

}

#nav li a{
font:14px/26px Arial, Helvetica, sans-serif;
color:#fff;
padding:0px 0px 0px 15px;
}

#nav a:hover{
color:#ffc600;
text-decoration:none;
}



#content{
margin:0px;
padding:55px 15px 55px 0px;
float:right;
width:715px;
height:auto;

}

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

#footer{
width:955px;
height:55px;
margin:0px auto;
padding:0px;
background:url(assets/images/footer.jpg) center left no-repeat;
clear:both;
text-align:center;
}

#footer ul 
{
text-align:center;
padding:0px 0px 15px 0px;
margin:0px;
}

#footer ul li
{
display:inline;
margin:0px auto;
list-style:none outside none;
padding:0px 5px;
border-right:1px solid #feb100;
}

#footer li a
{
color:#feb100;
}

#footer li a:hover
{
color:#fff;
text-decoration:none;
}

#footer li:last-child {border:none;} 

.staff{
margin:10px 0px;
padding:10px;
width:700px;
height:auto;
float:left;
clear:both;
}

.staff img{
float:left;
margin:10px;
border: 1px solid #FBAC0A;
}

#services{
margin:0px auto;
text-align:center;
}

#services li{
display:inline-block;
width:196px;
height:34px;
background:url(assets/images/serviceList.jpg) left top no-repeat;
margin:10px;
padding:7px 0px 0px 0px;
text-align:center;
}

#services li a{
display:block;
}

#callout{
background:#C4A026;
border:1px solid #673409;
color:#fff;
/*width:800px;*/
width: 675px;
margin:10px auto;
padding:0 5px 5px;
text-align:center;
}

#callout h3{
margin-top:10px;
}
