@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #b3ab9e;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align:left;
}





#topwrapper {
}
#topcontainer {
	margin: 0px auto;
	height: 150px;
	width: 800px;
	background-image: url(images/whitelogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}




#topline {
}
#toplinecontainer {
	margin: 0px auto;
	height: 28px;
	width: 800px;
}

.handcrafted {
	color: #999999;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	font-size: 90%;
}




#redbarwrapper {
	background-color: #971c21;
	border-top: 2px solid #DA222C;
	border-bottom: 2px solid #DA222C;
}
#redbarcontainer {
	margin: 0px auto;
	height: 307px;
	width: 1000px;
	background-image: url(images/index/redband.png);
	background-repeat: no-repeat;
}
#redbarright {
	float: left;
	height: 221px;
	width: 241px;
	background-color: #000000;
	margin-top: 47px;
	margin-left: 33px;
}
#redbarrightbox {
	padding: 7px;
}
#redbarleft {
	float: left;
	height: 221px;
	width: 240px;
	background-color: #000000;
	display: inline;  /* <---Solution for bug IE6 */
	margin-top: 47px;
	margin-left: 108px;
}
#redbarleftbox {
	padding: 7px;
}
#redbarcenter {
	float: left;
	height: 221px;
	width: 240px;
	background-color: #000000;
	margin-top: 47px;
	margin-left: 33px;
}
#redbarcenterbox {
	padding: 7px;
}
#redbarcleardiv {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;}


.sections {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 0px;
}
.sections a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sections a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sections a:hover {
	color: #000000;
	text-decoration: none;
}
.sections a:active {
	color: #FFFFFF;
	text-decoration: none;
}





#footerwrapper {
}
#footercontainer {
	margin: 25px auto 0px;
	height: 85px;
	width: 800px;
}
.phonenumber {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20pt;
	text-align: center;
}

.footertext {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	padding-top: 6px;
	text-align: center;
}
.footertext a:link, a:visited, a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.footertext a:hover {
	color: #971c21;
	font-weight: normal;
}




a img { border:none; }





