@CHARSET "UTF-8";

/* GLOBAL STYLES */

* {
	margin:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #FFFFFF;*/
	/*background-color: #accfee;*/
	background-color: #5fabee;
	background-image:url('/images/til_1.jpg');
	background-repeat: repeat;
	/*background-image: url(/images/background.jpg);*/
	background-attachment: scroll;
	/*background-position: left 80px;*/
	background-position: left top;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#FFFFFF;
	font-size:12px;
}

/* LAYOUT */
#layout {
	width:800px;	
	margin:10px auto;
}

#wrap	{
	width:100%;
	margin:0px auto;
}


#layout #header-container,
#layout #footer-container {
    clear: both;
}

#content {
	text-align:left;
	height:auto;
}

#content h1 {
	text-align:center;
}

/*#content h4{color:#FFFFFF; font-size:18px; font-variant:small-caps;}*/
#content a{color:#0075C9; }

#leftContent {
	margin-left: 40px;
	_margin-left: 10px;
	width: 380px;
	float: left;
	padding-bottom: 10px;
	_padding-bottom: 10px;
}

#rightContent {
	margin-right: 40px;
	_margin-right: 10px;
	width: 330px;
	float: right;
	padding-bottom: 10px;
	_padding-bottom: 10px;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
	color:#085488;
	font-weight:bold;
	text-decoration:underline;
	margin-top:20px;
	margin-bottom:20px;
	font-variant:small-caps;
	text-align:center;
}

/* HEADER */

td.header {
	/*background:url("../images/top_line.png") top left repeat-x;*/
	background:url("../images/top_line.jpg") top left repeat-x;
}
td.left_side {
	/*background:url("../images/left_side.png") top left repeat-y;*/
	background:url("../images/left_side.jpg") top left repeat-y;
}
td.right_side {
	/*background:url("../images/right_side.png") top right repeat-y;*/
	background:url("../images/right_side.jpg") top right repeat-y;
}
td.cell {
	/*background:url("../images/back_cell.png") top left repeat;*/
	background-color:#5FABDF;
}

td.homeCell {
	background:url("../images/backBoat1bis2.png") bottom left no-repeat;
	height:500px;
	vertical-align:top;
}

td.cellSea {
	/*background:url("../images/back_cell_sea.png") top left repeat-y;*/
	background:url("../images/back_cell_sea.jpg") top left repeat-y;
	vertical-align:top;
}

/* LOGO */

#logo {
	width:210px;
	float:left;
	margin:5px;
}

.paypalLogo {
	/*width:70px;
	height:40px;*/
	margin-left:50px;
	display:inline;
	cursor: pointer;
	_cursor: hand;
}

/* TOP MENU AND BOTTOM LINKS */

#topMenu {
	width:auto;
	float:right;
	text-align:left;
	height:50px;
	margin-top:-20px;
}

#bottomLinks {
	float:right;
	text-align:left;
	margin-top: 5px;
	margin-bottom:0px;
}

ul.menu {
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.menu li {
 margin-left:2px;
 float:left; /*for IE*/
 }

ul.menu li a {
 display:block;
 float:right;   
 padding:5px;
}

/* FOOTER */

td.footer {
	background:url("../images/bottom_line.png") top left repeat-x;
}

td.bottom_left_side {
	background:url("../images/bottom_left_side.png") top left repeat-y;
}
td.bottom_right_side {
	background:url("../images/bottom_right_side.png") top right repeat-y;
}
td.bottom_cell {
	/*background:url("../images/bottom_back_cell.png") top left repeat;*/
	background-color:#064885;
}

#footer {
	padding-left:38px;
	padding-top:4px;
	height:31px;
}

.footerText {
	color: #5FAADE;
	font-size: 11px;
	text-decoration:none
}

/* FORMS */
 
form {
	font-size: 11px;
	color: #575C62;
}

input {
	font-size: 11px;
	color: #575C62;
}

textarea {
	font-size: 11px;
	color: #575C62;
}

select {
	font-size: 11px;
	color: #575C62;
}

input.spacedInput {
	margin-top:10px;
}

/* LISTS */

ul {
	font-size: 11px;
	color: #575C62;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-size: 11px;
	color: #575C62;
}

ol {
	font-size: 11px;
	color: #575C62;
	list-style-type: decimal;
	list-style-position: outside;
}


.style1 {
	color: #154164;
	font-size: 11px;
}

.HomeDesc {
	color: #333333;
	font-size: 11px;
	float:left;
	margin:10px auto;
	text-align:justify;
}

.news {
	color: #FFFFFF;
	font-size: 11px;
	margin:10px auto;
	width:600px;
}

.news h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

img {
	border:0;
}

a:link {
	text-decoration: underline;
	color: #0075C9
}
a:visited {
	text-decoration: underline;
	color: #0075C9
}
a:hover {
	text-decoration: underline;
	color: #0075C9
}

.form {
	width:400px;
	margin:0 auto;
}	
.captcha {
	float:left;
	width:400px;
	margin-top:10px;
}

.element {
	float:left;
	text-align:right;
	width:400px;
	margin-top:10px;
}

.button {
	float:left;
	text-align:center;
	width:400px;
	margin-top:10px;
}

