/* CSS Document */

html *{
	margin:0px;
	padding:0px;
}
body{
	color:#707070;
	font:62.5% Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff url(/share/art/bg-x.gif) repeat-x top center;
}

/* LOGO */
h1 {
	position:absolute;
	width:900px;
	height:150px;
	top:50px;
	left:10px;
	color: #fff;
}
h1 a{
	display:block;
	width:200px;
	height:150px;
	position:absolute;
	left:25px;
	top:1px;
	text-decoration:none;
	background:url(/share/art/scuba-animated.gif) no-repeat;
}
h1 a:hover {
	text-decoration:none;
}
h1 .padi {
	position:absolute;
	top:1px;
	left: 500px;
	text-align: right;
}

h1 .headtext {
	font-size: 18px;
}

/* DEFINITIONS OF MAIN ELEMENTS */
h2, h3, h4, p, #offers {
	margin-bottom:10px;
}
h2, h3 {
	color:#fff;
	font-size:1.6em;
	background:#FF8E01;
	padding:12px 20px;
	font-weight:normal;
}
h3 {
	color:#333;
	background:#fff;
}
h4, legend {
	color:#000;
	font-size:1.4em;
	font-weight:normal;
}
p, label {
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:170%;
	padding:0 20px;
}
.more {
	display:block;
}
/* LINKS */
a {
	color:#31799F;
	text-decoration:none;
}
/* IMAGES + IMAGE GALLERY */
.image {
	border:1px solid #E5E5E5;
	float:left;
	margin:10px 20px;
	display:inline;
}
.right {
	float:right;
}
.image img {
	border:1px solid #fff;
}
#image-gallery .image {
	margin:20px 0 0 20px;
}
.banners {
	text-align:center;
	margin:20px;
}
#our-partners {
	text-align:center;
}
#our-partners img {
	margin:3px;
}
#banners-left {
	text-align:center;
	padding:10px 0;
}
#banners-left img {
	margin:3px;
}
/* DEFINING THE BASICS */
#container {
	width:920px;
	margin:0 auto;
	text-align:left;
	background:url(/share/art/container-bg-y.gif) repeat-y;
}
#head {
	width:920px;
	height:200px;
	background:url(/share/art/head.gif) no-repeat;
	position:relative;
}
#main {
	width:900px;
	margin-left:10px;
	background:#fff;
	margin-bottom:20px;
}
#content {
	width:649px;
	float:right;
}
#helper {
	width:250px;
	float:left;
}
#helper .spacer {
	width:100%;
	height:5px;
	background:#CA3B36;
	background:#FF8E01;
	margin-bottom:1px;
}
#content .spacer {
	clear:both;
}

/* CLIENT TESTIMONIALS */
#client-testimonial { display:none; }
/*
#client-testimonial {
	position:absolute;
	top:75px;
	right:30px;
	width:570px;
	height:60px;
	overflow:hidden;
	padding:20px;
	text-align:right;
}
#client-testimonial * {
	margin:0;
	padding:0;
}
#client-testimonial div {
	background:transparent;
	line-height:150%;
	filter:Alpha(opacity=50);
	font-size:1.6em;
}
#client-testimonial p {
	color:#fff;
	font-size:1.5em;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
}
*/
/* OFFERS ON THE HOME PAGE */
#offers { 
	width:610px;
	margin-left:19px;
	float:left;
	display:inline;
}
.offer {
	width:114px;
	float:left;
	margin-left:10px;
}
.offer * {
	margin:0;
	padding:0;
}
.offer h4, .offer .image {
	margin-bottom:5px;
}
.offer h4 {
	font-size:1.1em;
	font-weight:bold;
}
.offer p {
	font-size:1.1em;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
}
.first-offer {
	margin-left:0;
}
/* NAVIGATION */
.navigation ul li {
	list-style:none;
}
.navigation a {
	display:block;
	font-size:1.3em;
	font:Tahoma;
	padding:13px 20px 14px;
	border-bottom:1px solid #fff;
/*	color:#FF8E01; */
	color:#000000; 
	text-decoration:none;
	height:1%;
}
.first a {
	font-weight:bold; 
/*	background:url(/share/art/nav-y.gif) repeat-y; */
	color:#3B3B3B;
	background:url(/share/art/nav-y2.gif) repeat-y;
}
.first a:hover, .first a.selected {
	background:#FF8E01; 
	color:#fff;
}
.second a {
	color:#3B3B3B;
	background:url(/share/art/nav-y2.gif) repeat-y;
}
.second a:hover, .second a.selected {
	background:#3B3B3B;
	color:#fff;
}

.sub_first a {
	color:#3B3B3B;
	background:url(/share/art/nav-y2.gif) repeat-y;
}
.sub_first a:hover, .sub_first a.selected {
	background:#FF8E01;
	color:#fff;
}

/* LANGUAGE SELECTION */
#langsel {
	list-style:none;
	height:50px;
	overflow:hidden;
	float:right;
	position:absolute;
	top:0;
	right:20px;
}
#langsel li {
	display:inline;
}
#langsel a {
	color:#fff;
	font-size:1.1em;
	padding:19px 10px 20px;
	display:inline-block;
	float:left;
	margin-left:1px;
}
#langsel a:hover, #langsel a.selected {
	background:#4687A9;
}
/* FORMS */
form {
	margin:10px 20px;
	padding:20px;
	background:#F8F8F8;
}
fieldset {
	border:none;
}
legend {
	margin-bottom:10px;
}
label {
	display:block;
	padding:0;
	margin-bottom:5px;
}
.text {
	width:90%;
	border:1px solid #E5E5E5;
	padding:4px 6px;
}
.text:focus {
	border:1px solid #CCC;
	background:#F5F5F5;
}
.button {
	padding:2px 4px;
}

/* FOOTER */
#footer {
	background:#fff url(/share/art/bg-end.gif) no-repeat center top;
	padding:20px 0;
	text-align:center;
}
#footer p {
	font-size:1.1em;
	color:#31799F;
}

#content li {
	margin-left: 40px;
	/*font:138% Arial, Helvetica, sans-serif;*/
}