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


/********************************************************************************************************


                                     Facebox


********************************************************************************************************/
#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	font-size: 12px;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
	padding: 25px;
	background: #fff;
	width: 450px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}
#facebox  .ffooter {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}


/***************************************************************************************************************/


body {
		background: #052C62 url(/images/body_background.jpg);
		margin: 0px;
		padding: 0px 0px 10px;
		font-family: Arial, Helvetica, sans-serif;
}

h1 {
		font-size: 20px;
		background: #309DE9;
		padding: 8px;
		color: #FFFFFF;
}

h1 span { font-size: 12px; }

img {
		border-width: 0px;
		border-style: none;
}
.floatleft {
		float: left;
		margin-right: 15px;
		margin-left: 10px;
		display: block;
}

.floatright {
		float: right;
		margin-right: 15px;
		margin-left: 10px;
		display: block;
}

.p1 { font-size: 13px; }

.clear { clear: both; }
#in-home {
		height: 15px;
		font-size: 12px;
		top: -20px;
		right: 20px;
}

#in-home a { color: #FFFFFF; }

#in-home div {
		color: #FFFFFF;
		background: #000000;
		position: absolute;
		top: -15px;
		text-align: center;
		padding: 8px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		width: 150px;
		right: 20px;
}

#in-home div strong { font-size: 15px; }
#main-container  {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
}

#explorer-logo {
		left: 15px;
		position: relative;
		z-index: 10;
		margin-top: 5px;
		margin-bottom: 5px;
}

#menu {
		height: 35px;
		margin: -15px auto 10px;
		width: 930px;
}
#menu  a {
		text-align: center;
		float: left;
		width: 225px;
		text-decoration: none;
		display: block;
		background: url(/images/menu_background.jpg) repeat-x;
		font-weight: bolder;
		color: #000000;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 15px;
		border-right: 1px solid #333333;
		border-left: 1px solid #666666;
}
#home a#menu-home, #dist a#menu-dist, #adv a#menu-adv, #contact a#menu-contact  {
		background: url(/images/menu_background_current.jpg);
		color: #FFFFFF;
}


.ie8 #menu  a {
		padding-top: 5px;
		padding-bottom: 15px;
}


#menu a:hover {
		color: #FFFFFF;
		background: url(/images/menu_background_hover.jpg);
}

#secondary-container {
		background: #000000;
		position: relative;
		padding-top: 20px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px
}

.roundify { }

#home #explorer-cover {
		display: block;
		position: absolute;
		top: 350px;
		left: 5px;
		z-index: 10;
}

#home #content {
		padding: 15px;
		width: 600px;
		float: right;
		margin: 20px 30px 30px 20px;
		color: #FFFFFF;
		border: 1px solid #102C61;
		background: url(../images/home_content_background.jpg) repeat-x;
}
#home  #content  ul   {
		margin: 0px;
		padding: 0px;
}

#home #content h1 {
		padding: 0px 0px 10px;
		margin: 0px;
		border-bottom: 1px solid  #102C61;
		background: transparent;
}

#home #content .floatleft {
		width: 168px;
		list-style: none;
		margin-top: 10px;
		padding-right: 10px;
		border-right: 1px solid #00366A;
}
#home  #image-footer {
		height: 265px;
		width: 600px;
		margin-left: 20px;
		background: #FFFFFF;
}

#home #map {
		background: #FFFFFF;
		border: 1px solid #0E2858;
		padding: 0px;
		width: 282px;
		float: right;
		margin-right: 40px;
		margin-bottom: 20px;
}
#home  #map  div {
		background: #102C62;
		width: 282px;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		padding-top: 3px;
		padding-bottom: 3px;
}
#home    #map  img, #home #map a {
		margin: 0px;
		padding: 0px;
}





.table1 {
		background: #FFFFFF;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		border-right: 1px solid #333333;
		border-left: 1px solid #333333;
}

.table1 .column {
		border-right: 1px solid #333333;
		border-left: 1px solid #333333;
}

.table1 td {
		padding: 5px;
		border-bottom: 1px solid #333333;
}
td.sub  {
		font-size: 12px;
		color: #FFFFFF;
		background: #666666;
}

.table1 th {
		font-weight: bolder;
		color: #FFFFFF;
		background: #333333;
		padding: 5px;
		font-size: 17px;
}

.table1 .special {
		width: 175px;
		background: #D3EEF5;
}

#dist #map {
		margin-left: 15px;
		border: 1px solid #052C62;
		float: left;
}

#dist #content {
		float: left;
		margin-left: 15px;
		background: #FFFFFF;
		padding: 10px;
		width: 270px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

#dist #footer {
		color: #FFFFFF;
		font-weight: bolder;
		font-size: 30px;
		padding: 10px;
		float: left;
		width: 900px;
		line-height: 30px;
		position: relative;
		margin: 30px 15px;
}

#dist #footer img {
		position: absolute;
		top: -50px;
		right: 0px;
}

#adv #content {
		padding: 5px;
		background: #FFFFFF;
		margin: 0px 15px 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px
		}
#adv  #content  .right {
		width: 400px;
		float: right;
		background: #309CE7;
		margin: 15px 0px 10px 10px;
		text-align: center;
}

#adv #content .right .container {
		background: #FFFFFF;
		padding: 10px;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 5px;
		margin-bottom: 20px;
}
#adv     #content     .right     a#monthly  {
		color: #FFFFFF;
		background: #102C61;
		padding: 5px;
		text-decoration: none;
		display: block;
		font-weight: bolder;
		border: 1px solid #FFFFFF;
		margin-right: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		font-size: 12px;
}

#adv #content .right a#insert {
		color: #FFFFFF;
		background: #102C61;
		padding: 5px;
		text-decoration: none;
		display: block;
		font-weight: bolder;
		border: 1px solid #FFFFFF;
		margin-right: auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin-left: auto;
		width: 300px;
		margin-bottom: 10px;
		font-size: 12px;
}
#adv  #content  .right  a:hover  {
		color: #000000;
		background: #00ADEF;
}

.spec {
		float: left;
		margin-left: 28px;
		background: #CCCCCC;
		font-size: 14px;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 8px;
		display: block;
		padding: 8px;
}

#contact #main-image {
		margin-right: auto;
		margin-left: auto;
		display: block;
}

#contact #footer {
		color: #FFFFFF;
		font-weight: bolder;
		font-size: 30px;
		padding: 10px;
		width: 900px;
		line-height: 30px;
		position: relative;
		margin: 30px 15px;
}

#contact #footer img {
		position: absolute;
		top: -50px;
		right: 0px;
		margin-bottom: 15px;
}

#contact a { color: #FFFFFF; }

#ebook {
		position: absolute;
		top: -20px;
		left: 390px;
}

#header {
		position: relative;
		height: 150px;
}

