@import url("reset.css");

/* global rules */

h1,h2,h3,h4,h5,h6, p {margin:0 0 1em 0;}
h1 {font-size:1.4em;}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
h4,h5,h6 {font-size:.9em;}

p {line-height: 1.3em;}

a {
	color: #b20000;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

strong {font-weight: bold;}
blockquote {margin: 20px;}
sup {
	font-size: .8em;
	vertical-align: super;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

.bottom {vertical-align:bottom;}

/* global layout */

body{
	background: #fff url(/images/bg_body.gif) repeat-x;
	color:;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	height: 143px;
	padding: 30px 17px 0 12px;
	position: relative;
	width: 951px;
}

#header img#logo {float: left;}

#header img#imgrt {float: right;}

#header #topnav {
	height: 44px;
	margin: 17px 0 0 0;
	_margin: 2px 0 0 0;
	width: 956px;
}

#header #topnav #tnlt {
	float: left;
	height: 35px;
	width: 526px;
}

#header #topnav #tnlt ul li, #header #topnav #tnlt ul li a {height: 35px;}

#header #topnav #tnlt ul li {float: left;}

#header #topnav #tnlt ul li a {
	background:url(/images/bg_topnav.gif) no-repeat;
	display: block;
}

#header #topnav #tnlt ul li#home a {width: 90px;}

#header #topnav #tnlt ul li#products a {
	background-position: -90px 0;
	width: 106px;
}

#header #topnav #tnlt ul li#about a {
	background-position: -196px 0;
	width: 103px;
}

#header #topnav #tnlt ul li#gallery a {
	background-position: -299px 0;
	width: 97px;
}

#header #topnav #tnlt ul li#locator a {
	background-position: -396px 0;
	width: 130px;
}

#header #topnav #tnlt ul li#products a:hover {background-position: -90px -35px;}
#header #topnav #tnlt ul li#about a:hover {background-position: -196px -35px;}
#header #topnav #tnlt ul li#gallery a:hover {background-position: -299px -35px;}
#header #topnav #tnlt ul li#locator a:hover {background-position: -396px -35px;}

#header #topnav #tnlt ul li a span {display: none;}

#header #topnav #tnrt {
	background: url(/images/bg_topnav_right.gif) no-repeat;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 44px;
	_padding: 5px 0 0 44px;
	width: 386px;
}

#header #topnav #tnrt img#lblsearch {
	margin: 0 0 -3px 0;
}	

#header #topnav #tnrt input.txtsearch {
	/*background: transparent url(/images/bg_search.gif) no-repeat;*/
	background: none;
	border: solid 0 #fff;
	height: 16px;
	margin: 0 11px 0 22px;
	padding: 2px;
	width: 70px;
}

#header #topnav #tnrt input.go {
	margin: 0 0 -5px 0;
}

#header #topnav #tnrt img#inspire {
	margin: 0 0 -5px 70px;
}

#header #topnav #topnav-bot {
	background:url(/images/bg_topnav_bot.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	clear: both;
	height: 8px;
	width:952px;
}
	

#main {
	position: relative;
	width: 1000px;
}

#footer {
	border-bottom: 5px solid #fff200;
	clear: both;
	height: 25px;
	margin: 50px 0 0 0;
	padding: 0 20px;
}

#footer * {color: #333;}

#footer ul li {
	float: left;
}

#footer ul li a {
	border-right: 1px solid #333;
	display: block;
	padding: 0 10px;
}

#footer ul li#cart a {
	background: #fff url(/images/icon_cart.gif) 10px no-repeat;
	border-right: none;
	padding-left: 35px;
}

#footer span {float: right;}

big {
	font-size:110%;
}