body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #899 url(../img/bg_tile_l.gif) repeat top left;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #40659B;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #036;
	border-bottom-style: solid;
	}
a.more {
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 5px;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #004444;
	border-bottom: 1px solid #eaeaea;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #40659B;
	}
h3 a:hover {
	color: #036;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #899;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../images/quotemarks.gif) no-repeat 0 3px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 770px;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	background: #fff;
	}
#logo {
	background: #c0c0c0 url(/images/logo_banner.png) no-repeat top right;
	background-repeat: no-repeat;
	height: 86px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 32px;
	left: 25px;
	width: 119px;
	height: 29px;
	background: url(../img/sb-spring2.gif) no-repeat;
	}
html>body #logo span {
	top: 32px;
	}
	
#logo #search-form {
	font-family: Verdana, sans-serif;
	margin: 25px 5px 0px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #888;
	float:right;
	border: 0px solid white;
	}	

/* navigation */

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #000 url(../img/bar.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover {
	color: #ffa906;
	}
#nav a.active {
	font-weight: bold;
	color:#fff;
	}
li#t-home a {
	margin-left: 25px;
	}

/* ---[ title box ]-------------------------------- */

#title {
	clear: left;
	padding: 10px 5px 15px 25px;
	background-color: #044;
	}
	
#home #title {
	background-image: url(../img/h-bg-icons.gif);
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #EB9F3D;
	}
#title h1 span {
	color: #666;
	}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 25px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #ccc;
	text-align:justify;
	}

#title a {
	border-bottom-color: #899;
	}
#title a:visited {
	color: #40659B;
	}
#title a:hover {
	color: #036;
	}
h2#recent {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	color: #7B9905;
	}

/* ---[ main column ]----------------------------- */

#main-body {
	float: left;
	width: 500px;
	}
#content {
	margin: 15px 0;
	padding: 0 15px;
	background: #fff;
	}

/* ---[ right column ]----------------------------- */

#sidebar {
	width: 200px;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #888;
	}
#sidebar h3 {
	margin: 15px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #f90 url(/images/sidebar-h.gif) repeat-x top left;
	}
#sidebar h3#quick {
	margin-top: 24px;
	}
#sidebar h3.sub {
	background: #538620 url(../img/sub-h-bg.gif) repeat-x top left;
	}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	}
#sidebar img {
	vertical-align: middle;
	}

/* ---[ footer ]----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666;
	background: #033;
	}
#footer p {
	margin: 0;
	padding: 25px;
	background: #033;
	}
#footer a {
	color: #888;
	border-bottom-color: #899;
	}
#footer a:hover {
	color: #ccc;
	}
#footer-rss {
	padding-left: 28px;
	background: url(../img/rss-button.gif) no-repeat 0 50%;
	}

/* ---[ misc. ]---------------------------------------- */

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	
h3 img {
	vertical-align: middle;
	}
ul.noBullet li {
	list-style-type: none;
	}
ul.fiveent em {
	color: #999;
	font-style: normal;
	font-size: 90%;
	}
.center {
	text-align: center;
	}

.hide {
	display: none;
	}
	

.product table {
	border-collapse: collapse;
	border: 1px solid #666666;
	background: #f1f1f1;
	color: #333;
	margin-left:10px;
}

.product th {
	background: #ccc;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	vertical-align: bottom;
}

.product td {
	padding: .25em;
	line-height: 1.5em;
	font-size: 11px;
	text-align: justify;
}

.prod_details {	
	background: #fff;
}

.product td select {
	width:100%;
}

h2 {
	font-size:17px;
	margin-bottom:0px;
}

.sidebar_icon {
	margin:0 4px 2px -4px;
}

.pdfers a,  .pdfers a:hover, .pdfers a:visited {
	text-decoration:none;
	border:0;
}

.geotrust a {
text-decoration:none;
border:0;
}

img.imgleft {
	float: left;
	padding: 6px;
	margin: 5px 15px 0px 0px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

img.imgright {
	float: right;
	padding: 6px;
	margin: 5px 0px 0px 15px;
	border: 1px solid #D9E0E6;	
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}


.chkout table {
	border-collapse: collapse;
	border: 1px solid #666666;
	background: #f1f1f1;
	color: #333;
	margin-left:10px;
}

.chkout .first th {
	background: #004444;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	vertical-align: bottom;
	color:#fff;
	
}

.chkout .second th {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	padding-left: .5em;
	font-size:12px;
	vertical-align: bottom;
}

.chkout .total {
	background: #ccc;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	font-size:12px;
	vertical-align: bottom;
}

.chkout .odd td {
	padding: .25em;
	line-height: 1.5em;
	font-size: 11px;
	background-color:#fff;
}

.chkout td {
	padding: .25em;
	line-height: 1.5em;
	font-size: 11px;
}

.chkout_details {	
	background: #fff;
}


.contact table {
	border-collapse: collapse;
	border: 1px solid #666666;
	background: #fff;
	color: #333;
	margin-left:10px;
}

.contact .first th {
	background: #004444;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	vertical-align: bottom;
	color:#fff;
	
}

.contact .second th {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	padding-left: .5em;
	font-size:12px;
	vertical-align: bottom;
}

.contact .total {
	background: #ccc;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	font-size:12px;
	vertical-align: bottom;
}

.contact .odd td {
	padding: .25em;
	line-height: 1.5em;
	font-size: 11px;
	background-color:#fff;
}

.contact td {
	padding: .25em;
	line-height: 1.5em;
	font-size: 11px;
}

.contact .contactLabel {
	padding: .25em;
	line-height: 1.5em;
	font-size: 12px;
	font-weight:bold;
}

.req {
	text-align:left;
	display:inline;
	font-size: 9px;
}

.error {
	text-align:left;
	display:inline;
	font-size: 9px;
	color:red;
	font-weight:bold;
}

.warn {
	text-align:left;	
	display:inline;
	font-size: 9px;
	color:#ffcc00;
}

#home_content {
	font-size:12px;
	text-align:justify;
	line-height:1.5em;
}

#home_content2 {
	font-size:12px;
	line-height:1.5em;
}
