body {
	background: #f7f7f7;
	font-family: arial;
	font-size: 13px;
	color: #333;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {color:#666;}
a:hover {color:#009bdf;}
a:active {color:#666;}

a.learnmore {
	color: #009bdf;
	font-size: 11px;
	text-transform: uppercase;
}

img { border: 0; }

strong { font-weight: bold; }

em { font-style: italic; }

p { margin-bottom: 1em; }

h2 { font-size: 17px; font-weight: bold; }

h3 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
}

.clear {
	clear: both;
	height: 20px;
}

.line {
	border-bottom: 2px solid #ccc;
}

.font15 { font-size: 15px; }
.font18 { font-size: 17px; }

.lowercase { text-transform: none; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}



/********************************/
/*			Header				*/
/********************************/
#logo {
	float: left;
	margin-right: 15px;
}

#logo img {
	width: 40px;
	height: 40px;
}

#banner {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	float: left;
}

#banner a, #banner a:visited {
	color: #333;
}

#share {
	float: right;
	padding-top: 12px;
}

#navigation {
	margin-top: 20px;
	border-bottom: 2px solid #ccc;
}

.nav_ul li {
	display: inline;
	margin-right: 30px;
}

.nav_ul a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

a.menu_selected {
	color: #009bdf;
}



/********************************/
/*			Home				*/
/********************************/

#big-logo {
	width: 400px;
	height: 400px;
	margin: 40px auto 40px;
	text-align: center;
}





/********************************/
/*			Expeditions			*/
/********************************/

#current-trips {
	margin: 4px 0 30px;
}

#current-trips-img {
	width: 960px;
	height: 60px;
}

#left-col {
	float: left;
	width: 560px;
	margin-right: 20px;
	display: inline;
}

#right-col {
	align: right;
	float: right;
	width: 380px;
	display: inline;
}


/*******
 Left Column
*******/

#promo-box {
	width: 560px;
	background-color: #009bdf;
	margin-bottom: 40px;
}

#promo-box-text {
	color: #fff;
	font-size: 15px;
	padding: 20px;
}

#photo-box-1 {
	width: 100px;
	height: 100px;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
	padding: 0;
}

#photo-box-1-img {
	width: 100px;
	height: 100px;
}

#photo-lightbox {
	width: 450px;
	height: 100px;
	float: right;
	margin-bottom: 20px;
}

#photo-lightbox-img {
	width: 450px;
	height: 100px;
}

.exp-photo {
	width: 90px;
	display: inline;
}
.exp-text {
	margin-left: 90px;
}

.exp-photo-img {
	width: 80px;
	height: 80px;
}



/*******
 Right Column
*******/

#book-your-trip {
	width: 300px;
	margin: 20px auto 25px;
}
#book-your-trip-img {
	width: 300px;
}

#itinerary-box {
	background-color: #e6f5fc;
	padding: 10px;
	margin-top: 10px;
}

#right-col .it-desc {
	float: right;
	width: 305px;
}

#form-subscribe {
	margin-top: 10px;
}

#form-subscribe label {
	width: 50px;
	text-transform: uppercase;
	float: left;
}

#form-subscribe input#email {
	width: 250px;
	height: 20px;
	border: 1px solid #ccc;
	color: #009bdf;
	font-size: 15px;
	font-family: arial;
	float: right;
}

#form-subscribe div#submit {
	text-align: center;
	margin: 0 auto 0;
	clear: both;
}

#form-subscribe div#submit input {
	border: 1px solid #ccc;
	color: #009bdf;
	font-size: 13px;
	font-family: arial;
	clear: both;
	padding: 5px;
	margin: 10px;
	background-color: #E6F5FC;
	font-weight: bold;
}


/*******
 Bottom
*******/

#book-your-trip-promo {
	width: 960px;
	height: 120px;
	background-color: #e6f5fc;
	margin: 20px 0 40px;
}

#book-your-trip-promo img {
	margin: 25px 40px;
}

#book-your-trip-promo div {
	padding: 30px 0 0 25px;
}

#book-your-trip-promo p.bigblue {
	font-size: 24px;
	color: #009bdf;
	font-weight: bold;
}

#book-your-trip-promo p {
	font-size: 17px;
	margin: 0;
}





/********************************/
/*			About				*/
/********************************/


#defintion {
	width: 940px;
	font-size: 22px;
	color: #fff;
	background-color: #009bdf;
	margin: 30px 0 10px;
	padding: 15px;
}

#defintion p {
	margin: 0;
}


/*******
 Left Column
*******/

#about-highlight {
	width: 480px;
	margin: 20px auto 0px;
	font-size: 14px;
	color: #009bdf;
	font-weight: bold;
	font-style: italic;
}

#about-highlight img {
	margin-right: 10px;
}

#about-highlight p {
	padding-top: 5px;
}

#view-map-img {
	width: 560px;
	height: 248px;
	margin: 0;
}



/*******
 Right Column
*******/

.meet-photo {
	width: 80px;
	height: 80px;
	margin: 0 15px 10px 0;
}

#meet ul {
	list-style-type: disc;
}

#meet li {
	margin-left: 15px;
}

#meet .local {
	margin-bottom: 5px;
	clear: both;
}

/********************************/
/*			Map					*/
/********************************/

#navigate-map {
	height: 40px;
	margin: 40px 0 10px;
}

#google-map {
	margin-bottom: 20px;
}

#google-map img {
	width: 960px;
	height: 480px;
}

/*******
 Left Column
*******/

#left-col .it-desc {
	float: right;
	width: 486px;
}

/*******
 Right Column
*******/

.more-maps {
	width: 380px;
	height: 120px;
	margin-bottom: 10px;
}





/********************************/
/*			Book				*/
/********************************/

#book-balkans {
	margin: 40px 0 10px;
}

#form-book-trip {
	margin-top: 15px;
}

#form-book-trip label {
	width: 170px;
	text-transform: uppercase;
	float: left;
}

#form-book-trip input, #form-book-trip select {
	width: 370px;
	height: 20px;
	border: 1px solid #ccc;
	float: right;
	color: #009bdf;
	font-size: 15px;
	font-family: arial;
}

#form-book-trip textarea {
	width: 370px;
	height: 100px;
	border: 1px solid #ccc;
	float: right;
	color: #009bdf;
	font-size: 15px;
	font-family: arial;
}

#form-book-trip #submit {
	width: 240px;
	height: 40px;
	border: 0;
	float: right;
}

#blue-box {
	width: 520px;
	height: 172px;
	background-color: #009bdf;
	color: #fff;
	padding: 20px;
	font-size: 17px;
}

.boldblue {
	font-size: 15px;
	font-weight: bold;
	color:  #009bdf;
}


/********************************/
/*			Thank you			*/
/********************************/

#thanks {
	margin: 40px;
	height: 400px;
}



/********************************/
/*			Footer				*/
/********************************/

#footer {
	border-top: 2px solid #ccc;
	font-size: 10px;
	clear: both;
}

#footer_nav {
	display: inline;
}

.footer_nav_ul {
	display: inline;
}

.footer_nav_ul li {
	display: inline;
	margin-right: 30px;
}

.footer_nav_ul a {
	text-transform: uppercase;
}

#footer_share {
	display: inline;
}

#copyright {
	display: inline;
	float: right;
}

a.orange, a:visited.orange { color: #ff9933; }
