/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:10px 0 10px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#666;
}
a:hover{
	color:#9ace00;
}
input.checkbox{
	border:none;
	background-color:transparent;
}
p.error{
	font-size: 13px;
	line-height:18px;
	color: #f30303;
	font-weight:700;
	margin:15px 0;
}

/********* TYPOGRPAHY ********/

body{
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#a3a39f;
}
h1, h2, h3, h4, h5{
	font-weight:400;
	color:#b9495f;
}
h1{
	font-weight:bold;
	font-size:22px;
	margin:5px 0 20px 0;
}
h2{
	font-size:18px;
	margin:5px 0 15px 0;
}
h3{
	font-size:16px;
	margin:5px 0 15px 0;
}
h4{
	font-size:14px;
	margin:5px 0 10px 0;
}
h5{
	font-size:12px;
	margin:5px 0 5px 0;
}
p{
	margin:0 0 10px 0;
	line-height:16px;
}

/********* THE REST *************/

div#wrap {
	position: relative;
	margin: 20px auto 0 auto;
	width: 972px;
	height: 672px;
	text-align: left;
	background-color: #999999;
	background-image: url('../images/mainbg.jpg');
}

div#inner {
	padding: 35px 17px 35px 17px;
	text-align: center;
	background-image: url('../images/blackbg.jpg');
	background-position: 46px 39px;
	background-repeat: no-repeat;
}

/** HEADER **/

h1#logo {
	position: relative;
	left: 29px;
	display: inline;
	width: 210px;
	height: 137px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0 0;
	cursor: hand;
}

h1#logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 137px;
	background-image: url('../images/logo.gif');
}

form#product-search {
	text-align: right;
	position: relative;
	right: 62px;
	top: 10px;
	font-weight: 700px;
	color: #fff;
	font-size: 14px;
}

form#product-search p {
	position: relative;
}

form#product-search label {
	font-size:11px;
	position: absolute;
	right: 210px;
	top: 3px;
}

form#product-search input#prod-search-input {
	width: 160px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #b9495f;
	position: absolute;
	right: 35px;
}

button#search-go {
	width: 28px;
	height: 24px;
	overflow: hidden;
	background-color: transparent;
	outline: none;
	border: none;
	background-image: url('../images/goBtn.gif');
	text-indent: -9999px;
	position: absolute;
	right: 0px;
}

ul#nav {
	float: left;
	width: 590px;
	margin: 0;
	padding: 88px 0 0 109px;
	text-indent: 0;
	text-align: left;
	list-style: none;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: 0;
	overflow: hidden;
}

ul#nav li a {
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
	height: 42px;
	overflow: hidden;
	display: block;
	cursor: hand;
}

ul#nav li a:hover span, ul#nav li a.active span {
	background-position: bottom;
}

ul#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	display: block;
}

/** NAVIGATION IMAGE REPLACEMENT **/
li#about-nav a {
	width: 96px;
}

li#about-nav a span {
	width: 96px;
	background-image: url('../images/aboutBtn.gif');
}

li#products-nav a {
	width: 103px;
}

li#products-nav a span {
	width: 103px;
	background-image: url('../images/productsBtn.gif');
}

li#services-nav a {
	width: 93px;
}

li#services-nav a span {
	width: 93px;
	background-image: url('../images/servicesBtn.gif');
}

li#promo-nav a {
	width: 120px;
}

li#promo-nav a span {
	width: 120px;
	background-image: url('../images/promoBtn.gif');
}

li#blog-nav a {
	width: 72px;
}

li#blog-nav a span {
	width: 72px;
	background-image: url('../images/blogBtn.gif');
}

li#contact-nav a {
	width: 106px;
}

li#contact-nav a span {
	width: 106px;
	background-image: url('../images/contactBtn.gif');
}


/** END NAVIGATION IMAGE REPLACEMENT **/


/** CONTENT **/

div#content {
	width: 810px;
	height: 415px;
	margin: 0 auto 0 auto;
	border: 2px solid #b9495f;
	clear: both;
	background-color: #fff;
}

/** FOR SILHOUETTE BACKGROUND **/
div.with-sil-art {
	background-image: url('../images/homePhotos.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.content-padded {
	padding: 45px 115px 0 115px;
	text-align: center;
}

div.content-padded h2 {
	text-align: center;
	font-size: 25px;
}

div.content-padded h2#home-header {
	position: relative;
	width: 354px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.content-padded h2#home-header span {
	position: absolute;
	top: 0;
	left: 0;
	width: 354px;
	height: 73px;
	background-image: url('../images/homeHeader.jpg');
	background-position: top center;	
}


/** FOOTER **/

div#footer {
	padding-top:3px;
	padding-left:2px;
	text-align: center;
	float: left;
}

div#footer p#footer-text {
	margin: 0;
	padding: 0;
	position: relative;
	top: -3px;
	left: 60px;
	width: 814px;
	height: 32px;
}

div#footer p#footer-text span {
	width: 814px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/footerGraphic.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
