/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#071918;
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../i/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#d8dff0;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	line-height:18px;
}
a { 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover { 
	/*color:#3366ff;*/
	color:#e3c594;
	text-decoration:none;
	font-weight:bold;
}

/***********************************************************************
	1 - LAYOUT
************************************************************************/

div#wrapper {
	width:920px;
	position:relative;
	text-align:left;
	padding:0;
	margin:auto;
}
div#topbar {
	width:820px; 
	height:80px;
	line-height:30px;
	text-align:right;
	position:relative;
	padding:170px 50px 0px 50px;
	margin:0; 
}
div#nav{
	width:200px;
	text-align:left;
	line-height:27px;
	position:relative;
	padding:0px 0px 0px 50px;
	margin:0; 
}
div#main {
	width:570px;
	float:right;
	text-align:left;
	padding:0px 50px 0px 0px;
	margin:0; 
}
div#drop-down {
	width:100%;
	text-align:right;
}
div#footer {
	width:570px;
	color:#adb6cc;
	/*background-color:#000000;*/
	font-size:11px;
	position:relative;
	padding:10px 50px 30px 0px;
	margin:0;
}
div#news table, tr, td{
	font-size:11px;
	line-height:14px;
}

/***********************************************************************
	3 - PRODUCT LIST
************************************************************************/

div#pmenu_holder {
	width:180px;
	height:180px;
	text-align:center;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0;
}
div#p_subcat {
	width:100%;
	height:20px;
	text-align:center;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	font-style:italic;
	position:relative;
	margin:0;
	padding:0;
}
div#p_holder {
	width:190px;
	height:250px;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
}
div#p_image {
	width:180px;
	height:180px;
	position:relative;
	margin:0px 5px 0px 5px;
	padding:0;
}
div#p_title {
	width:100%;
	height:32px;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	text-align:center;
	position:relative;
	margin:0;
	padding:4px 0px 0px 0px;
}
div#p_buttons {
	font-size:11px;
	width:100%;
	text-align:left;
	margin: 5px 5px 0px 5px;
	padding:0;
}
div#p_content {
	padding:10px 10px 0px 10px;
	text-align:left;
}

/***********************************************************************
	4 - PRODUCT DETAIL
************************************************************************/

div#pd_holder {
	width:570px;
	height:300px;
	text-align:left;
	position:relative;
	margin:0px;
	padding:0px;
}
div#pd_image {
	width:300px;
	height:300px;
	float:left;
	margin:0px;
}
div#pd_title {
	width:100%;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	position:relative;
	margin:0px 0px 0px 5px;
}
div#pd_content {
	width:265px;
	float:right;
	text-align:left;
	margin:0px 0px 0px 5px;
}

/***********************************************************************
	5 - CONTENT
************************************************************************/

h1 {
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#e3c594;
	text-align:center;
}
h2 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	font-style:italic;
}
h3 {
	font-size:13px;
	line-height:10px;
	font-weight:bold;
}
span.float-l {
	float:left;
}
span.float-r {
	float:right;
}
.large-copy {
	font-size:11px;
	line-height:14px;
	padding:10px 10px 20px 20px;
}
.button-look {
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	color:#333172;
	padding:2px 4px 2px 4px;
	border:1px solid #01496B;
	width:auto;
}
.button-look:hover {
	color:#49579d;
	border: 1px solid #666ee6;
}
.small-button {
	font-size:12px;
	font-weight:bold;
}
.form {
	background:none;
	border:1px solid #FFFFFF;
	font-size:11px;
	color:#FFFFFF;
}
.form-button{
	background:none;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.small-form {
	background:#FFFFFF;
	border:1px solid #999999;
	font-size:12px;
	line-height:12px;
	padding:0;
}
.small-cart a{
	font-weight:bold;
}
.price {
	font-size:12px;
	font-weight:bold;
	color: #e3c594;
}
.footnote {
	font-size:12px;
	color:#999999;
}
.image {
	border:1px solid #999999;
}
.form-button {
	border:none;
	padding:none;
	width:auto;
	margin-top:-1px;
}

/***********************************************************************
	6 - FORMS
************************************************************************/

fieldset, legend {
	/*border: none */
}

fieldset div input, fieldset div textarea  {
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-8px;
	color:#FFFFFF;
}

label {
	float: left;
	padding: 0 1em;
	text-align: right;
}

fieldset {
	border: 1px solid #aaa;
	padding:20px 20px 20px 10px;
	position:relative;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

form fieldset div {
	clear: both;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	width: auto;
	border: 0;
}

form {
	width:100%; 
	/*background: url(../i/layout/form-bg.gif) repeat-x;*/
}

form fieldset { 
	padding:10px; 
}

label { 
	float:left;
	width:40%;
	height:22px;
	color: #FFF;
}

fieldset div input, fieldset div textarea  {
	width: 20%
}

div.req label { font-weight: bold }
div.multi label { height: 22px }
p.notice { color: #d22 }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

/*div.submit input {
	border: 1px solid #01496B;
	padding: 0px .7em;
	background-color:#FFF;
	color: #000;
	width: auto;
	font-weight: bold;
}*/