* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #4E5156 url(../images/bg/body_bot.gif) repeat-x left bottom;
	font-family: Tahoma;
	font-size: 11px;
}

/**
 *	General Styles
 */

a {
	outline: none;
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div.clr,
br.clr {
	clear: both;
	font-size: 1px;
	height: 0;
}

* html div.clr {
	height: 1px;
	width: 1px;
}

/* headings */

h1,
h2,
h3 {
	border-bottom: 1px solid #8E9193;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
}

h1.sm {
	font-size: 18px;
}

h2 {
	margin: 50px 0 5px 0;
	font-size: 14px;
}

h3 {
	font-size: 14px;
	background: url(../images/brd/dotted_x_a.gif) repeat-x left bottom;
	border: none;
}

strong {
	color: #FFF;
}

.nb {
	border: none;
	padding: 0;
	margin: 0;
}

address {
	font-style: normal;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}

address strong {
	color: #000;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}

p {
	line-height: 1.5;
}

p.main {
	line-height: 2.0;
	background: url(../images/brd/dotted_x_a.gif) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

blockquote {
	margin: 15px 15px 45px 15px;
}

/* floats */

.fr {
	float: right;
}

.fl {
	float: left;
}

/* images */

img.fr {
	margin: 10px 0 0 10px;
} 

img.fl {
	margin: 10px 10px 0 0;
}

/* buttons */

a.fr {
	margin-left: 5px;
}

a.btn-rm,
a.btn-an,
a.btn-ar,
a.btn-as,
a.btn-ah,
a.btn-at,
a.btn-srch {
	margin-top: 5px;
	text-align: left;
	text-indent: -999em;
	line-height: 1.0;
	height: 15px;
}

a.btn-rm:hover,
a.btn-an:hover,
a.btn-ar:hover,
a.btn-as:hover,
a.btn-ah:hover,
a.btn-at:hover,
a.btn-srch:hover {
	text-decoration: none;
}

.btn-rm {
	width: 65px;
	background: url(../images/btn/read_more_a.gif) no-repeat 0 0;
}

.btn-rm:hover {
	background: url(../images/btn/read_more_a.gif) no-repeat 0 -15px;
}

.box .btn-rm {
	width: 65px;
	background: url(../images/btn/read_more_b.gif) no-repeat 0 0;
}

.box .btn-rm:hover {
	background: url(../images/btn/read_more_b.gif) no-repeat 0 -15px;
}

.btn-an {
	width: 60px;
	background: url(../images/btn/all_news_a.gif) no-repeat 0 0;
}

.btn-an:hover {
	background: url(../images/btn/all_news_a.gif) no-repeat 0 -15px;
}

.box .btn-an {
	background: url(../images/btn/all_news_b.gif) no-repeat 0 0;
}

.box .btn-an:hover {
	background: url(../images/btn/all_news_b.gif) no-repeat 0 -15px;
}

.btn-ar {
	width: 63px;
	background: url(../images/btn/all_rides_a.gif) no-repeat 0 0;
}

.btn-ar:hover {
	background: url(../images/btn/all_rides_a.gif) no-repeat 0 -15px;
}

.box .btn-ar {
	background: url(../images/btn/all_rides_b.gif) no-repeat 0 0;
}

.box .btn-ar:hover {
	background: url(../images/btn/all_rides_b.gif) no-repeat 0 -15px;
}

.btn-ah {
	width: 83px;
	background: url(../images/btn/all_headlines_a.gif) no-repeat 0 0;
}

.btn-ah:hover {
	background: url(../images/btn/all_headlines_a.gif) no-repeat 0 -15px;
}

.btn-as {
	width: 78px;
	background: url(../images/btn/all_services_a.gif) no-repeat 0 0;
}

.btn-as:hover {
	background: url(../images/btn/all_services_a.gif) no-repeat 0 -15px;
}

.box .btn-as {
	background: url(../images/btn/all_services_b.gif) no-repeat 0 0;
}

.box .btn-as:hover {
	background: url(../images/btn/all_services_b.gif) no-repeat 0 -15px;
}

.box .btn-at {
	width: 63px;
	background: url(../images/btn/all_tales_b.gif) no-repeat 0 0;
}

.box .btn-at:hover {
	background: url(../images/btn/all_tales_b.gif) no-repeat 0 -15px;
}

.btn-srch {
	width: 51px;
	bottom: 4px;
	right: 0;
	position: absolute;
	background: url(../images/btn/search.gif) no-repeat 0 0;
}

.btn-srch:hover {
	background: url(../images/btn/search.gif) no-repeat 0 -15px;
}

/* p, dl, ul, div */

dl.ml,
dl.mr {
	margin-top: 10px;
}

.box .ml,
.box .mr {
	margin-top: 5px;
}

dl.ml {
	width: 45%;
	padding-right: 10px;
}

dl.mr {
	width: 45%;
	margin-left: 10px;
	background: url(../images/brd/dotted_y_a.gif) repeat-y 0 25px;
	padding-left: 20px;
}

.box .mr {
	background: url(../images/brd/dotted_y_b.gif) repeat-y 0 100px;
}

#col-b dt,
.ml dt,
.mr dt {
	position: relative;
	background: url(../images/brd/dotted_x_a.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#col-b dt span {
	position: absolute;
	top: 0;
	right: 0;
}

#col-b .box .ml dt,
#col-b .box .mr dt {
	background: url(../images/brd/dotted_x_b.gif) repeat-x left bottom;
}

#col-b dt a,
.ml dt a,
.mr dt a {
	text-decoration: underline;
	background: url(../images/btn/news_a_a.gif) no-repeat 0 0;
	line-height: 1.0;
	padding-left: 16px;
	padding-bottom: 2px;
	color: #000;
	font-weight: bold;
}

.ml dt a,
.mr dt a {
	display: block;
}

#col-b .box .ml dt a,
#col-b .box .mr dt a {
	padding: 2px 0 4px 20px;
	display: block;
	background: url(../images/btn/news_b_a.gif) no-repeat 5px 3px;
	color: #838891;
	text-decoration: none;
}

#col-b dt a:hover,
.ml dt a:hover,
.mr dt a:hover {
	color: #F00;
	background: url(../images/btn/news_a_b.gif) no-repeat 0 0;
	text-decoration: underline;
}

#col-b .box .ml dt a:hover,
#col-b .box .mr dt a:hover {
	background: #090A0B url(../images/btn/news_b_b.gif) no-repeat 5px 3px;
	text-decoration: underline;
}

#col-b dd,
.ml dd,
.mr dd {
	line-height: 1.25;
	padding-top: 5px;
}

#col-b dd img.fr,
#col-b dd img.fl {
	margin-top: 0;
}

#col-b .box dd {
	color: #71757C;
}

.ml dd a,
.mr dd a {
	margin-top: 10px;
}

ul li {
	position: relative;
	background: #E9EAEB;
	margin-bottom: 2px;
	line-height: 1.5;
	height: 20px;
}

.box ul li {
	background: transparent;
}

ul li span {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #71757C;
	font-weight: normal;
}

ul li a {
	display: block;
	color: #000;
	padding: 1px 0 2px 10px;
}

ul li a:hover {
	background: #F1F2F3;
	color: #F00;
	font-weight: bold;
}

/**
 *	Wrap / Body
 */

div#wrap-a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg/html_top.gif) repeat-x 0 0;
}

div#body {
	width: 800px;
	height: auto;
	margin: 85px auto 0 auto;
	position: relative;
	text-align: center;
}

#body div#row-a,
#body div#row-b,
#body div#row-c,
#body div#row-d {
	margin: 0 auto;
}

#body * {
	text-align: left;
}

a#logo,
ul#nav,
img#trc,
div#flash {
	position: absolute;
	z-index: 1;
}

a#logo {
	text-decoration: none;
}

#flash {
	top: 50px;
	right: 30px;
	height: 154px;
	width: 503px;
}

#trc {
	top: 0;
	right: 18px;
}

#logo {
	top: -42px;
	left: 3px;
	height: 90px;
	width: 263px;
	background: url(../images/bg/logo.gif) no-repeat 0 0;
	text-align: left;
	text-indent: -999em;
}

/**
 *	Navigation (top)
 */

#nav {
	top: -14px;
	right: 32px;
	list-style: none;
	height: 43px;
	text-align: center;
}

#nav li {
	float: left;
	width: 99px;
	margin: 0;
	padding: 0;
	background: none;
}

#nav li a {
	display: inline;
	float: left;
	height: 43px;
	width: 99px;
	text-align: left;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding: 0;
	text-decoration: none;
}

#nav li a:hover {
	background-position: 0 -43px;
	background-color: transparent;
}

#nav a#btn-1 {
	background-image: url(../images/btn/nav_1.gif);
}

#nav a#btn-2 {
	background-image: url(../images/btn/nav_2.gif);
}

#nav a#btn-3 {
	background-image: url(../images/btn/nav_3.gif);
}

#nav a#btn-4 {
	background-image: url(../images/btn/nav_4.gif);
}

#nav a#btn-5 {
	width: 100px;
	background-image: url(../images/btn/nav_5.gif);
}

/**
 *	Row A (nav/flash)
 */

div#row-a {
	background: #282A2E url(../images/bg/row_a.gif) repeat-x left bottom;
	padding: 50px 0 20px 0;
	width: 764px;
	color: #71757C;
}

#row-a p {
	padding: 10px 20px 0 20px;
	margin-bottom: 25px;
	width: 210px;
	line-height: 1.4;
}

#row-a p strong,
#row-a p a {
	color: #9499A2;
}

/**
 *	Row B (spacer)
 */

div#row-b {
	background: url(../images/bg/row_b.gif) no-repeat 4px 0;
	height: 11px;
	line-height: 1.0;
	font-size: 1px;
}

/**
 *	Row C (content)
 */

div#row-c {
	background: url(../images/bg/row_c.gif) repeat-y 7px 0;
}

#row-c div#wrap-b {
	position: relative;
	width: 775px;
	margin-left: 13px;
	padding: 10px 0 15px 0;
	background: #B9BABC url(../images/bg/wrap_b.gif) repeat-x 0 0;
}

#wrap-b div#aux {
	margin-bottom: 5px;
	position: relative;
	height: 20px;
}

#aux div#location {
	position: absolute;
	top: 0;
	left: 20px;
}

#location a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#location a:hover {
	color: #F00;
}

#aux div#search {
	position: absolute;
	top: 0;
	right: 20px;
	clear: both;
	width: 200px;
	height: 20px;
}

#search input {
	font-size: 10px;
	padding-left: 5px;
	width: 130px;
	padding-top: 1px;
	height: 12px;
}

* html div#search input {
	padding-top: 0;
	height: 13px;
}

#row-c img {
	padding: 2px;
	border: 1px solid #F00;
}

#row-c img.nb {
	padding: 0;
	border: none;
	margin: 10px;
}

#row-c ul {
	list-style: none;
}

#wrap-b span.ot {
	line-height: 0.01;
	height: 0;
	width: 0;
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#wrap-b div#col-a,
#wrap-b div#col-b {
	float: left;
}

/**
 *	Col A (content left)
 */

#wrap-b div#col-a {
	margin-left: 20px;
	width: 235px;
}

* html div#wrap-b div#col-a {
	margin-left: 10px;
	width: 234px;
}

#col-a p {
	line-height: 1.25;
}

#col-a div#partners {
	margin-top: 15px;
}

#partners a {
	float: left;
	text-align: left;
	text-indent: -999em;
	margin-bottom: 20px;
	text-decoration: none;
}

#partners a#dynojet {
	height: 21px;
	width: 152px;
	margin-left: 25px;
	background: url(../images/gen/dynojet_sm.gif) no-repeat 0 0;
}

#partners a#sct {
	height: 39px;
	width: 145px;
	margin-left: 22px;
	background: url(../images/gen/sct_sm.gif) no-repeat 0 0;
}

/**
 *	Col B (content right)
 */

#wrap-b div#col-b {
	margin-left: 20px;
	width: 460px;
	padding-left: 20px;
	border-left: 1px solid #8E9193;
}

#col-b div#pages {
	border-top: 1px solid #8E9193;
	margin: 10px 0;
	padding-top: 5px;
}

#pages a {
	color: #000;
}

#pages a:hover {
	color: #F00;
}


#col-b div#content {
	clear: both;
}

#col-b p {
	margin: 5px 0 15px 0;
	line-height: 1.5;
}

#col-b h2 {
	margin-top: 15px;
}

#content ul {
	list-style: square;
	margin: 10px 0 10px 25px;
}

#content ul li {
	background: transparent;
}

/**
 *	Row D (footer)
 */

div#row-d {
	height: 115px;
	background: url(../images/bg/row_d.gif) no-repeat 7px 0;
	position: relative;
}

#row-d div#copy {
	position: absolute;
	height: 65px;
	width: 500px;
	bottom: 0;
	left: 50%;
	margin-left: -250px;
	text-align: center;
	color: #9A9B9E;
}

#copy a {
	color: #B6B7B9;
}

#copy a:hover {
	color: #FFF;
	text-decoration: underline;
}

/**
 *	Boxes
 */

div.box {
	position: relative;
	width: 100%;
	background: #282A2E url(../images/bg/box.gif) repeat-x 0 -20px;
	padding: 5px 0 10px 0;
	text-align: center;
	margin-bottom: 15px;
	color: #71757C;
}

* html div.box {
	padding-bottom: 5px;
}

#col-b .box {
	background-position: 0 -14px;
	margin-top: 30px;
}

.box div.wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#col-b div.wrap {
	width: 95%;
}

.box p {
	margin-bottom: 5px;
}

/* box curves */

.box div.tl,
.box div.tr,
.box div.bl,
.box div.br {
	position: absolute;
	height: 5px;
	width: 5px;
}

.box div.tl {
	top: 0;
	left: 0;
	background: url(../images/gen/tl.gif) no-repeat left top;
}

.box div.tr {
	top: 0;
	right: 0;
	background: url(../images/gen/tr.gif) no-repeat right top;
}

.box div.bl {
	bottom: 0;
	left: 0;
	background: url(../images/gen/bl.gif) no-repeat left bottom;
}

.box div.br {
	bottom: 0;
	right: 0;
	background: url(../images/gen/br.gif) no-repeat right bottom;
}

/* box headings */

.box h1,
.box h2 {
	border: none;
}

.box h1 {
	margin: 3px 0 10px 0;	
}

.box h2 {
	margin: 2px 0 18px 0;
}

#row-c .box img {
	border: 1px solid #838891;
}

/* box highlights */

#row-c .box.hover p,
#row-c .box.hover div,
#row-c .box.hover dl dd,
#row-c .box.hover ul li,
#row-c .box.hover ul li span {
	color: #838891;
}

#row-c .box.hover img {
	border-color: #FFF;
}

#col-a .box dl dt {
	text-align: center;
}

#col-a .box dl dt img {
	margin: 5px auto 10px auto;
}

#col-a .box h4 {
	color: #FFF;
	margin: 5px 0;
	font-size: 12px;
	padding-bottom: 5px;
	background: url(../images/brd/dotted_x_b.gif) repeat-x left bottom;
}

#col-a .box ul,
#col-b .box ul {
	margin-bottom: 5px;
}

#col-b .box ul {
	margin-top: 15px;
}

#col-a .box ul li,
#col-b .box ul li {
	background: #33363B;
	padding: 1px 0 0 10px;
	color: #838891;
	font-weight: bold;
}

#col-a .box.hover ul li,
#col-b .box.hover ul li a,
#col-b .box.hover dl dt a {
	color: #FFF;
}

/* box nav */

#col-a .box ul.nav,
#col-a .box .nav * {
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	font-weight: normal;
}

* html #col-a .box ul.nav {
	margin-bottom: 5px;
}

#col-a .box .nav li {
	margin-bottom: 2px;
}

#col-a .box .nav a {
	color: #FFF;
	display: block;
	height: 16px;
	padding: 2px 0 2px 10px;
	background: #33363B;
}

#col-a .box .nav a:hover {
	background: #4A4E55;
	color: #FFF;
	font-weight: bold;
}

#col-a .box .nav li ul li {
	margin: 0 0 0 20px;
}

#col-a .box .nav li ul li a {
	color: #989DA8;
	background: none;
	height: 16px;
	margin-top: 2px;
	border-bottom: 1px solid #33363B;
}

#col-a .box .nav li ul li a:hover {
	background: #33363B;
}

/* box div thumbs */

#col-a div#thumbs {
	text-align: center;
}

#col-a div#thumbs p {
	padding-bottom: 5px;
	background: url(../images/brd/dotted_x_b.gif) repeat-x left bottom;
	text-align: left;
}

#col-a div#thumbs div {
	margin: 10px auto;
	padding-left: 20px;
}

#col-a #thumbs a {
	float: left;
	padding: 0 5px 5px 0;

}

#col-a #thumbs a:hover img {
	border: 1px solid #F00;
}

div#div-hover {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    border: 1px solid #000;
    background: transparent;
    padding: 2px;
    z-index: 100;
}

img#img-hover {
    visibility: hidden;
}

/* form */

dl.form {
	margin-top: 10px;
}

.form dt,
.form dd {
    text-align: left;
    padding: 0 15px 0 0px;
}

.form dt {
    font-weight: bold;
    text-decoration: underline;
}

#col-b .form dd {
    padding: 0 0 10px 0;
}

.form dd input,
.form dd textarea,
.form dd select,
td select {
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px 0 2px 2px;
	border: 1px solid #000;
}

.form dd textarea {
    width: 90%;
    height: 250px;
    font-size: 10px;
    font-family: Courier New;
}

.form dt label {
    display: block;
}

.form dd span.msg {
    color: #000;
    display: block;
	padding-bottom: 5px;
	padding-left: 25px;
	background: url(../images/bg/form_err.gif) no-repeat 0 0;
}

.form dd .err input,
.form dd .err textarea,
.form dd .err select {
    color: #F00;
	font-weight: bold;
	border: 1px solid #F00;
	background: #FFEEEE;

}

input.submit {
    width: 90%;
    padding-left: 150px;
}