
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

body {
	background-color: #333 ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #151515 ;
	font-size: 14px ;
}

body, p, li, div, td {
	line-height: 22px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

h1 {
	font-size: 38px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #7C0008 ;
	margin-top: 0px ;
	line-height: 42px ;
}

h2 {
	font-size: 24px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #7C0008 ;
	margin-top: 0px ;
	line-height: 28px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #7C0008 ;
}

#content {
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	display: block ;
	color: #fff ;
	border-left: 1px solid #953137 ;
	border-right: 1px solid #7C0008 ;
	text-align: center ;
	text-decoration: none ;
	font-size: 22px ;
	line-height: 28px ;
	letter-spacing: -1px ;
	padding: 4px 8px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #D97131 ;
	border-right: 1px solid #D15000 ;
}

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_red:link, a.link_red:visited, a.link_red:active {
	color: #7C0008 ;
	text-decoration: none ;
}

a.link_red:hover {
	text-decoration: underline ;
}

.MB_right {
	margin: 20px ;
	border: 1px solid #7C0008 ;
	background: #fff ;
	padding: 1px ;
}

.MH_right {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 4px 8px ;
	color: #fff ;
}

.MA_right {
	padding: 10px ;
}

a:link {
	color: #7C0008 ;
}

a:active, a:visited {
	color: #333333 ;
}

a:hover  {
	color: #953137 ;
}

.MB_red {
	border: 1px solid #7C0008 ;
	background: #fff ;
	padding: 1px ;
}

.MH_red {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 10px ;
	color: #fff ;
}

.MA_red {
	padding: 10px ;
}

.MB_orange {
	border: 1px solid #D15000 ;
	background: #fff ;
	padding: 1px ;
	margin-bottom: 15px ;
}

.MH_orange {
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 4px 8px ;
	color: #fff ;
}

.MA_orange {
	padding: 10px ;
}

.shareThis {
	float: right ;
	margin-left: 20px ;
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.shareThis a:hover {
	text-decoration: underline ;
}

table.products {
	width: 100% ;
}

table.products td {
	padding: 0px 5px 15px 5px ;
	text-align: center ;
}

table.products td a:link,
table.products td a:active,
table.products td a:visited,
table.products td a:hover {
	font-weight: bold ;
	letter-spacing: -1px ;
	font-size: 16px ;
}

table.products td img {
	height: 120px ;
	margin-bottom: 5px ;
	border: 1px solid ;
}

.products_hor img {
	border: 1px solid #000 ;
	height: 130px ;
	margin: 5px ;
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #711028;
}

a:hover img {
	border-color: #666;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc.comment_box {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 0px 10px; 
	border: solid 1px #999;
}

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc.comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc.comment.row0 {
	background-color: #eee;
}

div.bc.comment.row1 {
	background-color: #fff;
}

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


/*  MAILING LISTS STYLES */

/* lists */


/* detail */


/* module */


/* subscribe box */

div.ml.subscribe {
	width: 300px; 
	margin: 15px auto; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
}

div.ml.subscribe_message {
	margin: 10px 0px ;
}

div.ml.subscribe_required {
	text-align: center;
	font-size: .7em ;
}

table.ml.subscribe_form {
	width: 100%; 
}

table.ml.subscribe_form td {
	padding: 0px; 
}

td.ml.subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.ml.subscribe_form td input {
	width: 99%; 
}

div.ml.subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

/*  MAILING LISTS BLASTS STYLES */

/* lists */


/* detail */


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.container {
		width: auto !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		width: auto !important;
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

