/***************************************************************************************/
/************************************** begin nav **************************************/
/***************************************************************************************/

#nav_wrapper {
	float: left;
	width: 597px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	border:none;
	background-color :#FFF;
	position: relative;
	z-index: 5000; /* put nav on top of stacking order*/
}
#nav_wrapper #nav {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* hold text size constant in nav only to fix WinIE6 compliance issue */
	font-weight :bold;
	color: #FFF;
}

/************ begin link text styles ************/

#nav_wrapper #nav a {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}
#nav_wrapper #nav a:link {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}
#nav_wrapper #nav a:visited {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}
#nav_wrapper #nav a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#nav_wrapper #nav a:active {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}

/************ end link text styles ************/

/************ begin dropdown menu styles ************/

#nav_wrapper #nav li ul { /* style the dropdown menu box border here */
	/* border-left: 1px solid #CCC; */
	
}
#nav_wrapper #nav li ul li a { /* style the dropdown menu anchors here */
	display: block;
	margin :0;
	padding: 0.5em 1.0em 0.5em 1.0em;
	width: 195px;
	color:#999999;
	font-size:10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#nav_wrapper #nav li ul li a:hover {
	background-color: #FFF;
	color:#000000;
	font-size:10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#nav_wrapper #nav li ul li.nav_bottom a { /* style the dropdown menu anchors here */
	border-bottom: 1px solid #CCC;
}
#nav_wrapper #nav li ul li.nav_top a { /* style the dropdown menu anchors here */
	border-top: 1px solid #CCC;
}

/************ end dropdown menu styles ************/

/************ begin primary navbar styles ************/

#nav_wrapper #nav li a {
	display: block;
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
}
#nav_wrapper #nav li a:hover {
	background-color: #FFF;
}
#nav_wrapper #nav ul {
	list-style: none;
	margin: 0;
}
li {
	float: left;
	list-style: none;
	position: relative;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
}
li:hover ul, li.over ul {
	display: block;
}

/************ end primary navbar styles ************/


/*************************************************************************************/
/************************************** end nav **************************************/
/*************************************************************************************/

/* begin basic styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}
h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#A5B6C7;
}
h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#A5B6C7;
}
a.normal_link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
a.normal_link:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
a.normal_link:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
a.normal_link:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
a.normal_link:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}

/* end basic styles */

/* begin table styles */

table.body_table {
	margin:0;
	padding:0;
	border:1px solid #CCC;
	font:inherit;
	font-size:inherit;
	line-height:inherit;
}
td.image_cell{
	margin:0;
	padding:0;
	border-right:1px solid #CCC;
}
table.products_table {
	margin:0;
	padding:0;
	border-left:1px solid #CCC;	
}
table.products_table td {
	margin:0;
	padding:0;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;	
}
table.products_table td.product_nav {
	padding:0.3em 0.3em 0.3em 1.0em;
	background-color:#999;
	color:#FFF;
	font-size:85%;
}
table.products_table td.product_nav a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
table.products_table td.product_nav a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
table.products_table td.product_nav a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}
table.products_table td.product_nav a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}
table.products_table td.product_nav a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}

/* end table styles */

/* begin footer styles */


table.footlinks {
	color:#FFF;
	font-size:10px;
}
table.footlinks tr td a {
	color: #999;
	text-decoration: none;
}
table.footlinks tr td a:link {
	color: #FFF;
	text-decoration: none;
}
table.footlinks tr td a:visited {
	color: #FFF;
	text-decoration: none;
}
table.footlinks tr td a:hover {
	color: #000;
	text-decoration: none;
}
table.footlinks tr td a:active {
	color: #FFF;
	text-decoration: none;
}

/* end footer styles */

/* begin appointment styles*/

#appointment_info {
	margin:0;
	padding:30px;
	text-align:left;
	line-height:1.3em;
	font-size:90%;
}

/* end appointment styles */

/* begin financing styles */

#financing_info {
	margin:0;
	padding:30px;
	text-align:left;
	line-height:1.3em;
	font-size:90%;
}

/* end financing styles */

/* begin loose diamond styles */

table.price_list_table tr th {
	background-color: #A5B6C7;
	text-align: center;
	color:#FFF;
	border-bottom:1px solid #999;
	padding:0.5em 0.5em 0.5em 1.0em;
}
table.price_list_table tr td {
	text-align: center;
	border-bottom:1px solid #CCC;
	padding:0.5em 0.5em 0.5em 1.0em;
	font-size:90%
}
table.price_list_table tr th.col_1 {
	width: 20%;	
}
table.price_list_table tr th.col_2 {
	width: 20%;	
}
table.price_list_table tr th.col_3 {
	width: 20%;	
}
table.price_list_table tr th.col_4 {
	width: 20%;	
}
table.price_list_table tr th.col_5 {
	width: 20%;	
}

/* end loose diamond styles */

/* begin product detail page styles */

#product_detail_wrapper {
	margin:0;
	padding:0;
}

/* end product detail page styles */
