/*
	title:		Augusta Tours Style Sheet
	version:	1.0
	author:	Stefan Bar (stefan.bar@gmail.com)
*/

*{margin:0px; padding:0px;}

body{
	background: #1e6eab url(images/bg.jpg) repeat-x 0% 100% fixed;
	color: #fff;
	font: 11px Arial,Verdana,Sans-Serif;
	text-align: center;
}

a{color: #e26423; outline: none; text-decoration: underline;}
a:hover{color: #e26423; text-decoration: none;}
a img{border: solid 2px #ccc;}
a:hover img{border: solid 2px #e26423;}
p{padding: 5px 10px;}

.center{text-align: center;}
.clear{clear: both; height: 15px;}
.split_left{background: #fff url(images/flowers.jpg) no-repeat 100% 100%; float: left; width: 350px;}
.split_right{background: #fff; float: right; width: 350px;}
.main{float: left; width: 500px;}
.sub{float: right; width: 200px;}
.block{background: #ddd; border: solid 1px #1e6eab; padding: 10px; margin: 15px 30px 15px 20px;}
.block h1{color: #333; padding: 5px 10px 10px 10px;}
.block p{color: #333;}
.small{font-size: 9px;}
.img_left{float:left; margin: 0px 10px 5px 0px; border: solid 1px #1e6eab;}
.img_right{float:right; margin: 0px 0px 5px 10px; border: solid 1px #1e6eab;}
.star1{clear: both; background: #fff url(images/stars/1.gif) no-repeat right center; margin-right: 20px;}
.star2{clear: both; background: #fff url(images/stars/2.gif) no-repeat right center; margin-right: 20px;}
.star3{clear: both; background: #fff url(images/stars/3.gif) no-repeat right center; margin-right: 20px;}
.star4{clear: both; background: #fff url(images/stars/4.gif) no-repeat right center; margin-right: 20px;}
.star5{clear: both; background: #fff url(images/stars/5.gif) no-repeat right center; margin-right: 20px;}
.big{width: 250px;}
.textarea{height: 50px; width: 250px;}
.small{width: 100px;}
no_border{border: none; padding: 0px; margin: 0px;}

.packages{
	border-collapse: collapse;
	border: solid 1px #ccc;
	margin: 10px;
	padding: 10px 0px;
	width: 90%;
}

.packages th{
	background: #1e6eab;
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
}

.packages th span{
	font-size: 11px;
	color: #b7efff;
}

.packages tr{
	height: 25px;
}
.packages td{
	padding: 0px 10px;
	border-bottom: dotted 1px #ccc;
}

.packages td span{font-size: 10px;}

h1{
	color: #333;
	font-family: "Times",Arial,Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
}

h1 span{color: #1e6eab;}

h2{
	color: #1e6eab;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

h3{
	color: #333;
	font-family: "Times",Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
}

h4{
	color: #e26423;
	font-family: "Times",Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

#wrapper{
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 700px;
}

#header{
	background-color: #1e6eab;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 144px;
	width: 700px;
}

#splash{
	background-color: #fff;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_packages{
	background-color: #fff;
	background-image: url(images/splash_packages.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_about{
	background-color: #fff;
	background-image: url(images/splash_about.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_excursions{
	background-color: #fff;
	background-image: url(images/splash_excursions.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_wedding{
	background-color: #fff;
	background-image: url(images/splash_wedding.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_water{
	background-color: #fff;
	background-image: url(images/splash_water.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#splash_booking{
	background-color: #fff;
	background-image: url(images/splash_booking.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 300px;
	width: 700px;
}

#navigation{
	background: #1e6eab;
	border-bottom: solid 4px #1e6eab;
	color: #83b0d4;
	height: 40px;
	line-height: 40px;
	width: 700px;
}

#navigation li{
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a{
	background-color: inherit;
	color: #83b0d4;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
}


#navigation a:hover,#navigation .current{
	background: #1e6eab url(images/navbg_hover.jpg) no-repeat 50% 100%;
	color: #fff;
	text-decoration: none;
}

#content{
	background: #fff;
	color: #666;
	width: 700px;
}

#content ul{
	list-style-type: none;
	margin: 10px 10px 10px 10px;
}
#content ul li{
	background: transparent url(images/list-style.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-top: 6px;
}

#content ul li span{
	color: #1e6eab;
	font-size: 12px;
	font-weight: bold;
}

#footer{
	background: transparent url(images/footer_bg.gif) no-repeat 0% 0%;
	color: #333;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#footer p{padding: 10px 0px;}
#footer a{color: #053960; text-decoration: underline;}
#footer a:hover{color: #053960; text-decoration: none;}