/****************************************************************************/
/* general page setup */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #0049B7;
}

#earth {
	position: relative;
	bottom: 0px;
	background: url(gfx/earth.jpg) bottom no-repeat;
	height: 100px;
	z-index: 300;
	clear: both;
}


#seo {
	position: relative;
	top: 25px;
	bottom: 0px;
	height: 40px;
	z-index: 300;
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color : #AEAEAE;
	text-decoration: none;
}
	
#seo a {
	color:#AEAEAE;
	text-decoration:none;
}

#seo a:hover {
	color:#AEAEAE;
	text-decoration:none;
}

#frame {
	background: url(gfx/sky.jpg) repeat-x top; 
	height: 400px;
}

#content {
	width: 770px;
	margin: auto auto;
}

.sentence {
	position: absolute;
	width: 770px;
	margin: auto auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5B9DFF;
	text-align: center;
	z-index: 300;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}

.red {
	color: #c00;
}

.amber {
	color: #aa0;
}

.green {
	color: #0f0;
}


.number {
	background-color: #0049B7;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	line-height: 20px;
	text-align: center;
	float: left;
}

h5 {
	font: bold 16px Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0049B7;
	padding-bottom: 7px;
}

h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0049B7;
	border-bottom: 1px solid #0049B7;
	padding-bottom: 7px;
}

h2 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #F60;
}

ul li {
	list-style-position: inside;
}

ul.mainlist li {
	list-style: square outside;
	margin-left: 15px;
	margin-bottom: 15px;
}

.gaplist {
	margin-bottom: 0.5em;
}

.t_big {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #f00;
}

.t_med {
	font: bold 18px Arial, Helvetica, sans-serif;
}

.normal {
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	color: #0049B7;
}		


/****************************************************************************/
/* header */

.skydivers {
	float: right;
	width: 347px;
}

.skydivers-big {
	float: right;
	width: 445px;
}

.logo {
	margin-top: 0px;
	z-index: 300;
}

.header550 {
	border-bottom: 3px solid #F60;
	margin-bottom: 0.5em;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
}

.left {
	float: left;
	margin-right: 1em;
	margin-top: 0;
	padding-top: 0;
}

.right {
	float: right;
	margin-left: 1em;
	margin-top: 0;
}

.texttop {
	vertical-align: text-top;
}

/****************************************************************************/
/* left side stuff */


#rd_leftcol {
	width: 744px;
	background: #000 url(gfx/rd_header2.gif) no-repeat;
	border: 1px solid #8a8a8a;
	padding-top: 40px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	color: #eee;
}

#rd_leftcol a:link, #rd_leftcol a:visited, #rd_leftcol a:active {
	color: #f11;
}

#leftcol {
	float: left;
	width: 180px;
}

#contacts a:link, #contacts a:visited, #contacts a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	text-decoration: none;
	}
	
#contacts a:hover {
	text-decoration: underline;
	}

#contacts .tel {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0049B7;
	}


#menu {
	width: 145px;
	margin-top: 25px;
	}

#menu ul li {
	list-style:none;
	}
	
#menu a.menu:link, #menu a.menu:visited, #menu a.menu:hover {
	width: 155px;
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	text-decoration: none;
	border-bottom: 1px solid #F60;
	padding: 5px;
	}
	
#menu a.menu:hover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	}
	

a.lastlink:link, a.lastlink:visited {
	width: 145px;
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	text-decoration: none;
	padding: 5px;
	}
	
a.lastlink:hover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	}

#rd_menu {
	float: left;
	width: 270px;
	margin: 1em;
	}

#rd_menu ul li {
	list-style:none;
	background: url(gfx/rd_menu_arrow.gif) no-repeat right;
	}
	
#rd_menu a.rd_menu:link,
#rd_menu a.rd_menu:visited,
#rd_menu a.rd_menu:hover {
	display: block;
	font: 18px Impact, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 5px;
	padding-right:30px;
	text-align: right;
	}
	
#rd_menu a.rd_menu:hover {
	font: 18px Impact, Arial, Helvetica, sans-serif;
	color: #F00;
	}
	

a.rd_lastlink:link, a.rd_lastlink:visited {
	display: block;
	font: 18px Impact, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border: 1px solid #eee;
	padding: 5px;
	padding-right:30px;
	text-align: right;
	}
	
a.rd_lastlink:hover {
	font: 18px Impact, Arial, Helvetica, sans-serif;
	color: #F00;
	}

#offer {
	width: 162px;
	margin-top: 25px;
	border: 1px solid #F60;
	height: 120px;
	background: #FFF url(gfx/offer_bg.gif) no-repeat 10px 25px;
	float:left;
	}
	

#offer h3 {
	background-color:#FF6600;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	text-align: center;
	}
	
.specialoffer {
	padding-left: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	}	

a.specialoffer:link, a.specialoffer:visited {
	text-decoration: none;
	font-weight: bold;
	}

a.specialoffer:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	}

/****************************************************************************/
/* main content */

#rightcol {
	width: 560px;
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
}

#rightcol p {
	margin: 0 0 0.5em 0;
	text-indent: 1em;
}

#rightcol p+p {
	text-indent: 1em;
}


#rightcol1 {
	width: 200px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
}

.infocol a:link, .infocol a:visited {
	width: 185px;
	border-bottom: 1px dotted #F60;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	text-align: right;
	line-height: 22px;
	display: block;
	text-decoration:none;
	background: url(gfx/dots-orange.gif) no-repeat right;
	padding-right: 15px;
}
	
.infocol a:hover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	line-height: 22px;
	display: block;
	background: url(gfx/dots-blue.gif) no-repeat right;
}

#rightcol2 {
	width: 300px;
	float: left;
	margin-left: 1em;
	margin-top: 0px;
}

#rightcol550 {
	margin-top: 0;
	width: 534px;
	float: left;
	border: 3px solid #F60;
	padding: 8px;
}

#rightcol550 p {
	margin: 0 1em 1em 1em;
}

#scrollbox {
	width: 540px;
	height: 230px;
	margin: 1em auto 1em auto;
	padding: 1em;
	overflow-y: scroll;
	border: 2px solid #0049B7;
}

#redbox {
	border: 2px solid red;
	padding: 1em;
}

.break {
	clear: both;
	height: 8px;
}

.hrbreak {
	clear: both;
/*	visibility: hidden;*/
}

/*---------*/

.testimonial {
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

.smallprint {
	font-size: 80%;
}

.charityname {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	margin-right: 3em;
/*	xdisplay: inline;
	xfloat: left;*/
}

.charityname a {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0049B7;
	text-decoration: none;
}
.charityname img {
	border: 1px solid #0049B7;
    vertical-align: middle;
}

.question {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #F60;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
	
.answer {
	margin-top: -15px;
}

.pic_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.pic_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*---------*/

a.sitemap:link, a.sitemap:visited {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #0049B7;
	text-decoration: none;
}
a.sitemap:hover {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: none;
}

/*---------*/

table.booking {
	padding: 5px;
	border: 1px solid #0049B7;
	background-color: #DAE7F8;
}

table.rd_contact {
	padding: 10px;
	border: 1px solid #0049B7;
	background-color: #DAE7F8;
	color: #000;
}

.bookdetails {
	display: block;
	width: 117px;
	text-align: center;
	background-color: #B7D3FF;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-right: 14px;
	color: #FFF; float: left;
	border: 1px solid #F60;
}

.bookdetailsa {
	display: block;
	width: 117px;
	text-align: center;
	background-color: #0049B7;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-right: 14px;
	color: #FFF;
	float: left;
	border: 1px solid #F60;
}

td.orangeline {
	background: url(gfx/book-td-orangeline.gif) repeat-x;
	padding: 0;
}

.bookdetailslast {
	display: block;
	width: 119px;
	text-align: center;
	background-color: #B7D3FF;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #FFF;
	float: left;
	border: 1px solid #F60;
}

.bookdetailslasta {
	display: block;
	width: 119px;
	text-align: center;
	background-color: #0049B7;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #FFF;
	float: left;
	border: 1px solid #F60;
}

.submit {
	background-color: #0049B7;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF; border: 1px solid #0049B7;
	width: 100px;
	height: 30px;
	float: right;
}

/*---------*/

#locationlinks {
	width: 200px;
	float: right;
}
	
.locationlinks {
	float: left;
	width: 200px;
	margin: 25px 0 60px 40px;
}

.locationlinks a:link, .locationlinks a:visited {
	width: 185px;
	border-bottom: 1px dotted #F60;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	text-align: right;
	line-height: 22px;
	display: block;
	text-decoration:none;
	background: url(gfx/dots-orange.gif) no-repeat right;
	padding-right: 15px;
}
	
.locationlinks a:hover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0049B7;
	line-height: 22px;
	display: block;
	background: url(gfx/dots-blue.gif) no-repeat right;
}

/*---------*/

a.more:link, a.more:visited, a.more:active {
	width: 98px;
	height: 17px;
	border: 1px solid #F60;
	background: #FFF url(gfx/dots-orange.gif) no-repeat left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	text-align: center;
	margin: 2px 3px 2px 0px;
	padding-top: 4px;
	display: block;
	text-decoration:none;
	}
	
a.more:hover {
	background: #F60 url(gfx/dots-orange-inv.gif) no-repeat left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	}


/* prices table */

table.prices {
	border-top: 1px solid #0049B7;
	border-bottom: 1px solid #0049B7;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

td {
	padding: 2px;
	vertical-align: top;
}

td.header {
	background-color: #F60;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: top;
	border-right: 1px solid #FFF;
}
	
td.place {
	font-size: 12px;
	font-weight: bold;
}

tr.pricesrow {
	background-color: #FFE6D5;
}


/* icons for front page */

#icons {
    margin-left: auto;
    margin-right: auto;
	width: 520px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.icon_half {
	float: left;
	width: 65px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}

.icon0 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon0:link, a.icon0:visited, a.icon0:active {
	text-decoration:none;
	background: url(gfx/gicon0.jpg) no-repeat 0px 0px;
}
	
a.icon0:hover {
	background: url(gfx/goicon0.jpg) no-repeat 0px 0px;
}

.icon1 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon1:link, a.icon1:visited, a.icon1:active {
	text-decoration:none;
	background: url(gfx/gicon1.jpg) no-repeat 0px 0px;
}
	
a.icon1:hover {
	background: url(gfx/goicon1.jpg) no-repeat 0px 0px;
}

.icon2 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon2:link, a.icon2:visited, a.icon2:active {
	text-decoration:none;
	background: url(gfx/gicon2.jpg) no-repeat 0px 0px;
}
	
a.icon2:hover {
	background: url(gfx/goicon2.jpg) no-repeat 0px 0px;
}

.icon3 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon3:link, a.icon3:visited, a.icon3:active {
	text-decoration:none;
	background: url(gfx/gicon3.jpg) no-repeat 0px 0px;
}
	
a.icon3:hover {
	background: url(gfx/goicon3.jpg) no-repeat 0px 0px;
}

.icon4 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon4:link, a.icon4:visited, a.icon4:active {
	text-decoration:none;
	background: url(gfx/gicon4.jpg) no-repeat 0px 0px;
}
	
a.icon4:hover {
	background: url(gfx/goicon4.jpg) no-repeat 0px 0px;
}

.icon5 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon5:link, a.icon5:visited, a.icon5:active {
	text-decoration:none;
	background: url(gfx/gicon5.jpg) no-repeat 0px 0px;
}
	
a.icon5:hover {
	background: url(gfx/goicon5.jpg) no-repeat 0px 0px;
}

.icon6 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon6:link, a.icon6:visited, a.icon6:active {
	text-decoration:none;
	background: url(gfx/gicon6.jpg) no-repeat 0px 0px;
}
	
a.icon6:hover {
	background: url(gfx/goicon6.jpg) no-repeat 0px 0px;
}

.icon7 {
	float: left;
	width: 130px;
	height: 120px;
	border: 0px;
	font: normal 10px verdana;
	text-align:center;
	margin-bottom: 5px;
}
	
a.icon7:link, a.icon7:visited, a.icon7:active {
	text-decoration:none;
	background: url(gfx/gicon7.jpg) no-repeat 0px 0px;
}
	
a.icon7:hover {
	background: url(gfx/goicon7.jpg) no-repeat 0px 0px;
}

/****************************************************************************/
/* footer */

#earth2 {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(gfx/earth.jpg) bottom no-repeat;
	height: 85px;
	z-index: 300;
}
/* hide from Mac IE5 */
/* \*/
#earth2 {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#earth2 {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#earth2 {
    position: absolute;
}
/* */
/*
#earth {
	position: relative;
	bottom: 0px;
	background: url(gfx/earth.jpg) bottom no-repeat;
	height: 100px;
	z-index: 300;
	clear: both;
}


#seo {
	position: relative;
	top: 25px;
	bottom: 0px;
	height: 40px;
	z-index: 300;
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color : #AEAEAE;
	text-decoration: none;
}
	
#seo a {
	color:#AEAEAE;
	text-decoration:none;
}

#seo a:hover {
	color:#AEAEAE;
	text-decoration:none;
}
*/