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

/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
margin: 0px;
padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
display: block;
}

html {
background-color: #000;
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
h1 {
    font-weight: normal;
}
.h1Header {
	font-size: 1.1em;
	color: #E6E6E6;
	margin-top: 8em;
	margin-bottom: .8em;
	letter-spacing: .1em;
}
.h1Gal {
	font-size: 1.1em;
	color: #fff;
	margin-top: 3em;
	margin-bottom: .8em;
	letter-spacing: .1em;
}
h2 {
    font-weight: normal;
}
.h2Header {
	font-size: 1.1em;
	color: #E6E6E6;
	margin: 1.5em 0 .8em 0;
	padding: 1.5em 0 0 0;
	height: 2.7em;
	border-top: solid 1px #222;
}
h3 {
    font-weight: normal;
}
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
nav {
	float: left;
	width: 600px;
	height: 30px;
	margin: 0 0 0 200px;
	padding: .5em 0 0 0;
	background-color: #222;
	-moz-border-radius: 0 0 60px 60px;
	-webkit-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
	text-align: center;
	text-transform: lowercase;
	color: #8A8A8A;
}
.toolbar  {
	float: left;
	width: 600px; 
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: center;
}
.toolbar li {
	display: inline;
	margin: 0 .9em 0 .9em;
	padding: 0 0 0 0;
	zoom: 1;
}
.toolbar a:link {
	color: #8A8A8A;
	text-decoration: none;
}
.toolbar a:visited {
	color: #8A8A8A;
	text-decoration: none;
}
.toolbar a:hover {
	color: #fff;
	text-decoration: underline;
}
.toolbar a:active {
	color: #fff;
	text-decoration: underline;
}
section {
	float: left;
    width: 1000px;
	margin: 0 0 0 0;
	padding: 0;
    line-height: 1.6;
	color: #777;
}
p {
    margin-bottom: .9em;
}
article {
	width: 970px;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	font-size: .9em;
}
.article img {
	float: left;
	margin: 0;
}
article a:link {
    color: #439FBC;
    text-decoration: none;
}
article a:visited {
    color: #25A0C7;
    text-decoration: none;
}
article a:hover {
    color: #fff;
    text-decoration: none;
}
article a:active {
    color: #fff;
    text-decoration: none;
}
.thumbHD {
	float: left;
	margin: 0 0 1em 43px;
	width: 957px;
	text-align: left;
}
aside {
	float: left;
	width: 230px;
	margin: 0 0 0 40px;
	font-size: 1em;
}
aside ul li {
	margin-left: 1.5em;
}
.asideT {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
}
.asideTH {
	float: left;
	width: 230px;
	height: 126px;
	margin: 4em 0 0 0;
}
.asideTH img {
	margin: 0 5px 0 0;
	border: none;
}
.asideTH2 {
	float: left;
	width: 230px;
	height: 190px;
}
.asideTH2 img {
	margin: 0 0 0 0;
	border: none;
}
.asideTH3 {
	float: left;
	width: 230px;
	height: 190px;
}
.asideTH3 img {
	margin: 0 0 5px 0;
	border: none;
}
.asideB {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
}
.titling {
	float: left;
	width: 230px;
	height: 150px;
	margin: 0;
	font-size: .9em;
}
.titling2 {
	float: left;
	width: 230px;
	height: 144px;
	font-size: .9em;
}
.arrows {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	width: 230px;
	margin: 113px 0 0 0;
	padding: .2em .1em .2em .1em;
	font-style: normal;
	font-weight: 100;
	text-align: left;
	letter-spacing: .2em;
}
.arrowBox {
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 6em;
	margin: .2em 0 0 0;
	padding: .2em .48em .2em .48em;
	/*background-color: #0D0D0D;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; */
}
.arrowL {
	float: left;
	width: 50px;
	text-align: left;
	border-right: solid 1px #222;
	padding-bottom: .2em;
}
.arrowR {
	float: left;
	width: 50px;
	text-align: right;
	border-left: solid 1px #222;
	padding-bottom: .2em;
}
.art {
	float: left;
	margin: 3em 0 0 40px;
}
.art img {
	border: 2px solid #333;
}
.detailSM {
	font-size: .7em;
}
