body {
  background-color: #797C88;
	margin: 0;
	font-size: 10px;
}

#header {
  background-image: url('../assets/site_header.jpg');
	background-repeat: no-repeat;
	height: 97px;
}

#navnumber {
	position: relative;
	top: 5px;
	right: 0;
	text-align: right;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
	color: #D1E2FF;
	margin: 0 0 10px 0;
	padding: 0 18px 0 0;
	line-height: 17px;
	vertical-align: top;
}
#navnumber input {
	width: 125px;
	height: 18px;
	margin-top: 2px;
	margin-right: 2px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
#content {
  background-color: #FFF;
}

#shop {table-layout: fixed; width: 25%; vertical-align: top; }
#shop a {text-decoration: none; color: #C24D2E; }
/*#shop a:hover {text-decoration: underline;}*/
#shop h2 {height: 15px;}

#subcat  a { text-decoration: none; font-size: 10px; font-family: helvetica, arial, sans-serif; color: #B93010;}
#subcat  a:hover {text-decoration: underline;}
#subcat ul {list-style-type: none; margin-top: 3;}
#subcat li {line-height: 10px; margin: 3 0 0 -20; }

 .link  a {text-decoration: none; color: #C24D2E; }

#content a img {
	border: 0;
}

#content .greybar {
  margin: 2px 0 15px 0;
  padding: 3px 0 3px 20px;
  border-top: 4px #C95333 solid;
  background-color: #E1E4EE;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  color: #444;
  font-weight: bold;
  font-size: .8em;
}

#content .highlightbox {
	clear: both;
	margin: 10px 5px 0 5px;
	padding: 5px 0;
	border-top: 2px #A9A9A9 dotted;
	border-bottom: 2px #A9A9A9 dotted;
	text-align: left;
}

#content .highlightbox h2 {
	margin: 5px;
}

#content .highlightbox a {text-decoration:none!important;border:0; color:#C24D2E;}
#content .highlightbox .box1, #content .highlightbox .box2, #content .highlightbox .box3 {
	padding: 0 15px 5px 15px;
}

#content .highlightbox .box1 img, #content .highlightbox .box2 img, #content .highlightbox .box3 img {
}

#content .highlightbox .box1 {
	border-right: 2px #A9A9A9 dotted;
	/*border-left: 2px #A9A9A9 dotted;*/
}

#content h1 {
  color: #38569C;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	padding: 0;
	margin: 20px 20px 10px 25px;
	letter-spacing: 1px;
}

.center { text-align: center; }
#content h2 {
	background-image: url('../assets/arrow_white.jpg');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 20px 20px 10px 25px;
	padding: 0 0 0 15px;
	color: #C24D2E;
  	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;	
}

#content p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 25px;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}

#content .footer {
	border-top: 2px #A9A9A9 dotted;
	margin: 15px 5px 0 5px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px!important;
	font-weight: bold;
	color: #999999;
	vertical-align: middle;
}

#content .footer a {
        COLOR: #B93010; TEXT-DECORATION: underline;
	font-size: 9px;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .footer a:hover {
        COLOR: #B93010; TEXT-DECORATION: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;		
}
#content .footer .left {
	float: left;
	text-align: left;
	color: #999999;
  	font-family: Verdana, Arial, Helvetica, sans-serif;	
	height: 25px;
	line-height: 25px;		
}

#content .footer .right {
	float: right;
	text-align: right;
	color: #999999;
  	font-family: Verdana, Arial, Helvetica, sans-serif;	
	height: 25px;
	line-height: 25px;		
}
	

#tabs {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  height: 25px;
  font-size: 12px;
  margin: 0; 
  padding: 0;
  position: relative;
  top: 5px;
  right: 20px;
}
* html #tabs {
  top: 2px;
  right: 20;
}

#tabs li {
  list-style-type: none;
  float:right;
  margin:0;
  padding:0 0 0 18px;
  background:url("../assets/nav_tab_left.jpg") no-repeat left;
  }
#tabs li a {
  float:left;
  display:block;
  padding:5px 18px 7px 0;
  font-weight:bold;
  text-decoration:none;
  color:#444;
  background:url("../assets/nav_tab_right.jpg") no-repeat right;	
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#000;
  }
#tabs li#current {
  background:url("../assets/nav_tab_left_on.jpg") no-repeat left;
  }
#tabs li#current a {
  background:url("../assets/nav_tab_right_on.jpg") no-repeat right;
  color:#333;
  padding-bottom:8px;
  }
  
  #loginbox {
  	float: right;
	margin: 20px 20px 20px 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}

#loginbox h1 {
  color: #38569C;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;	
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat; 
	background-position: 4px center; 
	white-space:nowrap;
	background-color: #eee;
	font-weight: normal;
	cursor: pointer;
	padding: 2px 2px 2px 14px;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #000;
	height: 18px;
	line-height: 18px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}


.SubMenu {
	width:114px;
	position:absolute;
	z-index:1;
}
.SubMenuContent {
	text-decoration: none; 
	font-size: 10px; 
	font-family: helvetica, arial, sans-serif; 
	color: #B93010;
	background: #f4f2f2;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #999;
	line-height:0.4em;
}
.SubMenuContent p {
	padding:0px 0px 6px 0px;
	border-bottom:#999 dotted 1px;
}

.SubMenu a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-transform:capitalize;
	text-decoration: none; 
	font-size: 11px; 
	font-family: helvetica, arial, sans-serif; 
	color: #333;
}
.topnavigation {
	position:relative;
}