/* general */

.bodySub{
	background-color:#003d5b;
	background-image:url(../images/bg-repeat.gif);
	background-repeat:repeat-x;
	}

body, html {
	height:100%; /* for sticking footer */
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#003d5b;
}
#container {
	position:relative; /* for sticking footer */
	margin:0 auto;
	width:980px;
	min-height: 100%; /* for sticking footer */
	height: 100%; /* for sticking footer */
}
.clear {
	clear:both;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#999;
}
h2 {
	margin:0;
	padding:8px 0 0 8px;
	font-size:14px;
	font-weight:bold;
	color:#003d5b;
	text-decoration:underline;
}
h3 {
	padding:0 0 20px 0;
	float:left;
	margin:0;
	font-size:24px;
	font-weight:bold;
	color:#0e87c2;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#2368ae;
}
a:hover {
	text-decoration:underline;
}
.h {
	padding:6px 0 0 7px;
}
.clear {
	clear:both;
}
/* header */
	
#hdr {
	background-image:url(../images/hdr-bg.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:160px;
}
#hdr .lftCol {
	width:185px;
	height:160px;
	float:left;
}
#hdr .midCol {
	width:618px;
	height:160px;
	float:left;
}
#hdr .rgtCol {
	width:177px;
	height:160px;
	float:left;
}
/*  nav  */

#navContainer {
	margin:60px 0 0 0;
	float:right;
	width:618px;
}
.cssnav {
	display:block;
}
.cssnav a {
	display:block;
	float:left;
}
/*  nav buttons  */

a.about-us {
	background:url(../images/nav-about-us.jpg) repeat 0px 0px;
	width: 108px;
	height: 39px;
	display: block;
}
a.about-us span {
	display: none;
}
a.about-us:hover {
	background: url(../images/nav-about-us.jpg) repeat 0px -39px;
}
a.our-products {
	background:url(../images/nav-our-products.jpg) repeat 0px 0px;
	width: 147px;
	height: 39px;
	display: block;
}
a.our-products span {
	display: none;
}
a.our-products:hover {
	background: url(../images/nav-our-products.jpg) repeat 0px -39px;
}
a.spitz-difference {
	background:url(../images/nav-spitz-difference.jpg) repeat 0px 0px;
	width: 170px;
	height: 39px;
	display: block;
}
a.spitz-difference span {
	display: none;
}
a.spitz-difference:hover {
	background: url(../images/nav-spitz-difference.jpg) repeat 0px -39px;
}
a.hot-offers {
	background:url(../images/nav-hot-offers.jpg) repeat 0px 0px;
	width: 121px;
	height: 39px;
	display: block;
}
a.hot-offers span {
	display: none;
}
a.hot-offers:hover {
	background: url(../images/nav-hot-offers.jpg) repeat 0px -39px;
}
a.home {
	background:url(../images/nav-home.jpg) repeat 0px 0px;
	width: 72px;
	height: 39px;
	display: block;
}
a.home span {
	display: none;
}
a.home:hover {
	background: url(../images/nav-home.jpg) repeat 0px -39px;
}
#content {
	margin:10px 0 0 0;
	width:961px;
	border:9px solid #124a66;
	background-color:#ffffff;
}
#content p {
	margin:10px;
	padding:8px;
	background-color:#dfe6ea;
}
#contentProduct {
	margin:8px 8px 0 8px;
	padding:8px 8px 0 8px;
	background-image:url(../images/img-productBg.gif);
	background-repeat:no-repeat;
	width:942px;
	height:279px;
}
#contentProduct img {
	float:left;
}
.contentProductLft {
	width:450px;
	float:left;
}
.item {
	padding:0 10px 0 0;
}
.contentProductRgt {
	padding:0 0 0 35px;
	width:450px;
	float:left;
}
#contentProductPumpkin {
	margin:8px;
	padding:8px;
	background-image:url(../images/img-productBg.gif);
	background-repeat:no-repeat;
	width:942px;
	height:279px;
}
.contentProductLftPumpkin {
	width:450px;
	float:left;
}
#contentProductPumpkin img {
	float:left;
}
/* Contact */

#lftColLinks {
	padding:5px;
	float:left;
}
#lftColLinks ul {
	margin:0;
	padding:0;
}
#lftCoLlinks li {
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	list-style-type:none;
}
/* footer */

#ftrBg {
	background-color:#012233;
	height:135px;
}
/* footer */

#ftrNavContainer {
	position: relative; /* for sticking footer */
	margin-top:-135px; /* for sticking footer */
	padding:10px 0 0 0;
	width:980px;
	margin:0 auto;
}
#ftrNav {
	margin:0;
	float:left;
	width:119px;
}
#ftrNav a {
	margin:0;
	color:#ffffff;
	text-decoration:none;
}
#ftrNav a:hover {
	color:#fff600;
}
.copyright {
	margin:40px 0 0 10px;
	font-size:11px;
	color:#ffffff;
	width:350px;
	float:left;
}
