/* @group DEFAULTS */

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

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASICS */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	background: #08080A url(../images/bg.jpg) repeat-x 0 top;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group HEADER */

#flash {
	margin: 0 auto 0 auto;
	width: 965px;
	height: 445px;
	overflow: hidden;
}

/* @end */

/* @group CONTENT */

#content {
	width: 855px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding:0 100px 0 10px
}

#content h2 {
	color: #fff;
	font-size: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content h2.sub {
	margin-top: 15px;
}

#content h3 {
	color: #fff;
	font-size: 17px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}

#content p {
	padding: 0 0 8px 0;
}

#content hr {
	background-color: #fff;
	border: 1px solid #fff;
	height: 1px;
}

/* @end */

/* @group COPYRIGHT */

#copyright {
	width: 965px;
	margin: 10px auto 10px auto;
	padding: 5px 0 0 0 ;
	text-align: right;
	border-top: 6px solid #898989;
	font-size: 10px;
}

/* @end */