/* CSS Document */

body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	line-height:1.5em;
	margin-top:20px;
}

/* Navigation ############################################################################ */

#Navigation {
	width:866px;
	height:18px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0px;
	padding:0px;
}

#Navigation ul{
	padding:0px;
	padding-left:20px;
	text-indent:0px;
	margin:0px;
	padding-bottom:0px;	
}

#Navigation li{
	list-style-type:none;
	display:inline;
	color:white;
	font-size:11px;
	padding-right:16px;
	padding-left:0px;
	text-indent:0px;
}

#Navigation a:link, #Navigation a:active, #Navigation a:visited {
	color: #ba9691;
	text-decoration: none;
}

#Navigation a:hover {
	text-decoration: underline;
}	

/* TitleBand ############################################################################ */

#TitleBandhome, #TitleBandlayout, #TitleBandcomfort, #TitleBandtaste, #TitleBandquality, #TitleBandplace, #TitleBandextras, #TitleBandcontact {
	height:46px;
	background-color: #ba9691;
	background-repeat:no-repeat;
}

#TitleBandhome { background-image:url(images/t_home.gif); }
#TitleBandlayout { background-image:url(images/t_layout.gif); }
#TitleBandcomfort { background-image:url(images/t_comfort.gif); }
#TitleBandtaste { background-image:url(images/t_taste.gif); }
#TitleBandquality { background-image:url(images/t_quality.gif); }
#TitleBandplace { background-image:url(images/t_place.gif); }
#TitleBandextras { background-image:url(images/t_extras.gif); }
#TitleBandcontact { background-image:url(images/t_contact.gif); }

H1 {
	display:none;
}

/* Outline ############################################################################ */

#Outline, #Outline_index {
	width:866px;
    margin-left: auto;
    margin-right: auto;
	border:1px solid #ba9691;
	background-color:#fbe8d0;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}

#Outline_index {
	height:620px;
}	

/* Images and slideshow ############################################################################ */

#SlideBullets {
	width:866px;
	height:333px;
	background-color:#461c37;
}

#Layout {
	width:866px;
	height:333px;
	background-color:White;
	background-image:url(images/layout.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #ba9691;
}

.Slideshow {
	float:left;
	background-color:#461c37;
}

.Bullets {
	width:260px;
	padding-left:50px;
	padding-right:50px;
	padding-top:40px;
	float:right;
	color:white;
	font-size:11px;
	line-height:1.5em;
}

.Bullets a:link, .Bullets a:active, .Bullets a:visited {
	color:white;
}

.Bullets H2 {
	font-size:14px;
}

/* Text ############################################################################ */

.Instruction {
	font-size:10px;
	color:#461c37;
	padding-left:20px;
}

#MainCopy {
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	color:#ba9691;
}

.ListPrice {
	float:right;
}

.SplashLogo {
	float:right;
	padding-top:100px;
	padding-right:20px;
	width:240px;
	height:100px;
}

/* Footer ############################################################################ */	
	
#Footer {
	background-color:#ba9691;
	height:46px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

#Footer P{
	color:white;
	font-size:10px;
	line-height:1.5em;
}
/* Links ############################################################################ */

a:link {
	color: #ba9691;
}

a:active {
	color: #ba9691;
}

a:visited {
	color: #ba9691;
}

a:hover {
	text-decoration: none;
}

#Footer a{
	color:white;
}
