@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size:80%;
	background-color:#000000;
	margin-top:0px;
}

h1
{
	color:#FFFFFF;
	font-size:130%;
}
h2
{
	color:#FFFFFF;
	font-size:120%;
}
h3
{
	color:#FFFFFF;
	font-size:110%;
}
p
{
	color:#FFFFFF;
}
.teal_header
{
	color:#a6e9f3;
}
.blue_header
{
	color:#5d85ad;
	font-weight:bold;
	font-size:110%;
}
.blue_list
{
	color:#5d85ad;
	font-weight:bold;
	font-size:110%;
	list-style:none;
	padding:0px;
	padding-top:15px;
	padding-bottom:10px;
	margin:0px;
}
.blue_list li
{
	line-height:150%;
}
.blue_list li a
{
	text-decoration:none;
	color:#5d85ad;
}
.blue_list li a:hover
{
	text-decoration:underline;
	color:#5d85ad;
}



#outter
{
	width:1022px;
	margin-right:auto;
	margin-left:auto;
}

#header
{
	height:116px;
	width:100%;
}
#logo
{
	height:89px;
	width:251px;
	float:left;
	display:block;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#top_nav
{
	width:770px;
	height:89px;
	float:left;
}
#sub_nav
{
	width:100% - 252px;
	clear:both;
	height:22px;
	padding-left:252px;
	padding-top:5px;
	font-weight:bold;
	font-size:90%;
	background-image:url(../../images/sub_nav_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#sub_nav ul
{
	padding:0px;
	margin:0px;
}
#sub_nav ul li
{
	margin:0px;
	display:inline;
	list-style:none;
}
#sub_nav ul li a
{
	padding:0px 4px;
	color:#666666;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}
#sub_nav ul li a:hover
{
	color:#0066CC;
}

#top_right
{
	height:89px;
	float:left;
	width:155px;
	background:url(../../images/tilapia.gif) no-repeat 0px 0px;
	display:inline;
	overflow:visible;
}

#logo p
{
	visibility:hidden;
}
/*
Main Navigation
*/
a.home
{
	background:url(../../images/home.jpg) 0px 0px no-repeat;
	width:78px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left;
}
a.home p
{
	visibility:hidden;
}
a:hover.home
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.product
{
	background:url(../../images/product.jpg) 0 0 no-repeat;
	width:78px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.product
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.product p
{
	visibility:hidden;
}
a.corporate
{
	background:url(../../images/corporate.jpg) 0 0 no-repeat;
	width:128px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.corporate
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.corporate p
{
	visibility:hidden;
}
a.about
{
	background:url(../../images/about.jpg) 0 0 no-repeat;
	width:88px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.about
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.about p
{
	visibility:hidden;
}
a.press
{
	background:url(../../images/press.jpg) 0 0 no-repeat;
	width:78px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.press
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.press p
{
	visibility:hidden;
}
a.policies
{
	background:url(../../images/policies.jpg) 0 0 no-repeat;
	width:87px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.policies
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.policies p
{
	visibility:hidden;
}

a.contact
{
	background:url(../../images/contact.jpg) 0 0 no-repeat;
	width:78px;
	height:89px;
	display:block;
	text-decoration:none;
	float:left	
}
a:hover.contact
{
	background-position:0px -89px;
	background-repeat:no-repeat;
}
a.contact p
{
	visibility:hidden;
}
/* End Main Navigation
*/



#content
{
	background-image:url(../../images/main_bg.jpg);
	background-repeat:no-repeat;
	width:1022px;
	min-height:494px;
	overflow:visible;
}
.product#content
{
	background-image:url(../../images/main_bg_product_tall.jpg);
	background-repeat:no-repeat; 
	min-height:550px;
	max-height:780px;
}
#content_tall
{
	background-image:url(../../images/main_bg_tall.jpg);
	background-repeat:no-repeat;
	width:1022px;
	min-height:494px;
	max-height:880px;
}
#content_header
{
	width:100%;
	height:130px;
}
#content_left
{
	width:465px;
	height:360px;
	max-height:700px;
	margin-top:2px;
	margin-left:41px;
	display:inline;
	float:left;
}
#content_right
{
	width:476px;
	height:360px;
	max-height:700px;
	margin-top:2px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.product#content_right
{
	width:476px;
	height:400px;
	max-height:550px;
	margin-top:2px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
	

#content_box
{
	background-color:#3a4046;
	border:1px solid #FFFFFF;
	padding:10px;
	padding-top:0px;
	min-height:200px;
	max-height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:95%;
}
.product#content_box
{
	background-color:#3a4046;
	border:1px solid #FFFFFF;
	padding:10px;
	padding-top:0px;
	min-height:200px;
	max-height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:95%;
}

#content a
{
	color:#FFFFFF;
	text-decoration:none;
}
#content a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#content_tall a
{
	color:#FFFFFF;
	text-decoration:none;
}
#content_tall a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#cart
{
	width:250px;	
	height:100px;	
	float:right;
	color:#FFFFFF;
}




#prod_list_holder
{
	width:100%;
	padding:0px 0px 15px 0px;
	height:296px;
}
#prod_list
{
	list-style:none;
	font-size:120%;
	margin:0px;
	padding:0px;	
}
#prod_list a
{
	color:#013467;
	text-decoration:none;
	font-size:110%;
}
#prod_list a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:110%;
}
#prod_desc
{
	color:#FFFFFF;
	font-weight:bold;
	padding-top:10px;
	line-height:115%;
}
#prod_dim
{
	padding-top:5px;
	color:#5d85ad;
	font-weight:bold;
}
#prod_price
{	
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0px;
}
#prod_colors
{
	padding-top:10px;
}
.prod_color
{
	width:100%;
	display:block;
	height:16px;
	padding-top:2px;
	text-indent:10px;
	font-weight:bold;
	margin-top:1px;
	margin-bottom:1px;
	background-repeat:repeat-y;
}

#prod_colors a
{
	background-position:0px 0px;
}
#prod_colors a:hover
{
	background-position:-20px 0px;
}
#order
{
	width:100%;
	padding:10px 0px;
	margin-top:5px;
	color:#FFFFFF;
}

.add_to_cart
{
	background:url(../../images/order_now.jpg);
	background-repeat:repeat-x;
	padding-bottom:5px;
	height:20px;
	display:block;
	width:75px;
	border:1px solid #FFFFFF;
	text-align:center;
	font-size:85%;
	font-weight:bold;
	margin-top:1px;
	margin-left:15px;
	float:left;
}




#footer
{
	width:1022px;
	height:37px;
	background-image:url(../../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	font-size:80%;
	color:#FFFFFF;
}
#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}
#footer_l
{
	width:296px;
	float:left;
	text-align:left;
	padding-left:10px;
}

#footer_m
{
	width:380px;
	float:left;
	text-align:center;
}
#footer_r
{
	width:320px;
	float:right;
	text-align:right;
	padding-right:10px;
}












/*
Global Classes
*/


/* Width */

.w_100_p
{
	width:100%;
}
.w_15_p
{
	width:15%;
}

.w_24_p
{
	width:24%;
}
.w_25_p
{
	width:25%;
}
.w_34_p
{
	width:34%;
}
.w_44_p
{
	width:44%;
}
.w_49_p
{
	width:49%;
}
.w_50_p
{
	width:50%;
}
.w_75_p
{
	width:75%;
}
.w_85_p
{
	width:85%;
}
.w_90_p
{
	width:90%;
}
.w_80
{
	width:80px;
}
.w_100
{
	width:100px;
}
.w_150
{
	width:150px;
}
.w_200
{
	width:200px;
}
.w_250
{
	width:250px;
}
.w_400
{
	width:400px;
}
.w_500
{
	width:500px;
}
.w_750
{
	width:750px;
}

/* Heights */
.h_300
{
	height:300px;
}
.h_400
{
	height:400px;
}
.h_500
{
	height:500px;
}


/* Floats */
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clb
{
	clear:both;
}

/* Padding */
.pt_5
{
	padding-top:5px;
}
.pt_10
{
	padding-top:10px;
}
.pt_15
{
	padding-top:15px;
}
.pt_20
{
	padding-top:20px;
}
.pt_25
{
	padding-top:25px;
}
.pt_30
{
	padding-top:30px;
}

.pr_5
{
	padding-right:5px;
}
.pr_10
{
	padding-right:10px;
}
.pr_15
{
	padding-right:15px;
}
.pr_20
{
	padding-right:20px;
}

.pb_5
{
	padding-bottom:5px;
}
.pb_10
{
	padding-bottom:10px;
}
.pb_15
{
	padding-bottom:15px;
}
.pb_20
{
	padding-bottom:20px;
}

.pl_5
{
	padding-left:5px;
}
.pl_10
{
	padding-left:10px;
}
.pl_15
{
	padding-left:15px;
}
.pl_20
{
	padding-left:20px;
}

/* Margin */
.m_0
{
	margin:0px;
}
.mt_5
{
	margin-top:5px;
}
.mt_10
{
	margin-top:10px;
}
.mt_15
{
	margin-top:15px;
}
.mt_20
{
	margin-top:20px;
}

.mr_5
{
	margin-right:5px;
}
.mr_10
{
	margin-right:10px;
}
.mr_15
{
	margin-right:15px;
}
.mr_20
{
	margin-right:20px;
}

.mb_5
{
	margin-bottom:5px;
}
.mb_10
{
	margin-bottom:10px;
}
.mb_15
{
	margin-bottom:15px;
}
.mb_20
{
	margin-bottom:20px;
}

.ml_5
{
	margin-left:5px;
}
.ml_10
{
	margin-left:10px;
}
.ml_15
{
	margin-left:15px;
}
.ml_20
{
	margin-left:20px;
}
.ml_30
{
	margin-left:30px;
}


/* Text */
.ti_5
{
	text-indent:5px;
}
.ti_10
{
	text-indent:10px;
}
.bold
{
	font-weight:bold;
}

