/* 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 ##  */
.page_container {
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:20px;
}
.page {
	background-color:#FFFFFF; 
	background-image:url(interface/page_bg.jpg); 
	background-repeat:repeat-y; 
}
#content {
	padding-left:0px; 
	padding-top:20px;
}
#enlargetext {
	display:inline;
}
.smartbar {
	display:none;
}
.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 {
	display:none;
	}
/*  ## SUB NAV ##  */
.subnavwindow {
	display:none;
	}
#subnav {
	display:none;
	}
/*  ## 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;
	}