﻿body
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
}

html
{
	margin: 0px;
}

img
{
	border: none;
}

h1
{
	color: #ae6568;
	font-size: 18px;
	margin: 0px 0px 18px 0px;
}

h2
{
	color: #ae6568;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

h3
{
	color: #ae6568;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h4
{
	color: #ae6568;
	font-size: 12px;
	margin: 18px 0px 0px 0px;
}

a
{
	color: #ae6568;
	font-weight: bold;
}

p
{
	margin: 0px 0px 18px 0px;
}

ul
{
	margin: 0px 0px 18px 25px;
	padding: 0px;
}

/* Layout */

#container
{
	width: 960px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 172px 0px 0px 0px;
}
	*html #container
	{
		padding: 160px 0px 0px 0px;
	}

	#logo
	{
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		display: block;
		width: 269px;
		height: 111px;
		position: absolute;
		top: 48px;
		left: 0px;
	}
	
	#header
	{
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		width: 668px;
		height: 111px;
		position: absolute;
		top: 48px;
		left: 281px;
	}
	
	#bow
	{
		background-image: url(images/bow.gif);
		background-repeat: no-repeat;
		width: 225px;
		height: 210px;
		position: absolute;
		top: 0px;
		left: 735px;
		z-index: 5;
	}
	
	#top
	{
		background-image: url(images/top.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		width: 949px;
		height: 3px;
		position: relative;
	}
	
	#content
	{

  		background-image: url(images/content_bg.gif);
		background-repeat: repeat-y;
		width: 923px;
		min-height: 500px;
		position: relative;
		padding: 10px 13px 10px 13px;
	}
		*html #content
		{
			height: 500px;
		}
	
		#nav
		{
			background-image: url(images/nav_bg.gif);
			background-repeat: repeat-x;
			height: 31px;
			margin: 0px 0px 10px 0px;
			list-style-type: none;
		}
		
			#nav li
			{
				float: left;
			}
		
			#nav a
			{
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				line-height: 31px;
				display: block;
				float: left;
				padding: 0px 15px 0px 15px;
			}
		
		.padding
		{
			padding: 15px;
		}
		
	#bottom
	{
		background-image: url(images/bottom.gif);
		background-repeat: no-repeat;
		width: 949px;
		height: 3px;
		margin: 0px 0px 20px 0px;
		position: relative;
	}
	
	#wired
	{
		font-size: 11px;
		text-decoration: none;
		display: block;
		text-align: center;
		margin: 0px 0px 20px 0px;
	}

/* Homepage */

.leftside
{
	width: 510px;
	float: left;
}

	.homecontent
	{
		padding: 12px 15px 10px 15px;
	}

.rightside
{
	width: 403px;
	float: right;
}

.buynow
{
	background-image: url(images/buy_now_box.gif);
	background-repeat: no-repeat;
	width: 495px;
	height: 233px;
	position: relative;
	padding: 8px 6px 8px 6px;
}

	.buynow .content
	{
		width: 225px;
		float: left;
		padding: 10px 0px 0px 0px;
	}
	
	.buynow .content ul
	{
		list-style-type: none;
		margin: 0px 0px 0px 0px;
	}
	
	.buynow .content .buy
	{
		margin: 10px 0px 0px 16px;
	}
	
	.buynow .price
	{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		display: block;
		width: 80px;
		height: 40px;
		position: absolute;
		top: 18px;
		left: 440px;
	}

.img1
{
	margin: 0px 0px 7px 0px;
}
.img2
{
	margin: 0px 7px 0px 0px;
}
.img3
{
}

/* FAQ */

.faq
{
	position: relative;
	line-height: 20px;
}
	.question
	{
		display: block;
		font-weight: bold;
	}
	
	.q
	{
		font-family: Georgia;
		font-style: italic;
		color: #f2b0b2;
		font-weight: bold;
		font-size: 18px;
	}
	
	.answer
	{
		display: block;
		margin: 0px 0px 0px 0px;
	}
	
	.a
	{
		font-family: Georgia;
		font-style: italic;
		color: #bea28c;
		font-weight: bold;
		font-size: 18px;
		position: relative;

	}

/* Purchase */

.product
{
	text-align: right;
	width: 280px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#cartTable
{
	width: 600px;
	border-collapse: collapse;
	border: solid 1px #bea28c;
}

#cartTable th
{
	color: #fff;
	background-color: #bea28c;
	text-align: left;
	padding: 0px 0px 0px 4px;
}

#cartTable td
{
	padding: 0px 0px 0px 4px;
}

.steps
{
	border: solid 5px #fff;
}

/* */

.title
{
	display: block;
	margin: 0px 0px 10px 0px;
}

.imgright
{
	float: right;
	margin: 0px 0px 0px 10px;
}

.imgleft
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.galleryimgs
{
    position: relative;
    height: 559px;
}
    
.galleryimg01
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.galleryimg02
{
    position: absolute;
    top: 0px;
    left: 223px;
}

.galleryimg03
{
    position: absolute;
    top: 0px;
    left: 444px;
}

.galleryimg04
{
    position: absolute;
    top: 0px;
    left: 653px;
}

.galleryimg05
{
    position: absolute;
    top: 115px;
    left: 444px;
}

.galleryimg06
{
    position: absolute;
    top: 209px;
    left: 653px;
}

.galleryimg07
{
    position: absolute;
    top: 318px;
    left: 0px;
}

.galleryimg08
{
    position: absolute;
    top: 318px;
    left: 445px;
}

.galleryimg09
{
    position: absolute;
    float: left;
    top: 415px;
    left: 653px;
}

/*testimonial*/
#testContainer
{
	width: 600px;
}
.testName
{
	color: #ae6568;
	font-weight:bold;
	font-size: 14px;
	display:block;
}

#chaletDiv
{
	position:relative;
	top: 57px;
	height: 80px;
	
}