@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ccc;
	margin: 24px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

p {
	margin: 8px 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ffff99;
}

h1, .name {
	font-weight: normal;
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 16px 0 0 0;
	font-weight: normal;
}
.clr {
	clear: both;
	line-height:1px;
}
#horiz {
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
}
#wrap {
	height: auto;
	width: 1002px;
	position: absolute;
	left: 50%;
	margin-left: -501px;
}
#contentwrap {
	background-color: #000;
	height: auto;
	border: #666 solid 1px;
	color: #fff;
	text-align: left;
	overflow: visible;
}
.footer {
	color: #333;
	text-align: center;
	font-size: 0.82em;
	clear: both;
}
.footer a:link, .footer a:visited {
	color: #333;
	text-decoration: underline;
}

.footer a:hover {
	color: #000;
}

.homeleft {
	float: left;
	width: 480px;
	height: auto;
	text-align: center;
}
.homeleft h1 {
	margin: 24px 0;
}
.homeleft img {
	border: white solid 2px;
}
#homelist {
	text-align: left;
	padding: 0 52px;
}
#homelist li {
	margin: 12px 0;
}
.closetdoors {
	text-align: center;
	float: right;
}

.content {
	height: auto;
}

.content .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 1;  /*leave as is*/
	top: 1;  /*leave as is*/
	width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 600px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentleft {
	width: 637px;
	float: left;
	height: auto;
	text-align: center;
	background-color: #000;
}
.contentleft h1 {
	margin: 36px 0 0 0;
	font-size: 1.5em;
	line-height: 1.4em;
}

.contentleft .name {
	margin: 64px 0 0 0;
}

.contentleft h2, .contentleft h3 {
	margin:0;
}

.imgright {
	float: right;
}
.contentright {
	margin-left: 637px;
	padding-top: 174px;
	background-color: #000;
	color: #fff;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
.contentright p {
	margin: 24px 36px 0 36px;
	line-height: 1.5em;
}
.contentright h2 {
	text-align: center;
	margin-top: 24px;
	font-weight:normal;
}

p.consulthome {
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
}
#pages {
	height: 600px;
}
.aboutcopy {
	background-color: #fff;
	color: #000;
	width: 428px;
	float: right;
	height: auto;
	font-size: 0.96em;
	padding: 24px 0;
}
.aboutcopy p {
	margin: 12px 24px 0 24px;
	text-align: left;
}

.pricingtext p {
	margin: 0;
	text-align: center;
	line-height: 1.3em;
}
.pricingtext p.title {
	text-transform: uppercase;
	margin-top: 18px;
}
.pricingtext p.subtitle {
	font-weight: bold;
	margin-top: 16px;
}
.contactpage {
	background-color: #fff;
	color: #000;
	text-align: left;
	height: 600px;
}

.contactcopy {
	background-color: #fff;
	color: #000;
	width: 386px;
	float: right;
	height: auto;
	font-size: 0.96em;
	padding: 24px 0;
}

.contactcopy p {
	margin: 12px 24px 0 24px;
	text-align: left;
}

.contactcopy form {
	margin: 0 24px;
	text-align: left;
}

.contactcopy input {
	margin: 0 0 10px 0;
	color: #666;
}

.formrow {
	clear: left;
}
.formrow .label {
	float: left;
}
.formrow .field {
	margin-left: 80px;
}
.error {
	background-color: #FFFFCC;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 0.8em;
	color: #333;
}
.testimonyimg {
	margin-top: 24px;
}
.small {
	font-size: 0.76em;
	display:block;
	padding-top:12px;
	color:#ccc;
}


/* Main Nav */

.navcontainer {
	position: absolute;
	z-index: 999;
	white-space: nowrap;
	width: 363px;
	overflow:hidden;
	margin:1px 1px 0 0;
	top: 0px;
	right: 0px;
}

ul#mainnav {
	border-bottom: #fff solid 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:url(../images/mainnav-bg.jpg) no-repeat top left;
	height: 150px;
}
#mainnav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#mainnav a {
	display: block;
	float: left;
	height: 150px;
	background-image: url(../images/transparent.gif);
}

#mainnav a.closet {
	width: 75px;
}
#mainnav a.consult {
	width: 101px;
}
#mainnav a.fees {
	width: 119px;
}
#mainnav a.contact {
	width: 68px;
}

#mainnav a.closet:hover, body#closet a#closetlink {background:url(../images/nav-closet-ro.jpg) no-repeat center center;}
#mainnav a.consult:hover, body#consult a#consultlink {background:url(../images/nav-consult-ro.jpg) no-repeat center center;}
#mainnav a.fees:hover, body#about a#aboutlink {background:url(../images/nav-fees-ro.jpg) no-repeat center center;}
#mainnav a.contact:hover, body#contact a#contactlink {background:url(../images/nav-contact-ro.jpg) no-repeat center center;} 


/* Sub-Pages Nav */

.pagination {
	position: absolute;
	left: 0px;
	bottom: 142px;
	z-index: 999;
	width: 269px;
	text-align: center;
}
.tabbednavs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabbednavs li {
	display: inline;
	margin: 0;
}
.tabbednavs a:link, .tabbednavs a:visited {
	text-decoration: none;
	color: #ededed;
	margin-right: 4px;
	font-size: 0.9em;
	background-color: #333;
	padding: 2px 6px;
	width:26px;
}
.tabbednavs a:hover, .tabbednavs a.selected {
	text-decoration:none;
	color: #FF6600;
	font-weight: bold;
}
