@charset "utf-8";

/* Main Layout */

body {
	background-image: url(../images/background.jpg);
	background-position: 50% 0%;
}

#page {
	width: 960px;
	margin: auto;
	position: relative;
	background-image: url(../images/page-bg.png);
}

#content {
	padding: 24px;
	_padding-top: 36px;
}

* + HTML #content {
	padding-top: 36px;
}

#secondary {
	float: left;
	width: 288px;
	overflow: hidden; 
	position: relative;
	_padding-bottom: 24px;
	line-height: 0;
}

#secondary img {
	z-index: 0;
	line-height: 0;
	margin: 0;
}

* + HTML #secondary {
	padding-bottom: 24px;
}

#rounded-top {	
	background-image: url(../images/roundedcornerstop.png);
	width: 288px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	_display: none;
}
#rounded-bottom {	
	background-image: url(../images/roundedcornersbottom.png);
	width: 288px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	_display: none;
}

* + HTML #rounded-bottom{
	bottom: 24px;
}

#main {
	float: right;
	width: 576px;
	_padding-bottom: 24px;
}
* + HTML #main {
	padding-bottom: 24px;
}

h1 {
	height: 170px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin:0;
	padding: 0;
	_margin-bottom: -115px;
}

* + HTML h1 {
	margin-bottom: -115px;
}

#copyright {
	background-image: url(../images/footer.png);
	_background-image: url(../images/footer.gif);
	height: 88px;
	width: 960px;
	clear: both;
	margin: auto;
	margin-top: 0;
}

/* Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 22px;
	border-bottom: solid 2px  #999999;
	font-weight: bold;
}

h3 {
	font-size: 30px;
	line-height: 48px;
	font-weight: normal;
}

p {
	margin-bottom: 24px;
}

#copyright {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	line-height: 24px;
}

#copyright * {
	color: #ffffff;
}

#content a {
	color: #0b360b;
	border-bottom: #0b360b dotted 2px;
	text-decoration: none
}

#content a:hover {
	color: #360B0B;
	border-bottom: #360B0B solid 2px;
}

#products li {
    margin-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 48px;
}

#products .productimagelink {
	margin-right: 12px;
	border: none;
}

#products .productimagelink img {
	vertical-align: top;
	padding: 12px;
	background-color: #0B360B;
}

#products .productimagelink:hover img {
	background-color: #360B0B;
}
/* Navigation */

#main-nav a {
	position: absolute;
	top: 136px;
	height: 33px;
	text-indent: -9999em;
}

#main-nav .home a {
	left: 296px;
	width: 65px;
}

#main-nav .products a {
	left: 362px;
	width: 95px;
}

#main-nav .about a {
	left: 458px;
	width: 90px;
}

#main-nav .contact a {
	left: 548px;
	width: 115px;
}

/* Forms */

form p label {
	float: left;
	display: block;
	width: 72px;
	text-align: right;
	padding-right: 12px;
	padding-left: 12px;
}

.submit {
	margin-left: 96px;
}

/* Tools */

.clear {
	clear: both;
}

.right {
	float: right;
}