@charset "utf-8";
/* CSS Document */
body {
	background: #1c0000 url(../images/bodyBg.gif) repeat;
}
#wrap {
	width: 856px;
	margin: 0 auto;
}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#header {
	float: left;
	width: 856px;
	height: 185px;
	overflow: hidden;
	background: url(../images/headerBg.gif);
	display: inline;
}
h1#logo {
	height: 175px;
	width: 175px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	clear: both;
}
h1#logo a {
	display: block;
	height: 175px;
	width: 175px;
	float: left;
}
span#contact{
	color: #ffffff;
	display:block;
	float:right;
	text-align: right;
	height: 90px;
	font-size: 1.2em;
	margin: 10px 0 0;
}
ul#nav {
	float: left;
	height: 25px;
	overflow: hidden;
	display: inline;
	width: 680px;
	margin: 50px 0 0 0;
}
ul#nav li {
	display: block;
	float: left;
	height: 25px;
	margin: 0 20px 0 0;
}
ul#nav li.last{
	border-right: none;
}
ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 14px;
	text-align: left;
	font-size: 14px;
	padding: 5px 0px 6px 30px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/navBg.gif) left center no-repeat;
}
ul#nav li a:hover, ul#nav li a.active {
	color: #d6d4ae;
}
#contentTop{background: url(../images/contentTopBg.gif) no-repeat;height: 10px;overflow:hidden;float:left;width:856px;
	display: inline;}
#contentBot{background: url(../images/contentBotBg.gif) no-repeat;height: 10px;overflow:hidden;float:left;width:856px;
	display: inline;}
#content {
	width: 836px;
	padding: 0 10px;
	float: left;
	background: url(../images/contentBg.jpg) no-repeat bottom left #f1f1e5;
	display: inline;
}
#content .leftBox {
	width: 408px;
	margin:0 10px 0 0;
	float: left;
}
#content .rightBox {
	width: 408px;
	margin:0 0 0 10px;
	float: left;
}
h2.formalWear{
	background:url(../images/formalWearBg.gif) no-repeat center center;
	width: 836px;
	height: 27px;
	margin:0 0 20px 0;
}
#homeBoxTop{
	background:url(../images/homeBoxTop.gif) no-repeat;
	height:8px;
	overflow:hidden;
	float:left;
	width:516px;
	display: inline;
}
#homeBoxBot{
	background:url(../images/homeBoxBot.gif) no-repeat;
	height:8px;
	overflow:hidden;
	float:left;
	width:516px;
	display: inline;
}
#homeBoxInner{
	float:right;
	height:259px;
	width:498px;
	padding: 0 10px 0 8px; 
	background: #fff;
	display: inline;
	margin:0 0 0 10px;
}
#homeBox{
	float:right;
	width:516px;
	display: inline;
}
.boxes {
	width: 280px;
	float: left;
	margin: 10px 8px 10px 0;
	display: inline;
}
.boxes.lastBox {
	margin-right: 0;
}
.boxes .boxTop {
	width: 280px;
	float: left;
	height: 10px;
	background:url(../images/boxTop.gif) no-repeat;
	display: inline;
	overflow: hidden;
}
.boxes .boxBot {
	width: 280px;
	float: left;
	height: 10px;
	display: inline;
	background:url(../images/boxBot.gif) no-repeat;
	overflow: hidden;
}
.boxes .boxInner {
	width: 260px;
	height: 155px;
	float: left;
	padding: 0 10px;
	background:#f1f1e5;
	display: inline;
}
#main {
	padding-bottom: 75px;
	margin: 0 0 15px;
	display: inline;
}
#footer {
	position: relative;
	margin: -75px auto 0;
	height: 75px;
	clear:both;
	background: #000;
	width: 856px;
}
#footer ul{
	list-style-type: none;
	float: left;
	width: 45%;
	margin: 10px;
}
#footer li{
	display:block;
	float: left;
	padding: 0 5px;
	border-left: none;
}
#footer li + li{
	border-left: 1px solid #fff;
}
#footer a{
	color:#FFF;
	text-decoration: none;
}
#footer a:hover{
	background: #fff;
	color:#000;
}
#footer p {
	display: block;
	float: right;
	width: 45%;
	color:#FFF;
	text-align: right;
	margin: 10px 10px 0 0;
}