 /* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/body_bg.jpg) #045998  left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #70535c;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #065A9A;
	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: #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;
}
.underline {
	text-decoration: underline;
}
.boxed {
	margin: 10px;
	padding: 20px;
	background-color: #DFCBB1;
	border: 1px #fff solid;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */

#wrapper{
margin:0px auto;
padding:0px;
width:975px;
height:auto;
background:url(assets/images/wrapper_bg.png) left top repeat-y;
}

#header{
margin:0px;
padding:0px;
width:975px;
height:382px;
background:url(assets/images/header.jpg) left top no-repeat;
}

#logo{
margin:0px;
padding:125px 0px 0px 60px;
width:303px;
height:204px;
}

#bannerpics{
margin:0px;
padding:44px 7px 0px 0px;
float:right;
width:399px;
height:278px;
}

#nav{
margin:22px 0px 12px 25px;
padding:0px;
text-align:center;
clear:both;
}

#nav li{
list-style:none;
display:inline;
position: relative;
}

#nav li a{
margin:0px;
padding:0px 5px;
list-style:none;
display:inline;
color:#fff;
font:bold 13px Arial, Helvetica, sans-serif;
}

#nav li a:hover{
color:#ffd800;
text-decoration:none;
}
#nav li ul {
	top: 100%;
	left: 0px;
	position: absolute;
	visibility: hidden;
	padding: 5px;
	background-color: #065A9A;
	border: 1px #fff solid;
}
#nav li ul a {
	display: block;
	width: 150px;
	text-align: left;
}
#nav li.navOver ul {
	visibility: visible;
}
#content{
margin:0px;
padding:5px 52px 0px 70px;
width:853px;
min-height:240px;
_height:240px;
background:url(assets/images/content_bg.jpg) left top no-repeat;
}


#footer{
margin:0px;
padding:0px;
width:975px;
height:auto;
background:url(assets/images/footer.jpg) #045998 left top no-repeat;
clear:both;
text-align:center;
color:#fff;
}

#footer ul{
margin:12px 0px;
padding:50px 0px 0px 0px;
text-align:center;
}

#footer ul li{
margin:0px;
padding:0px;
display:inline;
border-right:1px solid #fff;
}

#footer ul li a{
margin:0px 5px 0px 5px;
padding:0px;
color:#fff;
display:inline;

}

#footer li a:hover{
color:#ffd800;
text-decoration:none;
}

#footer ul li:last-child {
border-right:none;
}

#stock
{
margin:10px 15px 0px 0px;
padding:0px;
border:1px solid #000;
float:left;
}

.callout{
padding:5px 3px 0px 0px;
margin:15px auto 10px auto;
text-align:center;
background:url(assets/images/callout.gif) left top no-repeat;
width:208px;
height:50px;
float:left;
color:#fff;

}

.callout a{
color:#ffd800;
text-decoration:underline;
text-transform:uppercase;
font:bold 14px/22px Arial, Helvetica, sans-serif;
}

.callout p{
margin:0px;
padding:0px;
}

#table
{
margin:0px auto;
width:660px;
height:auto;
position:relative;
clear:both;
}

#services{
float:right;
width:365px;
margin:15px auto;
}

#services li{
font-size:18px;
list-style:none;
text-align:center;
}

#services li a{
height:35px;
padding-top:14px;
width:255px;
background:url(assets/images/services.jpg) left top no-repeat;
display:block;
color:#fff;
}

#services li a:hover{
color:#ffd800;
text-decoration:none;
}

.flyer{
float:right;
margin:10px;
border:1px solid #000;
}
#rss_feed {
width:300px;
margin: -3px 39px 0 0;
height:auto;
float:right;
padding:3px 10px;
background-color:#065A9A;
border:3px solid #fff;
color:#fff;
}
#rss_feed h3 {
margin:0px;
padding:0px;
font-size:12px;
line-height:12px;
color:#fff;
}
#rss_feed a, #rss_feed p {
margin:0px;
padding:0px;
font-size:11px;
line-height:12px;
color:#fff;
}
