body {
	margin: 0px;
	padding: 0px;
	font: normal normal 13px Helvetica;	
	background: black;	
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	background: black;
	height: *;
}

a {
outline: none;
}

img {
	border: 0;
}

/*
	Top Logo
*/

#top {
	width: 100%;
	height: 118px;
	background: black;
}

#top img.logo {
	width: 296px;
	margin: 0 250px 0 320px;
}

/*
	Drop Down Links
*/


#links {
position: relative;	
	margin: 10px 0 0 0;
	width: 100%;
	height: 44px;
	background: #660000;
	z-index: 2;
}

.container {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	background: #660000;
	height: 44px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}

ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}

ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
}

ul#topnav a.home {
	background: url(images/nav_home.png) no-repeat;
	width: 113px; 
}

ul#topnav a.engagement {
	background: url(images/nav_engagement.png) no-repeat;
	width: 209px; 
}

ul#topnav a.gemstone {
	background: url(images/nav_gemstone.png) no-repeat;
	width: 208px; 
}

ul#topnav a.gold {
	background: url(images/nav_gold.png) no-repeat;
	width: 164px; 
}

ul#topnav a.silver {
	background: url(images/nav_silver.png) no-repeat;
	width: 276px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 44px; 
	left: 0px;
	background: #660000;
	padding: 20px 20px 20px;
	float: left;
	border:1px solid black;
	border-top: 0px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}


ul#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: white;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 200%;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: white;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 5px; /*--Reset text indent--*/
	height: auto;
	line-height: 20pt;
	padding: 0;
	display: block;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #330000;
}

ul#topnav .sub ul li a:hover {
	color: #ddd; 
	background-position: 5px 12px ;
	background: #990000;
	text-indent: 5px;
}


/*
	Content
*/


#content {
	position: relative;
	margin: 0;
	width: 100%;
	height: *;
	background: #333;
	z-index: 1;
}

#left {              /* links down the left side */
	float: left;
	width: 200px;
	height: 430px;	
} 

#left ul {         /* links down the left side */	
	margin: 20px 10px 10px 10px;
	padding: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 90%;
	list-style-type: none;
}

#left ul li.active {
	padding-left: 5px;
	display: block;
	color: #333;
	line-height: 17pt;
	background: #999;
	text-decoration: none;
	border-bottom: 1px solid #666;	
}

#left ul a {
	display: block;
	color: white;
	line-height: 17pt;
	text-decoration: none;
	border-bottom: 1px solid #666;	
}

#left ul a:hover {
	color: #ccc;
	padding-left: 3px;
	background: #222;
}

img.bbb {           /* bbb logo */
	margin: 0 10px 0 20px;
}

img.facebook {        /* facebook logo */
	margin: 3px 0 0 0;
}

#logos {
	margin: 0 0 -50px 0;
	padding: 0;
	width: 200px;
	position: relative;
	top: -70px;
	left: 0;
	bottom: 10px; 
	z-index: 4;
}



#right {              /* right side of the page */
	float: left;	
	width: 770px;
	height: 260px;	
} 

#banner {                 /* rotating banner */
	margin: 0;
	width: 770px;
	height: 270px;
	background: white;
}

h1 {                        /* designing and manufatcuring fine jewelry since 1981 */
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 740px;
	color: white;
	text-align: center;
	font-size: 130%;
	font-family: Times;
	font-weight: normal;
	background: #600;
}

h2 {                        /* header for items */
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 740px;
	color: white;
	text-align: center;
	font-size: 120%;
	font-family: Verdana;
	font-weight: normal;
	background: #600;
}

h3 {                        /* header for information pages */
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 740px;
	color: #222;
	font-size: 150%;
	font-family: Verdana;
}

h4 {                        /* header for information pages */
	padding: 5px;
	margin: 0 0 5px 10px;
	width: 740px;
	text-align: center;
	color: #222;
	font-size: 90%;
	font-family: Verdana;
}

#bottom {              /* bottom area of homepage */
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 770px;
	background: white;
	height: *;
}

.bottom_item {                 /* bottom items on homepage */
	margin: 0px 0px 10px 10px;
	float: left;
	width: 240px;
	height: 185px;
	background: #e6e6e6;
	border: 1px solid #999
}


.item {                 /*  items */
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 10px 18px;
	float: left;
	width: 150px;
	height: *;
	background-image: url(images/silverbackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;	
	border: 1px solid #999
}

.item img {            /*  images of items */
	margin: 0 0 5px 0;
}

.item a {               /*  items links */
	text-decoration: none;
	color: #333;
	line-height: 14pt;
}

.item a:hover {         /*  item link hovers */
	color: red;
}

p.bottom_links {          /*  bottom numbered page links */
	margin: 5px 0 15px 10px;
	display: block;
	float: left;
	color: #333;
}

p.bottom_links a {         /*  bottom numbered page links anchors */
	padding: 0 5px 0 5px;
	color: #333;
	text-decoration: none;
}

p.bottom_links a:hover {         /*  bottom numbered page links hover */
	color: red;
	text-decoration: underline;
}

/*
	Informatonal Pages from side links
*/

#information {              /* information pages from side links */
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 770px;
	background: white;
	min-height: 300px;
	height: *;
}

#information  p {           /* paragrah on information pages */
	float: left;
	width: 300px;
	margin: 0 100px 15px 15px;
	color: #333;
	line-height: 16pt;
	font-size: 115%;
}

#information  p.birthstone {           /* paragrah on birthstone pages */
	float: left;
	width: 150px;
	margin: 0 0 30px 20px;
	color: #333;
	background: white;
	line-height: 16pt;
	font-size: 115%;
	text-align: center;
}

#information p.birthstone img {          /* images on birthstone pages */
	float: left;
	margin: 0 0 5px 0;
}


#information  p.about {           /* paragrah on information pages */
	float: left;
	width: 400px;
	margin: 0 10px 45px 15px;
	color: #333;
	line-height: 16pt;
	font-size: 115%;
}

#information p.dbg {       /* right side on the diamond buying guide page */
	padding: 0;
	margin: 0;
	width: 330px;
	float: left;
}

#information p.dbg a {           /* links on the diamond buying guide page */
	float: left;
	margin: 10px 0 0 0;
	width: 330px;
	color: #333;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
}

#information p.dbg a:hover {
	color: red;
}

#information p.dbg img {           /* image on right side of diamond buying guide page */
	padding: 0;
	margin: 60px 0 0 0;
}

#information img {          /* image on information pages */
	margin: 0 30px 0 0;
	float: right;
}

#information img.coupon {          /* coupon image on coupon page */
	margin: 0 0 30px 20px;
	float: left;
}

#information table {           /* birthstones table */
	margin: 0 0 40px 15px;
	width: 380px;
	color: #333;
	font-size:110%;
	text-align: left;
	border-collapse:collapse;
	line-height: 15pt;
}

#information table th {       /* birthstones table header */
	padding-left: 5px;
	background: #333;
	color: white;
}

#information table th.month {        /* birthstones table header class month */
	width: 100px;
}

#information table td {          /* birthstones table td */
	padding-left: 5px;
	border-bottom: 1px solid #777;
}

#information table td a {          /* birthstones table td anchor */
	color: #333;
}

#information table td a:hover {          /* birthstones table td anchor links */
	color: red;
}

#map {                   /* map on location page */
	margin: 0 0 40px 15px;
	width: 430px;
	float: left;
}

#information p.map {
	margin: 0 0 0 20px;
	width: 300px;
	float: left;
	color: #333;
}


/*
	Get Directions Form
*/

form.directions {
	margin: 15px 0 0 20px;
	float: left;
	width: 250px;
	color: #222;
}

form.directions input.text {
	margin: 5px 0;
	border:1px solid #d5d5d5;	
	background: #e6e6e6;
	width: 250px;
}



/*
	Contact Form
*/


#form {
	padding: 0;
	margin: 10px 0 0 10px;
	display: block;
	float: left;
	width: 440px;
}

form.contact {
	width: 360px;
	padding: 0;
	margin: 0;
	color: #333;
}

form.contact p {
	padding: 0;
	margin: 10px 0;	
	color: #888;
	font-size: 100%;
	line-height: 14pt;
}

form.contact label {
	padding: 0;
	margin: 0;	
	font-size: 100%;
}

form.contact fieldset {
	border: 0;
	margin: 10px 0;	
}

form.contact legend {
	font-size:130%;
	font-weight: bold;
	color: #777;
	padding: 0px;
	margin: 10px 0;
}

form.contact label.fixedwidth {
	display: block;
	float: left;
	width: 90px;
}

form.contact input#realname, form.contact input#email {
	width: 400px;
	height: 25px;
	border:1px solid #d5d5d5;	
	background: #e6e6e6;
}

form.contact textarea#details {
	width: 400px;
	border:1px solid #d5d5d5;		
	background: #e6e6e6;	
}

form.contact p.checkbox {
	display: block;
	float: left;
	width: 200px;
	color: #666
}

form.contact input.submitbox {
	color: white;
	float: left;
	height: 34px;
	width: 84px;
	cursor:pointer;	
	border:1px solid #d5d5d5;		
	background-image: url(images/but-send.jpg);
}



/*
	Banner Carousel
*/

#holder {
	position: relative;	
	padding: 15px 0 0 50px;
	z-index: 1;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #888;
overflow: scroll; /*leave this value alone*/
width: 660px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 660px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel img {
	width: 660px;
	height: 250px;
	margin: 0;
	float: left;
}


/*
	Footer
*/

#footer {
	padding: 10px 0 0 10px;
	font-size: 100%;
	color: white;
	height: 40px;
}

#footer p {
	float: left;
	margin: 7px 0 0 0;
	padding: 0;
	width: 970px;
	text-align: center;
}



