/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 30px "Arial Black", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 13px 0;
	background: url('../i/hr.gif') no-repeat 0 100%;
	padding: 0 0 7px 0;
	letter-spacing: -1px;
}

h1 span {
	display: block;
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #0095cf;
	letter-spacing: 0;
	padding: 0 0 2px 0;
}

h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #0095cf;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

h3 {
	font: 18px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 4px 0;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0090c9;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	word-spacing: 1px;
	line-height: 1em;
}

h4 a:link, h4 a:visited {
	color: #0090c9;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}
h4.upcoming a:link, h4.upcoming a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}



h5 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #f3572c;
	margin: 0 0 0 32px;
	word-spacing: -1px;
}
h6{
	font-size: 16px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 22px;
	font-weight: bold;
}

/* Links */

a:link, a:visited, a:active {
	color: #0090c9;
	text-decoration: none;

}

a:hover {
	color: #0090c9;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 20px 0;
	line-height: 1.2em;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	color: #444343;
	background: #FFF url('../i/footer-bg.jpg') repeat-x 0 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.col-left p{
	line-height: 17px;
	font-size: 13px;
}

.all {
	background: url('../i/header-bg.jpg') repeat-x;
}

.frame {
	width: 946px;
	margin: 0 auto;
}

/* Header */

.header {
	position: relative;
	height: 162px;
	overflow: visible;
	z-index: 100;
}

.logo {
	margin: 16px 0 0 25px;
}

.promo-top {
	position: absolute;
	top: 22px;
	right: 15px;
}

/* Menu */

.menu {
	position: absolute;
	top: 123px;
	right: 6px;
	z-index: 100;
}

.menu li {
	float: left;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 2px;
	margin: 0 0 0 1px;
	position: relative;
}

.menu a:link, .menu a:visited {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #050505;
	padding: 0 10px 0 8px;
}

.menu li:hover {
	background: #1b9ae9;
}

.menu .current {
	background: #b2e4f7;
}

.menu li:hover a {
	color: #d2e86d !important;
	text-decoration: none !important;
}

/* Submenu */

ul#nav ul {
	position: absolute;
	width: 190px;
	display: none;
}

ul#nav ul li {
	font: 12px Arial, Helvetica, sans-serif;
	float: none;
	display: block;
}

ul#nav li.submenu:hover ul.level2, ul#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

ul#nav ul.level2 {
	top: 32px;
	left: -1px;
}

ul#nav ul.level3 {
	top: 0px;
	left: 188px;
	width: 280px;
}

ul#nav ul.level3 li {
	border-left: 1px solid #1da7f1;
}

ul#nav ul li a:link, ul#nav ul li a:visited {
	display:block;
	float: none;
	height: 27px;
	line-height: 27px;
	width: 175px;
	color: #FFF !important;
	letter-spacing: 0;
	padding: 0 0 0 13px;
	word-spacing: -1px;
}

ul#nav ul li {
	height: 27px;
	border-bottom: 1px solid #44b2f6;
	background: #1b9ae9 url('../i/submenu-arrow.gif') no-repeat 100% 0;
}

ul#nav ul li.submenu {
	height: 27px;
	border-bottom: 1px solid #44b2f6;
	background: #1b9ae9 url('../i/submenu-arrow-2.gif') no-repeat 100% 0;
}

ul#nav ul li:hover {
	background-color: #0084d6;
	background-position: 100% 100%;
}

/* Featured */

.featured {
	background: url('../i/featured-bg.jpg') no-repeat;
	width: 946px;
	height: 347px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.featured-photo {
	float: left;
	display: inline;
	margin: 25px 0 0 30px;
}

.featured-photo-description {
	position: absolute;
	top: 283px;
	left: 44px;
	background: #009ad6;
	height: 30px;
	width: 237px;
	color: #FFF;
	line-height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

.featured-events {
	float: left;
	display: inline;
	margin: 28px 0 0 35px;
	width: 300px;
}

.featured-event {
	margin: 0 0 8px 0;
}

.featured-events h3 {
	margin: 0 0 8px 0;
}

.featured-event h4 {
	word-spacing: 2px;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}

.featured-event-photo {
	float: left;
	width: 101px;
	height: 102px;
	overflow: hidden;
	background: url('../i/thumbnail-bg-featured.gif') no-repeat;
}

.featured-event-photo img {
	margin: 3px 0 0 3px;
}

.featured-event-description {
	float: left;
	display: inline;
	width: 170px;
	margin: 0 0 0 12px;
}

.date {
	color: #494b53;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
}

.featured-event-description .date {
	margin: 0 0 0 2px;
}

/* More Events Button */

a.more-events:link, a.more-events:visited {
	position: absolute;
	bottom: 30px;
	right: 73px;
	display: block;
	background: #8aa90e url('../i/button-more-events.gif') no-repeat;
	width: 148px;
	height: 33px;
	padding: 0 0 0 25px;
	font: 18px "Arial Black", Arial, Helvetica, sans-serif;
	line-height: 29px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: -1px;
	word-spacing: 1px;
}

a.more-events:hover {
	background-color: #FFF;
	background-position: 0 100%;
	color: #8aa90e;
}

/* Columns */

.columns {
	margin: 5px 10px 10px 28px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #a1d5f6;
}

.col-left {
	float: left;
	display: inline;
	width: 580px;
	margin: 0 0 0 0;
}

.col-left ol li{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 5px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
	margin-right: 15px;
	list-style-type: decimal;
	margin-left: 20px;
	letter-spacing: -1px;
}
.col-left ul li{
	font-size: 13px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-right: 15px;
	list-style-type: disc;
	margin-left: 20px;
}

.col-right {
	float: left;
	display: inline;
	margin: 5px 0 0 27px;
	width: 301px;
	overflow: hidden;
}

/* Small columns */

.col-1 {
	float: left;
	display: inline;
	width: 285px;
	margin: 5px 0 0 0;
}

.col-2 {
	float: left;
	display: inline;
	width: 257px;
	margin: 0 0 0 35px;
}

/* News */

.new {
	margin: 0 0 22px 0;
}

.news h3 {
	margin: 0 0 15px 3px;
}

.new h4 {
	margin: 0 0 2px 0;
}

.new-pic {
	float: left;
	display: inline;
}

.new-description {
	float: left;
	display: inline;
	width: 185px;
	margin: 0 0 0 15px;
}

.new p {
	margin: 0;
}

/* Blue button */

.button-blue a:link, .button-blue a:visited {
	display: block;
	float: left;
	height: 26px;
	background: #0099d5 url('../i/button-blue-right.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}
.button-blue-left a:link, .button-blue a:visited {
	display: block;
	float: left;
	height: 26px;
	background: #0099d5 url('../i/button-blue-left.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}
.button-green-back a:link, .button-green-back  a:visited {
	display: block;
	float: left;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #0099d5;
	background-image: url('../i/button-green-back-lt.gif');
	background-repeat: no-repeat;
	background-position: 0% 0;
	margin-right: 15px;
}
.button-green-back a span {
	display: block;
	float: left;
	height: 28px;
	line-height: 23px;
	word-spacing: -1px;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url('../i/button-green-back-rt.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.button-green-back a:hover span{	background-position: 100% 100%;}
.button-green-back a:hover {
	background-color: #FFF;
	background-position: 0% 100%;
	color: #80a200;
}
.form .button-blue a span {
	font-size: 13px;
	background-image: url('../i/form-button-left.gif');
	height: 30px;
	font-size: 13px;
	line-height: 27px;
	padding: 0 25px 0 15px;
}
.button-blue-rt a:link, .button-blue-rt a:visited {
	display: block;
	float: right;
	height: 26px;
	background: #0099d5 url('../i/button-blue-right.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
	width: 130px;
}

.button-blue span {
	display: block;
	float: left;
	height: 26px;
	background: url('../i/button-blue-left.gif') no-repeat;
	line-height: 23px;
	padding: 0 25px 0 9px;
	word-spacing: -1px;
	cursor: pointer;
}

.button-blue-rt span {
	display: block;
	float: left;
	height: 26px;
	background: url('../i/button-blue-left.gif') no-repeat;
	line-height: 23px;
	padding: 0 25px 0 9px;
	word-spacing: -1px;
	cursor: pointer;
}

.button-blue a:hover, .button-blue-rt a:hover {
	background-color: #FFF;
	background-position: 100% 100%;
	color: #0099d5;
}

.button-blue a:hover span {
	background-position: 0 100%;
}

/* Subscribe */

.subscribe {
	background: url('../i/subscribe-bg.jpg') no-repeat;
	width: 256px;
	height: 228px;
	overflow: hidden;
	margin: 0 0 32px 0;
}

.subscribe .inner {
	margin: 11px 0 0 15px;
	color: #444444;
}

.subscribe h3 {
	margin: 0;
	line-height: 1em;
}

.subscribe h4 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #078da7;
	margin: 0 0 9px 0;
}

.line {
	clear: both;
	width: 100%;
	margin: 0 0 4px 0;
}

.subscribe .line {
	margin: 0 0 4px 0;
}

.line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .line {height: 1%;}

.subscribe .label {
	float: left;
	display: inline;
	width: 97px;
	margin: 3px 0 0 0;
	letter-spacing: -1px;
	word-spacing: 3px;
}

.subscribe .formw {
	float: left;
	display: inline;
	width: 124px;
	height: 22px;
	background: url('../i/subscribe-text.gif') no-repeat;
}

.subscribe .formw input {
	width: 118px;
	border: 0px solid transparent;
	background: transparent;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px 3px 4px 3px;
}

.subscribe .button-blue {
	margin: 8px 0 0 67px;
}

.subscribe .button-blue a:link, .subscribe .button-blue a:visited {
	width: 90px;
	height: 26px;
	line-height: 24px;
	background: url('../i/button-subscribe.gif') no-repeat;
	padding: 0 0 0 8px;
}

.subscribe .button-blue a:hover {
	background-position: 0 100%;
}

/* Outlined Box */

.outlined-box {
	background: url('../i/outlined-box.gif') no-repeat;
	width: 257px;
	height: 105px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.outlined-box ul {
	margin: 20px 0 0 27px;
}

.outlined-box ul li {
	float: left;
	display: inline;
	margin: 0 40px 0 0;
}
#partners ul{
	padding: 0px;
	margin: 10px;
}
#follow ul {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}

#follow ul li {
	margin: 0 13px 0 0;
}

.outlined-box ul li.last {
	margin: 0 !important;
}

/* Countdown */

.countdown {
	background: url('../i/countdown-bg.jpg') no-repeat;
	width: 300px;
	height: 156px;
	overflow: hidden;
	margin: 0 0 13px 0;
}

.countdown .inner {
	margin: 9px 0 0 18px;
	position: relative;
}

#numbers {
	margin: 0 0 12px 0;
}

#numbers li {
	float: left;
	display: inline;
	background: #e8f1bb;
	color: #0791ac;
	width: 43px;
	height: 46px;
	margin: 0 4px 0 0;
	text-align: center;
	padding: 2px 0 0 0;
}

#numbers big {
	color: #111111;
	font: 24px "Arial Black", Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1.1em;
	margin: 0 0 2px 0;
}

#till {
	font: bold italic 24px Arial, Helvetica, sans-serif;
	color: #a7c130;
	position: absolute;
	top: 10px;
	right: 33px;
}

.countdown-event {
	float: left;
	display: inline;
	width: 170px;
}

.countdown-event big {
	font: 21px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #0092cb;
	display: block;
	line-height: 0.9em;
	margin: 0 0 6px 0;
}

.countdown-event big a:link, .countdown-event big a:visited {
	color: #0092cb;
}

.countdown-event big a:hover {
	text-decoration: none;
	color: #000;
}

.countdown-event p {
	font-size: 11px;
	color: #5c5c5c;
	margin: 0 0 0 4px;
}

.countdown-photo {
	float: left;
	display: inline;
	background: url('../i/countdown-photo-bg.gif') no-repeat;
	width: 95px;
	height: 69px;
	overflow: hidden;
	margin: 5px 0 0 7px;
}

.countdown-photo img {
	margin: 3px 0 0 3px;
}

/* Cart */

.cart {
	background: #eff8c6 url('../i/cart-bg-top.gif') no-repeat;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.cart h3 {
	margin: 3px 0 15px 0;
}

.cart a:link, .cart a:visited {
	color: #0090c9;
}

.cart .inner {
	margin: 0 0 0 15px;
	padding: 0 0 7px 0;
}

.cart ul li {
	background: url('../i/li-arrow.gif') no-repeat 0 5px;
	padding: 0 0 0 13px;
	margin: 0 0 4px 0;
}

/* Green button */

.button-green a:link, .button-green a:visited {
	display: block;
	float: left;
	height: 26px;
	background: url('../i/button-green-right.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}

.button-green span {
	display: block;
	float: left;
	height: 26px;
	background: url('../i/button-green-left.gif') no-repeat;
	line-height: 22px;
	padding: 0 24px 0 9px;
	word-spacing: -1px;
	cursor: pointer;
}

.button-green a:hover {
	background-color: #FFF;
	background-position: 100% 100%;
	color: #8aa90e;
}

.button-green a:hover span {
	background-position: 0 100%;
}

.cart .button-green a {
	float: right !important;
	display: inline;
	margin: 0 5px 0 0;
}

/* Side Gallery */

.side-gallery {
	margin: 0 0 25px 0;
}

.gallery-top .button-blue {
	float: right;
	display: inline;
	margin: 4px 0 0 0;
}

.gallery-top .button-blue a:link, .gallery-top .button-blue a:visited {
	height: 22px;
	background: url('../i/button-blue-right-small.gif') no-repeat 100% 0;
}

.gallery-top .button-blue a span {
	height: 22px;
	line-height: 19px;
	background: url('../i/button-blue-left-small.gif') no-repeat;
	padding: 0 20px 0 10px;
}

.gallery-top .button-blue a:hover {
	background-position: 100% 100%;
}

.gallery-top .button-blue a:hover span {
	background-position: 0 100%;
}

.gallery-top {
	margin: 0 0 3px 0;
}

.gallery {
	margin: 0 0 0 -15px;
}

.side-gallery .gallery {
	width: 310px;
	margin: 0 0 0 -4px;
}

.gallery li {
	float: left;
	display: inline;
	margin: 0 0 12px 15px;
	text-align: center;
}

.side-gallery .gallery li {
	margin: 0 0 0 4px;
}

.gallery li a {
	display: block;
	background: url('../i/thumbnail-bg-big.gif') no-repeat;
	width: 101px;
	height: 102px;
	overflow: hidden;
	text-align: left;
}

.side-gallery .gallery li a {
	background: url('../i/thumbnail-bg.gif') no-repeat;
	width: 98px;
	height: 98px;
}

.gallery li img {
	margin: 3px 0 0 3px;
}

.promo-right {
	text-align: center;
}

/* Bottom line */

.bottom-line {
	border: 1px solid #d3d3d3;
	margin: 0 10px 8px 28px;
	overflow: hidden;
}

.promo-bottom {
	float: left;
	display: inline;
}

.bottom-logos {
	float: left;
	display: inline;
	margin: 34px 0 0 3px;
}

.bottom-logos li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

/* Footer */

.footer {
	height: 220px;
	margin: 0 10px 0 28px;
	position: relative;
	overflow: hidden;
}

.footer-logo {
	position: absolute;
	top: 0;
	right: 3px;
}

.bottom-menu {
	background: #68bbf0 url('../i/bottom-menu-bg.jpg') no-repeat;
	width: 686px;
	height: 42px;
	overflow: hidden;
	margin: 45px 0 18px 0;
}

.bottom-menu ul {
	margin: 16px 0 0 22px;
}

.bottom-menu ul li {
	float: left;
	display: inline;
	margin: 0 25px 0 0;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #000;
}

/* Copyright */

.copyright {
	color: #3d3d3d;
	word-spacing: -1px;
	line-height: 1.4em;
}

.blue {
	color: #11889f;
}

.copyright a:link, .copyright a:visited {
	color: #0f9db9;
}

.developer {
	color: #759c00;
	font-size: 11px;
	margin: 0 0 0 4px;
}

.developer a:link, .developer a:visited {
	color: #759c00;
}

.terms {
	position: absolute;
	top: 105px;
	right: 5px;
	word-spacing: -1px;
}

/* Events */

.item {
	background: url('../i/hr.gif') no-repeat 0 100%;
	padding: 0 0 7px 0;
	margin: 0 0 14px 0;
}

.pic {
	background: url('../i/thumbnail-bg-big.gif') no-repeat;
	width: 101px;
	height: 102px;
	overflow: hidden;
	float: left;
	display: inline;
}

.pic img {
	margin: 3px 0 0 3px;
}

.info {
	float: left;
	display: inline;
	width: 285px;
	margin: 0 0 0 15px;
}

.item-buttons {
	float: left;
	display: inline;
	width: 143px;
	height: 111px;
	background: url('../i/event-arrow.gif') no-repeat;
	margin: 0 0 0 15px;
	overflow: hidden;
}


.price {
	color: #81a100;
}

.item .date {
	font-size: 13px;
	margin: 0 0 7px 0;
}

.description {
	font-style: italic;

}
p.description{
	margin-bottom: 11px;
}
.item-buttons ul {
	margin: 26px 0 0 32px;
}

.item-buttons ul li {
	margin: 0 0 3px 0;
	list-style-type: none;
}

a.item-button-blue:link, a.item-button-blue:visited,
a.item-button-green:link, a.item-button-green:visited,
.item-button-red {
	display: block;
	width: 87px;
	height: 24px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
}

a.item-button-blue:hover,
a.item-button-green:hover {
	background-color: #FFF;
	background-position: 0 100%;
	text-decoration: none;
}

.item-button-blue {
	background-color: #0099d5;
	background-image: url('../i/item-button-blue.gif');
}

a.item-button-blue:hover {
	color: #008fc7;
}

.item-button-green {
	background-color: #8aa90e;
	background-image: url('../i/item-button-green.gif');
}

a.item-button-green:hover {
	color: #8aa90e;
}

.item-button-red {
	background-color: #f3572c;
	background-image: url('../i/item-button-red.gif');
}

/* Event details */

.button-back, .button-archive {
	float: right;
	display: inline;
	margin: 15px 15px 0 0;
}

.button-back a:link, .button-back a:visited, .button-archive a:link, .button-archive a:visited {
	background-image: url('../i/button-back-right.gif');
}

.button-back a span, .button-archive a span {
	background-image: url('../i/button-back-left.gif');
	padding: 0 12px 0 18px;
}

.full-event {
	background: transparent;
	padding: 0;
	margin: 0 0 27px 0;
}

.video {
	margin: 0 0 11px 0;
}

/* Results */

a.results:link, a.results:visited {
	display: block;
	color: #FFF;
	background: #0099d5 url('../i/results-bg.gif') no-repeat;
	width: 303px;
	height: 48px;
	position: relative;
}

a.results:hover {
	text-decoration: none;
}

a.results:hover span {
	text-decoration: underline;
}

.results {
	margin: 0 0 13px 0;
}

.results big {
	font: 18px "Arial Black", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 15px;
	left: 47px;
	letter-spacing: -1px;
}

.results span {
	position: absolute;
	top: 21px;
	right: 20px;
	font-weight: bold;
}

/* Wide Outlined Box */

.outlined-box-wide {
	background: url('../i/outlined-box-wide.gif') no-repeat;
	width: 302px;
	height: 105px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.outlined-box-wide ul {
	margin: 20px 0 0 40px;
}

.outlined-box-wide ul li {
	float: left;
	display: inline;
	margin: 0 62px 0 0;
}

.outlined-box-wide ul li.last {
	margin: 0 !important;
}


/* Form pages */

.step-column h1 {
	background: transparent;
}

.single-column {
	margin: 5px 10px 10px 28px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.step-column {
	background: url('../i/step-bg.jpg') no-repeat 0 47px;
}

.wrapper {
	margin: 19px 0 0 30px;
	overflow: hidden;
}

.content-1 {
	margin: 38px 0 0 35px;
}

.content-2 {
	margin: 22px 0 0 0;
}

/* Steps */

.steps {
	float: right;
	display: inline;
	margin: 17px 0 0 0;
}

.steps li {
	float: left;
	display: inline;
	margin: 0 0 0 29px;
	font: 15px "Arial Black", Arial, Helvetica, sans-serif;
	color: #797979;
	letter-spacing: -1px;
}

.steps li.current {
	color: #81a000;
}

.steps li img {
	vertical-align: top;
	margin: 4px 4px 0 0;
}

.current-step img {
	vertical-align: top;
	margin: 2px 9px 0 0;
}

.form .label {
	float: left;
	display: inline;
	width: 50px;
	margin: 6px 0 0 0;
	color: #20201f;
	font-weight: bold;
}

.form label {
	color: #20201f;
	font-weight: bold;
}

.form .formw {
	float: left;
	display: inline;
	width: 520px;
}

.content-1 .form .formw {
	float: left;
	display: inline;
	width: 218px;
}

.form .formw select {
	vertical-align: top;
	border: 1px solid #9bc8d9;
	background: #f3f3f3;
	color: #6a8500;
	width: 216px;
	padding: 2px 0;
	margin: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}


.content-1 .form .line {
	margin: 0 0 9px 0;
}

.text-data {
	font-weight: bold;
	margin: 6px 0 0 0;
}

p.note {
	font-size: 11px;
	font-style: italic;
	color: #717171;
	line-height: 1.4em;
	margin: 0 0 23px 0;
}

.form .button-blue a:link, .form .button-blue a:visited {
	background-image: url('../i/form-button-right.gif');
	height: 30px;
}

.form .button-blue a span {
	font-size: 13px;
	background-image: url('../i/form-button-left.gif');
	height: 30px;
	font-size: 13px;
	line-height: 27px;
	padding: 0 25px 0 15px;
}
.form .button-blue-wide a:link, .form .button-blue-wide a:visited {
	background-image: url('../i/form-button-right.gif');
	height: 30px;
}

.form .button-blue-wide a span {
	font-size: 13px;
	background-image: url('../i/form-button-left.gif');
	height: 30px;
	font-size: 13px;
	line-height: 27px;
	padding: 0 25px 0 15px;
}

/* Second step */

.content-2 .label {
	width: 160px;
	text-align: right;
	margin: 6px 10px 0 0;
}

.text {
	background: url('../i/text-right.gif') no-repeat 100% 0;
	height: 22px;
	float: left;
	display: inline;
	margin: 2px 0 0 0;
}
.text-confirm {
	height: 18px;
	float: left;
	display: inline;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
}

.text div {
	background: url('../i/text-left.gif') no-repeat;
	height: 22px;
	float: left;
}

.text input {
	border: 0px solid transparent;
	background: transparent;
	width: 97%;
	padding: 4px 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #6a8500;
}

.form .text input {
	width: 210px;
}
.form .text input.short {
	width: 25px;
	margin-right: 12px;
}

div.line div.formw select.birth-month {
	width: 55px;
	margin: 0 8px 0 0;
}

div.line div.formw select.birth-day {
	width: 55px;
	margin: 0 8px 0 0;
}

div.line div.formw select.birth-year {
	width: 65px;
}
div.line div.formw select#hour {
	width: 50px;
	margin: 0 3px 0 0;

}

div.line div.formw select#mins {
	width: 50px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3;
}
div.line div.formw select.longer {
	width: 225px;
}
.error-message {
	float: left;
	display: inline;
	background: #f3572c url('../i/error-bg.gif') no-repeat;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	margin: 0 0 0 4px;
	padding: 0 8px 0 14px;
}

.error .text {
	background-position: 100% 100%;
}

.error .text div {
	background-position: 0 100%;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: url('../i/hr.gif') no-repeat;
	margin: 15px 0;
}

.form .formw .hr {
	width: 210px;
	margin: 15px 0 14px 0;
}

.two-lines-text .label {
	margin-top: 0px !important;
}

.two-lines-text {
	margin-bottom: 10px !important;
}

.big-spacing {
	margin-bottom: 22px !important;
}

#before {
	width: 60px;
}

.checkbox {
	vertical-align: top;
	height: 15px;
	margin: 0 5px 0 0;
}

.checkbox-line label {
	font-weight: normal;
}

.button-line {
	margin: 20px 0 0 0;
}

/* Textarea */

.textarea {
	width: 416px;
	background: url('../i/textarea-mid.gif') repeat-y;
	margin: 0 0 10px 0;
}

.textarea .bg-top {
	background: url('../i/textarea-top.gif') no-repeat;
}

.textarea .bg-bottom {
	background: url('../i/textarea-bottom.gif') no-repeat 0 100%;
	padding: 2px 0 2px 0;
}

.textarea textarea {
	width: 407px;
	background: transparent;
	border: 0px solid transparent;
	padding: 0 3px;
	color: #6a8500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.empty-line {
	margin: 0 0 12px 0;
}

#expiry-month {
	width: 55px;
	float: left;
	display: inline;
}

.slash {
	display: block;
	float: left;
	display: inline;
	margin: 7px 8px 0 8px;
	color: #80a000;
}

#expiry-year {
	width: 55px;
	float: left;
	display: inline;
}

#csv {
	width: 50px;
}

.hint {
	float: left;
	display: inline;
	margin: 6px 0 0 11px;
}

.hint a:link, .hint a:visited {
	color: #e33100;
	text-decoration: underline;
}

.hint a:hover {
	text-decoration: none;
}

/* Review table */

.content-3 {
	margin: 33px 0 0 55px;
	width: 820px;
}

.review {
	width: 820px;
	margin: 0 0 27px 0;
}

.review tr {
	background: url('../i/table-sep.gif') no-repeat 0 100%;
}

.review th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 0 8px;
	height: 32px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	letter-spacing: -1px;
	word-spacing: 2px;
}

.review th.review-heading-1 {
	width: 550px;
}

.review th.review-heading-2 {
	width: 135px;
}

.review th.review-heading-3 {
	width: 135px;
}
.review th.review-heading-4 {
	width: 135px;
}

.review th.review-heading-5 {
	width: 135px;
	text-align: center;
}

.review td {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

.review td.review-column-1 {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 0 8px;
	word-spacing: 2px;
}
.review td.review-column-2 {
	letter-spacing: -1px;
	padding: 0 0 0 15px;
	word-spacing: 2px;
	color: #0090c9;
}
.review td.review-column-3 {
	letter-spacing: -1px;
	padding: 0 0 0 15px;
	word-spacing: 2px;
	color: #0090c9;

}
.review td.review-column-4 {
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
}

.review td.review-column-5 {
	letter-spacing: -1px;
	word-spacing: 3px;
	font-size: 12px;
	text-align: center;
}

.review td.review-column-5 a:link, .review td.review-column-4 a:visited {
	color: #e65700;
}

.green {
	color: #8aa90e;
}

tr.total {
	background-color: #e4f8ff;
}

.review tr.total td.review-column-1 {
	font-weight: normal;
}

.review tr.total td.review-column-2 {
	padding: 0 0 0 8px;
	font-weight: bold;
}
.review tr.total td.review-column-3 {
	padding: 0 0 0 8px;
		font-weight: bold;
}
.review tr.total td.review-column-4 {
	padding: 0 0 0 8px;
	font-weight: bold;
	font-size: 17px;
	color: #000;
}

/* Big blue button */

.button-blue-big a:link, .button-blue-big a:visited {
	display: block;
	float: left;
	height: 32px;
	background: #0099d5 url('../i/button-blue-big-right.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}

.button-blue-big span {
	display: block;
	float: left;
	height: 32px;
	background: url('../i/button-blue-big-left.gif') no-repeat;
	font: 16px "Arial Black", Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0 32px 0 11px;
	word-spacing: -1px;
	cursor: pointer;
}

.button-blue-big a:hover {
	background-color: #FFF;
	background-position: 100% 100%;
	color: #0099d5;
}

.button-blue-big a:hover span {
	background-position: 0 100%;
}

.big-buttons .button-blue-big {
	float: right;
}


/* Big green button */

.button-green-big a:link, .button-green-big a:visited {
	display: block;
	float: left;
	height: 32px;
	background: #0099d5 url('../i/button-green-big-right.gif') no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}

.button-green-big span {
	display: block;
	float: left;
	height: 32px;
	background: url('../i/button-green-big-left.gif') no-repeat;
	font-size: 15px;
	line-height: 28px;
	padding: 0 28px 0 32px;
	word-spacing: -1px;
	cursor: pointer;
}

.button-green-big a:hover {
	background-color: #FFF;
	background-position: 100% 100%;
	color: #8aa90e;
}

.button-green-big a:hover span {
	background-position: 0 100%;
}

.big-buttons .button-green-big {
	float: left;
	display: inline;
}

/* Photo gallery */

.photo-gallery .item-buttons {
	background: url('../i/photo-gallery-arrow.gif') no-repeat;
}

.photo-gallery .item-buttons ul {
	margin: 41px 0 0 26px;
}

.has-no-description .info {
	margin-top: 30px;
}

.photo-gallery a.item-button-green:link, .photo-gallery a.item-button-green:visited {
	display: block;
	width: 97px;
	height: 24px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 0 0 0 6px;
	background-image: url('../i/item-button-green-wide.gif');
}

.photo-gallery a.item-button-green:hover {
	color: #8aa90e;
}

/* Green back button */

.button-back-green {
	float: left;
	display: inline;
	margin: 15px 0 0 0;
}

.button-back-green a:link, .button-back-green a:visited {
	background-image: url('../i/button-back-green-right.gif');
	height: 26px;
}

.button-back-green a span {
	background-image: url('../i/button-back-green-left.gif');
	padding: 0 12px 0 20px;
	height: 26px;
	line-height: 24px;
}

/* Results */

h1.results-heading {
	padding-left: 45px;
	padding-top: 5px;
	background: url('../i/ico-results.gif') no-repeat;
	margin: 0;
}

.results {
	width: 899px;
	margin: 0 0 17px 0;
	background: url('../i/results-table-top.gif') no-repeat 0 0;
}

.results tr {
	background: url('../i/table-sep-wide.gif') no-repeat 0 100%;
}

.results tr.results-head {
	background: transparent;
}

.results th {
	font: 14px "Arial Black", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 0 17px;
	height: 43px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	letter-spacing: -1px;
	word-spacing: 2px;
	
}

.results th.results-heading-1 {
	width: 111px;
	background: url('../i/results-th-sep.gif') no-repeat 100% 0;
}

.results th.results-heading-2 {
	width: 421px;
	background: url('../i/results-th-sep.gif') no-repeat 100% 0;
}

.results th.results-heading-3 {
	width: 153px;
	background: url('../i/results-th-sep.gif') no-repeat 100% 0;
}

.results th.results-heading-4 {
	width: 146px;
}

.results td {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 0 17px;
}

.results td.results-column-1 {
	font-size: 13px;
	font-weight: bold;
}

.results td.results-column-2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 2px;
}

.results td.results-column-3 {
	letter-spacing: -1px;
	word-spacing: 2px;
}

.results td.results-column-3 a:link, .results td.results-column-3 a:visited {
	color: #0095cf;
	background: url('../i/arrow-blue.gif') no-repeat 100% 4px;
	padding: 0 15px 0 0;
}

.results td.results-column-4 {
	letter-spacing: -1px;
	word-spacing: 2px;
}

.results td.results-column-4 a:link, .results td.results-column-4 a:visited {
	color: #8aa90e;
	background: url('../i/arrow-green.gif') no-repeat 100% 4px;
	padding: 0 15px 0 0;
}



#jFlowSlide {
   
  
	float: left;
	overflow: hidden;
	width: 288px;
	
}


.slide-wrapper {
    padding: 0px;
	overflow: hidden;
	width: 572px;
	float: left;
	
	
}

.slide-wrapper .featured-photo-description {
   position: relative;
   background: #009ad6;
   position: relative;
   padding: 0 0 0 15px;
   color: #FFF;
   line-height: 30px;
   z-index: 10;
   float: left;
   top: -8px;
   left: 15px;
}



.slides {
    padding: 0px;
	overflow: hidden;
	width: 572px;
	float: left;
	
	
}

.slide-wrapper p {
   margin-top: 15px;
   font-size: 11px;
}

#myController {
    font-family: Georgia;
    padding: 2px 0;
    width: 220px;
   display: none;
	float: left;
}
#myController span.jFlowControl {
	
	background: url(images/memberbg.jpg) no-repeat top left;
	width: 8px;
	height: 8px;
	margin: 6px 5px 0 5px;
	line-height: 150%;
	float: left;
}
#myController span.jFlowSelected {
    background: #43A0D5;
    margin-right: 0px;
	background: url(images/memberhovbg.jpg) no-repeat top left;
	float: left;
	width: 12px;
	height: 12px;
}

.jFlowControl, .jFlowPrev, .jFlowNext {
    color: #000;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
	float: left;
}
.jFlowPrev, .jFlowNext {
    color: #000;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
	background: none;
	
}
.jFlowControl:hover {
    background: #ff0000;
    margin-right: 0px;
	background: url(images/memberhovbg.jpg) no-repeat top left;
	
	width: 12px;
	height: 12px;
}



div.upsell{
	margin-top: 12px;
	margin-bottom: 25px;
	border: 1px solid #0095cf;
	background-color: #FFF;
	background-image: url(../i/upsell_tile.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 20px;
}

div.upsell-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3b5058;
	background-image: url(../i/upsell-title-bgd.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
div.upsell ul{
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0085b9;
}
div.upsell ul.percent{
	border-bottom-style: none;
	margin-bottom: -10px;
}
div.upsell ul li{
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div.upsell ul li.red{
	color: #eb0000;
	font-size: 16px;
	margin-top: 8px;
	letter-spacing: -1px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 14px;
	background-image: url(../i/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.flt-rt{
	float: right;
	margin-right: 47px;
}
div.cost-saver{
	margin-top: 72px;
	margin-bottom: 12px;
	background-color: #FFF;
	background-image: url(../i/upsell_tile.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 140px;
	width: 290px;
	margin-left: 20px;
	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: #6ccef1;
	border-right-color: #6ccef1;
	border-bottom-color: #6ccef1;
	border-left-color: #6ccef1;
}

div.cost-saver-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333;
	background-image: url(../i/cost-saver-title-bgd.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}
div.cost-saver ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
div.cost-saver ul li{
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
}
div.cost-saver ul li.dot-line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0085b9;
	margin-right: 25px;
	margin-top: 8px;
	margin-bottom: 7px;
}
.flt-rt-cost-saver{
	float: right;
	margin-right: -40px;
}
.blue-hilite{
	color: #0085b9;
	font-size: 16px;
}
.black{
	color: #000;
	font-size: 17px;
	word-spacing: 1px;
	margin-right: 2px;
	margin-left: 2px;
}
div.race-list{
	margin-top: 20px;
	margin-bottom: 12px;
	background-color: #FFF;
	background-image: url(../i/upsell_tile.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 140px;
	width: 360px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #0095cf;
	border-bottom-color: #0095cf;
	border-left-color: #0095cf;
}


div.race-list ul{
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
div.race-list ul li{
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	background-image: url(../i/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.remove{
	text-align: right;
	float: right;
	width: 18px;
}
.accept-terms{
	height: 150px;
	width: 600px;
	overflow: auto;
	visibility: visible;
	color: #333333;
	padding: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(../i/terms-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7dd3f4;
	border-right-color: #7dd3f4;
	border-bottom-color: #7dd3f4;
	border-left-color: #7dd3f4;
}
.accept-terms h3{
	font-size: 17px;
	color: #656b6d;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 2px;
}

.payment-notice{
            background-color: #ecf8fc;
            padding: 20px;
            margin-right: 30px;
            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: #a3d8ec;
            border-right-color: #9cadb3;
            border-bottom-color: #9cadb3;
            border-left-color: #a3d8ec;
}
