/*** Editing Styles ------------------------------------------------------ ***/
.subtitle_gold {
/* headings gold 15 serif */
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.6pt;
	color: #c07e00;
	line-height: 110%;
}
.subtitle_gold_larger {
/* headings gold 20 serif */
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 0.6pt;
	color: #c07e00;
	line-height: 110%;
}
.text_generalbig2 {
/* Georgia gray 14 */		
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #555555;
}
.text_generalbig2a {
/* Georgia light gray 13 */		
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #777777;
	font-weight:normal;
	line-height:normal;
}
.captions{
/* Georgia light gray 12 */		
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #777777;
	font-weight:normal;
	line-height:normal;
}
/*** End Editing Styles ***/

/*** Text Styles --------------------------------------------------------- ***/
#content h1 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.6pt;
	color: #c07e00;
	line-height: 18px;
	border-bottom: 1px dotted #c07e00;
	width: 430px;
}
#content h1.dropcaps {
	text-transform: uppercase;
}
#content h1.dropcaps .normalcaps {
	font-size: 15px;
	text-transform: none;
}
h3 {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.6pt;
	color: #E35804;
}
/*** End Text Styles ***/

/*** Reset --------------------------------------------------------------- ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
form {
	margin: 0;
	padding: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
img {
	border : none;
}
a {
	color: #c49c23;
	text-decoration:none;
}
a:hover {
	color: #c42323;
	text-decoration:none;
}
.clear {
	clear: both;
}
/*** End Reset ***/

/*** Google Map ---------------------------------------------------------- ***/
#google_map {
	border: 1px solid #c49c23;
	height: 300px;
	width: 100%;
	background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
	overflow: hidden;
}
#google_map.loaded {
	background-image: none;
}
/*** End Google Map ***/

/*** Basic Layout -------------------------------------------------------- ***/
body.bg_1 {
	margin: 20px 0 0 0;
	background: #e7e7e9 url("../images/main_bg.gif") repeat-x scroll left top;
	text-align: center;
}
#container {
	margin: auto;
	width: 1000px;
	background: #fcfcfc url(../images/container_bg.gif) repeat-y scroll left top;
	border-right: 1px solid #d4bd77;
	border-bottom: 1px solid #d4bd77;
	text-align: left;
}
/*** End Basic Layout ***/

/*** Navigation ---------------------------------------------------------- ***/
#nav {
	height: 30px;
	text-align: left;
	background: transparent url("../images/nav_bg.gif") no-repeat scroll left top;
	margin: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
}
#nav ul li {
	position: relative;
	float: left;
	list-style: none;
}
#nav ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.6px;
	font-weight: bold;
	line-height: 30px;
}
#nav ul li a span {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 0 12px;
}
#nav ul li a:hover span, #nav ul li.on a span, #nav ul li.active a span {
	color: #333333;
}
#nav ul li .short a, #nav ul li .short_on a  {
	width: 280px;
}
#nav ul li div.home a {
	width: 147px;
}
#nav ul li.on a {
	color: #ffffff;
}
#nav ul li div.home a span, #nav ul li div.home a:hover span, #nav ul li.on div.home a:hover span, #nav ul li.on div.home a span {
	background-color: #962f39;
}
/*** End Navigation ***/

/*** Drop Down Menu ------------------------------------------------------ ***/
.cssmenu_sub {
	width: 150px;
	text-align: left;
}
.cssmenu_sub ul {
	float: left;
	width: 100%;
	background-color: #aa965a;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cssmenu_sub li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.cssmenu_sub li a {
	display: block;
	text-decoration: none;
	color: #fcfcfc;
}
.cssmenu_sub li a span {
	display: block;
	cursor: pointer;
	padding: 4px 10px 4px 10px;
	color: #fcfcfc;
	font-size: 12px;
	text-decoration: none;
}
.cssmenu_sub li.hover a span, .cssmenu_sub li.active a span {
	color: #333333;
}
/*** End Drop Down Menu ***/

/*** Middle -------------------------------------------------------------- ***/
#middle {
	position: relative;
	padding-right: 25px;
}
#banner {
	float: left;
	width: 200px;
	min-height: 610px;
}
#logo {
	position: absolute;
	top: 0;
	left: 200px;
	width: 100px;
	height: 610px;
	background: transparent url(../images/logo_strip.jpg) no-repeat scroll left top;
}
#logo_overlay {
	position: absolute;
	top: 228px;
	left: 175px;
	width: 25px;
	height: 113px;
	background: transparent url(../images/logo_trans.png) no-repeat scroll left top;
	z-index: 5;
}
#content {
	float: right;
	width: 665px;
	padding: 30px 0 15px 0;
}
/*** End Middle ***/

/*** Footer -------------------------------------------------------------- ***/
#footer {
	margin: auto;
	width: 1000px;
	text-align: left;
	font-size: 11px;
	height: 50px;
	color: #888888;
	padding-top: 10px;
}
#footer .copyright {
	width: 310px;
	float: left;
}
#footer .copyright a {
	color: #666666;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #8d223c;
}
#footer .links {
	float: right;
	width: 450px;
	text-align:right;
}
#footer .links a {
	font-weight: bold;
	text-decoration: none;
	color: #8d223c;
}
#footer .links a:hover {
	color: #666666;
	text-decoration: none;
}
#footer .moto {
	float: left;
	width: 420px;
	text-align: center;
}
#footer .social_net {
	display: block;
	width: 170px;
	float: left;
	line-height: 22px;
	margin-left: 65px;
	background: transparent url(../images/facebook_icon.png) no-repeat scroll 135px top;
	height: 25px;
}
#footer .social_net .social_text {
	font-size: 12px;
	color: #03C;
}
/*** End Footer ***/

/*** Home Page ----------------------------------------------------------- ***/
#home_content {
	padding-top: 30px;
	font-size: 11px;
}
#home_content #region1 {
	float: left;
	width: 280px;
	padding-bottom: 25px;
}
#home_content #region2 {
	float: right;
	width: 360px;
	padding-bottom: 25px;
}
#home_content .separator {
	clear: both;
	border-top: 1px solid #d8cdad;
	padding: 20px 0 0 0;
}
#home_content #region3 {
	float: left;
	width: 320px;
}
#home_content #region4 {
	float: right;
	width: 300px;
}
/*** End Home Page ***/

/*** Sub Page ***/
#sub_col1 {
	float: left;
	width: 430px;
}

#sub_col2 {
	float: right;
	width: 215px;
}
/*** End Sub Page ***/

/*** Category ------------------------------------------------------------ ***/
#shop_category h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.6pt;
	color: #c07e00;
	line-height: 110%;
}
#shop_category h2.dropcaps {
	font-size: 12px;
	text-transform: uppercase;
}
#shop_category h2.dropcaps:first-letter {
	font-size: 15px;
}
#shop_category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#shop_category li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 165px;
}
#shop_category li a {
	display: block;
	height: 240px;
	text-decoration: none;
}
#shop_category li a .padding {
	display: block;
	padding: 15px;
}
#shop_category li a .image {
	float: left;
	width: 50px;
	height: 200px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}
#shop_category li a .name {
	display: block;
	height: 80px;
	color: #333333;
	margin-top: 5px;
	font-weight: bold;
}
#shop_category li a:hover .name {
	color: #c42323;
}
#shop_category li a .price {
	display: block;
	color: #333333;
}
#shop_category li a .view {
	display: block;
	padding-top: 5px;
	font-size: 11px;
}
#shop_category div.category {
	float: left;
	width: 165px;
	background: transparent url(../images/divider_vertical.gif) repeat-y scroll left top;
}
#shop_category div.category h2 {
	background-color: #fcfcfc;
}
/*** End Category ***/

/*** Product Detail ------------------------------------------------------ ***/
#shop_product p {
	margin: 0;
	padding: 0;
}
#shop_product h1 {
	margin-bottom: 0;
}
#shop_product h2 {
	margin: 30px 0 5px 0;
	padding: 0;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#shop_product h2 span {
	visibility: hidden;
}
#shop_product h2.good_results {
	background-image: url(../images/good_results.gif);
}
#shop_product h2.good_buddies {
	background-image: url(../images/good_buddies.gif);
}
#shop_product #sub_col1 {
	padding-top: 15px;
}
#shop_product_col1 {
	float: left;
	width: 165px;
}
#shop_product_col2 {
	float: right;
	width: 250px;
}

#shop_product_col2 .description{
	font-size:13px;
}

#shop_product_col1 .price {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 0 15px 0;
}
#shop_product_col1 .back {
	height: 20px;
	margin-top: 15px;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	background: transparent url(../images/gray_arrow.gif) no-repeat left center;
}
#addto {
    width: 85px;
    height: 25px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #af8816;
    margin: 0;
    padding: 0 0 2px 0;
    border: 0;
    background: transparent url(../images/addtocart_button.gif) no-repeat center top;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
#proceedto {
    width: 140px;
    height: 25px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #af8816;
    margin: 0;
    padding: 0 0 2px 0;
    border: 0;
    background: transparent url(../images/proceedto_button.gif) no-repeat center top;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
#shop_product_gallery {
	position: relative;
	height: 525px;
	color: #999999;
	text-transform: lowercase;
	font-size: 11px;
	line-height: 25px;
}
#shop_product_gallery a {
	color: #999999;
}
#shop_product_gallery a:hover {
	color: #c42323;
}
#shop_product_gallery p.image {
	width: 215px;
	height: 500px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fcfcfc none no-repeat scroll center top;
}
#shop_product_gallery p.image img {
	visibility: hidden;
}
#shop_product_gallery .next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	cursor: pointer;
	z-index: 3;
	text-align: left;
}
#shop_product_gallery .previous {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	cursor: pointer;
	z-index: 3;
	text-align: right;
}
#shop_product_gallery .caption {
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 75px;
	z-index: 3;
	text-align: center;
}
#shop_award ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#shop_award li {
	margin: 0;
	padding: 5px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #c07e00;
	font-size: 11px;
}
#shop_award .award {
	color: #c07e00;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
}
#shop_award .detail {
	padding-top: 5px;
}
#shop_award a.show {
	position: absolute;
	top: 5px;
	right: 0;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#shop_award a.hide {
	display: block;
	text-align: right;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
#shop_award a.showall {
	display: block;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	padding: 0 5px;
}
#shop_related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#shop_related li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#shop_related li a {
	display: block;
	height: 50px;
	padding: 0 5px;
	text-decoration: none;
}
#shop_related li a .image {
	float: left;
	width: 120px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}
#shop_related li a .name {
	float: right;
	display: block;
	font-weight: bold;
	font-size: 11px;
	width: 110px;
	margin-top: 10px;
}
/*** End Product Detail ***/

/*** Embedded Cart ------------------------------------------------------- ***/
#cart_embed, #shop_product #cart_embed {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 65px 0 0;
	text-align: right;
}
#cart_embed .price {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c07e00;
}
#cart_embed .freight {
	color: #777777;
	font-size: 10px;
}
#cart_embed .checkout {
	position: absolute;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	top: 0;
	right: 0;
	display: block;
	line-height: 30px;
	width: 65px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}
#cart_embed .checkout a {
	color:#666666;
}
#cart_embed .checkout a:hover {
	color:#000000;
}
/*** End Embedded Cart ***/

/*** Product Order Form -------------------------------------------------- ***/
#order_form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#order_form thead th {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
#order_form tfoot th {
	background-color: #d4bd76;
	color: #fcfcfc;
	padding: 2px 8px;
}
#order_form td {
	padding: 10px;
	border-bottom: 1px dotted #c07e00;
}
#order_form tbody tr:last-child td {
	border-bottom-style: none;
}
#order_form td a {
	display: block;
}
#order_form tbody td.name {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 12px;
}
#order_form tbody td.price {
	text-align: center;
}
#order_form tbody td.qty input {
	width: 30px;
}
#order_form tbody td.remove a {
	display: block;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	font-size: 11px;
}
#order_form tbody td div.total {
	width: 30px;
}
#order_form a {
	text-decoration: none;
}
#order_form tfoot th {
	font-weight: normal;
	font-size: 12px;
}
#order_form tfoot th.total, #order_form_total {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#order_form tfoot th.total:first-letter {
	font-size: 15px;
}
#order_form div.submit {
	float: right;
}
#order_form div.submit p {
	margin: 0;
	padding: 5px 0 5px 0;
}
#order_form div.submit .freight {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #777777;
}
#order_form div.submit .back {
	height: 20px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	background: transparent url(../images/gray_arrow.gif) no-repeat left center;
}
#order_form div.terms, #shop_checkout div.terms {
	font-size: 11px;
	color: #666666;
	width: 300px;
}
#order_form div.terms a {
	color: #666666;
	text-decoration: none;
}
#order_form div.terms a:hover {
	color: #8d223c;
}
/*** End Product Order Form ***/

/*** Checkout ------------------------------------------------------------ ***/
#shop_checkout h1 {
	margin-bottom: 0;
	border-bottom-style: none;
}
#shop_checkout .header {
	background-color: #d4bd76;
	color: #fcfcfc;
	height: 30px;
}
#shop_checkout h2 {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#shop_checkout_cart {
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 30px;
}
#shop_checkout_cart .total, #shop_checkout_cart .price {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 15px;
}
#shop_checkout h3 {
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c07e00;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
	color: #c07e00;
}
#shop_checkout form {
	padding: 0 90px 0 90px;
}
#shop_checkout table {
	border-spacing: 0;
	border-collapse: collapse;
}
#shop_checkout p.overseas {
	color: #666666;
	margin: 0;
	padding: 15px 0 30px 0;
}
#shop_checkout .summary .col1 {
	float: left;
	width: 235px;
	color: #666666;
	font-size: 11px;
}
#shop_checkout .summary .col2 {
	float: right;
	width: 235px;
	color: #666666;
	font-size: 11px;
}
#shop_checkout .contact, #shop_checkout .cart {
	padding-left: 100px;
	position: relative;
	line-height: 20px;
}
#shop_checkout .cart {
	color: #333333;
}
#shop_checkout .contact .label, #shop_checkout .cart .label {
	position: absolute;
	left: 0;
	color: #666666;
}
#shop_checkout .payment .form {
	padding-left: 30px;
}
/*** End Checkout ***/

/*** Forms --------------------------------------------------------------- ***/
form {
	margin: 0;
	padding: 0;
}
p.required {
	float: right;
	margin: 0;
	padding: 0;
}
form h2 {
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c07e00;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
	color: #c07e00;
}
form table {
	border-spacing: 0;
	border-collapse: collapse;
}
form table td {
	padding: 2px 5px;
}
form table label.label {
	position: relative;
	display: block;
	width: 120px;
	color: #666666;
}
form table label.label em {
	position: absolute;
	top: 0;
	right: 0;
}
form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
form input.w05 {
	width: 90px;
}
form input.w1, form textarea.w1 {
	width: 180px;
}
form input.w15, form textarea.w15 {
	width: 270px;
}
form .buttons {
	padding-top: 30px;
}
form .buttons .col1 {
	margin: 0;
	padding: 0;
	float: left;
}
form .buttons .col2 {
	margin: 0;
	padding: 0;
	float: right;
}
#form_errors {
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #C07E00;
	background-color: #f0d685;
}
/*** End Forms ***/

/*** News article style -------------------------------------------------- ***/
.news_article {
	width: 665px;
}
.art_content {
	float:left;
	width: 420px;
}
.next_art {
	float:right;
	width: 210px;
	text-align:left;
}

.news_title2{
	font-family: Georgia, Arial, Helvetica,sans-serif;
	font-size: 17px;
	color: #E35804;
	font-weight: normal;
	text-decoration:none;
}
.next_art_title{
	font-family: Georgia, Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height:normal;
}
/*** News list tpl ........................***/

#news_general {
	width: 420px;
}
#news_general .n_image {
	float: left;
	width: 130px;
	margin-right: 5px;
	margin-bottom: 18px;
	text-align: left;
}
#news_general .news_teaser {
	float: left;
	width: 280px;
	text-align: left;
}
.news_title{
	font-family: Georgia, Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #E35804;
	font-weight: normal;
	text-decoration:none;
}
/*** News summary tpl..........................***/
.news_summary {
	width: 330px;
}
.news_summary .ns_img {
	float: left;
	display: block;
	width: 70px;
	height: 60px;
	margin-bottom: 15px;
	padding-top: 3px;
	text-align: center;
	border: 1px solid #cdcdcd;
}
.news_summary .ns_title_date {
	float: right;
	width: 240px;
	margin-bottom: 15px;
	text-align: left;
}
.news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #666666;
	font-weight: normal;
}
.news_sumteaser {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}

/*** End News ***/
/*** Newsletter style ................................. ***/

body.newsletter_bggreen {
	background-color: #e7e7e9;
}
.cell_text {            
	font-size: 11px; 
}
.text_salutation {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #015b63;
	text-decoration: none;
	line-height: 150%;
	font-style: normal;
}
td.cellnews2 {            
	border-left: 1px solid #d4bd77;
	border-right: 1px solid #d4bd77;
}
td.cellnewstop {            
	border-bottom: 1px solid #d4bd77;
}
td.cellnewsline {            
	border-bottom: 1px solid #d4bd77;
}
table.dd {            
	border: 1px solid #d4bd77;
}
A.newsunsub{
    color: #777777;
    font-family: Arial;
    font-size: 11px;
	font-weight: normal;
    text-decoration: none;
}
A.newsunsub:hover{
    COLOR: #bdad62;
    text-decoration: none;
}
.nl_line_left {
	border-left: 1px solid #d4bd77;
	margin-left: 10px;
	padding-left: 10px;
	display: block;
}
