	/* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#101010;
	background-image:url(../images/honeycomb.jpg);
	background-repeat:repeat-x;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#b4a269;
	font-size:14px;
}
a {
	color:#66ccff;
	text-decoration:none;
}
a:hover {
	color:#00FF66;
}
h2 {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	margin-top:-20px;
	text-align:center; 
}
h1 {
	font:bold 18px Arial;
	margin:10px 0 20px 0;
}
h3 {
	font:bold 14px Arial;
	margin:10px 0 -5px 0;
}
a img{
	border:0;
}
img.imageleft{
	float:left;
	margin:0px 20px 0 0px;
}
img.imageright{
	float:right;
	margin:0px 0px 0px 20px;
}
img.imagecenter{
	display:block;
    margin:auto auto;
}
hr.prodseparator {
	color:#b4a269;
	height:1px;
}
.indent {
	padding-left:40px;
}
.listhead {
	padding-left:24px;
	margin-bottom:-12px;
}
.center{
	text-align:center;
}
.red{
	color:#CC0000;
}
#fixed {
   margin:0 auto;
   width:980px;   /* you can use px, em or % */
   text-align:left;

}

	/* TopNav */
#topmenu{
	width:100%;
	margin:0;
}
.topicons{
	float:right;
	margin-right:10px;
}
.iconimage{
	float:right;
	margin-top:8px;
}
.topnav{
	float:right;
}
.topnav li {
	float:left;
	display:inline;
	padding-left:18px;
	margin-bottom:10px;
	margin-left:6px;
}
.topnav li a{
	color: #ffe783; /*text color*/
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.topnav li a:hover{
	color: #00ff66; /*text color of selected item*/
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:200px;
	padding:0px;
}

	/* Columns Container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#aaaaaa;
}

	/* Column Settings */
	/* Column Container */
.container {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#000000;
   border:1px solid #443300;
   border-width:0 1px;
   }

	/* Full Page Settings */
.fullpage {
	background:#000000;
}
.fullpage .content {
	margin:30px 40px 40px 40px;
	min-height:420px;
}


.colright {
	float:left;
	width:200%;
	position:relative;
	left:140px;
	background:#fff;
}
.col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:140px;
	padding-bottom:1em;
}
.colcontent {
	min-height:330px;
	margin:45px 25px 50px 170px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.colleft {
	float:left;
	width:140px;
	position:relative;
	right:140px;
}

	/* Page Elements */

.narrative {
	position:relative;
	clear:both;
	float:left;
	margin:20px;
	color:#003366;
	font-size:14px;
	width:700px;
}

.caption{
	font-size:10px;
	margin:5px 0;
}
.catname{
	margin-bottom:-20px;
}
.contact p{
	clear:both;
	text-align:center;
	font-size:13px;
	color:#b4a269;
	margin:50px 0 10px 0;
}

     /* Store Tables */
table.cobtbl{
	background-color:#443300;
}
td.cobhl{
	background-color:#101010;
}
td.cobll{
	background-color:#222222;
}

	/* Contact Page */

.contactpg{
	clear:both;
	text-align:center;
	font:bold 16px Arial;
	padding:20px 200px 30px 200px;
}
.contactpg p{
	color:#b4a269;
	font:bold 18px Arial;
	margin:25px 0 0 0;
}


	/* Footer Styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height:46px;
	display:inline;
	background-color:#000;
	background-image:url(../images/footerbg2.jpg);
	border:1px solid #443300;
}
#footer a {
	color:#66ccff;
	text-decoration:none;
}
#footer a:hover {
	color:#00ff66;
}
#footerleft{
	width:260px;
	float:left;
	text-align:left;
}
#footercenter{
	float:left;
	width:460px;
	text-align:center;
	font-size:10px;
	color:#b4a269;
	padding:10px 0 8px 0;
}
#footerright{
	width:260px;
	float:left;
	text-align:right;
}
img.facebook{
	float:right;
	margin:8px 8px 0 0;
}