/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-color: #000000;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: url(../images/body-bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}

/************** Layout Elements *******************/

#wrapper {
	width: 900px;
	margin: 0 auto;
	font-size: 80%;
	
	min-height: 400px;
}

#header {
	height: 72px;
}

#header #title {
	margin-top: 0px;
}

#header h1 {
	color: #D7CCA8;
	font-size: 100%;
	padding: 0px 0 0px 0px;
	font-weight: bold;
}

#header h2 {
	color: #D7CCA8; /* was #D6C784 */
	font-size: 80%;
	padding: 0px 0 5px 0px;
	font-weight: normal;
}

#header   #logo {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 50px;
	float: left;
	width: 250px;
}

#header #links{
	color: #CAB55E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 630px;
	text-align: right;
	margin-top: 10px;
	padding-right: 5px;
}

#header #links a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#strap {
	height: 206px;
	background: url(../images/strapBG.jpg) no-repeat;
	margin-top: 6px;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	margin: 10px 0;
	background: #000;	
}

#innercontent {
	min-height: 393px;
	margin: 0 190px 0 190px;
	background-color: #1C1C1C;
	border: 1px solid #666;
	line-height: 1.7em;
}

#innercontent li {
	margin-top: 5px;
	margin-left: 10px;
}

#innercontentCut {
	min-height: 600px;
	margin: 0 0px 0 190px;
	background-color: #ffffff;
	border: 1px solid #666;
	color: #333333;
}

#innercontentCut h1, h2, h3, h4, h5, h6 {
	color: #B9A03D;
}

#innercontentCut a {
	color: #B9A03D;
}

#innercontentCut a:hover {
	color: #FF0000;
}

#innercontentOurs {
	min-height: 600px;
	margin: 0 190px 0 190px;
	background-color: #1C1C1C;
	border: 1px solid #666;
	line-height: 1.7em;
}


.twocol #innercontent {
	margin: 0 0px 0 187px;
	line-height: 1.7em;
}

#rightcol {
	float: right;
	width: 180px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 10px auto;
}

#leftcol img{
	margin-bottom: 20px;
	
}

#footer a, #footer a:visited, #footer a:active {
	color: #595959;
	text-align: center;
	font-size: 110%;
}

#footer a:hover {
	color: #CA7F5E;
}

#footer {
	color: #666666;
	text-align: center;
	margin-top: 30px;
}

#footer p{
	margin: 10px;
	font-size: 85%;
}

#innercontent ul {
	margin: 0 0 0 30px;
	background-color: #1C1C1C;
	line-height: 1.5em;
}

#innercontentOurs ul {
	margin: 0 0 0 30px;
	background-color: #1C1C1C;
	line-height: 1.5em;
}


/**** This div set the slide shows to the right to avoid conflict with the subnav ****/

#slideshow {
	margin-left: 100px;
}


/***************** Leftcol flyout navigation*******************/

#leftcol {
	float: left;
	min-height: 200px;
	margin-left: 0px;
}

#leftcol .navholder {
	z-index:1000;
	float: left;
	display: inline;
	position: relative;
	margin: 0px 0;
}

#leftcol ul {
	width: 180px;
	border-top: 1px solid #666;
	background-color: #1C1C1C;
}

#leftcol li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	/*vertical-align: bottom;  for IE5/win  */
	border: 1px solid #666;
	border-bottom: 1px solid #666;
	border-width: 0 1px 1px 1px;
}

#leftcol a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	/*vertical-align: bottom;  needed for IE5/win */
}

#leftcol li a.sub {
background: url(../images/arrow.gif) 95% 50% no-repeat;
	
}

#leftcol a:hover {
	background-color: #595959;
	color: #fff;
}

#leftcol ul ul {
	position: absolute;
	left: -3000px;
	background-color: #1C1C1C;
}     /* flyout elements need a background image or color to avoid bugs in IE/win */

#leftcol li:hover {background-color: #595959;
}

#leftcol ul li:hover ul {
	left: 155px;
	top: 3px;
}

#leftcol ul a:hover {
	text-decoration: none;
	background-color: #595959;
}

/* \*/ /*/ 
#leftcol ul li ul {position: static;}
/* */



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0 5px 18px;
	font-size: 1.6em;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #d7cca8;
}

h1 {
	color: #d7cca8;
}

h2 {
	font-size: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
	color: #d7cca8;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.6em;
	color: #ff0000;
	padding: 5px 0 5px 5px;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

#rightcol .left {
	float: left;
	margin: 15px 10px 0 12px ;
}

.arrows {
	font-size: 1.2em;
	color: #d7cca8;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caption {
	font-size: .8em;
	margin-left: 140px;
	
}

.instruction {
	font-style: italic;
	font-size: .8em;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #D7CCA8;
}

a:hover {
	color: #CA7F5E;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }

 #innercontentOurs {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }

	.twocol #innercontentOurs {
 	width: auto;
 } 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/

/************** add boxes for left or right columns *******************/

.darkboxShort {
	background-color: #1C1C1C;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 85%;
	min-height: 49px;
}

.darkboxShort p{
	margin: 15px 20px 5px 20px;
}

.darkboxShort a{
	text-decoration: none;
	font-weight: bold;
}

.darkbox {
	background-color: #1C1C1C;
	border: 1px solid #666;
	font-size: 85%;
	min-height: 150px;
}

.darkbox h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.darkbox a{
	text-decoration: none;
}

.darkboxMargin {
	background-color: #1C1C1C;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 85%;
	min-height: 150px;
}

.darkboxMargin a{
	text-decoration: none;
	
}

.darkboxMargin h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button {
	background-color: #4B4A4A;
	border: 1px solid #666;
	padding: 3px 10px 3px 10px;
	font-size: 100%;
	font-weight: bold;
}

.button a{
	text-decoration: none;
	color: #D6C784;
}


/************** add columns in the footer *******************/

#list {
	line-height: 1em;
	margin-top: 30px;
}

#list #innercontent{
	line-height: 1.7em;
}

#list #innercontentOurs{
	line-height: 1.7em;
}

#colA {
  width: 44%;
  float: left;
  text-align: left;
  padding-left: 7px;
  
}

#colB {
  width: 10%;
  float: left;
  text-align: center;
}

#colC {
  width: 44%;
  float: left;
  text-align: right;
}

#colD {
  width: 55%;
  float: left;
  border: 1px #FFFFFF;
  margin-right: 0px;
}

#colD ul {
  margin-right: 0px;
}

#colD ul li{
  margin-bottom: 1.5em;
}

#colE {
  width: 7%;
  float: left;
  text-align: center;
}

#colF {
  width: 44%;
  float: left;
}

#colF ul {
  margin-right: 0px;
  letter-spacing: -1px;
}

#colF ul li{
  margin-bottom: 1.5em;
}

#colF h5 {
	letter-spacing: -1px;
}

#footer #colC a {
	color: #666666;
}

#footer #colC a:hover{
	color: #CA7F5E;
}

/************** Cartweaver CSS *******************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}
*/
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
	margin-left: 70px;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #292929;
}
.altRowOdd{
	background-color: #4B4A4A;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
/* end CW3 assets */

/* Below sets divs for the losse diamond specials page product lists, as unordered lists  */
#diamonds ul {
	list-style-type: none;
	position:static;
	top: 0;
	right: 0;
	margin-left: 15px;
}

#diamonds li {
	display: inline;
	float: left;
	margin: 0;
	margin-right: -1px;
	background: #CECFCE;
	padding-right: 7px;
	padding-left: 8px;
	font-size: 1.1em;
	color: #2D0004;
	border-bottom: 1px solid #fff;
	width: 11%;
	
}

#diamondsOdd ul {
	list-style-type: none;
	position:static;
	top: 0;
	right: 0;
	margin-left: 15px;
}

#diamondsOdd li {
	display: inline;
	float: left;
	margin: 0;
	margin-right: -1px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 10%;
}

#diamondsEven ul {
	list-style-type: none;
	position:static;
	top: 0;
	right: 0;
	margin-left: 15px;
}

#diamondsEven li {
	display: inline;
	float: left;
	margin: 0;
	margin-right: -1px;
	background: #404040;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 10%;
}

/* rounded button for home page */

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 1.2em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( btn_left.png ) no-repeat scroll left top;
color: #000;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

