body{
	background-color: #f3f0e8;
	color: #5e5e5e;
	font-size: 12px;
}

#wrapper{
	margin: 0 auto;
}
#topstrap{
	width: 100%;
	display: block;
	height: 20px;
	background-color: #f8924a;
	padding-top: 5px;
	border-bottom: 1px solid #ecad46;
	border-top: 1px solid #ffbb4c;
	background-image: url(images/topstrip.jpg);
}
#topstrap p{
	color: #28243b;
	display: block;
	margin: 0 auto;
	text-align: right;
	padding-right: 50px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* header */

#header{
	height: 125px;
	display: block;
	background: #332f4d url(images/header_bg2.png) repeat-x center bottom;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #969590;
	border-top: 1px solid #1e164e;
	border-right-style: none;
	border-left-style: none;
}
#header div#logo{
	background: #332f4d url(images/header_site5.png) no-repeat center bottom;
	height: 125px;
	width: 960px;
	margin: 0 auto;
}

ul#nav{
	display: block;
	top: 100px;
	padding: 0 0 0 10px;
	margin-bottom: 0;
	margin-left: 8px;
	position: relative;
	float: right;
}

ul#nav li{
	display: inline;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}
ul#nav li a{
	text-decoration: none;
	color: white;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	padding-right: 15px;
	border-right: 1px solid #3c375a;
}
ul#nav li a:hover{
	color: #f8bf4a;
}

/* end of header */

#content{
	padding: 20px;
	margin-top: 230px;
}

#left,#right{
	text-align: justify;
	clear: right;
	padding: 0;
	margin: 0 15px 0 0;
}

#left img{
	margin-bottom: 15px;
}
#right{
	margin-right: 0;
	float: right;
}
#right .line{
	border-top: 1px solid #acaaa4;
}
#testimonials #right h2, #blinds #right h2{
	font-weight: normal;
	font-style: normal;
	color: #393939;
}
#right #indicent img{
	padding-right: 20px;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;
}
#rotater{
	height: 250px;
	margin-bottom: 25px;
	overflow:hidden;
}
#rotater img{
	width: 580px;
	height: 250px;
}
#testimonials #right p#blocker{
	padding: 15px;
	background-color: #cdc4a8;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: white;
	background-image: url(images/strapbg2.png);
}
#testimonials #right p#blocker span{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
}
#right iframe{
	background-color: #d8d6cf;
	padding: 20px;
	display: block;
	float: right;
	margin-bottom: 20px;
	border-top: 1px solid #969590;
	border-bottom: 1px solid #969590;
}
#contact #right p{
	float: right;
	background-color: #c9c7c1;
	border-bottom: 1px solid #969590;
	border-left: 1px solid #969590;
	border-right: 1px solid #969590;
	
	display: block;
	
}
#contact #right p small{
	padding-left: 18px;
	display: block;
	font-size: 12px;
	text-transform: capitalize;
}
#contact #left p {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #dad9d1;
	padding-bottom: 15px;
}
#contact #left p span{
	color: #28334d;
	font-weight: bold;
}
#contact #left p a{
	color: #3e7895;
	font-weight: bold;
	text-decoration: none;
}
#contact #left p a:hover{
	text-decoration: underline;
}
#contact #left h1 {
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3e7895;
}
#strip{
	height: 200px;
	position: absolute;
	top: 157px;
	display: block;
	width: 100%;
	border-top: 1px solid #969590;
	border-bottom: 1px solid #969590;
	background: #cdc4a8 url(images/strip_bg.png) repeat-x;
	padding-left: 0;
	padding: 0;
	margin: 0;
	left: 0;
}
#strip #stripcentre{
	margin:  0 auto;
	height: 200px;
}
#strip #stripcentre p#greet{
	display: block;
	float: left;
	background: url(images/greeter4.png) no-repeat;
	height: 200px;
	
}
#strip #stripcentre div#gallery{
	display: block;
	margin-top: 0px;
}
#strip #stripcentre div#gallery img{
	float: right;
	margin-right: 10px;
	height: 200px;
	display: block;
	width: 570px;
}

#footer{
	height: 95px;
	display: block;
	padding: 0;
	position: relative;
	bottom: 0;
	background: #332f4d url(images/footer-bg.png) repeat-x 0 bottom;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #1e164e;
}
#footer p#emaillink a{
	float: right;
	color: orange;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 30px;
}
#footer p#emaillink a:hover{
	text-decoration: underline;
}
#footer p small a{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	display: block;
	clear: right;
	float: right;
	margin-right: 30px;
}