* {
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(../images/bodybg.png) top repeat-x;
	font-family: Trebuchet MS, Arial, sans serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#banner_div {
	position: relative;
}

#content_div {
	padding: 10px 20px;
	background: #ffffff;
	zoom: 1;
}

#footer_div {
	padding: 10px 20px;
	color: #ffffff;
}
#footer_div a {
	color: #ffffff;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

p {
	padding: 0px;
	margin: 9px 0px;
}

a {
	color: #32879c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* HEADER AREA */

#logo {
	padding: 0px;
	margin: 0px;
	width: 308px;
	height: 125px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
	margin-bottom: -25px;
}
#logo a {
	display: block;
	width: 308px;
	height: 125px;
}

#navbar_div {
	width: 650px;
	height: 35px;
	position: absolute;
	left: 310px;
	top: 58px;
}
/*
#navbar_div a {
	border-left: 1px solid #494949;
	border-right: 1px solid #898989;
	display: block;
	float: left;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 1px #333333;
	background: url(../images/navbg.png);
}
#navbar_div a:hover {
	color: #ffffff;
}
*/
#address_div {
	text-align: right;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 15px;
}

#callout_div {
	background: #111111;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 20px;
}

#calloutleft {
	float: left;
	width: 300px;
	margin: 30px 0px 11px 20px;
	color: #ffffff;
}
#calloutright {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #d75625;
	padding: 0px;
	margin: 9px 0px;
}

h1, h2 {
	font-size: 24px;
	line-height: 28px;
}

.padtop {
	padding-top: 30px;
}

#catnav {
position: relative;
list-style: none;
margin: 0px;
padding: 0px;
z-index: 999;
}

#catnav li {
font-weight: bold;
float: left;
zoom: 1;
background: #dfdfdf;
}

#catnav a {
color: #222222;
text-decoration: none;
}
#catnav a:hover {
color: #ffffff;
text-decoration: none;
}

#catnav a:active {
color: #333333;
}

#catnav li a {
display: block;
padding: 8px 8px 9px 8px;
text-align: center;
border-left: 1px solid #494949;
border-right: 1px solid #898989;
text-shadow: 1px 1px 1px #333333;
background: url(../images/navbg.png);
}

#catnav li.hover, #catnav li:hover {
position: relative;
}

#catnav li.hover a {
}

/* LEVEL TWO */

#catnav img {
margin-left: 5px;
}

#catnav ul {
width: 140px;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
list-style: none;
margin: 0px;
padding: 0px;
}

#catnav ul li {
font-weight: normal;
float: none;
}

#catnav ul li a {
text-align: left;
color: #ffffff;
background: #333333;
}	 
#catnav ul li a:hover {
border-
text-align: left;
background: #666666;
} 

/* IE 6 & 7 Needs Inline Block */
#catnav ul li a	{
border-right: none;
width: 100%;
display: inline-block;
}

/* Browse all button */

#catnav li.browseall {
margin-left: 2px;
text-align: center;
width: 138px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#catnav li.browseall a {
background: #c1c1c1;
border: 1px solid #c1c1c1;
padding: 3px 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#catnav li.browseall a:hover {
background: #dfdfdf;
border: 1px solid #c1c1c1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
