/* START DEFAULT CSS SETTINGS */

* {padding:0px; margin:0px;} 
p {padding:0px; margin:7px;} 
a {outline:0px;}
html { overflow:scroll; }
img  {border:none; padding:0px; margin:0px;}

body, html{
background-color:#cee1d8; 
background-image:url('../images/bkgrd.jpg');
font-size:12px;
font-family:tahoma;
margin:0px;
}

#wrap{
	width:1030px;
	min-height:800px;
	height:auto;
	margin:auto;
	background-image:url('../images/wrapbg.png');
}

#banner{
	width:950px;
	height:120px;
	background-color:#ffffff;
	margin:auto;
}

#logo{
	width:166px;
	height:120px;
	float:left;
}

#logo img{
	margin-top:10px;
}

#logo-right{
	width:455px;
	height:120px;
	background-color:#ffffff;
	float:right;
}

#logo-right p{
	font-size:12px;
	font-weight:bold;
	color:#688678;
	margin-top:10px;
}

#logo-right a{
	font-size:12px;
	font-weight:bold;
	color:#688678;
	text-decoration:none;
}

#logo-right a:hover{
	text-decoration:underline;
}

#nav{
	width:950px;
	height:25px;
	line-height:25px;
	background-color:#d4d4d4;
	background-image:url('../images/menu.jpg');
	margin:auto;
	text-align:center;
	color:#ffffff;
}

#nav a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	padding:5px;
}

#splash{
	width:950px;
	height:225px;
	margin:auto;
}

#main{
	width:950px;
	height:auto;
	min-height:800px;
	background-color:#ffffff;
	margin:auto;
}

#main-inner{
	width:930px;
	height:auto;
	min-height:830px;
	margin:auto;
	background-color:#effaea;
}

#welcome{
	width:910px;
	height:160px;
	margin:auto;
	padding-top:10px;
}

#welcome-label{
	width:910px;
	height:25px;
	line-height:25px;
	background-image:url('../images/home-heading-bg.jpg');
}

#welcome-label h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:10px;
}

#new{
	width:910px;
	height:485px;
	margin:auto;
	padding-top:10px;
}

#new-label{
	width:910px;
	height:25px;
	line-height:25px;
	background-image:url('../images/home-heading-bg.jpg');
}

#new-label h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:10px;
}

#new img{
	margin-left:10px;
	margin-top:10px;
}

#bestsellers{
	width:605px;
	height:110px;
	margin-left:10px;
	padding-top:10px;
	float:left;
}

#bestsellers-label{
	width:605px;
	height:25px;
	line-height:25px;
	background-image:url('../images/home-heading-bg.jpg');
}

#bestsellers h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:10px;
}

#bestsellers img{
	margin-left:10px;
	margin-top:10px;
	width:135px;
}

#social{
	width:290px;
	height:110px;
	margin-right:13px;
	padding-top:10px;
	float:right;
}

#social-label{
	width:290px;
	height:25px;
	line-height:25px;
	background-image:url('../images/home-heading-bg.jpg');
}

#social h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:10px;
}

#social img{
	margin-top:10px;
}

#footer-wrap{
	width:100%;
	height:180px;
	background-image:url('../images/footer-bg.jpg');
}

#footer-inner{
	width:930px;
	height:180px;
	margin:auto;
}

#footer-inner h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}

#footer-inner ul{
	list-style:none;
	margin-top:10px;
}

#footer-inner ul a{
	color:#ffffff;
	line-height:17px;
	text-decoration:none;
}

#footer-inner td{
	vertical-align:top;
	padding-top:20px;
}	

#copyright{
	width:930px;
	height:20px;
	margin:auto;
	margin-top:20px;
	float:left;
	text-align:center;
	color:#ffffff;
	font-size:11px;
}

#copyright a{
	color:#ffffff;
	text-decoration:none;
}

hr{
	color:#3c6351;
	height:1px;
}

img{
border:0px;
}

p{
font-size:12px;
}

h1{
font-size:18px;
color:#3c6351;
}

h2{
font-size:14px;
color:#3c6351;
}

a{
font-size:12px;
color:#3c6351;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

hr{
color:#3c6351;
height:1px;
}

#review{
color:#3c6351;
font-family:tahoma;
}

#home-image-scroller{
	width:950px;
	height:190px;
	background-color:#ffffff;
	float:left;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
	float:left; 
}

#gallery {
	position:relative;
	height:190px;
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery .caption {
	background-color:#000; 
	color:#ffffff; 
	width:100%;
	width:950px;
	height:30px; 
	position:absolute;
	bottom:0;
	font-size:13px;
	float:left;
	z-index:9999px;
	}

#gallery .caption .content-gallery {
	width:936px;
	margin:0px;
	padding:0px;
}
	
.clear {
	clear:both;
}

