@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #01416f url(images/home_bg.jpg) repeat-x scroll left top;
	margin: 0px;
	padding: 15px 5px;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #012B47;
}
p {
	padding-bottom: 12px;
}
h2 {
	color: #e77e21;
	font: 24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 12px;
}
hr {
	color: #E79322;
	background: #E79322;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content .right ul {
	list-style-image: url(images/bullet.gif);
	margin: 0px 0px 8px 20px;
 }

a:link {
	color: #E77E21;
	text-decoration: none;
}
a:visited {
	color: #E77E21;
	text-decoration: none;
}
a:hover {
	color: #012b47;
}

#new2 {
	min-height:85px;
	height:auto !important;
	height: 85px;
	width: 111px;
	background: #fdf2e9 url(images/new_products.jpg) no-repeat scroll left top;
	padding: 5px 5px 5px 150px;
	display: inline-block;
}
#offers2 {
	min-height:85px;
	height:auto !important;
	height: 85px;
	width: 111px;
	background: #feece8 url(images/specials.jpg) no-repeat scroll right top;
	padding: 5px 150px 5px 5px;
	display: block;
}


#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header_home {
	height: 100px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_head_home.png) no-repeat scroll left top;
	_background: url(images/bg_header_home.gif) no-repeat scroll left top;
	position: relative;
	z-index: 20;
}
#logo_home {
	height: 51px;
	width: 181px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 50;
}
#register {
	background: url(images/register_box.gif);
	position: absolute;
	height: 60px;
	width: 167px;
	right: 10px;
	top: 70px;
	z-index: 40;
	padding-top: 8px;
	padding-left: 15px;
}
#register h3{
	color: #496114;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#register a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/arrow_register.gif) no-repeat scroll right 3px;
	display: block;
	width: 155px;
	margin: 0px;
	padding: 0px;
}
#register a:hover {
	color: #496114;
	text-decoration: none;
	background: url(images/arrow_register.gif) no-repeat scroll right bottom;
}

#content_home {
	background: #FFFFFF;
	width: 640px;
	margin-left: 13px;
	position: relative;
	min-height: 340px;
	height:auto !important;
	height: 340px;
	padding-left: 285px;
	padding-top: 40px;
	padding-right:30px;
	z-index: 0;
}
#content {
	background: #FFFFFF;
	width: 895px;
	margin-left: 13px;
	position: relative;
	min-height: 340px;
	height:auto !important;
	height: 340px;
	padding-left: 30px;
	padding-top: 40px;
	padding-right:30px;
	z-index: 0;
}

#footer_home {
	background: url(images/bg_foot_home.png) no-repeat scroll left top;
	_background: url(images/bg_foot_home.gif) no-repeat scroll left top;
	height: 45px;
	width: 950px;
	position:relative;
	padding-top: 45px;
	padding-left: 40px;
	padding-bottom: 14px;
}
#footer_level2 {
	background: url(images/bg_foot_level2.png) no-repeat scroll left top;
	_background: url(images/bg_foot_level2.gif) no-repeat scroll left top;
	height: 45px;
	width: 950px;
	position:relative;
	padding-top: 45px;
	padding-left: 40px;
	padding-bottom: 14px;
}
#footer_home p, #footer_level2 p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #8AB2D4;
	text-decoration: none;
}
#footer_home a, #footer_level2 a {
	color: #8AB2D4;
	text-decoration: none;
}
#footer_home a:hover, #footer_level2 a:hover {
	color: #e77321;
	text-decoration: none;
}


#slides {
	background: url(images/bg_slides.jpg) no-repeat scroll right top;
	height: 340px;
	width: 280px;
	position: absolute;
	top: -329px;
	left: 15px;
	z-index: 100;
}



#nav_home {
	height: 80px;
	position: absolute;
	top: 42px;
	left: 45px;
	z-index: 50;
}

#nav_home ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_home li {
	float: left;
}

#about {
	background: url(images/nav_about.gif) no-repeat scroll left top;
	height: 80px;
	width: 58px;
	display: block;
}
#about:hover {
	background: url(images/nav_about.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 58px;
	display: block;
}
#shop {
	background: url(images/nav_shop.gif) no-repeat scroll left top;
	height: 80px;
	width: 57px;
	display: block;
}
#shop:hover {
	background: url(images/nav_shop.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 57px;
	display: block;
}
#news {
	background: url(images/nav_news.gif) no-repeat scroll left top;
	height: 80px;
	width: 68px;
	display: block;
}
#news:hover {
	background: url(images/nav_news.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 68px;
	display: block;
}
#links {
	background: url(images/nav_links.gif) no-repeat scroll left top;
	height: 80px;
	width: 65px;
	display: block;
}
#links:hover {
	background: url(images/nav_links.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 65px;
	display: block;
}
#contact {
	background: url(images/nav_contact.gif) no-repeat scroll left top;
	height: 80px;
	width: 59px;
	display: block;
}
#contact:hover {
	background: url(images/nav_contact.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 59px;
	display: block;
}
#home {
	background: url(images/nav_home.gif) no-repeat scroll left top;
	height: 80px;
	width: 59px;
	display: block;
}
#home:hover {
	background: url(images/nav_home.gif) no-repeat scroll left bottom;
	height: 80px;
	width: 59px;
	display: block;
}
#admin_nav {
	background: #d9e3e9;
	width: 160px;
	padding: 10px;
}
#admin_nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#admin_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#admin_nav a {
	background: url(images/nav_admin_arrow.gif) no-repeat scroll right 2px;
	height: 12px;
	padding-right: 12px;
	list-style: none;
	font-weight: bold;
	color: #012B47;
	text-decoration: none;
}
#admin_nav a:hover {
	background: url(images/nav_admin_arrow.gif) no-repeat scroll right -12px;
	color: #E77E21;
}


#offers {
	background: url(images/bg_special_offer2.gif) repeat-y scroll left top;
	min-height:111px;
	height:auto !important;
	height: 111px;
	width: 219px;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	
	
	
}

#feature {
	background: url(images/bg_featured_product2.gif) repeat-y scroll left top;
	min-height:111px;
	height:auto !important;
	height: 111px;
	width: 219px;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	float:right;
	margin-right:30px;
}
#offer_bottom {
	background: url(images/bg_special_offer_bottom.gif) no-repeat scroll left bottom;
	height: 8px;
	width: 219px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
}
#feature_bottom {
	background: url(images/bg_featured_product_bottom.gif) no-repeat scroll left bottom;
	height: 8px;
	width: 219px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
}

#offer_window, #feature_window {
	background: url(images/special_offer_window.gif) no-repeat scroll left top;
	height: 107px;
	width: 106px;
	position: absolute;
	right: -42px;
	top: -9px;
	z-index:50;
}
#offers  h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #F73C12;
	padding-bottom: 5px;
	background: url(images/bg_special_offer_top.gif) no-repeat scroll left top;
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#offers2 h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #F73C12;
	padding-bottom: 5px;
}
#offers a, #offers2 a {
	color: #F73C12;
}
#offers a:hover, #offers2 a:hover {
	color: #012b47;
}

#feature h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #E77E21;
	padding-bottom: 5px;
	background: url(images/bg_featured_product_top.gif) no-repeat scroll left top;
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
}

#new2 h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #E77E21;
	padding-bottom: 5px;
}
.window2 {
	background: url(images/special_offer_window_default.gif) no-repeat scroll left top;
	height: 107px;
	width: 106px;
	position: absolute;
	right: -42px;
	top: -9px;
	z-index:40;
}




.alt {
	display: none;
}
.copyright{
	font: 10px Arial, Helvetica, sans-serif;
	color: #8AB2D4;
	text-decoration: none;
	padding-left: 40px;
}
.copyright a{
	color: #8AB2D4;
	text-decoration: none;
}
.copyright a:visited{
	color: #8AB2D4;
	text-decoration: none;
}
.copyright a:hover{
	color: #e77e21;
	text-decoration: none;
}
.left {
	float: left;
	width: 250px;
}
.right {
	margin-left:250px;
}
.table_border {
	border: 1px solid #E79322;
	background: #FBEFDE;
}
.table_border td.pad{
	padding: 5px;
}
.table_border td {
	padding:0px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #E79322;
	text-align: left;
	padding: 5px;
}
.input-box {
	color: #000000;
	background: #ffffff !important;
	border: #E79322 solid 1px;
	font: 11px Arial, Helvetica, sans-serif;
}
.submit-button4 {
	color: #FBEFDE;
	background: #FBEFDE;
	border: 1px solid #E79322;
	font-size: 12px;
	font-weight: bold;
	color: #E79322;
    cursor:pointer
}
.headshop1 {
	color: #00436e;
	font: 24px Arial, Helvetica, sans-serif;
}
.headshop1a {
	color: #00436e;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.headshop2 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #83A82D;
}
.headshop2a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #83A82D;
}
.headshop3 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #4bbcc3;
}
.headshop3a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4bbcc3;
}
.headshop4 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #e79322;
}
.headshop4a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #e79322;
}
.headshop5 {

	font: 24px Arial, Helvetica, sans-serif;
	color: #EF4032;
}
.headshop5a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #EF4032;
}
.headshop6 {

	font: 24px Arial, Helvetica, sans-serif;
	color: #e79322;
}
.headshop6a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #e79322;
}
.txtshop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00436e;
}
.txtshop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83A82D;
}
.txtshop3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4bbcc3;
}
.txtshop4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e79322;
}
.txtshop5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EF4032;
}
.txtshop6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e79322;
}
.txtnews {
	color: #E79322;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.table_border td.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #E79322;
	text-align: left;
	padding: 5px;
}
.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #E79322;
	text-align: left;
	padding: 5px;
}
hr.headshop1 {
	color: #00436e;
	background: #00436e;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.headshop2 {
	color: #83A82D;
	background: #83A82D;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.headshop3 {
	color: #4bbcc3;
	background: #4bbcc3;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.headshop4 {
	color: #e79322;
	background: #e79322;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.headshop5 {
	color: #EF4032;
	background: #EF4032;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.headshop6 {
	color: #e79322;
	background: #e79322;
	height: 1px;
	font: 1px Arial, Helvetica, sans-serif;
	border:none;
	margin-top: 8px;
	margin-bottom: 8px;
}
.submit-button1 {
	background: #D9E3E9;
	border: 1px solid #00436e;
	font-size: 12px;
	font-weight: bold;
	color: #00436e;
    cursor:pointer
} 
.submit-button2 {
	color: #EDF2E0;
	background: #EDF2E0;
	border: 1px solid #83A82D;
	font-size: 12px;
	font-weight: bold;
	color: #83A82D;
    cursor:pointer
}
.submit-button3 {
	color: #eff9fa;
	background: #D9E3E9;
	border: 1px solid #4bbcc3;
	font-size: 12px;
	font-weight: bold;
	color: #4bbcc3;
    cursor:pointer
}
.submit-button4 {
	color: #FBEFDE;
	background: #FBEFDE;
	border: 1px solid #E79322;
	font-size: 12px;
	font-weight: bold;
	color: #E79322;
    cursor:pointer
}
.submit-button5 {
	color: #FDE3E0;
	background: #FDE3E0;
	border: 1px solid #EF4032;
	font-size: 12px;
	font-weight: bold;
	color: #EF4032;
    cursor:pointer
}
.submit-button6 {
	color: #FDE3E0;
	background: #FDE3E0;
	border: 1px solid #e79322;
	font-size: 12px;
	font-weight: bold;
	color: #e79322;
    cursor:pointer
}
#pond {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #00436e;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}

#water {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #83a82e;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#aquarium {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4bbcc3;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#special {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ef4133;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#order {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #a96e25;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#basket {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #e79322;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#calculate {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #92499e;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
#pond:hover, #water:hover, #aquarium:hover, #special:hover, #order:hover, #basket:hover, #calculate:hover, #new:hover, {
	color: #7D858A;
	text-decoration: none;
	
}


#level2_nav li {
	list-style: none;
	padding-bottom:5px;
}
.txtsmall {
	color: #00436E;
	font: 10px Arial, Helvetica, sans-serif;
}
#shop_pond {
	background: #D9E3E9 url(images/shop_coy.jpg) no-repeat scroll left top;
	width: 156px;
	padding: 150px 5px 5px;
	margin-right: 35px;
	display: inline-block;
	float: left;
}
#shop_water {
	background: #EDF2E0 url(images/shop_water.jpg) no-repeat scroll left top;
	width: 156px;
	padding: 150px 5px 5px;
	margin-right: 35px;
	display: inline-block;
	float: left;
}
#shop_aquarium {
	background: #eff9fa url(images/shop_aquarium.jpg) no-repeat scroll left top;
	width: 156px;
	padding: 150px 5px 5px;
	margin-right: 35px;
	display: inline-block;
	float: left;
}
#new {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #e79322;
	text-decoration: none;
	background: url(images/nav_level2_arrow.gif) no-repeat scroll right center;
	display: inline-block;
	padding-right: 15px;
}
.special_header{
	background-color:#feece8;
	border-top:solid 1px #f73c12;
	border-bottom:solid 1px #f73c12;
	padding:8px 0;
	margin-bottom:5px;
}
.product_header{
	background-color:#fdf2e9;
	border-top:solid 1px #e77e21;
	border-bottom:solid 1px #e77e21;
	padding:8px 0;
	margin-bottom:5px;
}
.product3_header{
	background-color:#eff9fa;
	border-top:solid 1px #4bbcc3;
	border-bottom:solid 1px #4bbcc3;
	padding:8px 0;
	margin-bottom:5px;
}
.product2_header{
	background-color:#EDF2E0;
	border-top:solid 1px #83a82d;
	border-bottom:solid 1px #83a82d;
	padding:8px 0;
	margin-bottom:5px;
}
.product1_header{
	background-color:#D9E3E9;
	border-top:solid 1px #00436e;
	border-bottom:solid 1px #00436e;
	padding:8px 0;
	margin-bottom:5px;
}
/* Styles from admin stylesheet*/

.txt_aqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4bbcc3;
}
.txt_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83A82D;
}
.txt_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00436e;
}
.txt_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e79322;
}
.txt_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF4032;
}
