@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
.colour_1 {
	color: #F2CB56;
}
.mock_question input{
	color: #D60037;
}
.colour_3 {
	color: #E8E8E8;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 960px;
	height: 77px;
} 
.mock_options #Back  {
	color: #990000;
	font-weight: bold;
}
#header #submenu .active {
	color: #990000;
	font-weight: bold;
}
#social-networks {
	position: fixed;
	width: 40px;
	float: left;
	top: 120px;
	margin: 0px;
	right: 0px;
	text-align: right;
	padding-left: 8px;
}
.panel {
	background-image: url(i/sidepanel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
}
.end-panel {
	background-image: url(i/sidepanel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 12px;
}
#body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: block;
}
#menu  {
	width: 960px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(i/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 43px;
}
#menu #logo {
	width: 200px;
	position: absolute;
	margin: 0px;
	display: block;
	float: left;
	padding: 0px;
	height: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(i/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
}
#menu #logo .image {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu h2   {
	float: right;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 42px;
}
#menu h2 .nospace {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu h2 a img {
	margin: 0px;
	padding: 0px;
}
#menu h2 a:hover {
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#menu li {
	display: inline;
	float: left;
	height: 43px;
	width: 103px;
	padding: 0px;
	margin: 0px;
}
#menu a {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	display: block;
	color: #000000;
}
#menu .active  {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	color: #000000;
	background-image: url(i/menu_selected.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}

#submenu  {
	background-image: url(i/submenu_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 760px;
	font-size: .7em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	height: 35px;
	float: right;
}
#submenu ul {
	list-style-type: none;
	display: block;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#submenu li {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
}
#submenu a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#submenu a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.topmenu {
	font-size: .8em;
	display: block;
	margin: 12px;
	padding: 12px;
}
#share {
	float: right;
	padding-right: 8px;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#mainArea {
	float: right;
}
#mainphone  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;
	height: 28px;
	font-size: 23px;
	text-align: left;
	background-image: url(i/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 200px;
	color: #000;
	font-weight: bold;
	text-indent: 12px;
}
#sidebar1 {
	width: 200px;
	display: block;
	float: left;
	background-image: url(i/logo_ll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 131px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 ul {
	background-image: url(i/box_sback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 176px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar1 .news {
	font-size: .8em;
	background-image: url(i/box_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 28px;
	letter-spacing: -.05em;
}
#sidebar1 ul .lined {
	background-image: url(i/lined.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#sidebar1 .active {
	display: block;
	text-indent: 18px;
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	letter-spacing: -.2em;
	font-size: 1.2em;
}
#sidebar1 a {
	text-decoration: none;
	color: #333;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #A1171F;
}
#sidebar1  .date {
	height: 82px;
	width: 66px;
	position: relative;
	left: -32px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: -6px top;
	float: left;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-right: -32px;
}
#sidebar1  .date  .day {
	font-size: 2em;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 4px;
	margin-left: 8px;
	margin-top: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar1  .date  .month {
	font-size: 1.8em;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #A91721;
	margin-left: 8px;
	margin-top: -8px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar1  .date  .year {
	display: block;
	text-align: center;
	margin-left: 8px;
	font-weight: bold;
	color: #666666;
	font-size: 1.1em;
	margin-top: -4px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar1 .indented .active {
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: -8px center;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h2 {
	background-image: url(i/box_sback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 176px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 22px;
	font-size: 1.2em;
	color: #CC0032;
}
#sidebar1 .blog_info {
	background-image: url(i/box_sback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 176px;
	list-style-type: none;
	font-size: 0.9em;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#sidebar2 {
	right: 0;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	page-break-after: always;
	float: right;
}
#sidebar2 p {
	margin: 0px;
	padding: 0px;
}
#midBar {
	margin-right: 200px;
}
#mainContent {
	width: 420px;
	margin: 0;
}
#mainContent p {
	margin: 0px;
	padding: 0px;
}
#wideContent {
	width: 960px;
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(i/logo_ll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fullContent {
	width: 756px;
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}
#fullContent h1, #wideContent h1 {
	font-size: 1.3em;
	color: #990000;
}
#fullContent p, #wideContent p {
	margin: 0px;
	padding: 0px;
}
#wideContent .indented {
	padding-left: 200px;
	display: block;
	font-size: 1.4em;
	padding-top: 50px;
	padding-bottom: 60px;
	line-height: 20px;
	height: 20px;
}
#ad {
	margin: 0px;
	width: 360px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
.first:first-letter {
	font-size:2.5em;
	display:block;
	float:left;
	color:#C00 !important;
	margin-right:5px;
	line-height:0.8em;
	background-color: #FFF;
	padding: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#news .active {
	width: 100%;
	display: block;
	text-indent: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: .8em;
	font-weight: bold;
}
#news li {
	margin: 0px;
	list-style-type: none;
	width: 120px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 33px;
	font-size: 0.7em;
	font-weight: normal;
	overflow: hidden;
}
#bullets {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 0px;
	margin: 5px;
	float: left;
	display: block;
	width: 740px;
	height: auto;
}
#bullets ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	display: block;
	height: auto;
}
#bullets li {
	display: inline;
	height: 28px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-size: .76em;
	background-image: url(i/l_plate.jpg);
	line-height: 12px;
	font-weight: normal;
	width: 180px;
	margin: 6px;
	padding: 6px;
}
#body #fullContent #bullets ul li, #body #wideContent #bullets ul li {
	padding-left: 34px;
	margin-left: 20px;
}
.front {
	margin: 6px;
	border: 1px solid #e0e0e0;
	padding: 6px;
	background-color: #e0e0e0;
	background-image: url(i/faded_up.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.front p {
	font-size: .8em;
}
.front a {
	color: #9A151E;
	text-decoration: none;
}
.front h2 {
	font-size: 1em;
}
#bookings {
	background-image: url(i/bookings.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	width: 210px;
	padding-left: 186px;
	padding-top: 18px;
	font-size: .9em;
}
#booking  {
	margin: 0px;
	padding: 0px;
}
#booking #jumpMenu {
	border: 1px solid #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #EBEBEB;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	display: block;
	page-break-before: always;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#footermenu {
	display: block;
	padding: 4px;
	margin: 4px;
	float: left;
}
#footermenu ul {
}
#footermenu li {
	list-style-type: none;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}
#footermenu a {
	font-weight: normal;
	color: #900;
	text-decoration: none;
	display: block;
	margin: 2px;
	padding: 2px;
}
#footermenu a:hover {
	font-weight: normal;
	color: #D34D56;
	text-decoration: underline;
	display: block;
}
#footer #company {
	margin: 4px;
	padding: 4px;
	font-size: .8em;
	color: #666;
	text-align: left;
	width: 300px;
	float: right;
}
#footer #company span {
	text-align: left;
	display: block;
	padding: 4px;
	margin: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #linklogos {
	font-size: 1em;
	display: block;
	height: 50px;
	text-align: center;
	padding: 8px;
	margin: 8px;
}
#footer .footer_text {
	width: 300px;
	padding: 5px;
	clear: right;
	color: #666666;
	margin: 5px;
	float: right;
}
#footer .footer_text .head { font-weight: bold; }
#footer .footer_text ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin: 0px;
}
#footer .footer_text ul li {
	list-style-type: square;
	font-size: .8em;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#copyright {
	font-size: x-small;
	color: #6E6E6E;
	clear: both;
	background-color: #ebebeb;
	width: 640px;
	padding: 12px;
	text-align: right;
}
#copyright a {
	margin: 0;
	border: 0;
	color:#9C151E;
}

#copyright a:active, #copyright a:hover {
	color:#006633;
	margin: 0;
}
#sidebar1 .indented {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	text-indent: 12px;
}
.warning {
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-transform: capitalize;
	font-size: 1.9em;
}
.warningbox {
	font-size: 1.9em;
	text-transform: uppercase;
	color: #990000;
	font-style: italic;
	margin: 8px;
	padding: 12px;
	border: 2px dashed #900;
}
#fullContent .row2, #wideContent .row2 {
	font-size: .9em;
}
#fullContent h1, #wideContent h2 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#fullContent p, #wideContent p {
	padding-left: 12px;
}
#fullContent ul li, #wideContent ul li {
	background-image: url(i/l_plate.jpg);
	background-repeat: no-repeat;
	background-position: -2px top;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 30px;
	margin: 0px;
	font-size: .9em;
}
#fullContent ol li, #wideContent ol li {
	list-style-type: none;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 24px;
	font-size: .95em;
	font-weight: normal;
}
#fullContent ul ul li, #wideContent ul ul li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/mini_l.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
}
#fullContent h1 a, #wideContent h1 a {
	text-decoration: none;
	color: #CC0032;
}
#fullContent .product, #wideContent .product {
	display: block;
	width: 100%;
	margin: 0px;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
	font-size: .8em;
	clear: right;
}
#fullContent .product img, #wideContent .product img {
	padding: 4px;
	border: 1px solid #E8E8E8;
	display: block;
	float: right;
	margin: 4px;
	background-color: #FFF;
}
#fullContent .product form, #wideContent .product form {
	display: block;
	float: left;
	padding: 8px;
	text-align: center;
}
#fullContent .product .price, #wideContent .product .price {
	font-size: 1.2em;
	color: #000;
	clear: left;
	font-style: italic;
}
#fullContent .product .product_purchase_item .product_purchase_label, #wideContent .product .product_purchase_item .product_purchase_label {
	color: #D50033;
	font-weight: bold;
}
#fullContent .product .picture, #wideContent .product .picture, .picture {
	padding: 2px;
	margin: 2px;
	border: none;
	background-color: #FFF;
}
.product .productName {
	color: #F00;
	font-size: 1.8em;
	padding: 8px;
}

#imgcode {
	font-size: 1.6em;
}



.select, .current {margin:0; padding:0; list-style:none;}

.sub_active {display:block; position:absolute; width:750px; top:20px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
.sub_active, .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}


#nav {margin:20px 0 80px 0;}

/* the styling */
#nav {width:750px; height:20px; background:#000; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; background:#000; padding:0 10px 0 10px; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap; border-right:1px solid #fff; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}
.nav_bottom {
	display: block;
	float: right;
	clear: none;
	padding-top: 22px;
	color: #CCC;
}


#nav .select a:hover, 
#nav .select li:hover a {background:#888; cursor:pointer; color:#ff0;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#666; color:#ff0;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#888; color:#ff0;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#666; color:#ff0;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:750px; top:20px; left:0; background:#888; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:750px; top:20px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:5px 10px 10px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#888; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:12px;}
#fullContent form .fields fieldset .fields li, #wideContent form .fields fieldset .fields li {
	background-image: none;
	list-style-type: none;
}
.fields ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields li {
	list-style-type: none;
	padding-bottom: 6px;
}

.fields  fieldset {
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
	border: 1px solid #F1D56E;
}
.fields .highlight {
	display: block;
	background-color: #C00;
	height: 40px;
	line-height: 40px;
	width: auto;
	color: #FFF;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields input {
	border: 1px solid #CCCCCC;
	width: 90%;
}
.fields ul li input {
	width: 16px;
	height: 16px;
}
input.none {
	width: 20px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.wide {
	width: 90%;
}
.none {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
#check_booking {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.calNOT, .calOLD {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar_expired.jpg);
	background-repeat: no-repeat;
}
.cal, .calYES {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar2.jpg);
	background-repeat: no-repeat;
}
.calmonth {
	font-size: 18px;
	color: #FFFFFF;
	height: 20px;
	width: 60px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caldate {
	height: 42px;
	width: 60px;
	overflow: hidden;
	font-size: 32px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
.event {
	font-size: small;
	color: #962B03;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.levents {
	font-size: small;
	color: #962B03;
	float: left;
	width: 40%;
	margin: 12px;
	border: 1px solid #CCCCCC;
	padding: 12px;
	height: 120px;
}
.event h3, .event h2, .levents h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
.event h1, .levents h4 {
	font-size: medium;
	margin: 0px;
	color: #023A83;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.levents h4 a {
	color: #B41B13;
	text-decoration: none;
}
.cart_header {
	color: #333;
	background-color: #E8E8E8;
}
.cart_rem a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
.cart_item a {
	text-decoration: none;
	color: #333;
	font-size: .9em;
}
.cart_edit {
	font-size: .8em;
	color: #666;
	text-decoration: none;
	font-style: italic;
}
.cart_qty {
	text-align: center;
	color: #333;
}
.boxed {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	font-size: .7em;
	height: 250px;
}
.boxed a {
	text-align: center;
}
.payment_options {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
}
.lessons {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	font-size: .9em;
}
.row0 {
	background-color: #F2CB56;
	color: #333;
}
.row1 {
	background-color: #E8E8E8;
	color: #333;
	font-size: .9em;
}
.row2 {
	background-color: #FFF;
	font-size: .8em;
}
.small {
	font-size: 0.8em;
	color: #666;
}
.logo {
	padding-left: 72px;
	display: block;
}
.buybutton {
	text-align: center;
	display: block;
	height: 44px;
	width: 120px;
	line-height: 44px;
	background-image: url(i/button_1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#phone_line {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(i/phone.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	height: 25px;
}

#Ticker_home {
	width: 738px;
	height: 20px;
	position: relative;
	background-color: #EBEBEB;
	padding-left: 16px;
	color: #900;
	font-size: 1em;
	overflow: hidden;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	border-radius: 5px; /* future proofing */
	border: 1px solid #DEDEDE;
}
#Ticker_home ul    ,#Ticker_home ul li{
	list-style-image: none;
	list-style-type: none;
}
#Tips {
	width: 550px;
	height: 210px;
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(i/tip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Tips h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #039;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 4px;
	display: block;
	overflow: hidden;
	height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#Tip  {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-style: italic;
	color: #00C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: 150px;
	width: 490px;
	font-size: .9em;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Tip p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: normal;
}
#twittering {
	width: 260px;
	float: left;
	height: 42px;
	font-size: 1.2em;
	margin: 8px;
	padding: 0px;
	line-height: 42px;
	font-family: Tahoma, Geneva, sans-serif;
}
#twittering a img { float: left; }
#twittering a { padding: 4px; }
.link_logo {
	margin: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0032;
}
.link_logo p a {
	color: #666;
	font-size: .9em;
}
.link_logo p a:hover {
	color: #333;
	font-size: 0.9em;
	text-decoration: underline;
}
.left70, .left70yellow {
	display: block;
	margin: 0px;
	float: left;
	width: 66%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left70yellow {
	background-color: #F2CB56;
	border-right-style: none;
}
.yellowtop {
	height: 40px;
	background-image: url(i/yellowtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.yellowbottom {
	height: 40px;
	background-image: url(i/yellowbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right30 {
	display: block;
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
.competition {
	padding-top: 250px;
	background-repeat: no-repeat;
	background-position: left top;
}
.competition p {
	line-height: 1.6em;
}
.competition .text {
	padding: 12px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	line-height: 1.4em;
	color: #900009;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
.competition_winner {
	border: 2px dashed #F2CB56;
	background-color: #FFF;
	background-image: url(i/prize_winner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.competition_winner .winner {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #C00;
	margin-top: 220px;
}
.competition_winner .text {
	display: block;
}
#bookings select {
	border: 1px solid #000000;
	width: 180px;
	background-color: #A91721;
	color: #FFFFFF;
}
#booking_table ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 190px;
	display: block;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
#booking_table ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	font-size: 1.2em;
}
#booking_table ul .booking_heading a {
	line-height: 47px;
	background-image: url(i/booking_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 190px;
	color: #FFF;
	display: block;
}
#booking_table ul .booking_first a {
	line-height: 38px;
	height: 38px;
	width: 190px;
	background-image: url(i/booking_first.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#booking_table ul .booking_first a:hover {
	background-image: url(i/booking_first_select.png);
	color: #FFF;
}
#booking_table ul .booking_mid a {
	background-image: url(i/booking_mid.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 190px;
	line-height: 35px;
	display: block;
}
#booking_table ul .booking_mid a:hover {
	background-image: url(i/booking_mid_select.png);
	color: #FFF;
}
#booking_table ul .booking_last a {
	line-height: 35px;
	background-image: url(i/booking_last.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	width: 190px;
	display: block;
}
#booking_table ul .booking_last a:hover {
	background-image: url(i/booking_last_select.png);
	color: #FFF;
}
#terms ol {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 8px;
}
#terms ol li {
	list-style-image: url(pi/right.gif);
	list-style-type: none;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0px;
}
.instructors {
	float: left;
	width: 270px;
	margin: 2px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #E8E8E8;
}
.category {
	display: block;
	clear: left;
	padding-top: 16px;
	padding-bottom: 0px;
}
.instructors .name {
	font-size: 1.4em;
	font-weight: bold;
}
.instructors .photo {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 110px;
	width: 110px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}
.instructors .table {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.8em;
}
.instructors .details {
	margin-left: 135px;
	font-size: 0.9em;
	color: #333;
}
.instructors .keys {
	clear: left;
	height: 24px;
	font-size: .8em;
	line-height: 24px;
}
#sidebar1 .sidetop {
	background-image: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #C9D1FE;
}
#sidebar1 .sidetop a {
	color: #272A96;
	text-decoration: none;
}
#sidebar1 .sidelow a:hover {
	color: #900;
	text-decoration: underline;
}
#sidebar1 .sidetop p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 .sidetop h1 {
	color: #FFF;
	margin: 0px;
	text-indent: 42px;
	font-size: 1.2em;
	background-image: url(i/topheader_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #C9D1FE;
	line-height: 50px;
}
#sidebar1 .sidetop h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5DB8E;
}
#sidebar1 .sidetop h3 {
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	color: #900;
}
#sidebar1 .sidetop ul li a {
	color: #900;
	text-decoration: none;
}
#sidebar1 .sidetop ul li {
	list-style-image: none;
	list-style-type: square;
}

#sidebar1 .sidelow {
	background-image: none;
	background-color: #FAEBC4;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#sidebar1 .sidelow a {
	color: #900;
	text-decoration: none;
}
#sidebar1 .sidetop a:hover {
	color: #272A96;
	text-decoration: underline;
}
#sidebar1 .sidelow p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 .sidelow h1 {
	color: #FFF;
	margin: 0px;
	text-indent: 42px;
	font-size: 1.2em;
	background-image: url(i/lowheader_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #FAEBC4;
	line-height: 50px;
}
#sidebar1 .sidelow h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5DB8E;
}
#sidebar1 .sidelow h3 {
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	color: #900;
}
#sidebar1 .sidelow ul li a {
	color: #900;
	text-decoration: none;
}
#sidebar1 .sidelow ul li {
	list-style-image: url(i/mini_arrow.gif);
	list-style-type: none;
}
.testimonial {
	display: block;
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
}
.testimonial .texttop {
	background-image: url(i/speech_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 354px;
}
.testimonial .textmid {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(i/speech_mid.png);
	background-repeat: repeat-y;
	background-position: center center;
	width: 354px;
}
.testimonial .textmid span {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.testimonial .textend {
	background-image: url(i/speech_end.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 354px;
}
.testimonial .image  .thumbnail{
	display: block;
	background-color: #FFF;
	margin: 2px;
	padding: 8px;
	border: 1px solid #CCC;
	width: 260px;
	float: left;
}
.testimonial .name {
	color: #D70033;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-top: 150px;
	font-size: 2em;
}
.testimonials {
	background-image: url(i/testimonialText.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 630px;
	display: block;
	height: auto;
}
.testimonials .image {
	height: 240px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.testimonials img   {
	height: 130px;
	width: auto;
	padding: 16px;
	overflow: hidden;
}
.testimonials .text span {
	display: block;
	font-size: 1em;
	float: right;
	width: 400px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.testiomonialSpeech {
	background-image: url(i/testimonialSpeech.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 630px;
	clear: right;
}
.testiomonialSpeech .name {
	display: block;
	float: left;
	line-height: 32px;
	padding-left: 110px;
	font-size: 1.4em;
	font-style: italic;
	color: #C03;
	padding-right: 5px;
	height: 32px;
	overflow: hidden;
	padding-top: 15px;
}
.testiomonialSpeech .instructor {
	float: right;
	line-height: 32px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-right: 10px;
	height: 32px;
	overflow: hidden;
	padding-top: 15px;
}
.testiomonialSpeech .centre {
	font-size: 0.8em;
	float: right;
	padding-left: 10px;
	line-height: 32px;
	padding-right: 10px;
	height: 32px;
	overflow: hidden;
	padding-top: 15px;
}
.left {
	display: inline;
	float: left;
	padding-right: 12px;
	text-align: center;
}
.bgyellow {
	background-color: #F2CB56;
}
.answers {
	font-size: .8em;
}
.answers strong {
	font-weight: bold;
	font-size: .9em;
}
.orders {
	margin: 4px;
	padding: 4px;
	font-size: .8em;
}
.green {
	color: #093;
}
.outline_red {
	color: #C03;
	height: 42px;
	width: 120px;
	background-image: url(i/outline_fail.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	line-height: 50px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.outline_green {
	color: #093;
	background-image: url(i/outline_pass.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	height: 42px;
	width: 120px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	position: relative;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.mock_head {
	padding: 4px;
	margin: 4px;
}
.mock_head .study {
	font-size: 1.3em;
	margin: 8px;
	padding: 4px;
	background-color: #EDEDED;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.mock_questions {
	margin: 4px;
	padding: 4px;
}
.mock_questions span {
	padding-left: 22px;
}
.mock_head p {
	font-size: 1.4em;
	color: #000;
	background-color: #EBEBEB;
	margin: 10px;
	padding: 10px;
}
#fullContent .mock_head p, #wideContent .mock_head p {
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
}
.mock_letter {
	font-size: 0.8em;
	display: block;
}
.mock_question input {
	display: block;
	width: 20px;
	height: 20px;
}
.mock_question {
	display: block;
	width: 45%;
	float: left;
	height: 150px;
	font-size: 1.2em;
	margin: 4px;
	padding: 4px;
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
}
.mock_options {
	background-color: #F2CB56;
	height: 40px;
	margin: 0px;
	padding: 10px;
}
.mock_image {
	display: block;
}
.mock_options #Submit, .mock_options #Finish {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: right;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
}
.mock_options #Back {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: left;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
}
.mock_options #Grey_Back {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: left;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
	text-align: center;
	background-color: #EDEDED;
}
.mock_results {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
.mock_finals {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	font-size: 1.6em;
	font-weight: bold;
}
.imagel, .imageleft {
	float: left;
	padding: 5px;
}
.imager, .imageright {
	float: right;
	padding: 5px;
}
.sphoto, .photol, .photoleft, .sphotoleft, .photor, .photoright, .sphotoright  {
	background-color: #FFF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #EDEDED;
}
.photol, .photoleft, .sphotoleft {
	float: left;
}
.photor, .photoright, .sphotoright {
	float: right;
}
.sphoto, .sphotoleft, .sphotoright {
	width: 320px;
	height: auto;
}
#training .lessons ol {
	background-image: none;
}
#training .lessons ol li {
	color: #939;
	list-style-type: decimal;
	list-style-image: none;
	background-image: none;
	padding-left: 5px;
	text-indent: 0px;
}
#training .lessons ol li span {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #333;
}
.clearall { clear: left; }
.nav_top , .nav_bottom  {
	float: right;
	font-size: 0.9em;
	margin: 2px;
	padding: 2px;
	color: #F1F1F1;
}
.nav_top a , .nav_bottom a  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration: none;
	background-color: #EDEDED;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #333;
}
.nav_top a:hover, .nav_bottom a:hover
{
	text-decoration: none;
	background-color: #192221;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #FFF;
}
.emailsubscribe {
	background-color: #FFF;
	width: 330px;
	z-index: 222;
	float: right;
}
.subscribeBox {
	height: 26px;
	display: block;
	margin: 8px;
	padding: 8px;
}
input#EmailSubscribeInput {
	outline: none;
	background-image: url(i/input_email.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 26px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	text-indent: 8px;
}
input.EmailSubscribeButton {
	background-image: url(i/input_subscribe.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	width: 113px;
	padding: 0px;
	display: inline;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	float: left;
}
input.EmailSubscribeInput {
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
}
#fullContent .emailsubscribe h3, #wideContent .emailsubscribe h3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(i/bullet_newsletter.png);
	background-color: transparent;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#fullContent .fields #login li, #wideContent .fields #login li {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
#fullContent .fields, #wideContent .fields { display: block; }
.fields fieldset .login {
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2CB56;
	color: #F2CB56;
	width: 100%;
}
.fields fieldset #login li label span {
	margin: 4px;
	padding: 4px;
}
.fields fieldset #login li input {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-khtml-border-radius: 50px;
	margin: 4px;
	padding: 4px;
	outline: none;
}
.fields   fieldset #login li #login_button{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0px 3px rgba(0,0,0,8);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 3px 4px #000;
	width: auto;
	background-color: #F2CB56;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	display: inline-block;
	height: 45px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 54px;
}
.fields fieldset #login li #login_button:hover{
	text-decoration: none;
	background-color: #000000;
	color: #F2CB56;
}
.google_plusone {
	float: left;
	margin: 2px;
	width: 100px;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.share {
	float: right;
	margin: 2px;
	width: 83px;
	text-align: center;
	height: 30px;
	font-size: 0.9em;
	padding-top: 16px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.red {
	color: #C03;
	margin: 4px;
	padding: 4px;
	display: block;
	font-style: italic;
}
.incorrect {
	color: #C03;
}
.correct {
	color: #093;
}
a.button {

    font-family: Arial, Helvetica, sans-serif;

    font-weight: normal;
    font-style: normal;

    text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px;

    -moz-box-shadow: 0px 3px 4px #000;
    -webkit-box-shadow: 0px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;

    background-color: #F2CB56;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin: 4px;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    display: inline-block;
    cursor: pointer;
}
a.button:hover {

    text-decoration: none;
    background-color: #0D34A9;
    color: #FFFFFF;
}
.shopping_action     { text-align: center; }
.currency_1 { width: 98%; }
.currency_2 {
	float: left;
	width: 48%;
}
.currency_3 {
	float: left;
	width: 30%;
}
.currency_name { text-align: center; }
.currency_set {
	text-align: center;
	padding-bottom: 20px;
}
.currency_set.selected {
	padding-bottom: 20px;
	background-image: url(i/bullet_r.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

