﻿
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

/*** colours ***
background blue    #daf1fd
blue box fill      #b9e5fa
pale blue box fill #f0f9fe
blue box border    #5dc4f0
blue on blue text  #0088c0 
grey on blue text  #818a92
grey text on white #6d6e71
*/
.body_text
{
	color: #6d6e71;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.email
{
	text-decoration: underline;
}

P
{
	color: #6d6e71;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
}

P.top
{
	margin-top: 0px;
}

.blue
{
	color: #0088c0;
}

.grey
{
	color: #818a92;
}

H1.banner_text
{
	color: #0088c0;
	font-size: 20pt;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	font-weight: 100;
}

IMG.banner_text_image
{
	position: absolute;
	top: 0px;
	z-index: 10;
}

div#title_block
{
	height: 75px;
}

div#title_block h1
{
	color: #929497;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

div#title_block h2
{
	color: #929497;
	font-size: 12pt;
	font-weight: normal;
	margin-top: -7px;
	margin-bottom: 10px;
	padding: 0px;
}

div#main_block
{
}

div#main_block h1
{
	color: #6d6e71;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 0px;
}

div#main_block h1.top
{
	margin-top: 0px;
}

div#main_block h2
{
	font-size: 10pt;
	color: #6d6e71;
	margin-top: 19px;
	margin-bottom: 5px;
}

div#main_block h2.top
{
	margin-top: 9px;
}

.contact_text
{
	color: #6d6e71;
	font-size: 10pt;
	text-decoration: none;
}

.contact_email_bl
{
	padding-left: 20px;
	background-image: url(../images/interface/bl_envelope.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact_email_wh
{
	padding-left: 20px;
	background-image: url(../images/interface/wh_envelope.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.blue_box_outer
{
	background-color: #b9e5fa;
}

.pale_blue_box_outer
{
	background-color: #f0f9fe;
}

.blue_box_border_top
{
	background-image: url(../images/interface/blue_border_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.blue_box_border_left
{
	background-image: url(../images/interface/blue_border_dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.blue_box_border_bottom
{
	background-image: url(../images/interface/blue_border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.blue_box_border_right
{
	background-image: url(../images/interface/blue_border_dot.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.blue_white_corner_top_right
{
	background-image: url(../images/interface/bl_wh_cnr_t_r.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.blue_blue_corner_top_right
{
	background-image: url(../images/interface/bl_bl_cnr_t_r.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.blue_blue_corner_bottom_left
{
	background-image: url(../images/interface/bl_bl_cnr_b_l.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.blue_white_corner_bottom_left
{
	background-image: url(../images/interface/bl_wh_cnr_b_l.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.blue_white_corner_bottom_right
{
	background-image: url(../images/interface/bl_wh_cnr_b_r.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.pale_blue_white_corner_top_right
{
	background-image: url(../images/interface/pbl_wh_cnr_t_r.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.pale_blue_white_corner_bottom_left
{
	background-image: url(../images/interface/pbl_wh_cnr_b_l.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* contact field styles */
input.contactField, input.contactFieldError
{
	padding: 2px;
	width: 330px;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: solid 1px #c2dee8;
}

input.contactFieldError
{
	border: solid 1px #a9192b;
	background-color: #fdf3f3;
}

textarea.message, textarea.messageError
{
	padding: 2px;
	width: 330px;
	height: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border: solid 1px #c2dee8;
}

textarea.messageError
{
	border: solid 1px #a9192b;
	background-color: #fdf3f3;
}

.season_title_list_item
{
	color: Blue;
	padding: 0px 10px 0px 10px;
	text-align: center;
	background-color: #cccccc;
}

div.form_panel
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
}

div.form_panel div.inner_panel
{
	padding: 14px 14px 17px 14px;
}

div#main_block div.inner_panel h2
{
	font-size: 11pt;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #0088c0;
}

div#main_block div.inner_panel div.question
{
	margin: 6px 0px 3px 0px;
}

.link
{
	text-decoration: none;
	font-weight: bold;
}

div#special_offers
{
	margin-top: 30px;
}

div#special_offers div.special_offers_item
{
	border-top: dashed 1px #0088c0;
	padding: 8px 0px 8px 0px;
	margin-top: 8px;
}

div#special_offers div.first
{
	border-top-width: 0px;
	margin-top: 1px;
}

div#special_offers div.special_offers_item div.link
{
	margin-top: 3px;
}

div#quick_links
{
	margin-top: 20px;
}

div#quick_links div.quick_link_item
{
	border-top: dashed 1px #0088c0;
	padding: 8px 0px 8px 0px;
}

div#quick_links div.first
{
	border-top-width: 0px;
	margin-top: 1px;
}

div#quick_links div.quick_link_item div.headline
{
	font-weight: bold;
}

div#quick_links div.quick_link_item div.link
{
	margin-top: 3px;
}

/* list */
div.list
{
	padding-right: 10px;
}

div.list ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.list li
{
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
	background-image: url(../images/interface/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

div.compact li
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: 0px 7px;
}

div.loose_line
{
	margin: 18px 0px 18px 0px;
	font-weight: bold;
}

.needs_attention
{
	border: dotted 2px orange;
}

/* tabular data such as pricing*/
table#tabular_data td.head
{
	background-color: #818a92;
	padding: 7px 7px 7px 7px;
	color: White;
	font-weight: bold;
}

table#tabular_data td.body
{
	padding: 6px 7px 6px 7px;
	/*font-weight: normal;*/
}
table#tabular_data td.body span.soldOut
{
	color: DarkRed;
	font-weight: bold;
}

table#tabular_data td.last
{
	padding-bottom: 12px;
}

table#tabular_data td.gap
{
	height: 10px;
	padding: 0px;
}

table#tabular_data td.white_underline
{
	border-bottom: solid 1px white;
}
table#tabular_data .link
{
	white-space: nowrap;
}

/* sample menu */
div.sample_menu
{
	color: Red;
}
div.sample_menu p
{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

div.sample_menu h2, div.sample_menu h1
{
}

/* terms and conditions */
ol#terms li
{
}
ol#terms li
{
}
ol#terms li ol
{
	list-style: lower-alpha;
}
ol#terms li ol li
{
}

div.essenceFooter
{
	text-align: center;
	font-size: 8pt;
	margin: 10px 0px 10px 0px;
	color: Gray;
}
div.essenceFooter a:link, div.essenceFooter a:active, div.essenceFooter a:visited, div.essenceFooter a:hover
{
	text-decoration: none;
	color: Gray;
}
div.essenceFooter a:hover
{
	text-decoration: none;
	color: Gray;
}
div.essenceFooter span
{
	color: #FF850D;
	font-weight: bold;
}

.copywriteFooter
{
}

.no-top-margin
{
	margin-top: 0px !important;
}

tr.is-min-set td
{
	font-weight: bold;
}

.adjustedZIndex
{
	z-index: 1;
}

