* {
	padding: 0px;
	margin: 0px;
}
body{
	margin:10px;;
	font-family: "Trebuchet MS", Verdana;
	background: #000;
	padding: 10px;
	font-size: 14px;
}

.header {
	background: #000 url(../images/header_bg.jpg) no-repeat left top;
	height: 70px;
}
.imgborder {
	border: 1px solid #ADADAD;
}
.dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:300px;
	filter:'alpha(opacity=85)';			
	
}
.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:300px;
}

.tr {
	background-attachment: fixed;
	background-color: #f4f4f4;
	background-repeat: repeat;
	background-position: center center;
}
.headertitle{
	color: #9CF;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.headertext{
	color: #9CF;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.navigation{
	text-transform:uppercase;	
	color:#FFFFFF;
	padding:0px 8px;
	text-decoration:none;
	line-height:25px;
	
}
a.navigation:hover{
	text-decoration:none;
}
.navigation-selected{
	text-transform:uppercase;
	font-weight:bold;	
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 15px;
	text-decoration:none;
	line-height:25px;

}
a.navigation-selected:hover{
	text-decoration:none;
}

.subnavigation{
	padding:0px 10px;
	text-decoration:none;
	font-size:11px;
	border-left: 1px solid #BDB061;	
	line-height:20px;
}
a.subnavigation:hover{
	text-decoration:none;
	font-size:11px;	
	
}
.subnavigationselected{
	text-decoration:none;
	font-size:11px;	
	font-weight:bold;
	
}

.footnavigation{
	color:#FFFFFF;
	padding:0px 10px;
	text-decoration:none;
	font-size:12px;
	border-left: 1px solid #ffffff;	
	line-height:29px;
	
}


#main_wrapper {
	padding: 7px;
	background: #fff;
}
a {
	color: #3E708F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.nonedecolnk
{
	color: #000000;
	text-decoration: none;
	cursor:default;
}
.nonedecolnk:hover
{
	text-decoration:none;
	
	}
/* ############## HEADER STYLES ################## */
#header {
	background: #000 url('../images/header_bg.jpg') left no-repeat;
	height: 70px;
}
#description {
	padding: 10px 20px;;
	position: absolute;
	float: left;
}

#description h1 {
	color: #9CF;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
#description h1 span{
	color: #fff;
}
#description h1 a{
	color:#9CF;
}
#description h1 a:hover{
	text-decoration: none;
	font-weight: bold;
}
#description p {
	color:#FFC;
}

#header_01 {
	float:right;
	color: #FC9;
	padding: 10px;
	text-align: right;
}
#header_01 h3{
	font-size: 14px;
}
#header_01 a{
	color: #FFC;
}

h4{
color:#FFFFFF;
}

h5{
background-color:#CCCCCC;
}
/*#header_02 {
	float: right;
	font-size: .8em;
	width: 39%;
}
#header_02 ul {
	text-align:right;
	list-style:none;
	clear:both;
	padding-top:.25em;
}
#header_02 ul li {
	display: inline;
	margin-left:.75em;
	padding-right:.75em;
	border-right:1px solid #ddd;
}*/

#aboutimage{
	float:right;
	margin: 10px 10px 0px 10px;
}

#aboutimage img{

}

#content {
	clear: both;
	padding: 10px;
	color: #000;
	background: #f4f4f4;
	margin: 7px 0px 0px 0px;
	position: relative;
	width: 70%;
	float: left;
	border: 0px;
}
#content h1 {
	background: #598AA9;
	color: #FFF;
	padding: 3px 5px;
	margin:0px;
	font-size: 24px;
}
#content p{
	margin-top: 10px;	
	line-height:1.4
}

/* ############## NAVIGATION STYLES ################## */

#navigation{
	clear:both;
	text-transform:uppercase;
	padding: 0px;
}
#navigation ul{
	list-style:none;
	background:#000;
	text-align:center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height:20px;

}
#navigation ul li{
	/*display:inline;*/
	float:left;
	padding:0px 10px;
	margin: 0px 5px;
}
#navigation ul li ul{
	display:none;
}
#navigation ul li:hover ul, #navigation ul li.over ul{
	display:block;
	position:absolute;
	width: 10em;
}
*html #navigation ul li:hover ul, *html #navigation ul li.over ul{
	margin:1em 0em 0em -5em;
}
#navigation ul li:hover ul li, #navigation ul li.over ul li{
	display: list-item;
	/*position:relative;*/
	clear:left;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
}

#navigation li.active {
	background: #fff;
	color: #000;
	font-weight: bold;
	margin-top: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation li.active a {
	color: #000;
}
/*#####SUBLINKS########*/
#navigationsub{
list-style:none;
	background:#fff;
	text-align:center; font-size:12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height:10px;
	}
	
	#navigationsub ul li{
	/*display:inline;*/
	float:left;
	padding:0px 10px;
	margin: 0px 5px;
	border-left: 1px solid #BDB061;
	}
	
		#navigationsub ul li.first{
		border-left: 0px solid #ddd;
	}
	
	#navigationsub li.active {
	color: #000;
	font-weight: bold;
	margin-top: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
	#navigationsub a {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
	}

#extra{
	background:#eee url('../images/right_panel_bg.jpg') repeat-y;
	float:right;
	margin-top: 7px;
	padding:7px;
}
#extra h1 {
	background: #598AA9;
	color: #FFF;
	padding: 3px 5px;
	margin:0px;
	font-size: 18px;
}
#extra h2 {
	font-size: 18px;
	padding: 3PX 5PX;
}
.categories {
	padding: 10px 5px;
	margin: 0px 20px;
}
#arospace{
	float:right;
	width:1%;
	margin-top: 9px;
	padding:50px;
}
#footer{
	clear: both;
	background: #699;
	color: #FFF;
	margin-top: 7px;
	text-align: right;
}
#footer p{margin:0;padding:5px 10px}
#footer ul {
	padding:5px;
}
#footer ul li {
	display: inline;
}
#footer a {
	color:#fff;
	font-size: 12px;
	border-left: 1px solid #ddd;
	padding: 0px 10px;
	margin: 0px;	
}

#footer li.active {
	color:#000;
	font-size: 11px;
	padding: 0px 10px;
	margin: 0px;
	font-weight: bold;
	border-left: 1px solid #ddd;
}

#footer li.first {
	border-left: 0px;
}

#wrapper{float:left;width:75%}
#content{/*clear: both;*/}
#footer{clear:left;width:100%}
#credits{
	font-size: 11px;
	color: #666;
	padding: 7px 7px 0px 7px;
	height: 1px;
}
.copyright {
	float:left;
	font-size:11px;
}
.cbolink {
	float: right;
	}
.img {
	padding: 10px;
}
td {
}
.suitfab {
	padding: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999933;
}
.topline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
.lefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding-left: 7px;
	padding-right: 5px;
}
pre{
margin:0px 0px 10px 0px;
}
.tophead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 4px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
}

.text-index {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9px;
	font-style: normal;

	color: #000000;

}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #295F92;
}
.testhead {
	font-family: Arial;
	font-size: 11.8px;
	font-weight: bold;
	color: #295F92;
	padding-left: 8px;
}
.rightheading1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	font-variant: normal;
}
.textcp {
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	color: #1F486D;
	font-style: normal;
	padding-left: 7px;
}
.number {
	font-family: Arial;
	font-size: 17px;
	font-weight: 600;
	color: #FFFFFF;
	font-variant: normal;
}
.forgotpassword {
	font-family: Arial;
	font-size: 11px;
	font-weight: 400;
	color: #CC0000;
	font-style: normal;
	padding-left:10px;
}
.forgotpassword .active {
	color: #CC0000;
	text-decoration: none;
}
.forgotpassword .hover {
font-weight:none;
color: #CC0000;
text-decoration: underline;
}
.thismust {
	font-family: Arial;
	font-size: 9px;
	font-weight: 400;
	color: #CC0000;
	font-style: normal;
	padding-left:7px;
}

.clothingtips {
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	color: #808040;
	font-style: normal;
	padding-left: 7px;
}
.clothingtips .active {
	color: #808040;
}

.clothingtips .hover {
font-weight:bold;
}

.text_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 4px;
	background-position: right;
}
.leftline {	
	border-left-width:0.1pc;	
	border-left-style: solid;
	border-left-color: #C5AB75;
}
.rightline {	
	border-right-width: 0.1pc;		
	border-right-style: solid;		
	border-right-color: #C5AB75;	
}
.bottomline {
border-bottom-width:0.1pc;
border-bottom-style: solid;
border-bottom-color: #C5AB75;
}
.topline {
border-top-width: 0.1pc;
border-top-style: solid;
border-top-color: #C5AB75;
}
.graytopline {
border-top-width: 0.1pc;
border-top-style: solid;
border-top-color: #CCCCCC;
}
.imageboxline {
	border: 1px solid #999999;
}
