﻿html, body
{
	/*  	padding: 0px; 	margin: 0px; 	font-family: Arial, Sans-Serif; 	font-size: 11px; 	width:100%; 	height:100%; 	*/
	background-color: #353535;
	background-color: #04090f;
	color: #fff;
}

div#container
{
	background-color: #353535;
	background-color: #04090f;
	width: 960px;
	margin: 0 auto;
	min-height: 400px; /*  	border-left:solid 1px #232323; 	border-right:solid 1px #232323; 	border-bottom:solid 3px #ac9860; 	*/
}

div#center1
{
	border-left: solid 1px #232323;
	border-right: solid 1px #232323;
	border-bottom: solid 3px #ac9860;
	float: left;
	width: 960px;
	min-height: 400px;
	background-color: #04090f;
	margin-bottom: 20px;
}


/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap
{
	position: absolute;
	margin: -280px 0 0 -450px;
	left: 50%;
	top: 50%;
}

/* styles for IE 5 Mac */
#centerwrap
{
	background-color: #04090f;
	width: 900px;
	_width: 920px;
	height: 530px;
}

div#e
{
	/*e is short for 'everything'; I use it as an ID on my surrounding-everything <div>.*/
	width: 900px;
	position: absolute;
	left: 13%;
	margin-left: -450px;
	background-color: #04090f;
	margin: 10px auto;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

div#content
{
	width: 680px;
	margin: 20px;
}
.curvetop
{
	float: left;
	padding-top: 10px; #padding-top:17px;width:705px;background:url('../../images/curve-top.gif')05%no-repeat;}
.curveleft
{
	height: 286px;
	background: url(       '../images/curve-left.gif' ) 0% 0 no-repeat;
}
.curveright
{
	height: 286px;
	background: url(       '../../images/curve-right.gif' ) 719px 30% no-repeat;
}
/*.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}*/

.warning
{
	padding: 7px;
	border: 1px solid #ddd;
	background-image: url(../images/warning.png);
	min-height: 30px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 1.3em;
}

.info
{
	padding: 7px;
	border: 1px solid #ddd;
	background-image: url(../images/info.png);
	min-height: 30px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 1.3em;
}

.exclaim
{
	padding: 7px;
	border: 1px solid #ddd;
	background-image: url(../images/important.png);
	min-height: 30px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 1.3em;
}


.clearer
{
	display: block;
	margin: 10px;
	margin-left: 0px;
}


.EditRow
{
	background-color: #ddd;
	text-align: center;
}

.EditRow input
{
	max-width: 100px;
	font-family: Verdana;
	font-size: 9px;
	color: #444;
	font-style: normal;
}

/* Navigation CSS */

#navlist
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	background-image: url(../images/gradient.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

#navlist li a#frontEnd
{
	background: #EFDEDE;
}

#navlist li a#frontEnd:hover
{
	background: #A90800;
}

#navlist li a:link
{
	color: #448;
}
#navlist li a:visited
{
	color: #667;
}

#navlist li a:hover
{
	color: #fff;
	background: #5A799C;
	border-color: #227;
}

#navlist li a.current
{
	background: white;
	border-bottom: 1px solid white;
}

#navlist li a.current:hover
{
	color: #333;
}


div#productBox
{
	position: relative;
	margin: 10px;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: left;
}

div#itemsTable
{
	position: relative;
	margin: 10px;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: left;
}

div#productBox table
{
	border: 1px solid #eee;
}

div#itemPicture
{
	border: 1px solid #eee;
	background-color: #fff;
	padding: 4px;
	margin: 10px;
	text-align: center;
	width: 440px;
}

div#optionsBar
{
	margin: 10px 0px;
	padding: 4px 10px;
	border: 1px solid #ddd;
	background-color: #DDE;
	font-size: 9px;
	font-family: Verdana;
}

div#optionsBar input
{
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 10px;
}

div#optionsBar select
{
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 10px;
}

div#UserDetails
{
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
}


/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

h1
{
	padding: 0px;
	margin: 0px;
}

h2
{
	color: #333;
	margin-top: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}

h3
{
	color: #555;
	margin-top: 3px;
	font-size: 14px;
	display: inline;
}

p
{
	font-size: 8.5pt;
}

a
{
	color: #9a885a;
	text-decoration: none;
}

a img
{
	border: 0px;
}

div#date
{
	position: absolute;
	top: 72px;
	right: 5px;
}

div.subSection
{
	float: left;
	margin: 10px;
	margin-top: 5px;
	font-family: Tahoma;
}

div.subSection h4
{
	background-color: #89c;
	color: #fff;
	margin: 0px;
	font-size: 1.4em;
	padding: 3px;
	padding-left: 10px;
}

.txtInput1
{
	background-color: #9a885a;
	color: #9a885a;
	border: 1px solid #ddd;
	font-size: 8.5pt;
	font-family: Verdana;
	width: 160px;
}

.lbl
{
	width: 120px;
}

div#header
{
	background-image: url(      '../images/headerbg1.gif' );
	width: 946px;
	height: 138px;
	border: solid 0px blue;
	float: left;
}

.headerbox
{
	float: right;
	width: 190px;
	height: 100px;
	margin-top: 38px;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(      '../images/headerseparator.gif' );
	background-repeat: no-repeat;
	color: #fff;
}

.headerbox span
{
	display: block;
	height: 15px;
	padding-top: 10px;
	vertical-align: top;
}

.headerbox a
{
	display: inline-block;
	color: #9a885a;
	font-weight: bold;
	font-size: 7pt;
	font-family: Tahoma; /*   	margin-left:-5px; 	padding-top:10px;     */
}

div#linksPanel
{
	color: #fff;
	float: left;
	height: 20px;
	width: 305px;
	background-color: #353535;
	padding: 6px 2px 2px 10px;
}

#RightLink
{
	display: inline-block;
	background-color: #353535;
	padding: 6px 5px 2px 5px;
	float: left;
	width: 619px;
	height: 20px;
	text-align: right;
}

div#RightLink a
{
	color: #9a885a;
	font-weight: bold;
}

div#RightLink a:
{
	color: #fff;
	font-weight: bold;
}

div#RightLink a
{
	color: #9a885a;
	font-weight: bold;
}

div#RightLink a.current
{
	color: #fff;
	font-weight: bold;
}

div#ctl00_header
{
	background-image: url(      '../images/headerbg1.gif' );
	width: 946px;
	height: 138px;
	border: solid 0px blue;
	float: left;
}


div#ctl00_linksPanel
{
	color: #fff;
	float: left;
	height: 20px;
	width: 305px;
	background-color: #353535;
	padding: 6px 2px 2px 10px;
}

#ctl00_RightLink
{
	display: inline-block;
	background-color: #353535;
	padding: 6px 5px 2px 5px;
	float: left;
	width: 619px;
	height: 20px;
	text-align: right;
}

div#ctl00_RightLink a
{
	color: #9a885a;
	font-weight: bold;
}

div#ctl00_RightLink a:
{
	color: #fff;
	font-weight: bold;
}

div#ctl00_RightLink a
{
	color: #9a885a;
	font-weight: bold;
}

div#ctl00_RightLink a.current
{
	color: #fff;
	font-weight: bold;
}

#divleft
{
	float: left;
	width: 200px;
	background-color: #04090f;
	font-size: 10px;
	color: #FFFFFF;
}

/***************
div#flashcolumn
{
	float: left;
	position: relative;
	width: 380px;
	height: 530px;
	margin-left: 30px;
	_margin-left: -30px;
	margin-top:130px; 
	_margin-top:16px;
	margin-right:-10px;
}
***********/

div#flashcolumn
{
	float: left;
	position: relative;
	width: 380px;
	height: 530px;
	margin-left: 30px;
	_margin-left: -30px;
	margin-top:130px; 
	_margin-top:-130px;
	margin-right:-10px;
}

div#rightcolumn
{
	float: right;
	width: 280px;
	position: relative;
	padding-top: 50px;
	padding-left: 10px;
}

.fla-360
{
	position:relative;
}


select
{
	/*float:left; */
	background-color: #EEF;
	border: 1px solid #444;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
}



/* login forms */

div#loginBox
{
	width: 550px;
	float: left;
	color: #fff;
}

div#loginBox p
{
	margin: 8px 0px;
}
/* fieldset */

fieldset
{
	width: 300px;
	border: 0px;
	border-color: #9a885a;
	margin: 10px 24px;
	margin: 20px 0px 10px 24px;
	padding: 5px;
}

fieldset h3
{
	margin: 0px 0px 10px 0px;
}

fieldset p
{
	color: #444;
	margin: 0px 0px 10px 0px;
}

fieldset a
{
	color: #897748;
	font-weight: bold;
	text-decoration: underline;
}

fieldset legend
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 0px;
	color: #5F5F5F;
	padding: 0px;
}

fieldset.login legend
{
	color: #9a885a;
}

fieldset div.required
{
	/*display: block; 	clear: both; */
	font-weight: bold;
}

fieldset div.notRequired
{
	display: block;
	clear: both;
	margin: 4px 0px;
	padding: 3px 3px 3px 3px; #padding:1px1px1px1px;
}

fieldset div.notRequired label
{
	clear: both;
	float: left;
	width: 100px;
	margin: 4px 0px;
}

fieldset div.notRequired input
{
	float: left;
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 8.5pt;
	font-family: Tahoma;
	width: 150px;
}

fieldset div.notRequired textarea
{
	float: left;
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 8.5pt;
	font-family: Tahoma;
	width: 215px;
	height: 80px;
}

fieldset div.notrequired checkboxlist
{
	font-family: Verdana;
	font-size: 20px;
}

div#createAccountBox p
{
	margin: 8px 0px;
}

.error
{
	color: #f00;
	display: block;
	margin: 5px 5px;
}

.summary
{
	margin-bottom: 14px;
}

.loneLink
{
	margin: 5px;
}

div.buttonsLeft
{
	text-align: left;
	margin: 10px 0px;
}

.selectnew
{
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 8.5pt;
	font-family: Tahoma;
}



/* fieldset */

div#MiddleDownloads fieldset
{
	width: 200px;
	border: 0px;
	border-color: #9a885a;
	margin: 10px 24px;
	margin: 20px 0px 10px 24px;
	padding: 5px;
}

div#MiddleDownloads h3
{
	margin: 0px 0px 10px 0px;
}

div#MiddleDownloads p
{
	color: #444;
	margin: 0px 0px 10px 0px;
}

div#MiddleDownloads a
{
	/* color: #897748; 	font-weight: bold; 	text-decoration: underline; */
}

div#MiddleDownloads legend
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 0px;
	color: #5F5F5F;
	padding: 0px;
	padding-left: -10px;
}

div#MiddleDownloads fieldset.login legend
{
	color: #9a885a;
}

div#MiddleDownloads fieldset div.required
{
	/*display: block; 	clear: both; */
	font-weight: bold;
}

div#MiddleDownloads div.notRequired
{
	display: block;
	clear: both;
	margin: 4px 0px;
	padding: 3px 3px 3px 3px; #padding:1px1px1px1px;
}

div#MiddleDownloads div.notRequired label
{
	clear: both;
	float: left;
	width: 70px;
	margin: 4px 0px;
}

div#MiddleDownloads div.notRequired input
{
	float: left;
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 8.5pt;
	font-family: Tahoma;
	width: 100px;
}

div#MiddleDownloads div.notRequired textarea
{
	float: left;
	background-color: #EEF;
	border: 1px solid #444;
	font-size: 8.5pt;
	font-family: Tahoma;
	width: 215px;
	height: 80px;
}

div#MiddleDownloads div.notrequired checkboxlist
{
	font-family: Verdana;
	font-size: 20px;
}

#footertop
{
	height: 4px; /*same height as margin bottom on body*/
	background: #9a8943;
	_background: #04090f;
	_border-top: 4px #9a8943 solid;
	width: 100%;
	position: fixed;
	bottom: 100;
	left: 0;
	text-align: center;
}
* html #footertop
{
	position: absolute;
}
/*for ie*/
#footertop a
{
	padding-top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: #009966;
}
#footertop a:hover
{
	background: #68813D;
}

#footer
{
	height: 0px; /*same height as margin bottom on body*/
	background: #9a8943;
	width: 100%;
	position: fixed;
	bottom: 0;
	font-size: 10px;
	left: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 6px;
	color: #000000;
}

* html #footer
{
	position: absolute;
}

/*for ie*/
#footer a
{
	padding-top: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	width: 100%;
	height: 100%;
}

.graytext
{
	color: #999999;
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

div#flashcolumn2
{
	float: left;
	position: relative;
	width: 670px;
	height: 530px;
	margin-left: 30px;
	_margin-left: 20px;
	margin-right: -10px;
}

div#content1
{
	float: left;
	padding-top: 50px;
	width: 675px;
	padding-left: 5px;
}

.whitetitle
{
	color: #FFFFFF;
	font-size: 13px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.graytext
{
	color: #999999;
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.whitetext
{
	color: #FFFFFF;
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
}

.goldtext
{
	color: #625b3e;
	text-decoration: underline;
}

.goldtext a
{
	color: #625b3e;
	font-size: 11px;
	text-decoration: underline;
}

.goldtext2
{
	color: #9a8943;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.goldtextcaps
{
	color: #9a8943;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.welcomegraytext
{
	float: left;
	color: #fff;
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 158px;
	overflow: hidden;
}

.welcomegraytext p
{
	width: 220px;
}

.welcomegraytext a
{
	color:#625b3e;
}

.tablefields
{
	background-color: #04090f;
	border: 1px solid #9a8943;
	color: #FFFFFF;
	height: 14px;
	width: 150px;
	font-size: 11px;
}

.tablefields2
{
	background-color: #fff;
	border: 1px solid #9a8943;
	color: #04090f;
	height: 14px;
	width: 150px;
	font-size: 11px;
}

.tablecomments
{
	background-color: #fff;
	border: 1px solid #9a8943;
	color: #04090f;
	width: 350px;
	height: 80px;
	font-size: 11px;
}

.tablesubject
{
	background-color: #04090f;
	color: #FFFFFF;
	width: 200px;
	height: 20px;
	font-size: 11px;
}

.pagetitle span
{
    border-bottom:dotted 1px #9a885a; 
    margin-bottom:2px;  
}

h1.pagetitle img
{
    margin-left:-7px;
}