/* Reset Styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ul,form,label,legend,caption {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
}
a {
	text-decoration:none;
	color:#003366;
	}
	
/* General */

html, body {
	font-family: tahoma;
	font-size:0.9em;
	line-height:1.3em;
	background-color:#fff;
	color:#666;
	}
	
.clear {
	clear:both;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#42433e;
	margin:5px 0 10px 0;
	}
	
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#42433e;
	margin:0 0 10px 0;
	}
	
#TopBar {
	display:block;
	padding:3px;
	background-color:#929CA6;
	}
#MainWrapper {
	margin:0 auto;
	width:980px;
	padding-top:50px;
	}
#Header {
	margin-bottom:50px;
	}
#Logo {
	padding:0 0 0 34px;
	}
#TopNav ul li {
	display:inline; /* IE fix */
	}
	
#TopNav ul li a{
	padding:0 10px;
	display:block;
	float:left;
	font-size:1.0em;
	text-transform: capitalize;
	font-weight:bold;
	color:#42433e;
	border-right:1px solid #D0D0D0;
	}

#TopNav ul li a:hover{
	color:#999;
	}
	
#Search input {
	border:1px solid red;
	margin-left:10px;
	}
	
#LeftNav {
	float:left;
	width:145px;
	padding:0 45px 0 0;
	}
	
#LeftNav a {
	color:#42433e !important;
	}
	
#LeftNav a:hover {
	color:#b80e28 !important;
	}

a.leftnav{
	padding:8px 0;
	display:block;
	text-transform: uppercase;
	font-weight:bold;
	text-align:right;
	}
	
#Content {
	float:left;
	display:block;
	width:710px
	}
	
#Footer {
	margin-top:100px;
	display:block;
	padding:0 0 5px 0;
	background-color:#929CA6;
	}
	
#Footer .Holder {
	margin:0 auto;
	width:790px;
	padding-left:190px
	}
#Footer .small {
	font-size:0.9em;
	font-weight:normal;
	}
#Footer .Holder .Phone {
	color:#b80e28;
	font-weight:bold;
	font-size:1.2em;
	}
#Footer .copyright {
	font-size:0.8em;
	color:#FFFFFF;
	padding-top:5px
	}
#Footer a {
	color:#FFFFFF;
	}
	
.tb table, .tb td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:3px
	}
	
	
	
#first li ul li a {
	padding-left:12px;
	background-image: url(/images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	line-height:1.3em
	}	
#first li ul li ul li a {
	padding-left:12px;
	background-image: none !important;
	line-height:1.3em
	}
.subcategory {
	padding-left:20px;
	}
#first li a {
	font-weight:bold;
	line-height:1.5em
	}
.subcategory a{
	padding-left:20px;
	font-weight:normal !important;
	}
#first {
	text-align: right;
	padding-top:10px;
	}
#second {
	padding-bottom:5px;
}

img.resize {
max-width: 150px;
width: expression(this.width > 150 ? 150: true);
}

.lglinks {
	font-size:12px;
	}
	
/* Press Tabs */

.tabDiv {
	padding:15px 10px 15px 25px;
	border:1px solid #B0B0B0;
	}
.tabDiv .close {
	display:none;
	}	
.tabs a {
	width:100px;
	float:left;
	display:block;
	background-color:#fff;
	border:1px solid #B0B0B0;
	border-bottom:0;
	border-left:0;
	text-align:center;
	color:#555;
	font-weight:bold;
	font-size:.9em;
	padding:4px 10px 6px 10px !important;
	background-image:url(/images/bg-tabs.jpg);
	background-repeat: repeat-x;
	position:relative;
	top:1px;
	z-index:2;
	}
.selected {
	background-image:none !important;
	}
	
.gallery img {
	border:1px solid #888;
	}
