/* CSS Document */

/* Closet Concepts, Inc */

* {
  margin: 0;
  padding: 0;
}

body {
  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: 1px #fff solid;

}

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

#body_wrap {
	margin: 0 10em 0;
	padding: 0 20px 0;
	background-color: #fff;
	text-align: left;
	}
#body {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px #000 solid;
	}
#body_liner {
	text-align: left;
	min-height: 426px;
	background: url(images/hanging_shirts.jpg) top left repeat-x;
	background-color: #27526F;
	border: 1px solid #fff;
	}
.leftspace {
	float: left;
	width: 50%;
	min-height: 426px;	
	background: url(images/hanging_shirts.jpg) top left no-repeat;
	background-color: #27526F;
	z-index: 2;
}
*:first-child+html .leftspace {
	width: 49.9%;
	}
.rightspace {
	float: right;
	width: 50%;
	background-color: #EDEDDC;
	z-index: 1;
}

/* This group of styles for intro message above navgroup on core page ----------*/
#introspace {
	margin: 0 0 0 1px;
	padding: 0;
	height: 13em;
	border: 1px solid #563;
	z-index: 5;
	}
#introspace h1 {
	margin: 5px 0 0;
	padding: 0;
	height: 34px;
	background: url(images/core-content-head.gif) top left no-repeat;
	}
#introspace h3 {
	margin: 2px 0 0;
	padding: 0 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 125%;
	line-height: 2em;
	letter-spacing: .02em;
	color: #000;
	}
*:first-child+html #introspace h3 {
	font-size: 110%;
	letter-spacing: 0em;
	}
/* END intro message styles ----------------------------------------------------*/	

.navgroup {
	position: absolute;
	right: 0px;
	margin: 0;
	padding: 1px;
	background-color: #fff;
	}
	
/* Main Menu styling -----------------------------------------------------------*/
.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;

}

/* END Main Menu styling -------------------------------------------------------*/

/* Image Panels */
#left-third-panel {
	float: left;
	width: 190px;
	height: 95px;
	margin: 1px 0 0;
	padding: 0;
	background: url(images/bg_left-third-panel.jpg) bottom left no-repeat;
	background-color: #f90;
	z-index: 4;
	}
#mid-third-panel {
	float: left;
	width: 190px;
	height: 95px;
	margin: 1px 0 0;
	padding: 0;
	background: url(images/bg_mid-third-panel.gif) bottom left no-repeat;
	background-color: #563;
	z-index: 4;
	}
#right-third-panel {
	float: left;
	width: 190px;
	height: 95px;
	margin: 1px 0 0;
	padding: 0;
	background: url(images/bg_right-third-panel.jpg) bottom left no-repeat;
	background-color: #982902;
	z-index: 4;
	}
.panelimg {
	margin: -1px 0;
	}
/* END Image Panels */


#content {
	margin: 122px 0 0 1px;
  padding: 4px 16px;
	border: 1px solid #563;
	}
#content h2 {
	font-size: 140%;
	color: #27526F;
	margin-top: 5px;
	}
#content h3 {
	font-size: 200%;
	margin-top: 7px;
	color: #963;
	}
#content h4 {
	font-size: 130%;
	margin: 2px 0;
	color: #f60;
	}
#content p {
	margin: 8px 0 4px;
	font-size: 110%;
	line-height: 1.5em;
	letter-spacing: .02em;
	}
#content blockquote {
	margin: 8px 30px;
	font-size: 120%;
	color: #000;
	font-weight: bold;
	}
#content hr {
	height: 1px;
	background-color: #000;
	margin: 10px 0;
	color: #f60;
	}
	


#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_wrap {
	margin: 0 10em 10em;
	padding: 24px 20px 20px;
	background-color: #fff;
	}

#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;
	height: 0;
}