@charset "utf-8";
/* CSS Document */

body {
font-family:'trebuchet ms',Verdana, Arial, Helvetica, sans-serif;
background:url(images/background.jpg) no-repeat fixed;
background-position: 50% 0; 
background-color:#000;
font-size:.8em;
}

p {
padding-bottom: 10px;
}

div#wrapper {
position:relative;
margin: 50px auto 20px auto;
width: 900px;
background-color: #fff;
padding:15px;
overflow:auto;
}

div#mainMenu {
	font-size: 8pt;
	text-align:left;
	padding:10px;
	background:url(images/header-bg.jpg);
	vertical-align:middle;
	height:36px;
	margin-bottom:15px;
}

#mainMenu a {
display:block;
height:23px;
border:1px solid white;
text-align:center;
font-weight:bold;	
padding-top:7px;
width:100px;
color:white;
float:left;
margin: 0 12px;
}

#mainMenu a:hover {border:2px solid white; width:98px;margin-top:-1px;background:#7ca5d5;}

#mainMenu img {
float:left;
margin-right:10px;
}

div#secondaryMenu {
	font-size: 8pt;
	text-align:center;
	padding:10px;
	margin:0 auto;
	width:900px;
	position:relative;
}

#secondaryMenu a {color:#fff;}
#secondaryMenu p {color:#fff;}

.content {
	position:relative;
	font-size: 8pt;
	width: 100%;
	height: 300px;
	margin-bottom:15px;
	background-color:#000;
}

#contentIndex {background: url(images/index-content-bg.jpg) no-repeat;}

#contentLogo {background: url(images/logo-content-bg.jpg) no-repeat;}

#contentWebsites {background: url(images/website-content-bg.jpg) no-repeat;}

#contentContact {
background: url(images/contact-content-bg.jpg) no-repeat;
padding-top:10px;
}

#contentFormSent {
background: url(images/content-bg-mail-sent.jpg) no-repeat;
padding-top:20px;
}
.tripBox {
border:1px solid black;
width:288px;
height:100px;
float:left;
margin-right:15px;
position:relative;
overflow:auto;
}

.tripBox a {
font-size:.8em;
display:block;
margin-top:80px;
font-weight:bold;
text-align:right;
color:#fff;
padding-right:5px;
}


.textBox {
border:1px solid black;
width:878px;
height:80px;
float:left;
padding:10px; 
position:relative;
background:#000;
overflow:hidden;
color:#fff;}

#textBoxLogo p {
margin:0;
}
