/*   ++++++++++++++++++++++++++++++++ main CSS Document for Pro Dive Mexico IDC ++++++++++++++++++++++++++++++++   */




/*   --- --- --- --- --- --- --- --- General definitions --- --- --- --- --- --- --- ---   */

body {
	background: #001d42 url(../images/general/gradient_bg.jpg) repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: trebuchet ms, Arial, Verdana, Helvetica;
}

img {
	border: none;
}

h1{
	color:#FFC423;
	padding: 10px 10px 5px 0;
	font-size: 22px;
	font-weight: bold;
}

h1.xxx{
	color: #ffffff;
}

h2{
	color:#FFC423;
	padding: 10px 10px 5px 0;
	font-size: 18px;
	font-weight: bold;
}

h3{
	color: #FFC423;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

p{
	padding: 5px 0 10px 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

em{
	font-style: italic;
	}

a{
	color:#FFC423;
}

a:hover{
	color: #FFE59F;
}

small.astrx{
	color: #53656F;
	font-weight: normal;
	font-size: 10px;
	padding: 10px 0 0 0;
}

a.pdf{
	float:left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 0 5px 30px;
	background: url(../images/general/download.png) 0px 5px no-repeat;
}

/*   ---------------- containers -----------------   */

#container_content {
	display: block;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

#container_footer {
	clear: both; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #00557F;
	width: 1024px;
	height: 40px;
}

.middle_column {
	display: block;
	margin-left: 200px;
	margin-right: 290px;
}

.middle_column_home {
	display: block;
	margin-left: 160px;
	margin-right: 290px;
}

.middle_column_courses {
	display: block;
	margin-left: 200px;
	margin-right: 250px;
}

.middle_column_courses_general {
	display: block;
	margin-left: 200px;
}

/*   ---------------- top -----------------   */

#top {
	display: block;
	background: url(../images/general/top_nav.png) 0px 0px no-repeat;
	width: 1024px;
	height: 136px;
}

#top_02 {
	display: block;
	background: url(../images/general/top_nav.png) 0px 0px no-repeat;
	width: 1024px;
	height: 114px;
}

img.logo {
	padding: 1px 0 0 75px;
}

img.right {
	margin: 0 0 0 500px;
}

/*   ------------------ footer ---------------------   */

#footer {
	width: 900px;
	text-align: right;
	padding: 10px 62px 20px 62px;
	font-size: 11px;
	color: #BFEAFF;
	display: block;
	float: right;
}

/*   ---------------- content -----------------   */

#content {
	display: block;
	width: 920px;
	padding: 10px 22px 20px 62px;
}

#content_courses {
	display: block;
	width: 880px;
	padding: 10px 22px 20px 62px;
}

#sitemap {
	display: block;
	width: 880px;
	padding: 10px 22px 20px 80px;
}


/*   --- courses ---   */

#content_courses p{
	padding: 5px 0 10px 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

#content_courses .center{
	padding: 20px 0 10px 10px;
	text-align: center;
}

#content_courses .center img{
	padding: 10px 10px 10px 10px;
}

#content ul.courses, #content ol.courses {
	color: #9BBDCF;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 20px 20px;
}

#content ul.courses li {
	padding: 2px 0 2px 10px;
	list-style: disc;
}

#content ol.courses li {
	padding: 2px 0 2px 10px;
	list-style: decimal;
}

#content_courses ul {
	color: #5AA5CF;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 0 30px;
}

#content_courses ul li {
	padding: 2px 0 2px 0;
	list-style: none;
}

/* --- prices - schedule ---*/

#content table {
	margin: 10px 0 10px 0;
	width: 920px;
}

#content tr {
	background-color:#A7CBDF;
	border: 2px solid #ffffff;
}

#content td ul {
	color: #53656F;
	font-weight: normal;
	font-size: 11px;
}

#content td ul li {
	padding: 1px 0 1px 0;
	list-style: disc;
	list-style-position: inside;
}

#content td.header {
	padding: 3px 0 3px 10px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	background-color: #00418F;
}

#content td.header_02 {
	font-weight: bold;
	color: #A7CBDF;
	width: 90px;
	height: 30px;
	vertical-align: middle;
	background-color: #00418F;
}

#content td.header_03 {
	font-weight: bold;
	color: #A7CBDF;
	width: 150px;
	height: 30px;
	vertical-align: middle;
	background-color: #00418F;
}

#content td.header_04 {
	font-weight: bold;
	color: #A7CBDF;
	width: 200px;
	height: 30px;
	vertical-align: middle;
	background-color: #00418F;
}

#content td.high_blue {
	background-color: #7DBCDF;
}

#content td.extra_special {
	background-color: #FFC423;
}

#content td {
	padding: 8px;
	font-size: 12px;
	color: #53656F;
}

#content td strong {
	color:#00557F;
	font-weight:bold;
}

#content td a {
	color:#003F5F;
	font-weight:bold;
}

#content td a:hover {
	color:#00608F;
	font-weight:bold;
}

#content td a.icon_02 {
	color:#EC0000;
	font-weight:bold;
}

#content td a.special {
	color:#EC0000;
	font-weight:bold;
	font-size: 18px;
}

#content td a:hover.special {
	color:#FF2A00;
	font-weight:bold;
	font-size: 18px;
}

#content td em {
	font-style: italic;
	color:#3B484F;
}

/* --- policy --- */

#content ul.policy {
	color: #9BBDCF;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 25px 20px;
}

#content ul.policy li {
	padding: 2px 0 2px 10px;
	list-style: disc;
	list-style-position: outside;
}

/* ------------------------ forms ------------------------ */

.content_address {
	width: 400px;
	float: left;
	display: block;
}

.content_address_02 {
	width: 400px;
	float: right;
	display: block;
}

#contact_form {
	width: 450px;
	height: 860px;
	float: right;
	display: block;
}

#sign_up_form {
	width: 450px;
	height: 1150px;
	float: left;
	display: block;
}

input.short{
	border: 1px solid #8d8d8d;
	background: #ffffff;
	margin: 0 10px 10px 0;
	width: 330px;
	height: 14px;
	font-size: 12px;
}

input.shorter{
	border: 1px solid #8d8d8d;
	background: #ffffff;
	margin: 0 10px 10px 0;
	width: 200px;
	height: 14px;
	font-size: 12px;
}

input.mini{
	border: 1px solid #8d8d8d;
	background: #ffffff;
	margin: 0 10px 10px 0;
	width: 130px;
	height: 14px;
	font-size: 12px;
}

input.tick{
	margin: 0 10px 0 0;
	font-size: 12px;
	float: left;
}

textarea{
	border: 1px solid #8d8d8d;
	background: #ffffff;
	margin: 5px 10px 10px 0;
	width: 420px;
	height: 200px;
	font-size: 12px;
}

select {
	width: 150px;
	font-size: 12px;
}

label{
	width: 90px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

label.code_check{
	width: 290px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

label.course{
	width: 220px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

label.drops{
	width: 170px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

label.newsletter{
	width: 400px;
	color: #ffffff;
	font-size: 12px;
}

label.language{
	width: 100px;
	color: #ffffff;
	font-size: 12px;
}

label.message{
	width: 200px;
	color: #ffffff;
	font-size: 12px;
}

/* --- buttons --*/

input.send{
	background: #EC0000 url(../images/general/send.png) 3px 3px no-repeat;
	padding: 3px 7px 3px 27px;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	float: right;
	margin: 0 30px 0 0;
}

input.reset{
	background: #EC0000 url(../images/general/reset.png) 3px 3px no-repeat;
	padding: 3px 7px 3px 27px;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	float: right;
	margin: 0 10px 0 0;
}

input.send:hover{
	background: #EC3D00 url(../images/general/send.png) 3px 3px no-repeat;
}

input.reset:hover{
	background: #EC3D00 url(../images/general/reset.png) 3px 3px no-repeat;
}

/*  --- messages ---  */

.error{
	background: url(../images/general/achtung.png) no-repeat;
	display: block;
	color:#EC0000;
	padding: 2px 0 0 27px;
	font-size: 14px;
}

.success{
	background: url(../images/general/happy.png) no-repeat;
	display: block;
	color: #00CC00;
	padding: 2px 0 0 27px;
	font-size: 14px;
}


/* ------------------------ side nav ------------------------ */

/* --- labels ---*/

img.lable {
	padding: 0 0 20px 0;
}

div.lable {
	float:left;
	padding: 0 40px 0 0;
	width: 116px;
	height: 200px;
}

div.lable_02 {
	float:left;
	padding: 0 15px 0 25px;
	width: 116px;
	height: 200px;
}

div.calendar {
	float:right;
	padding: 0 5px 0 15px;
	width: 96px;
}

/* --- whats next ---*/

div.next_course {
	float:right;
	padding: 0 0 0 0;
	width: 208px;
	height: 235px;
}

div.next_course img {
	padding: 0 0 0 20px;
}

/* --- downloads ---*/

div.download {
	float:left;
	padding: 0 0 0 0;
	width: 170px;
	height: 200px;
	display: block;
}

/* --- combine - upgrade ---*/

div.pack {
	float:right;
	padding: 0 0 0 0;
	width: 208px;
	height: 230px;
}

div.pack img {
	padding: 0 0 0 20px;
}

/* --- navi ---*/

div.side_nav {
	float:left;
	padding: 0 40px 0 0;
	width: 160px;
}

div.slate_navi_why {
	padding: 30px 20px 0 28px;
	width:145px;
	height:350px;
	background: url(../images/general/slate_why.png) 0px 0px no-repeat;
}

div.slate_navi {
	padding: 30px 20px 0 28px;
	width:145px;
	height:640px;
	background: url(../images/general/slate.png) 0px 0px no-repeat;
}

div.slate_navi_gopro {
	padding: 30px 20px 0 28px;
	width:145px;
	height:450px;
	background: url(../images/general/slate_gopro.png) 0px 0px no-repeat;
}

div.slate_navi_packages {
	padding: 30px 20px 0 28px;
	width:145px;
	height:500px;
	background: url(../images/general/slate_packs.png) 0px 0px no-repeat;
}

div.slate_navi_why ul, div.slate_navi ul, div.slate_navi_packages ul, div.slate_navi_gopro ul {
	width:120px;
	font-size: 14px;
}

div.slate_navi_why li.title, div.slate_navi li.title, div.slate_navi_packages li.title, div.slate_navi_gopro li.title {
	color: #002c43;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.slate_navi_why li a, div.slate_navi li a, div.slate_navi_packages li a, div.slate_navi_gopro li a {
	color: #00557F;
	padding: 0 0 8px 13px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	display:block;
}

div.slate_navi_why li a:hover, div.slate_navi li a:hover, div.slate_navi_packages li a:hover, div.slate_navi_gopro li a:hover {
	color: #0085CF;
}

div.slate_navi_why li a.here, div.slate_navi li a.here, div.slate_navi_packages li a.here, div.slate_navi_gopro li a.here {
	background: url(../images/general/x.png) 0px 3px no-repeat;
}

/* --- sitemap --*/

.col_01{
	display: block;
	float: left;
	width: 285px;
	height: 280px;
}

.col_02{
	display: block;
	float: left;
	width: 285px;
	height: 370px;
}

.col_03{
	display: block;
	float: left;
	width: 285px;
	height: 250px;
}


#sitemap ul {
	color: #5AA5CF;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 0 30px;
}

#sitemap ul li {
	padding: 2px 0 2px 0;
	list-style: none;
}

#sitemap h2 {
	color:#EC0000;
	width: 250px;
	border-bottom: 1px solid #EC0000;
}

/* ------------------------- funpics -------------------------- */

div.funpics {
	float:right;
	padding: 0 0 0 20px;
	width: 270px;
	height: 370px;
}

div.funpics_home {
	float:right;
	padding: 0 0 0 20px;
	width: 270px;
	height: 940px;
}

div.funpics_people {
	float:right;
	padding: 0 0 0 20px;
	width: 270px;
	height: 600px;
}

div.funpics_housing {
	float:right;
	padding: 0 0 0 20px;
	width: 270px;
	height: 1400px;
}

div.funpics_faq {
	float:right;
	padding: 0 0 0 20px;
	width: 270px;
	height: 1200px;
}

div.funpics_cal {
	float:right;
	padding: 0 0 0 0px;
	width: 110px;
	height: 600px;
}

div.funpics_courses {
	float:right;
	padding: 0 0 0 20px;
	width: 228px;
	height: 600px;
}

div.funpics_courses_big {
	float:right;
	padding: 0 0 0 20px;
	width: 228px;
	height: 800px;
}

div.funpics_courses_side {
	float:right;
	padding: 0 0 0 20px;
	width: 150px;
	height: 600px;
}

div.funpics_courses_small {
	float:right;
	padding: 0 0 0 20px;
	width: 228px;
	height: 650px;
}

div.funpics_courses_huge {
	float:right;
	padding: 0 0 0 20px;
	width: 228px;
	height: 3700px;
}

div.funpics_gopro_over {
	float:right;
	padding: 20px 20px 0 20px;
}

div.funpics_packs {
	float:right;
	padding: 0 0 0 20px;
	width: 250px;
	height: 900px;
}

/* --- for packs --*/

div.funpics_courses_smaller {
	float:right;
	padding: 0 0 0 20px;
	width: 248px;
	height: 500px;
}

div.funpics_courses_internship {
	float:right;
	padding: 0 0 0 20px;
	width: 248px;
	height: 800px;
}

/* --- icon links --- */

a.icon {
	font-size:12px;
	text-decoration: none;
	}
	
a.icon_02 {
	font-size:12px;
	text-decoration: none;
	color: #EC0000;
	}

a.icon_03 {
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
	color: #EC0000;
	}

.highlight {
	color: #EC0000;
	font-weight: bold;
	}
