/*
	
	CSS for Naked Army Website + Content Management System
	****************************************************
	Author: Richard Chong
	Company: dmwcreative
	Website: www.naked-army.com

*/

/* commented backslash hack \*/ 
html, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #464646;
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	min-height: 100%;
	height: 100%;
	/*padding-bottom: 2px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #8C7434;*/
} 
/* end hack */
html,body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #464646;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}

body td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #464646;
}

a:LINK, a:VISITED {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #D25C2A;
	text-decoration: none;
}

a:HOVER {
	background: #E1E1E1;
}

HR {
	margin-top: 25px;
	margin-bottom: 25px;
}

blockquote {
	margin: 0;
	margin-left: 270px;
	padding: 0;
	color: #000000;
	font-size: 11px;
}

.quoteby {
	position: relative;
	float: right;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	clear: both;
	padding-right: 10px;
}

.clear {
	clear: both;
}

/******** Style: Site DIVs **********************************/
/* Encapsulates the whole site */
#container {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
	width: 900px;
	clear: both;
}

* html #container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	clear: both;
}

/* Left column */
#logo_sidebar { 
	z-index: 100;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 140px;
	min-height: 750px;
	height: 750px;
	background: #FFFFFF;
	background-image: url(../images/img_logo_sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Middle top column */
#navigation {
	z-index: 400;
	position: absolute;
	/*float: left;*/
	top: 0;
	width: 85.6%;
	_width: 100%;
	height: 50px;
	/*background: #FFFFFF;*/
	padding: 0;
	margin: 0;
	margin-left: 0px;	
	_margin-left: 0px;
	left: 0;
	padding-left: 160px;
	padding-top: 10px;
	border-top-style: solid;
	border-width: 2px;
	border-color: #8C7434;
}

/* Middle column */
#contentarea {
	z-index: 200;
	position: relative;
	float: left;
	width: 550px;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	margin-left: 160px;	
	_margin-left: 80px;
	min-height: 750px;
	height: auto;
	padding-bottom: 55px;
}

#contentarea, {
	height: 75%;
}


/* Middle column bottom */
#footer {
	z-index: 300;
	position: relative;
	bottom: 0;
	clear: both;
	/*bottom: -50px;
	_bottom: 0px;*/
	/*left: 200px;*/
	height: 20px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 40px;
	margin: 0;
	margin-top: 50px;
	margin-left: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	/*color: #AAAAAA;*/
	line-height: 13pt;
	border-top-style: solid;
	border-width: 2px;
	/*border-color: #CCCCCC;*/
	border-color: #8C7434;
	background: #000000;
	background-image: url(../images/bkg_footer_overlay.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*Right column */
#rightdivide {
	position: absolute;
	top: 0px;
	margin: 0;
	margin-top: 0px;
	margin-left: 730px;
	_margin-left: 730px;
	left: 0px;
	/*background-image: url('../images/bkg_rightdivide.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;*/
	border-left-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	width: 170px;
	_width: 180px;
	height: auto;
	padding: 0;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 0px;
	clear: both;
}

/******** Style: Other **********************************/
.menu_background {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_navmain.png');
	background-repeat: no-repeat;
}

.main_background td {
	background-repeat: no-repeat;
}

.subcategory_text_selected, .subcategory_text_selected td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.subcategory_text a:link, .subcategory_text a:visited, .subcategory_text td a:link, .subcategory_text td a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-style: none;
}

.subcategory_text a:hover, .subcategory_text td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-style: none;
}

/******** Style: Headers **********************************/
H1 {
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #D25C2A;
	letter-spacing: -0.6px;	
	line-height: 16pt;
}

H2 {
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #D25C2A;
	letter-spacing: 0px;
}

H3 {
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #D25C2A;
	letter-spacing: 0px;
	line-height: 8pt;
	margin-bottom: 2px;
}

H4 {
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0px;
	line-height: 12pt;
	_line-height: 12pt;
	margin: 0;
	padding: 0;
}

/******** Style: Body text or Content Text **********************************/
.body_text, .body_text td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #464646;
	line-height: 13pt;
}

.body_text2, .body_text2 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: justify;
}

.body_text3, .body_text3 td, .body_text3 tr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	line-height: 16px;
	text-align: justify;
}

.body_text a:link, .body_text a:visited, .body_text td a:link, .body_text td a:visited  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8C7434;
}

.body_text a:hover, .body_text td a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.body_text2 a:link, .body_text2 a:visited, .body_text2 td a:link, .body_text2 td a:visited  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C7434;
}

.body_text2 a:hover, .body_text2 td a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.body_text3 a:link, .body_text3 a:visited, .body_text3 td a:link, .body_text3 td a:visited  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.body_text3 a:hover, .body_text3 td a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C7434;
}

/******** Style: Home page News **********************************/
.whatsnew H1 {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D25C2A;
	font-weight: bold;
	line-height: 18px;
}

.whatsnew {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-align: left;
}

.whatsnew a:link, .whatsnew a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C7434;
	line-height: 16px;
}

.whatsnew a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

/******** Style: Alert messages **********************************/
.alert_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	color: #959595;
}

/******** Style: Site footer **********************************/
.footer_text, .footer_text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
}

.footer_text a:link, .footer_text a:visited, .footer_text td a:link, .footer_text td a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
}

.footer_text a:hover, .footer_text td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.footerlinks {
	position: relative;
	display: block;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	background: #DADADA;
	font-weight: normal
}
	.footerlinks A {
		font-weight: normal;
		color: #666666;
	}
	.footerlinks A:HOVER{
		font-weight: normal;
		color: #222222;
	}

/******** Style: CMS form elements **********************************/
.loginfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
	border: 1px solid #959595;
	font-size: 9pt;
	color: #707070;
	padding: 3px;
}

.textfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efece7;
	border: 1px solid #959595;
	font-size: 9pt;
	color: #000000;
	padding: 3px;
}

.btn_textfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e6e6e6;
	border: 1px solid #9F9F9F;
	font-size: 9pt;
	color: #707070;
	padding: 3px;
}

/******** Style: Main Navigation menu **********************************/
.nav_main, .nav_main_selected, .nav_main_border, .nav_main_selected ul, .nav_main_border ul {
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	/*_padding-top: 5px;
	_padding-bottom: 5px;
	margin-left: 0px;
	_margin-left: -5px;
	margin-right: 14px;
	_margin-right: 0px;*/
	text-indent: 0px;
	list-style-type: none;
	white-space: nowrap;
	float: left;
	letter-spacing: 0px;
	text-align: left;
}
.nav_main li, .nav_main ul {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

.nav_main a:LINK, .nav_main a:VISITED {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
}

.nav_main a:HOVER {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #D25C2A;
}

.nav_main_selected a:LINK, .nav_main_selected a:VISITED {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #D25C2A;
}

.nav_main_border a:LINK, .nav_main_border a:VISITED {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #8C7434;
	border-style: solid;
	border-width: 1px;
	border-color: #E1E1E1;
	padding: 5px;
	margin: 0px;
}

/******** Style: Products page **********************************/
#products_modelrotator {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: auto;
	height: 550px;
	border-style: solid;
	border-width: 0px;
	border-color: #CCCCCC;
	margin: 0;
}

#products_notice {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	_left: 0px;
	width: 120px;
	height: 270px;
	background-image: url("../images/txt_16scalebronze.gif");
	background-repeat: no-repeat;
	margin: 0;
}
#products_notice, {
	float: right;
}

#products_notice2 {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	_left: 0px;
	width: 120px;
	height: 270px;
	background-image: url("../images/txt_16scalekit.gif");
	background-repeat: no-repeat;
}

#products_notice2, {
	float: right;
}

#products_specifications {
	position: relative;
	float: left;
	top: 30px;
	left: 0px;
	_left: 0px;
	width: 120px;
	height: 200px;
	margin: 0;
}

#products_specifications, {
	float: right;
	padding-top: 20px;
	_padding-top: 0;
	font-size: 10px;
}

#products_content {
	position: relative;
	float: left;
	top: 25px;
	_top: 35px;
	left: 0px;
	width: 540px;
	height: 300px;
}

#products_gallery {
	position: relative;
	float: left;
	clear: both;
	top: 20px;
	_top: 20px;
	left: 10px;
	height: auto;
	min-height: auto;
	text-align: left;
}

/******** Style: Product Gallery thumbnails **********************************/
TD.gallery_thumbnail {
	background-color: #FFFFFF;
}

TD.gallery_thumbnail:HOVER, TD.gallery_thumbnail:FOCUS {
	/*background-color: #E1E1E1;*/
	background-color: #E1E1E1;
}

/******** Style: Orders page **********************************/
.orders_head_td {
	background: #A29784;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
}

.orders_body_td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #464646;
}

.orders_price_td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}
