/* OVERALL RULES */

*, html, body {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img, div, a, p, input {  
		behavior: url("/scripts/iepngfix.htc");
}

a {
	color: #168cc6;
	text-decoration: none;
}
	
	a:visited {
		color: #168cc6;
	}
	
	a:hover {
		color: #FF0099;
	}
	
	a img {
		border: none;
	}

/*CONTAINER RULES */

body {
	background: transparent url("/images/backgrounds/site_bg.jpg");
	background-position: center top;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3f2c00;
}

#site_container {
	position: relative;
	width: 800px;
	padding: 18px 100px 0px 100px;
	margin:  0px auto 0px auto;
	background: transparent url("/images/backgrounds/bodybg.gif");
}

#container {
	min-height: 725px;
	height: auto !important;
	height: 725px;
	background: transparent url("/images/backgrounds/header.jpg");
	background-repeat:no-repeat;
}

/*HEADER RULES */

h1#logo {
	position: absolute;
	width: 205px;
	height: 205px;
}

	h1#logo span {
		display: none;
	}

/*NAV RULES */

#nav {
	position: absolute;
	top: 220px;
	height: 434px;
	width: 204px;
	list-style: none;
	background: transparent url("/images/navigation/nav.gif");

}

	.nav_process {
			background: transparent url("/images/navigation/process.gif");
	}
	
	.nav_gallery {
			background: transparent url("/images/navigation/gallery.gif");
	}
	
	.nav_choose {
			background: transparent url("/images/navigation/choose.gif");
	}
	
	.nav_about {
			background: transparent url("/images/navigation/about.gif");
	}
	
	.nav_customers_say {
			background: transparent url("/images/navigation/customers_say.gif");
	}
	
	.nav_news {
			background: transparent url("/images/navigation/news.gif");
	}
	
	.nav_calender {
			background: transparent url("/images/navigation/calendar.gif");
	}
	
	.nav_saftey {
			background: transparent url("/images/navigation/saftey.gif");
	}
	
	.nav_downloads { 
			background: transparent url("/images/navigation/downloads.gif");
	}
		
	.nav_contact {
			background: transparent url("/images/navigation/contact.gif");
	}

	#nav li {
		display: inline;
	}
	
	#nav li a {
		display: block;
		width: 204px;
		height: 42px;
		background-position: 0px 0px;
	}
	
	#nav li a:hover {
		background-position: -204px 0px ;
	}
	
	#nav li a span {
		display:none;
	}
	
.subnav{
	position: absolute;
	display: block;
	width: 181px;
	left: 304px;
	list-style: none;
	border: #d7d7d7 solid 1px;
	background: #ffffff;	
}

	 .subnav li {
	 	display: inline;
	 }

		.subnav li a { 
			display: block;
			padding: 0px 0px 0px 15px;
			line-height: 41px;
			font-size: 14px;
			font-weight: 100;
			color: #424242;
			background: transparent url("/images/navigation/bg_subnav.jpg");
			border-bottom: #e8e3e3 solid 1px;
			background-position: 0px 0px;
		}
		
		.subnav li a:hover {	
				background-position: -181px 0px;
				color: #FFFFFF;
		}	
		
a#quote_link {
	position: absolute;
	display: block;
	width: 141px;
	height: 45px;
	top: 670px;
	left: 130px;
	z-index: 500;
	background: transparent url("/images/misc_elements/quick_qoute.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a#quote_link:hover {
	background-position: 0px -45px;
}

a#quote_link span{
	visibility: hidden;
}

#process_sn {
	top: 220px;
	visibility: hidden;
}

#gallery_sn {
	top: 263px;
	visibility: hidden;	
}

#choose_sn {
	top: 306px;
	visibility: hidden;	
}

#about_sn {
	top: 349px;
	visibility: hidden;	
}

#news_sn {
	top: 392px;
	visibility: hidden;
}

#calendar_sn {
	top: 434px;
	visibility: hidden;
}

#toy_sn {
	top: 477px;
	visibility: hidden;
}

#downloads_sn {
	top: 512px;
	visibility: hidden;
}

/*MAIN BODY */

#main_body {
	min-height: 520px;
	height: auto !important;
	height: 520px;
	padding: 248px 5px 150px 235px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 100;
	color: #737373;
	background: transparent url("/images/backgrounds/footer.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

	#main_body h3 {
		color: #168cc6;
		font-weight: 100;
	}
	
	#main_body h2 {
		position: relative;
		top: 15px;
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 15px;
		font-size: 15px;
		font-weight: 100;
		color: #d4f0ba;
		text-align: center;
		display: none
		
	}
	
	#main_body p {
		margin: 20px 0px;
	}	
	
	#main_body li {
		margin: 8px 0px;
		padding: 0px 0px 0px 20px;
	}
			#main_body ul li {
			background-position: 0px 0px; 
			background-repeat: no-repeat;
		}
	
	#main_body ul, #main_body  ol {
		margin: 15px 0px 15px 10px;
	}

	* html #main_body ul, * html #main_body  ol {
		margin: 15px 0px 15px 10px;
	}
	
	#main_body img {
		margin: 10px 10px;
	}

#header_blurb {
	padding: 4px 170px 0px 0px;
	line-height:20px !important;
	font-size: 13px;
	font-weight: 100;
	color: #ffffff;
}

.first_letter {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 12px;
	font-size: 34px;
	float: left;
	width: 35px;
	color: #ffffff;
	background-color: #41b6ef;
}

/*ADS */

#ads {
	position: absolute;
	top: 730px;
	left: 100px;
	width: 185px;
	margin: 0px 0px 0px 23px;
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	color: #ababab;
}

	.ad_head_covers {
		background: transparent url("/images/misc_elements/head_covers_ad.gif");
	}
	
	.ad_stock_plush {
		background: transparent url("/images/misc_elements/stock_plush_ad.gif");
	}

#ads a{	
	display:block;
	margin: 10px 0px 0px -5px;
	width: 190px;
	height: 145px;
	background-repeat: no-repeat;
}

	#ads a span {
		visibility: hidden;
	}
	
.back_to_top {
	width: 100%;
	display: block;
	clear: both;
}

	.back_to_top span {
		visibility: hidden;
	}

	form#search_form {
		width: 192px;
		float: right;
		height: 36px;
		display: block;
		margin: 50px 0px 20px 0px;
		float: right;
		clear: both;
		background: transparent url("/images/misc_elements/search_box.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#search_form label {
			display: none;
		}
		
		#search_form input {
			float: right;
			display: inline;
		}
		
		input.search_field {
			margin: 7px 35px 5px 0px;
			width: 143px;
			height: 24px;
			background: none;
			line-height: 24px;
			font-size: 14px;
			color: #666666;
			border: none;
		}
		
		input.search_submit {
			width: 71px;
			height: 19px;
			margin: 10px 28px 10px 0px;
		}

/*FOOTER */

#footer {
	position: relative;
	margin: 0px auto 0px auto;
}

#sticky_stamp {
	position: absolute;
	z-index: 40;
	top: -80px;
	right: 0px;
	display: block;
	width: 30%;
	height: 100px;
}

	#sticky_stamp p, #sticky_stamp img {
		visibility: hidden;
	}
	 
p#copywrite {
	display: block;
	height: 35px;
	width: 1000px;
	margin: 0px auto 0px auto;
	background: transparent url("/images/backgrounds/footer_bg.png");
	background-repeat: no-repeat;
}

	p#copywrite span {
		visibility: hidden;
	}