/* CSS Document */

/* Closet Concepts, Inc */

* {
  margin: 0;
  padding: 0;
}

body {
/*  background-color: #553C00;*/
  background-color: #563;
  color: #000;
  font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
	padding: 0 2.25em;
}

img.advert {
	border: 1px solid #222222;
	}

#page_space {
	width: 100%;
}

#header, #body, #footer {
	width: 100%;
	}

#header_wrap {
	margin: 6em 10em 0;
	padding: 20px 20px 0;
	background-color: #fff;
	border: 2px groove #27526F;
	border-top-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 0;
	}
#body_wrap {
	margin: 0 10em 0;
	padding: 0 20px 0;
	background-color: #fff;
	border: 2px groove #27526F;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 3px;
	text-align: left;
	}
#footer_wrap {
	margin: 0 10em 10em;
	padding: 24px 20px 20px;
	background-color: #fff;
	border: 2px groove #27526F;
	border-top-width: 0;
	border-left-width: 3px;
	}



#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	text-align: right;
	background: url(images/hdr_logo-alt.gif) top left no-repeat;
}
#ttl {
	position: relative;
	top: 44px;
	}


	
#body {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px #000 solid;
	}
#body_liner {
	text-align: left;
	min-height: 460px;
	background: url(images/hanging_shirts.jpg) left 25px repeat-x;
	background-color: #27526F;
	border: 1px solid #fff;
	}
.navigation {
	width: 100%;
	background: url(images/white_border_bg.gif) 570px 0 repeat-y;
	background-color: #563;
	border-bottom: 1px solid #fff;
	z-index: 10;
	}
.leftspace {
	width: 25%;
	float: left;
	background: url(images/hanging_shirts.jpg) top left no-repeat;
	background-color: #27526F;
	z-index: 2;
	}
*:first-child+html .leftspace {
	width: 24.9%;
	clear: right;
	}
.rightspace {
	width: 74.9%;
	float: right;
	background-color: #EDEDDC;
	z-index: 1;
	}
*:first-child+html .rightspace {
	width: 70%;
	clear: left;
	}

.menu {
float:left;

font-family: verdana, sans-serif; 

width:568px; 

margin:0;

position:relative;

background-color: #cc9;

border:1px solid #1A4466;

z-index:100;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */

.menu ul {

padding:0; 

margin:0;

list-style-type: none;

}

/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */

.menu ul li {

float:left; 

position:relative;

padding: 0;

margin: 0;

}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */

.menu ul li a, .menu ul li a:visited {

display:block; 

text-decoration:none; 

margin:0; 

padding: 6px 8px 6px 9px;

color:#000; 

background:#cc9; 

font-size:8px;

font-weight: bold;

}

/* make the dropdown ul invisible */

.menu ul li ul {

display: none;

}



/* specific to non IE browsers */

/* set the background and foreground color of the main menu li on hover */

.menu ul li:hover a, .menu ul li a:hover {

color:#fff;

background:#1A4466;



}

/* make the sub menu ul visible and position it beneath the main menu list item */

.menu ul li:hover ul, .menu ul li a:hover ul {

display:block; 

position:absolute; 

top:100%; 

left:0;

border-top: 1px solid #1A4466;

margin-top: 0;

width: 115px;

}

/* style the background and foreground color of the submenu links */

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {

display:block; 

background-color: #ededdb;

color:#000;

line-height: 1.2em;

padding: 5px 8px;

border: 1px solid #1A4466;

border-top-width: 0;

width: 115px;

}

/* style the background and forground colors of the links on hover */

.menu ul li:hover ul li a:hover {

background:#c9c9a7; 

color:#000;

}


#greenbar { /* green bg color is defined in .navigation above. This div provides white border on right edge of menu */
	float: right;
	margin: 0;
	padding: 0;
  text-align: right;
	}
#greenbar a {
	display: block;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	}
#greenbar a:hover {
	color: #ffc;
	font-weight: bold;
	}


.subnav {
	padding: 10px 16px;
	min-height: 460px;
	}
*:first-child+html .subnav {
	min-height: 458px;
	}

.subnav li {
	list-style: none;
	padding: 5px 0 1px;
		color: #d9e4ea;

	}
.subnav li a {
	text-decoration: none;
	color: #d9e4ea;
	font-size: 110%;
	font-weight: bold;
	}
.subnav li a:hover {
	color: #ededdb;
	letter-spacing: .1em;
	}
.subnav li li {
	padding: 1px 0 0;
	list-style: disc;
	margin-left: 20px;
	color: #d9e4ea;
	}
.subnav li li.first {	
	padding: 3px 0 0;
	}
.subnav li li a {
	text-decoration: none;
	font-weight: normal;
	}
.subnav li li a:hover {
	color: #ededdb;
	font-weight: bold;
	letter-spacing: normal;
	}


.content {
	margin: 0;
	padding: 10px 16px;
	border: 1px solid #563;
	border-left: 1px solid #fff;
	background: url(images/content_leftside_line.gif) top left repeat-y;
	min-height: 459px;
	}
*:first-child+html .content {
	margin: 0 0 1px 1px;
	min-height: 438px;
	}


.content ul, .content ol {
	list-style-position:inside;
	margin: 4px 0 20px;
	}
.content ul li, .content ol li {
	margin: 3px 0;
	font-size: 110%;
	}
.content ol li {
	margin: 4px 0 6px 35px;
	text-indent: -20px;
	font-size: 110%;
	}
.content dl {
	margin: 12px 0;
	list-style-type: disc;
	} 
.content dt {
	margin: 2px 0;
	font-size: 140%;
	font-weight: bold;
	color:#356;
	}
.content dd {
	margin: 4px 0 6px 35px;
	font-size: 120%;
	font-weight: normal;
	color: #000;
	}
.content h3 {
	font-size: 200%;
	margin-top: 7px;
	color: #963;
	}
.content h4 {
	font-size: 130%;
	margin: 2px 0;
	color: #356;
	}
.content p {
	margin: 4px 0 20px;
	font-size: 120%;
	line-height: 1.5em;
	}
.content blockquote {
	margin: 8px 30px;
	font-size: 120%;
	color: #000;
	font-weight: bold;
	}
.content hr {
	height: 1px;
	margin: 10px 0;
	color: #356;
	}

#map {
  	border: 1px solid #1A4466;
  	}
#maplinks {
	padding-top: 80px;
	}
.maplink a {
	font-size: 110%;
	font-weight: bold;
	line-height: 2em;
	color:#356;
	}

#search {
  text-align: left;
}

.FSF_form {
	width: 100%;
	}
.FSF_input {
  width: 75%;
	}
.FSF_submit {
	margin: 0 0 0 6px;
	}
	
.date-header {
	font-size: 90%;
	color: #000;
	font-weight: bold;
	}	


#footer {
	margin: 0;
	padding: 0;
}

#ft_left {
	float: left;
	width: 60%;
	text-align: left;
	}
#ft_right {
	float: right;
	width: 40%;
	text-align: right;
	}
#locations, #garantee {
	font-size: 100%;
	}
#garantee {
	color: #1A4466;
	}
#ft_nav, #ft_nav a {
	font-size: 96%;
	color: #000;
	text-decoration: none;
	}
#ft_nav a:hover {
	text-decoration: underline;
	}
#copyright {
	font-size: 90%;
	color: #999;
	}
	

.clear {
  clear: both;
}