/* CSS Document */
body {
	background-image: url(interface/body_bg.jpg);
	background-color: #013354;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.3;
	color: #013354;
}
p {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-image:url(interface/page_title_bg.jpg);
	 display:block; 
	 width:100%; 
	 margin:0px; 
	 padding:0px; 
	 height:22px; 
	 line-height:22px;
}
h2 {
	font-size: 16px;
	color: #003152;
	padding:0px;
	margin:0px;
}
/*  ## PAGE ##  */
.heading {
	width:900px; 
	height:190px; 
	margin-left:auto; 
	margin-right:auto; 
	/*background-image:url(interface/heading_reef.jpg); */
	background-repeat:no-repeat; 
	margin-top:25px;
}
.page_container {
	width:900px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:20px;
}
.page {
	background-color:#FFFFFF; 
	background-image:url(interface/page_bg.jpg); 
	background-repeat:repeat-y; 
	min-height:500px;
}
#content {
	padding-left:200px; 
	padding-top:20px;
}
#enlargetext {
	display:inline;
}
.smartbar {
	float:right;
	margin-right:5px;
}
.image_floatright_and_padding {
	float:right;
	margin:10px;
}
.image_floatleft_and_padding {
	float:left;
	margin:10px;
}
/*  ## LINKS ## */
a:link {
	color: #013354;
}
a:visited {
	color: #013354;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #013354;
}
/*  ## NAV ##  */
#nav {
	font-size:15px;
	line-height:25px;
	float:left; 
	width:160px;
	}
#nav img {
	padding-top:20px;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#nav li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#nav a:hover {
	color:#0099FF;
	background-image:url(interface/nav_divider_rollover.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#nav a {
	color:#013354;
	text-decoration:none;
	padding-left:15px;
	display:block;
	width:150px;
	height:25px;
	background-image:url(interface/nav_divider.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
/*  ## SUB NAV ##  */
.subnavwindow {
	background-color:#FFFFFF;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	position:absolute; 
	display:none;
	}
#subnav {
	font-size:15px;
	line-height:25px;
	float:left; 
	width:160px;
	}
#subnav img {
	padding-top:20px;
}
#subnav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#subnav li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#subnav a:hover {
	color:#0099FF;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#F8F8F8;
}
#subnav a {
	color:#013354;
	text-decoration:none;
	padding-left:8px;
	display:block;
	width:225px;
	line-height:25px;
	background-repeat:no-repeat;
	background-position:bottom left;
	border-bottom:1px #CCC solid;
	background-color:#FFF;
	}
/*  ## CASUAL ## */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.displayinline {
	display:inline;
}
.displayblock {
	display:block;
}
.borderless {
	border:0px;
}
/* PRODUCTS */
.productlistingright {
	float:right; 
	text-align:right;
	}
.productlisting {
	width:auto; 
	background-color:#F4F4F4; 
	border:1px solid #CCCCCC; 
	margin:5px;
	margin-left:0px; 
	padding:5px;
	}
.productimage {
	float:left; 
	margin-top:10px;
	}
.product_title {
	margin-left:80px;
	min-height:75px;
	}
.closebutton {
	border:#FF0000 1px solid; 
	color:#FF0000; 
	background-color:#FFFFFF;
	font-weight:bold;
	float:right; 
	width:15px;
	text-align:center; 
	margin:5px; 
	cursor:pointer; 
	}
.addtocartdiv {
	border-top:1px dashed #CCCCCC; 
	display:none;
	}
.popup { 
	background-color:#FFFFFF; 
	border:1px #CCCCCC solid; 
	position:absolute; 
	display:none; 
	text-align:center;
	padding:5px;
	width:260px;
	}
.currentorder {
	color:#009900;
	}
.view_enlarged_image {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	position:absolute; 
	display:none;
	width:800px;
	text-align:center;
	}