

#top-container {
	background: url(../images/backgrounds/home/top-container.gif) transparent repeat-x left top;
	height: 413px;
	width: 100%;
}

#top {
	height: 413px;
	margin: 0 auto;
	width: 899px;
}

.top-1 {background: url(../images/backgrounds/home/top-1.jpg) transparent no-repeat left bottom!important;}
.top-2 {background: url(../images/backgrounds/home/top-2.jpg) transparent no-repeat left bottom!important;}
.top-3 {background: url(../images/backgrounds/home/top-3.jpg) transparent no-repeat left bottom!important;}
.top-4 {background: url(../images/backgrounds/home/top-4.jpg) transparent no-repeat left bottom!important;}
.top-5 {background: url(../images/backgrounds/home/top-5.jpg) transparent no-repeat left bottom!important;}
.top-6 {background: url(../images/backgrounds/home/top-6.jpg) transparent no-repeat left bottom!important;}
.top-7 {background: url(../images/backgrounds/home/top-7.jpg) transparent no-repeat left bottom!important;}

#featured-product {
	background: url(../images/backgrounds/home/red-transparency.png) transparent repeat left top;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 48px;
	padding: 20px 30px 0 0;
	position: relative;
	top: 269px;
	left: -159px;
	text-align: right;
	width: 129px;
}

* html #featured-product {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/home/red-transparency.png', sizingMethod='scale');
	background: none;
}

#top div {
	background: url(../images/backgrounds/home/red-transparency.png) transparent repeat left top;
	color: #CBAEAD;
	float: right;
	font-size: 11px;
	height: 317px;
	padding: 20px 30px 0 30px;
	text-align: left;
	width: 290px;
}

* html #top div {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/home/red-transparency.png', sizingMethod='scale');
	background: none;
}

#content-container {
	background: url(../images/backgrounds/home/content-container.gif) #DDC6AA repeat-x left top;
	padding: 0;
	width: 100%;
}

#content {
	background: none;
	border: 0;
	color: #2D0005;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	text-align: left;
	width: 899px;
}

#process {
	background: none;
	border-left: 1px solid #CFB69A;
	float: left;
	min-height: 196px;
	padding: 10px 20px;
	width: 334px;
}

* html #process {
	height: 196px;
	overflow: visible;
}

#consultation {
	border-left: 1px solid #CFB69A;
	float: left;
	min-height: 196px;
	padding: 10px 20px;
	width: 205px;
}

* html #consultation {
	height: 196px;
	overflow: visible;
}

#contact-info {
	background: url(../images/backgrounds/home/contact-info.gif) transparent no-repeat left top;
	float: left;
	height: 159px;
	margin: 0 10px 0 0;
	width: 111px;
}

#visit {
	background: url(../images/backgrounds/home/visit.gif) transparent no-repeat left top;
	border-left: 1px solid #CFB69A;
	border-right: 1px solid #CFB69A;
	float: left;
	min-height: 196px;
	padding: 10px 20px;
	width: 236px;
}

* html #visit {
	height: 196px;
	overflow: visible;
}

/*---------------

HEADERS

---------------*/

#top div h1, #top div h2 {
	background: none;
	color: #fff;
	float: none;
	height: auto;
	font-size: 13px;
	padding: 0 0 8px 0;
	text-indent: 0;
	width: auto;
}

#top div h2 a {
	background: url(../images/backgrounds/home/portfolio-arrow.gif) transparent no-repeat center left;
	color: #CBAEAD;
	float: left;
	padding: 0 0 0 14px;
	position: relative;
	text-decoration: unerdline;
}

#top div h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#content  h3 {	
	float: left;
	height: 38px;
	text-indent: -9999px;
	width: 222px;
}

#content #process h3 {
	background:url(../images/headers/home/process-h4.gif) transparent no-repeat left top;
	height: 47px;
	width: 334px;
}

#content #consultation h3 {background:url(../images/headers/home/consultation-h4.gif) transparent no-repeat left top;}	
#content #visit h3 {background:url(../images/headers/home/visit-h4.gif) transparent no-repeat left top;}	
	
#contact-info h4 {
	background: url(../images/headers/home/contact-info-h4.gif) transparent no-repeat left top;
	float: left;
	height: 98px;
	text-indent: -9999px;
	width: 111px;

}

/*---------------

TEXT-TREATMENTS

---------------*/

#top div p {
	line-height: 1.3em;
	padding: 0 0 17px 0;
}

#process p {
	line-height: 1.5em;
	padding: 0 0 25px 0;
}

#consultation p {
	padding: 10px 0 0 0;
}

#contact-info p {
	font-size: 11px;
	padding: 0;
	text-align: center;
}

#contact-info p a {
	color: #591417;
	font-weight: bold;
}

#contact-info p a:hover {color: #000;}


#visit p {
	height: 40px;
	top: 24px;
	left: 35px;
}

#visit a {
	top: 88px;
	left: 1px;
}

#visit a:hover {
	background: #591417;
	color: #DDC6AA;
}

