html, body {
	height: 100%;
	color: #434343;
}
body {
	font-family: verdana, ariel, helvetica, sans-serif;
	background: url(../images/background.gif) #1d6499;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

p {
	margin: 0;
	padding: 0px 0px 8px 0px;
}

a img {
	border: none;
	text-decoration: none;
}

h3 {
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#container {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-background.png);
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#content {
	position: relative;
	width: 734px;
	padding: 0px 35px 120px 35px;
}

#logo {
	padding-top: 24px;
	padding-bottom: 10px;
	width: 735px;
	height: 133px;
}

#navigation {
	width: 735px;
	height: 18px;
	overflow: hidden;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat left 40%;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
}

#navigation a, #navigation a:visited, #navigation a:active {
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	color: #F20202;
}

#viewcart {
	float: right;
	font-size: 11px;
	width: 90px;
}

#viewcart img {
	vertical-align: text-top;
}

#page-left {
	float: left;
	width: 175px;
}

#nav {
	background: url(../images/nav-top.gif) no-repeat;
	width: 175px;
	padding-top: 30px;
	margin-top: 10px;
}

#nav-content {
	border-left: 1px solid #C7D1E5;
	border-right: 1px solid #C7D1E5;
}

#nav-bottom {
	background: url(../images/nav-bottom.gif) no-repeat;
	height: 4px;
	width: 175px;
}

#page-main {
	margin: 0px 0px 0px 190px;
}

#subnav li {
	display: block;
	width: 165px;
	list-style: none;
	padding: 2px 4px 4px 22px;
	margin: 0px;
}

#subnav {
	margin: 0px;
	padding: 0px;
}

#subnav li a {
	color: #80a1c0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#subnav li img {
	vertical-align: middle;
	margin-top: -5px;
}

#subnav li:hover {
	background-color: #DEDEDE;
	width: 147px;
}


#footer {
	display: block;
	font-size:9pt;
	width: 804px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

#stroke {
	border-top: 1px solid #c3c3c3;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#noproducts {
	color: #777777;
	font-size: 12px;
	list-style: none;
}
#footer div {
	margin-top: 6px;
	font-size: 10px;
}

#footerlinks a:link, #footerlinks a:visited, #footerlinks a:active {
	color: #777777;
	font-size: 10px;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #777777;
	font-size: 10px;
	text-decoration: underline;
}

a.productlink {
	color: #f30000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.productlink:hover {
	color: #f30000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#footertext {
	color: #E39D6E;
	padding: 0px;
}

#footerright {
	margin-right: 12px;
	padding-right: 5px;
	color: #777777;
	
}

.clearboth {
	clear: both;
}

#products {
	margin: 0px;
	padding: 0px;
}

.product_item {
	height: 78px;
	border-bottom: 1px dotted #888;
	list-style: none;
	margin: 6px 0px;
	padding: 0px;
}

.product_item:last-child {
	border-bottom: none !important;
}

.product_right {
	float: right;
}

.product_item .productimage {
	width: 72px;
	height: 72px;
	margin-right: 6px;
	float: left;
	line-height: 68px;
	text-align: center;
}

.product_alt {
	padding: 4px;
	display: block;
	float: left;
	width: 160px;
	height: 134px;
	border: 1px solid #9AB2E3;
	margin: 0px 1px 1px 0px;
}

.product_alt .productimage {
	margin-left: 43px;
	margin-right: 43px;
	width: 72px;
	height: 72px;
	line-height: 68px;
	text-align: center;
}

.product_alt .productcategory {
	background-color: #e5e9f4;
	padding: 4px;
	margin-bottom: 4px;
}

.productimage img {
	vertical-align: middle;
}

.productnumber {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #434343;
	font-size: 12px;
}

#sort {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #434343;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#sort a {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #777777;
	font-size: 12px;
	text-decoration: none;
}

#sort a:hover {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #777777;
	font-size: 12px;
	text-decoration: underline;
}

.subheader {
	font-weight: bold;
}

#searchbox {
	background: url(../images/searchback.jpg) no-repeat;
	width: 175px;
	height: 25px;
	padding: 22px 6px 6px 6px;
	margin-top: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}

#query {
	border: 1px solid #AAC3DB;
	padding: 4px 2px 2px 2px;
	margin: 0px 2px 0px 0px;
	font-size: 12px;
	width: 129px;
	height: 18px;
	overflow: hidden;
	vertical-align: text-bottom;
}

#id {
	vertical-align: text-bottom;
	margin: 2px;
}

a.backlink {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #9A9A9A;
	font-size: 12px;
	text-decoration: underline;
}

a.backlink:hover {
	font-family: Trebuchet, "Trebuchet MS", Sans-serif;
	color: #9A9A9A;
	font-size: 12px;
	text-decoration: none;
}

#emailmessage {
	margin-top: 10px;
}

.forminstr {
	text-align: right;
	vertical-align: top;
}