@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:#3b85de;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(images/main_back.jpg) top center repeat-x #467a03;
}

#wrapper {
	width:993px;
	margin:0 auto;
}

#productShot {
	width:993px;
	height:336px;
	background:url(images/product_shot.jpg) top no-repeat;
	padding:20px 0 0 0;
}

#productShot span {
	font-size:14px;
	display:block;
	margin-left:820px;
	margin-top:60px;
}

#productShot h1 {
	font-size:14px;
	margin-left:85px;
	margin-top:50px;
}

#productShot h2 {
	font-size:24px;
	margin-left:130px;
	margin-top:-10px;
}

#nav {
	list-style:none;
	margin:0;
	padding:4px 0 0 139px;
	background:url(images/nav_back.jpg);
	height:35px;
	color:#e03f31;
}

#nav li {
	display:inline-block;
	background:url(images/button.png);
	width:168px;
	height:33px;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	font-size:18px;
}

#nav li a {
	display:block;
	width:168px;
	height:33px;
	text-align:center;
}

#nav li a {
	color:#000;
	text-decoration:none;
}

#nav li a:hover {
	color:#e03f31;
}

#footerWrapper {
	width:100%;
	height:70px;
	background:url(images/footer_background.jpg);
	padding:10px 0 0;
}

#footer {
	width:993px;
	margin:auto;
	color:#FFF;
	font-size:14px;
}

#footer a {
	color:#FFF;
}

p {
	margin:0 0 20px;
}

#contentArea {
	background:url(images/content_back.jpg);
	width:980px;
	margin:0 0 0 4px;
	color:#3f5432;
}

#contentArea h1 {
	margin:0;
	font-size:20px;
}

#contentImage {
	float:right;
}

#footerRight {
	float:right;
	text-align:right;
	line-height:1.5;
}

#footerRight a {
	font-size:18px;
}

#footerRight h1 {
	font-size:20px;
	margin:0;
	line-height:1;
}

.clear {
	clear:both;
}

#homepage {
	background:url(images/home_page_background.jpg);
	width:510px;
	height:185px;
	padding:55px 415px 0 55px;
}

#contentPage {
	background:url(images/expanding_content.jpg) repeat-y;
	width:845px;
	padding:0 40px 20px;
	margin:0 0 0 17px;
	min-height:185px;
}

#expandTop {
	margin-left:16px;
}

#expandBottom {
	margin-left:4px;
}

#expandFooterWrapper {
	background:url(images/expandFooterBack1.png);
	height:58px;
	width:100%;
	margin:0;
}

#expandFooter {
	width:980px;
	margin:0 auto;
	padding:0 5px 0 0;
}

.spaced {
	margin-top:5px;
}

* html #nav li {
	float:left;
}

*+html #nav li {
	float:left;
}

* html #expandFooterWrapper {
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/expandFooterBack1.png');
}