
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-position: center ;
	background-attachment: fixed ;
	margin: 0px 0px 15px 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

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

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

.bigButton {
	font-size: 34px ;
	font-weight: normal ;
	letter-spacing: -3px ;
	line-height: 36px ;
}
	
table {
	border-collapse: collapse ;
}

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

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 34px ;
	font-weight: normal ;
	color: #002A7D ;	
	margin-top: 0px ;
	letter-spacing: -3px ;
	line-height: 36px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	color: #C31A1D ;
	letter-spacing: -1px ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	color: #C31A1D ;
	letter-spacing: -1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: left center ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 8px 12px 8px 29px ;
	border: 1px solid #ffffff ;
	margin: 5px 10px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
}

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

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

#content {
	padding: 15px ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

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

a:link {
	color: #002A7D ;
}

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

a:hover {
	color: #C31A1D ;
}

.menu_holder0, .menu_holder1 {
	margin-bottom: 10px ;
	padding: 10px ;
	clear: both ;
	background: #ffffff ;
}

.menu_holder1 {
	background: #e0e0e0 ;
}

.menu_name {
	font-size: 18px ;
	letter-spacing: -1px ;
	color: #002A7D ;
}

.menu_price {
	float: right ;
	font-size: 18px ;
	letter-spacing: -1px ;
	color: #C31A1D ;
}

.menu_desc {
	clear: both ;
	padding-top: 10px ;
}

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


/*  MAILING LISTS STYLES */

div.mailing_lists_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.mailing_lists {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

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

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_teaser {
	text-align: center; 
}

div.mailing_lists_subscribe {
	float: right ;
	width: 225px ;
	margin: 0px 0px 15px 15px ;
	border: solid 1px #A7B4D2 ;
}

div.mailing_lists_subscribe_inner {
	background-color: #A7B4D2 ;
	border: solid 1px #fff ;
	padding: 10px ;
}

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

div.mailing_lists_subscribe_message {
	margin: 15px 0px; 
	text-align: center; 
	font-size: 10px; 
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 0px; 
}

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

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}

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