/* PAGE SETUP */
body {	
	background: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 798px;
	margin: auto;
	}

#wrapper {
	width: 100%;
	text-align: center;
	}
	
#container {
	width: 798px;
    margin: 0;
	padding: 0;
	background: #000000;
	text-align: left;
	}
		
h1 {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	}
	
h2, h2 a:link, h2 a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	padding: 0 4px 0 4px;
	}
	
h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.img {
	display: block;
	border: 0;
	margin: 3px;
	}
	
.error {
	display: block;
	background: #ffffcc;
	font-size: 11px;
	font-weight: normal;
	color: red;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid red;
	}
	
.message {
	display: block;
	background: #ffffcc;
	font-size: 11px;
	font-weight: normal;
	color: green;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid green;
	}

a.textLink:link, a.textLink:active, a.textLink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
	}
	
a.textLink:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
	}
	
/* SET TABLE WIDTHS */
table.header, table.content, table.footer {
	width: 798px;
	border: 0px;
	margin-top: 14px;
	}

table.paginate, table.prodDetail {
	width: 798px;
	border: 0;
	margin-top: 10px;
	}
	
table.products {
	border: 0px;
	margin-top: 14px;
	}
	
table.relatedProd {
	border: 0;
	}
	
/* HEADER */
td.logo {
	width: 200px;
	vertical-align: middle;
	}

img.logo {
	display: block;
	border: 0;
	}
	
/* SEARCH */
td.search {
	line-height: 2em;
	text-align: right;
	font-size: 11px;
	padding: 0 10px 0 0;
	}
	
td.topright {
	line-height: 2em;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	}
	
.keyword {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #ffff00;
	padding: 0 2px 0 2px;
	}
	
a.keyword:link, a.keyword:visited, a.keyword:active {
	color: #ff0000;
	text-decoration: none;
	}
	
a.keyword:hover {
	color: #ff0000;
	text-decoration: underline;
	}

/* TOP NAV MENU */
.topnav {
	width: 798px;
	height: 23px;
	padding: 0;
	margin: 16px 0 0 0;
	background: URL('/static/images/topnav_bg.gif') no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;	
	}

.phone {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;	
	text-align: right;
	padding-right: 14px;
	}
	
.topnav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.topnav ul {
	width: 100%;
	padding: 3px;
	font-weight: bold;
	vertical-align: middle;
	}

.topnav ul li {
	display: inline;
	}
	
.topnav ul li a {
	padding: 0 10px 3px 10px;
	border-right: 1px solid #999999;
	color: #ffffff;
	text-decoration: none;
	}

.topnav ul li a:hover, .topnav ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: URL('/static/images/topnav_hoverbg.gif');
	text-decoration: none;
	color: #ffffff;
	}

/* DROP DOWN MENU STYLES */
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #999999; 
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: white;
	width: 162px;
	visibility: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 12px;
	border-bottom: 1px solid #999999; 
	padding: 2px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 162px;
	}

.dropmenudiv a:hover { 
	background-color: #cccccc;
	color: #000000;
	}
	
/* SECURE HOME PAGE LAYOUT */
td.left_Homecolumn {
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 14px;
	color: #ffcc77;	
	}
	
td.right_Homecolumn {
	width: 600px;
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 14px;
	}
	
td.catHome {
	width: 120px;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	}
	
/* OTHER CONTENT COLUMNS AND BOXES */	
td.hp_content {
	width: 354px;
	line-height: 1.5em;
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 13px;
	}

td.left_column {
	width: 174px;
	line-height: 2.5em;
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 14px;
	color: #ffcc77;	
	}
	
td.content {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 12px;
	}

/* BUTTONS ON HOME PAGE */
div.regbox {
	line-height: 2em;
	display: block;
	width: 265px; 
	text-align: right;
	}
		
/* HOME PAGE COLLECTIONS PHOTO */
td.hp_photo {
	width: 270px;
	padding: 10px 8px 0 8px;
	vertical-align: top;
	font-weight: bold;
	size: 14px;
	color: #ffcc77;
	}
	
img.hp_photo {
	display: block;
	border: solid 1px #FFCC77;
	margin-bottom: 5px;
	}

/* FORM AND TABLE ATTRIBUTES */
td.formTitle {
	padding-top: 10px;
	font-size: 13px;
	font-color: #666666;
	font-weight: bold;
	}
	
td.fieldName {
	text-align: right;
	font-size: 12px;
	}
	
td.formField {
	padding: 2px;
	vertical-align: middle;
	}
	
input.formField {
	font-size: 10px;
	color: #5a5a5a;
	background: #ffffcc;
	border: 1px solid #5a5a5a;
	}
	
/* PRODUCTS AND PRODUCT DETAILS */
td.left_prodDetail {
	vertical-align: top;
	padding: 0 8px 0 8px;
	font-size: 14px;
	color: #ffffff;	
	}
	
td.right_prodDetail {
	vertical-align: top;
	padding: 10px 8px 0 8px;
	font-size: 14px;
	}
	
td.products { 
	width: 150px;
	border: 1px solid #5a5a5a;
	text-align: center;
	vertical-align: top;
	padding-bottom: 6px;
	}
	
a.prodTitle:link, a.prodTitle:active, a.prodTitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
	font-size: 12px;
	}
	
a.prodTitle:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
	}
	
.prodImg {
	width: 150px;
	height: 150px;
	display: block; 
	border: 0px; 
	text-align: center;
	}
	
.pagination {
	color: #999999;
	font-size: 11px;
	padding: 0 8px 0 8px;
	}
	
td.prod_fieldName {
	font-size: 12px;
	}
	
a.zoom:link, a.zoom:active, a.zoom:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
	font-size: 12px;
	}
	
a.zoom:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
	}
	
td.relatedProd { 
	width: 60px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 6px;
	}
	
.relatedProdImg {
	width: 60px;
	height: 60px;
	display: block; 
	border: 0px; 
	text-align: center;
	margin-bottom: 3px;
	}
	
a.relatedProd:link, a.relatedProd:active, a.relatedProd:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
	font-size: 11px;
	}
	
a.relatedProd:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
	}
	
/* USER MANAGER */
td.userList, td.userListTitle {
	border-bottom: 1px solid #999999;
	padding: 3px;
	}
		
.userListTitle {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	}
	
.userList {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	}

a.userList:link, a.userList:active, a.userList:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
	font-size: 12px;
	}
	
a.userList:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ff0000;
	}
	
/* TAG */
td.tag {
	vertical-align: top; 
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding: 4px 8px 4px 8px;
	}
	
a.tag:link, a.tag:visited, a.tag:active {
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
	}

a.tag:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}
	
/* FOOTER */
td.footer {
	vertical-align: top; 
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 10px 8px 0 8px;
	}

td.footerR {
	vertical-align: top; 
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding: 10px 8px 0 8px;
	}
	
a.footer:link, a.footer:visited, a.footer:active {
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
	}

a.footer:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}

