/* CSS Document */

html,
body {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	background: #777777 url(assets/bg.png) top left repeat;
}

body {
	width: 800px;
	margin: 0px auto;
	background: #ffffff;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	color: inherit;
}

h1,
h2,
h3 {
	margin: 0px;
}

.header {
	position: relative;
	height: 42px;
	background: transparent url(assets/header_bg.png) top left repeat-x;
	padding: 0px;
	margin: 0px;
}

.header h1 {
	position: absolute;
	top: 6px;
	left: 15px;
	width: 126px;
	height: 37px;
	padding: 0px;
	margin: 0px;
	text-indent: -10000px;
	overflow: hidden;
	background: transparent url(assets/logo.png) top left no-repeat;
}

.mainMenu {
	position: absolute;
	top: 11px;
	right: 5px;
	padding: 0px;
	margin: 0px;
}

.mainMenu li {
	display: inline;
	color: #333333;
	font-size: 16px;
	padding: 0px 10px;
	border-left: 1px solid #999999;
}

.mainMenu li:first-child {
	border: none;
}

.panes {
	background: url(assets/home_panesBG.png) top left repeat-x;
	height: 284px;
}

.pane {
	display: block;
	width: 265px;
	height: 284px;
	float: left;
	border: none;
	border-left: 1px solid #aaaaaa;
}

.panes a:first-child .pane {
	border: none;
}

.bottomContent {
	margin: 0;
	padding: 40px 60px;
}

.footer {
	position: relative;
	height: 55px;
	background: transparent url(assets/footer_bg.png) top left repeat-x;
	font-size: 14px;
	color: #777777;
	text-align: center;
}

.footer span {
	display: inline-block;
	width: 165px;
	padding-top: 11px;
}

.footer .copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
}

/* Home Page */

.mainBanner {
	display: block;
	width: 800px;
	height: 379px;
}

.home .bottomContent {
	font-size: 14px;
}

/* Explore Page */

.explore h2 {
	font-size: 28px;
}

.explore .mainContent {
	min-height: 210px;
	padding: 30px;
}

.explore .mainImage {
	float: right;
	margin-left: 30px;
}

.explore .panes {
	background: url(assets/panes_bg_440.png) top left repeat-x;
	height: 440px;
}

.explore .pane {
	display: block;
	width: 265px;
	height: 440px;
	float: left;
	border: none;
	border-left: 1px solid #aaaaaa;
	text-align: center;
}

.explore .pane h3 {
	font-size: 21px;
	font-weight: normal;
	padding: 5px 0px;
	margin-bottom: 15px;
}

.explore .pane p {
	padding: 0px 20px;
	text-align: left;
}