body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.7em;
  color:#3C5768;
  background:#065DA4 url(../images/design/main_bg.gif) repeat-y 50% 0%;
  margin:0px;
}

/* Default Styles */
h1 {
  font-size:1.1em;
  color:#0984E7;
  margin:0px;
  padding:0px 0 24px 0;
}

h2 {
  font-size:1.1em;
  color:#0984E7;
  margin:0px;
  padding:0px 0 12px 0;
}

a {color:#0E7FC7;}
a:hover {color:#0E7FC7; text-decoration:none;}

p {
  margin-bottom:0px;
  padding-bottom:0px;
}

a img {border:0px;}
/* End Default Styles */

#shell {
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  width: 780px;
  overflow: hidden;
}

#header {
  width:780px;
  height:216px;
}

#logo {
  width:211px;
  height:77px;
  position:absolute;
  top:10px;
  margin-left:36px;
  z-index:512;
}

.logolink {
  width:211px;
  height:77px;
}

#banner {
  margin-left:10px;
  width:760px;
  height:186px;
  z-index:256;
}

/* --------- Navigation ---------- */

#menu {
  width:760px;
  height:30px;
  background: url(../images/design/menu_bg.jpg) no-repeat 0% 0%;
  margin-left:10px;
  padding:0px;
}

#nav, #nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  /*width: 159px;*/
  font-size:1.0em;
  display:inline;
  float:left;
}

#nav li {
  float: left;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  list-style-type: none;
}

#nav li ul {
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  position: absolute;
  z-index: 256;
  left: -999em;
}



#nav li a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px;
  padding: 10px 20px 5px 20px;
  width: auto;
  display: block;
	background: url(../images/design/divider.jpg) no-repeat 100% 50%;
}

#nav #contactus {
  background:url(../images/design/spacer.gif) no-repeat 50% 0%;
}

#nav #contactus {
  background:url(../images/design/spacer.gif) no-repeat 50% 0%;
}

#nav li a:hover {
  color: #FFFFFF; /*3C5768*/
  text-decoration:underline;
  margin: 0px;
  width: auto;
  display: block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}


#subnav, #subnav ul {
  list-style-type: none;
  float: left;
  margin-left:0px;
  padding: 0px;
  width: 150px;
  background:url(../images/design/subnav_bg.png) no-repeat 0% 100%;
  z-index:1000;
}

*html #subnav, #subnav ul {
  background:url(../images/design/subnav_bg.png) no-repeat 0% 100%;
/*  azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "..images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
); */ 
}

#subnav li {
  color: #313131;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  position: relative;
  width: 93px;
	border:0px;
}

/* IE6 Hack To Make The Dropdwon Menu Lineup */
* html ul#subnav li {margin-top: -0px;}

#subnav li a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px;
  display: block;
  padding:5px 0 3px 9px;
	background:url(../images/design/divider2.png) no-repeat 50% 0%;
}

*html #subnav li a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px;
  display: block;
  padding:5px 0 3px 9px;
	background:url(../images/design/divider2.gif) no-repeat 50% 0%;
}

#gap {
  background:url(../images/design/spacer.gif) no-repeat 50% 0%;
}

#subnav li a:hover {
  color: #FFFFFF; /*3C5768*/
  text-decoration:underline;
  margin: 0px;
  padding:5px 0px 3px 9px;
  display: block;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* --------- Navigation ---------- */


#holder {
  margin-left:10px;
  width:760px;
  background:#FFFFFF url(../images/design/holder_bg.jpg) no-repeat 0% 100%;
}

#container {
  width:750px;
  margin:0 0 0 10px;
  padding-top:20px;
}

*html #container {
  width:750px;
}

#dropdown {
  float:left;
  width:480px;
  height:49px;
  background:url(../images/design/catagory_bg.jpg) no-repeat 0% 100%;
}

#search {
  width:249px;
  height:49px;
  margin-left:10px;
  float:left;
  background:url(../images/design/search_bg.jpg) no-repeat 0% 0%;
}

/* Search Styles*/

#searchform {
  width:249px;
  margin-top:12px;
  margin-left:12px;
}

*html #searchform {
  margin:0px;
  padding:10px 0 0 11px;
}

#searchform label {
  color:#FFFFFF;
  font-weight:bold;
  margin-right:4px;
  font-size:1.1em;
}

.searchinput {
  border:1px solid #999999;
  color:#3C5768;
  font-size:1.0em;
  padding:2px;
  width:144px;
  height:14px;
}

.searchbttn{
  position:relative;
  top:4px;
  margin-left:5px;
}


#dropdownform {
  width:465px;
  margin-top:12px;
  margin-left:12px;
}

*html #dropdownform {
  margin:0px;
  padding:10px 0 0 12px;
  z-index:64;
}

#dropdownform label {
  color:#FFFFFF;
  font-weight:bold;
  margin-top:8px;
  margin-right:6px;
  font-size:1.1em;
  float:left;
}

select {
  float:left;
  border:1px solid #999999;
  color:#3C5768;
  font-size:1.0em;
  padding:2px;
  margin-top:5px;
  margin-right:6px;
}

#leftpanel {
  width:490px;
  float:left;
}

#middlepanel {
  width:740px;
}

#contentbox {
  width:480px;
}

#contentboxlong {
  width:740px;
}

#contentboxsmall {
  width:235px;
  height:159px;
  margin-top:10px;
  margin-left:2px;
  margin-right:6px;
  float:left;
}

#contentboxsmall h1 {
  margin:0px;
  padding:0px;
}

#contentboxsmall a {
  color:#3C5768;
}  
  
#top {
  width:480px;
  height:23px;
  background: url(../images/design/box_top.jpg) no-repeat 0% 0%;
}

#toplong {
  width:740px;
  height:23px;
  background: url(../images/design/box_toplong.jpg) no-repeat 0% 0%;
}

#topsmall {
  width:235px;
  height:23px;
  background: url(../images/design/box_topsmall.jpg) no-repeat 0% 0%;
}

#content {
  background:#FAFAFA;
  border-left:1px solid #D3D3D3;
  border-right:1px solid #D3D3D3;
  padding:0 10px 0 10px;
  margin:0px;
}

#contentlong {
  background:#FAFAFA;
  border-left:1px solid #D3D3D3;
  border-right:1px solid #D3D3D3;
  padding:0 10px 0 10px;
  margin:0px;
}

#contentsmall {
  background:#FAFAFA;
  border-left:1px solid #D3D3D3;
  border-right:1px solid #D3D3D3;
  padding:0 10px 0 10px;
  margin:0px;
  height:113px;
}

#bottom {
  width:480px;
  height:23px;
  background:url(../images/design/box_bottom.jpg) no-repeat 0% 0%;
}

#bottomlong {
  width:740px;
  height:23px;
  background:url(../images/design/box_bottomlong.jpg) no-repeat 0% 0%;
}

#bottomsmall {
  width:235px;
  height:23px;
  background:url(../images/design/box_bottomsmall.jpg) no-repeat 0% 0%;
}

#rightpanel {
  float:left;
  width:249px;
}

#homefooter {
  width:740px;
  height:86px;
  background:url(../images/design/footer_bg.jpg) no-repeat 0% 0%;
}

#footer {
  width:740px;
  height:86px;
  margin-left:10px;
  background:url(../images/design/footer_bg.jpg) no-repeat 0% 0%;
}

#details {
  float:left;
  text-align:right;
  margin-top:13px;
  width:538px;
}

#rights {
  float:right;
  text-align:right;
  margin-top:13px;
  margin-right:10px;
}

#rights span {
  color:#AEB9C0;
}

#rights a {
  text-decoration:none;
  color:#AEB9C0;
}

#rights a:hover {
  text-decoration:underline;
  color:#AEB9C0;
}

/* Featurebox */
.featurebox {
   width:249px;
   margin-bottom:10px;
  background:url(../images/design/featurebox_bg.jpg) repeat-y 0% 0%;
}

#holderbox {
  background:url(../images/design/featurebox_top.jpg) no-repeat 0% 0%;
  width:249px;
  padding:0px;
  margin:0px;
}

.title {
 width:249px;
 padding:11px 0 11px 0;
 color:#FFFFFF;
 font-size:1.1em;
 font-weight:bold;
 text-indent:18px;
}

.product {
  color:#FFFFFF;
  padding:12px 12px 0 12px;
  background:url(../images/design/featurebox_bottom.jpg) no-repeat 0% 100%;
  width:225px;
  min-height: 90px;
  height: auto;
  _height: 90px;
}

.product a img {
  border:1px solid #C9D1D4;
  float:left;
  margin:0 10px 5px 0;
}

.featurebox a {color:#FFFFFF; text-decoration:none;}
.featurebox a:hover {color:#FFFFFF; text-decoration:underline;}
/* Staff Member */

.staffmember {
  padding:10px 10px 0 10px;
}

.staffbg img {
  float:left;
  margin-right:10px;
}

/* End Staff Member */

/* Forms */
form { margin: 0; }

#userinputform label { visibility: hidden; display: none; }

input, textarea, select { font-size:1.0em; font-family: arial, sans-serif; }

.required { color: #FF0000; }

.namefield {float:left; padding-top: 3px; width: 125px; }
.inputfield, .radiobttn {width: 250px; padding:6px 2px 6px 2px;}

.namefield2 {float:left; padding-top: 3px; width: 125px; clear:left;}
.inputfield2 {float:left; width: 600px; padding:4px 2px 4px 2px;}

/* Hack for Browsers other than IE */
 html>/**/body .namefield2 {
  width:98px;
 }

*html .namefield2 {width:103px;}

.submitbutton {
  margin:6px 0 6px 100px;
  background-color:#1A4B96;
  border:1px solid #A5ACB2;
  color:#FFFFFF;
}

/* Products */
/*.product {
  width:500px;
}*/

.pdetails {
  float:left;
}

#product-image {
  float:left;
  border:1px solid #CCCCCC;
}

#productdetails {
  float:left;
  width:445px;
}

/* End Products */

/* Search Results */

.searchresult {
  border:1px solid #CCCCCC;
  padding:10px;
  margin:5px 0 0 0;
}

.searchresult .product-image {
  margin-right:20px;
  float:left;
}

.readmore {
  float:right;
}

#contentresult {
  text-align:left;
}

#contentresult #product-image {
  margin-right:20px;
}

a.nounderline {
  text-decoration:none;
}

a:hover.nounderline {
  text-decoration:underline;
}

/* End Search Results */

/* Hack for Browsers other than IE */
 html>/**/body .submitbutton {
  margin:6px 0 6px 98px;
 }

*html .submitbutton {  margin:6px 0 6px 103px;}

.spacer {
  width:10px;
  height:20px;
  clear:both;
  margin:0px;
  padding:0px;
}

*html .spacer {
  height:5px;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
