/***********************************************/
/* styles by gavjof	                           */
/* www.edect.com												       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg_body.gif);/*bg_fleur_01.jpg*/
	background-repeat:repeat;
	background-position:left top;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 130%;
 color: #006699;
}
h2{
 font-size: 114%;
 color: #006699;
}
h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}
acronym {
	color: #336699;
	text-decoration: underline;
	cursor:help;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 2px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/bg_header.jpg);
	background-position:right;
	background-repeat: no-repeat;
	background-color:#fff;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #D9D1BC;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #b3a379;
	border-left: 1px solid #b3a379;
/*	vertical-align:top; */
}

#content{
  float:left;
	width: 74%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #334d55;
	margin: 0px;
	padding: 1px 0px 0px 10px;
}
#siteName img {
	margin:0px;
	padding:0px;
}

#siteName2{
	color: #006699;
	font-weight:bold;
	font-size:80%;
}

#headLogo, #headLogo img {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 0px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	background-color: #fff;
	margin: 0 10px 10px 10px;
	border: 1px solid #006699;
}
.feature p{
  padding: 0px 0px 10px 0px;
}
.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	display:block;
	/*padding: 0px 10px 0px 10px;*/
	margin: 0 5px 0px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	text-align:center;
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	margin: 10px;
	border: 1px solid #006699;
	background-color:#fff;
}

.story p{
	text-align:left;
  padding: 0px 0px 10px 0px;
}

.story em {
	color: #A52A2A;
}

.story h3 {
	text-align:left;
	font-size: 110%;
	color: #006699;
	background-color: #fff;
	background-image:url(images/h3_shields_strip.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 8px 8px 8px 8px;
	border: 1px solid #006699;
	margin: 0 10px 10px 0px;
}

.story h3 em{
	color: #A52A2A;
	border-color:#A52A2A;
}

.h3image {
	float:left;
}

#buy {
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	font-weight:bold;
	color:#006699;
	background:none;
	background-color:#fff;
	text-align:center;
	margin-bottom: 10px;
}

.story table {
	text-align:center;
}

.story img {
	border: 1px solid #006699;
}

.story ol {
	text-align:left;
	color:#A52A2A;
	margin: 4px 10px 4px 20px;
	padding:0px
}

.story ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.story ul {
	text-align:left;
	line-height:2em;
}

/************* #Background Tints ***************/

.tint01 {
	background-image:url(images/bg_tint_01.jpg);
	background-position:0%;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 10px;
}
.tint02 {
	background-image:url(images/bg_tint_02.jpg);
	background-position:0%;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 10px;
}
.tint03 {
	background-image:url(images/bg_tint_03.jpg);
	background-position:0%;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 10px;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;/*#cccccc;*/
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-image:url(images/head_logo.gif);/*url(images/footer_logo.gif);*/
	background-position:2%;
	background-repeat:no-repeat;
	background-color: #fff;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer p {
	padding-left: 80px;/*134px;*/
}


/*********** #navBar link styles ***********/

#navBar a {
	color: #262e43;
	font-weight: normal;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #b3a379;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #navBar applet  ****************/

#navBar applet {
	text-align:center;
	border: 0;
	padding-bottom: 4px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d9d1bc;
	font-size: 80%;
}

#sectionLinks a span, #sectionLinks a.visited span{
	float:right;
	font-family:"courier new", monospace;
}

#sectionLinks h3 {
	color: #433b26;
	margin: 0px;
	padding: 8px 2px 1px 8px; /*10px 0px 0px 10px;*/
	background-image:url(images/bg_nav_h3_ring.gif);
	background-repeat:no-repeat;
	background-position: 97% 50%;
	height:22px;
	background-color: #cbbd93;/*#b3a379;*/
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #d9d1bc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #d9d1bc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color: #433b26;
	border-top: 1px solid #d9d1bc;
	background-color: #BCC4D9;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:active{
	color: #433b26;
	border-top: 1px solid #d9d1bc;
	background-color: #BCC4D9;
	padding: 2px 0px 2px 10px;
}


/************** #advert styles **************/

#advert{
	text-align:center;
	padding: 10px 5px 10px 5px;
	font-size: 80%;
	border-top: 1px solid #d9d1bc;
	margin: .5em;
	border: 1px solid #334d55;
}

#advert img{
	display: block;

}

/************** #ringsize styles **************/

#ringsize{
/*	background-color:#cbbd93;*/
	text-align:center;
	padding: 10px 5px 10px 5px;
	font-size: 80%;
	border-top: 1px solid #d9d1bc;
	margin: .5em;
	border: 1px solid #334d55;
}
#ringsize p{
	margin-top: 0px;
	margin-bottom: 0px;
}


/*********** #recommend styles ***********/

#recommend{
	background-color:#ffffff;
	border: 1px solid #334d55;
	margin: .5em;
	padding: 5px 0px 10px 5px;
	font-size: 90%;
	text-align:center;
}

#recommend h3, #recommend form{
	padding: 0px;
	margin: 0px;
	font-size:90%;
}


/************* #Login styles ***************/

#login{
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	text-align:center;
	border: 1px solid #334d55;
	margin: 0.5em;
}

#login p{
	font-size:80%;
	margin: 0px;
	padding: 0 2px 0 2px;
}

#login object{
	display: block;
	padding-top: 6px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* #compliance styles ***************/

#compliance{
	background-color: #fff;
	text-align:right;
	clear: both;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#compliance img {
	border: 0;
	padding: 0.2em 1em  0.2em 1em;
}

/************* .gallery styles ***************/

.gallery {
	width: 80%;
	padding-top:4px;
	font-size: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	border: 1px solid #006699;
/*	margin-left: -10px !important;*/
}

.gallery caption {
	display:none;
}

.gallery table{
	text-align:center;
}

.gallery table th {
	font-weight: bold;
}

.gallery td p{
	text-align:center;
	padding-top: 8px;
}

.gallery img {
	border: 1px solid #006699;
}

/****** Custom Styles *****/

.tableLeft {
	text-align:left;
	margin:10px 5px 10px 5px;
	vertical-align:top
}
.tableLeft2 {
	text-align: left !important;
	width: 90%;
}
.tableLeft2 img{
	border: 0;
}
.tableLeft2 td {
	width: 33%;
	border-bottom: 1px solid #006699;
	margin-top: 0.4em;
	vertical-align:bottom;
}
.tableLeft img {
	border: 1px solid #006699;
	margin-top: 8px;
}

.tableLeft p {
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.floatRight {	float:right; 		}
.floatLeft 	{	float:left; 		margin-top: 0.2em ; margin-left: 2%; margin-right: 2%; display:inline;}
.group { text-align: center; 	margin-left: 5%; 	margin-right: 5%; }
.clear { clear: both ; }

/******* Contact Form Box *********/


#boxContact {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	color: #CC0033;
	margin: 5%;
	border: 1px solid #B3A379;
	background-color: #ECE8DD;
}
#boxContact p {
	margin: 0px;
}
#boxContact form {
	padding-left: 8px;
	}
#boxContact textarea {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 1px solid #8F8F8F;
	background-color: #FCFCFC;
	color: #666666;
	width: 90%;
}
#boxContact label {
	font-size: 100%;
	color: #000000;
	text-transform: capitalize;
}

.stealth {
	display:none;
}

.border {
	border: 1px solid #006699;
}

#filler {
	width: auto;
	height: 100%;
}