/* Css Reset */
 div, span, applet, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	/* background:transparent; /* font-size:14px; font-size: 100%; */
	color:#fff;
}
.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}
p {
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
body {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	background-color:#000;
	width:1000px;
	margin:0px auto;
}

/* New Header */
.headerr {
	height:117px;
	background:url(../images/header-bg.gif) repeat-x top;
}
.topNavigation {
	width:725px;
	float:right;
	text-align:right;
}
/* Language */
.flags {
	padding-top:13px;
	padding-right:13px;
}
.flags label {
	padding-right:15px;
	float:right;
	line-height:22px;
}
.flags a {
	width:30px;
	height:22px;
	float:right;
	display:block;
	background:url(../images/flags.gif) no-repeat 0px 0px;
	margin-right:5px;
}
.hideFlags {
	height:22px;
}
.flags a.english {
	background-position:0px 0px;
}
.flags a:hover.english, .flags a.ActiveEnglish {
	background-position:0px -25px;
}
.flags a.russian {
	background-position:-37px 0px;
}
.flags a:hover.russian, .flags a.ActiveRussian {
	background-position:-37px -25px;
}
.flags a.german {
	background-position:-73px 0px;
}
.flags a:hover.german, .flags a.ActiveGerman {
	background-position:-73px -25px;
}
.flags a.italian {
	background-position:-109px 0px;
}
.flags a:hover.italian, .flags a.ActiveItalian {
	background-position:-109px -25px;
}
.flags a.french {
	background-position:-143px 0px;
}
.flags a:hover.french, .flags a.ActiveFrench {
	background-position:-143px -25px;
}
.headerContainer {
	height:45px;
	padding-top:116px;
	background:url(../images/top-banner/1.jpg) no-repeat top left;
	background-image:none;
}
.logoAndNav {
	height:175px;
}
.logo {
	float:left;
	margin-top:17px;
	margin-left:20px;
}
.topNavigationContainer {
	width:700px;
	float:right;
	text-align:right;
}
.pageTitle {
	line-height:45px;
}
.pageTitle .location {
	background:url(../images/top-banner/location-bg-strip.png) repeat-x top;
	width:180px;
	float:left;
	height:45px;
}
.pageTitle .location h1 {
	font-size:25px;
	padding-left:20px;
	letter-spacing:-1px;
}
.pageTitle .title {
	background:url(../images/top-banner/title-bg-strip.png) repeat-x top;
	width:820px;
	float:left;
	height:45px;
}
.pageTitle .title h1 {
	font-size:25px;
	padding-left:20px;
	letter-spacing:-1px;
}
/* Main Navigation */
.mainNavigation {
	display:block;
	padding-top:14px;
}
.mainNavigation li {
	height:67px;
	background: url(../images/navigation-brdr.gif) no-repeat bottom right;
	display:inline;
	padding-right:1px;
	margin-left:-3px;
}
.mainNavigation li a {
	height:67px;
	line-height:67px;
	display:inline-block;
	padding:0px 10px;
	width:auto;
}
.mainNavigation li a:hover, .mainNavigation li a.activeNav {
	background:url(../images/navigation-bg-hover.gif) repeat-x bottom;
}
/* ============ Content Container ================*/
.contentContainer {
	border-bottom:1px #3a3a3a solid;
	background: #000 url(../images/left-navigation-bg.gif) repeat-y left;
}
.leftNavigation {
	width:180px;
	float:left;
	background:url(../images/navigation-col-bg.gif) repeat-x top;
}
.leftNavigation ul {
	font-size:15px;
	font-weight:bold;
}
.leftNavigation ul li {
	list-style:none;
}
.leftNavigation ul li a {
	height:26px;
	display:block;
	line-height:26px;
	padding-left:18px; /* background:url(../images/left-nav-arrow.png) no-repeat left; */
	background:url(../images/left-nav-brdr.gif) no-repeat top left;
}
.leftNavigation ul li a b {
	display:block;
	padding-left:15px;
}
.leftNavigation ul li a:hover, .leftNavigation ul li a.activeNav {
	background-image:url(../images/left-nav-brdr-hover.gif);
}
.leftNavigation ul li a:hover b, .leftNavigation ul li a.activeNav b {
	background:url(../images/left-nav-arrow.png) no-repeat left;
}
.contentRightCol {
	width:789px;
	float:left;
	background:url(../images/content-btm-lft-corner.gif) no-repeat bottom left;
	padding:15px;
	/* text-align:justify; */
	
  min-height:460px;
	height:auto !important;
}
/* for Internet Explorer */
/*\*/
* html .contentRightCol {
	height:437px;
}
/**/
	
	
.contentRightCol h2 {
	font-size:20px;
}
.contentRightCol h3 {
	font-size:16px;
	padding:10px 0px 0px 0px;
	color:#009DE1;
}
.contentRightCol p {
	padding-bottom:15px;
}
.innerImg {
	float:right;
	margin:0px 0px 15px 15px;
	border:1px solid #858585;
}
/* CommonBox */
.boxesContainer {
	display:block;
	padding-left:5px;
	padding-top:20px;
}
.boxContainer {
	width:355px;
	/*height:100px;*/
	padding:10px;
	float:left;
	background:#363636 url(../images/box-bg.gif) repeat-x top;
	position:relative;
	margin-bottom:20px;
}
.teamBox {
	height:124px;
}
.boxContainer h2 {
	font-size:18px;
	padding:0px 0px 10px 0px;
}
.boxesLeftColumn {
	width:390px;
	float:left;
}
.boxIcon {
	position:relative;
	top:-42px;
	left:-42px;
	width:98px;
	float:left;
	height:97px;
	background:url(../images/icons/special-offer.png) no-repeat top left;
}
.boxContent {
	width:297px;
	float:left;
	margin-left:-46px;
}
.boxContent img {
	border:1px solid #858585;
}
.boxContent a.more {
	width:56px;
	height:22px;
	display:block;
	background:url(../images/more-btn.gif) no-repeat top left;
	float:right;
}
.boxContent p {
	padding:0px;
}
.boxesRightColumn {
	width:390px;
	float:right;
}
/* News Box  */
.newsIcon {
	background-image:url(../images/icons/news.png);
	left:-30px;
	top:-38px;
}
.newsThumb {
	float:left;
	margin:0px 10px 10px 0px;
}
/* Gallery Box  */
.galleryIcon {
	background-image:url(../images/icons/gallery-icon.png);
	left:-30px;
	top:-38px;
}
ul.boxGallery {
	padding:0px !important;
	margin:0px !important;
}
.boxGallery {
	margin:0px;
	padding:5px 0px;
	display:block;
}
.boxGallery li {
	display:inline;
	margin:0px;
	margin-right:6px;
	list-style:none;
	padding:0px;
}
.boxGallery li img {
	width:86px;
	height:64px;
	border:1px solid #a7a7a7;
}
/* Newsletter Box  */
.newsletter {
	background-image:url(../images/icons/newsletter.png);
	left:-30px;
	top:-38px;
}
.newsltterForm {
	display:block;
	width:280px;
	float:left;
}

.newsltterForm p span {
	display:block;
}
.newsltterForm p label {
	width:60px;
	font-weight:bold;
	display:block;
	float:left;
	line-height:20px;
	padding:0px 0px 10px 0px;
	margin:5px 0px 0px 0px;
}
.newsltterForm p input {
	width:160px;
	float:left;
	height:18px;
	line-height:20px;
	border:1px solid #858585;
	background-color:#989898;
	color:#fff;
}
.newsletterSubmit {
	width:37px !important;
	height:30px !important;
	display:block;
	float:left;
	background:url(../images/icons/submit-icon.gif) no-repeat top left;
	border:none !important;
	margin:0px 0px 0px 5px;
}
.newsletterSubmit:hover {
	background-position:bottom left;
}
/* Footer */
.footer {
	clear:both;
	font-size:11px;
	padding-bottom:10px;
}
.copyRight {
	width:300px;
	float:right;
	padding:15px 20px 10px 0px;
	text-align:right;
}
.gpnetLogo {
	width:20px;
	height:27px;
	display:block;
	float:right;
	background:url(../images/gpnet.gif) no-repeat top left;
	margin-left:5px;
}
a.accordionHeader, .accordionHeaderFirst {
	background:url(../images/Accordion-header-bg.gif) no-repeat;
	width:797px;
	height:30px;
	line-height:30px;
	margin:0px 0px 2px 0px;
	display:block;
}
.accordionHeaderFirst {
	background:url(../images/Accordion-header-bg-first.gif) no-repeat !important;
	padding-left:0px !important;
}
a.accordionHeader:hover, a.selected {
	background:url(../images/Accordion-header-bg-hover.gif) no-repeat;
	width:794px;
	display:block;
	padding-left:27px;
}
a.accordionHeader h3, .accordionHeaderFirst h3 {
	padding:0px 0px 0px 5px;
	color:#fff !important;
}
a.accordionHeader h3 img {
	padding:0px 4px 0px 0px;
}
.stuffImg {
	float:left;
	width:111px;
	height:113px;
	border:1px solid #A7A7A7;
}
.stuffInfo {
	float:left;
	width:214px;
	padding:0px 0px 0px 10px;
	font-size:12px;
	text-align:left;
}
.contentRightCol ul {
	margin:0px;
	padding:10px 10px 10px 15px;
}
.contentRightCol ul li {
	padding:0px 0px 10px 0px;
}
.mainboxContainer {
	height:100px;
}
.educationTitle {
	padding:0px 0px 10px 0px !important;
}
.divingPrices {
	margin:5px 0px;
	text-align: left;
}
.divingPrices tr td {
	border:1px solid #2a2a2a;
	padding:5px 0px 5px 10px;
	border-collapse:collapse;
}
/* Contact Page */

.contentLeft {
	width:404px;
	float:left;
}
.contentRight {
	width:373px;
	float:right;
}
.contentRight img {
	border:1px solid #858585;
}
.contentLeft label {
	float:left;
	width:82px;
	font-size:15px;
	margin:0px 0px 10px 0px;
	height:34px;
	line-height:34px;
	font-weight:bold;
}
.contentLeft input, .contentLeft textarea {
	float:left;
	width:305px;
	height:24px;
	background-color:#000;
	border:1px solid #858585;
	font-size:15px;
	color:#ffffff;
	padding:5px;
}
.contentLeft textarea {
	height:228px;
	font-family:Arial, Helvetica, sans-serif;
}
a.button, input.button {
	height:38px;
	display:block;
	background-color:#373737;
	float:right;
	padding:0px 15px;
	font-size:15px;
	line-height:38px;
	margin:5px 0px 0px 0px;
	font-weight:bold;
}
input.button {
	border:none;
	width:auto;
}
input.button:hover {
	background-color:#019EE1;
}
a.button:hover {
	background-color:#019ee1;
}
a.divingButton {
	background:#373737 url(../images/icons/diving-icon.png) no-repeat 15px 5px;
	padding-left:55px;
}
a.transportationButton {
	background:#373737 url(../images/icons/car-icon.png) no-repeat 15px 5px;
	padding-left:62px;
}
a.hotelButton {
	background:#373737 url(../images/icons/hotel-icon.png) no-repeat 15px 5px;
	padding-left:55px;
}
.sahlHasheesh {
	width:230px !important;
}
.sahlHasheeshTitle {
	width:770px !important;
}
.sahlHasheesh {
	width:230px !important;
}
.sahlHasheeshTitle {
	width:770px !important;
}
.abuSomaPrices {
	margin-left:287px !important;
}
.contentRightCol h3, .contentRightCol p a:hover {
	color:#019EE1;
}
.contactInfo p {
	margin-top:10px;
}
a:hover.divingButton { color:#fff !important;}