@charset "utf-8";
/* CSS Document */

*
{
	padding:0; 
    margin:0;
}

body 
{
 background-image:url(images/bg.jpg);
 background-repeat:no-repeat;
 background-position:top;
}

h1
{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

#wrapper
{

	width:960px;
	margin:0 auto;
	margin-bottom:auto;
	margin-auto:auto;
	padding-top:25px;
	
	
}

#hdr
{
	
	
	width:960px;
	height:175px;

}


#slider{
	display:block;
	width:673px;
	height:305px;
	background-image:url(images/headerbg.png);
	z-index:200;
	float:left;
	padding-left:17px;
	padding-top:5px;
	}
#sidebuttons{
	display:block;
	width:270px;
	height:310px;
	z-index:150;
	float:right;
	
	}
	.sidebuttons{
		padding-top:5px;
		}
		
		
.bodycntnt{
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#fill
{

	background:url(images/homepage/fill-3.jpg) no-repeat;
	width:960px;
	height:46px;

}

#mainbody{
	
	margin-left:auto;
	margin-right:auto;
	width:900px;
	
	background-color:#FFF;
-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	
}	
#jewels{
	background-color:#FFF;
	padding-left:40px;
	padding-top:0px;
	}
	
	.footertab{
		padding-left:25px;}
		
		
		.slideshow{
padding-left:18px;
padding-top:5px;
			}
