@charset "utf-8";
@import url(fonts.css);
/* CSS Document */

/*================================================
 1. Reset the styles
 ================================================*/

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, label, fieldset, legend, input, button, textarea, p, blockquote, th, td, footer, header, hgroup, menu, nav, section {
	color: #454545;
	font-size: 14px;
}
div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
	font-size: 15px;
	line-height: 24px;
}
nav li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
ins {
	color: #000;
	text-decoration: none;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-size: 43px;
	line-height: 50px;
	font-family: Arial;
	color: #000;
}
h2 {
	font-size: 40px;
	font-family: Arial;
	line-height: 48px;
	color: #000;
}
h3 {
	font-size: 22px;
	font-family: SansationRegular, Arial;
	color: #000;
	line-height: 30px;
	color: white;
}
h4 {
	font-size: 20px;
	line-height: 27px;
	font-family: Arial;
	color: #000;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	font-family: Arial;
	color: #000;
}
h6 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
p {
	padding: 0 0 15px;
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial;
}
a {
	background-color: inherit;
	font-size: 14px;
	outline: none;
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #00d2ff;
}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol li {
	color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 10px;
}
ul li {
	color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}
span {
	font-size: 17px;
	font-family: SansationRegular;
	color: white;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}
input:-moz-focus-inner {
	border: 0;
	padding: 0;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/*================================================
 2. General styles
 ================================================*/
body {
	background: #000000;
}
#wrap {
	min-width: 1000px;
	margin: 0 auto;
}

/*---Footer 1---*/
#footer-holder1 {
	background: #111111;
	padding: 15px 0 15px;
}
#footer1 {
	width: 985px;
	margin: 0 auto;
}
.copyright {
	width: 985px;
	float: left;
	line-height: 31px;
}
.copyright span {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #3e3d3d;
	line-height: 15px;
	list-style-type: none;
	margin: 0 0 10px;
}
.p-box {
	float: right;
	width: 630px;
}

/*---Footer 2---*/
#footer-holder2 {
	background: black;
	padding: 15px 0 75px;
}
#footer2 {
	width: 985px;
	margin: 0 auto;
}
.utility-nav {
	width: 985px;
	float: left;
}

.utility-nav ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #3e3d3d;
	line-height: 15px;
	list-style-type: none;
	margin: 0 0 10px;
}
.utility-nav ul li.first-item {
	padding: 0 10px 0 0;
}
.utility-nav ul li.last-item {
	padding: 0 0 0 10px;
	border: 0;
}
.utility-nav ul li a {
	font-size: 12px;
	color: #7c7c7c;
	line-height: 16px;
	text-decoration: none;
}
.utility-nav ul li a:hover {
	color: #00d2ff;
}

/*================================================
3. Home Page
 ================================================*/
 #main {
 	background: url("../img/bg/bg-main.png") no-repeat scroll center 0 #000000;
 }
/*---Slider---*/
.list_carousel {
	background-color: #352c25;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 2000px;
	height: 400px;
	display: block;
	float: left;
	padding: 0;
}

/*---Section 1---*/
.section-holder {
	background: url("../img/bg/section-shadow.png") no-repeat scroll center 0 transparent;
}
.section {
	width: 985px;
	margin: 0 auto;
	padding: 10px 0;
}
.box {
	width: 320px;
	float: left;
	padding: 0 12px 0 0;
}
.box.box3 {
	float: right;
	padding: 0;
}
.b-pane img {
	border: 5px solid #141414;
	margin: 0 0 10px;
}
.b-pane ul {
	float: right;
	width: 180px;
}
.b-pane ul li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 3px;
}
.b-pane span {
	width: 120px;
	display: block;
	float: left;
	color: white;
	font-family: SansationRegular;
}
.d-button {
	background: url("../img/btn/btn4-sprite.png") no-repeat scroll 0 0 transparent;
	float: left;
	width: 82px;
	padding: 0 0 0 10px;
	height: 27px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	color: white;
	font-family: SansationBold;
	cursor: pointer;
}
.d-button:hover {
	background: url("../img/btn/btn4-sprite.png") no-repeat scroll 0 -27px transparent;
	color: #00d2ff;
}
a.d-button {
	line-height: 21px;
}
.b-button {
	background: url("../img/btn/btn5-sprite.png") no-repeat scroll 0 0 transparent;
	padding: 0 17px 0 38px;
	margin: 1px 0 0;
	height: 27px;
	line-height: 27px;
	display: block;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-family: SansationBold;
}
.b-button:hover { 
	text-decoration: none;
	background: url("../img/btn/btn5-sprite.png") no-repeat scroll 0 -27px transparent;
	color: black;
}
/*---Section 2---*/
.cell1 {
	background: #2a2a2a;
	width: 445px;
	padding: 5px 15px 20px 15px;
	border: 1px solid black;
	float: left;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
}
.cell2 {
	float: right;
	width: 480px;
}

.pressquote
{
	font-size: 18px;

	font-style:italic;
}

.presscell
{
	background: #2a2a2a;
	width: 960px;
	padding: 5px 15px 20px 15px;
	border: 1px solid black;
	float: left;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
}

.cell1 h3 {
	background: url("../img/elem/h-image.png") no-repeat scroll 0px center transparent;
	padding: 0 0 0 60px;
	line-height: 55px;
}
.cell p {
	padding: 0 15px 0 10px;
}
.cell form {
	background: url("../img/bg/bg-form.png") no-repeat scroll 0 0 transparent;
	margin: 20px 5px 0;
	height: 36px;
}
.cell input.text {
	color: #3d3d3d;
	font-size: 14px;
	width: 322px;
	padding: 6px 0;
	border: 0;
	background: #171717;
	float: left;
	margin: 0 0 0 15px;
	height: 22px;
}
.cell input.text:focus {
	border: 1px solid #00d2ff;
	padding: 6px 0 6px 15px;
	margin: 0;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
	color: white;
}
.cell input.submit {
	background: url("../images/btn7-sprite.png") no-repeat scroll 0 0 transparent;
	margin: 2px 8px 2px 0;
	height: 32px;
	width: 81px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	font-family: SansationBold;
	border: none;
	cursor: pointer;
}
.cell input.submit:hover {
	background: url("../images/btn7-sprite.png") no-repeat scroll 0 -32px transparent;
}
.c-pane h3 {
	float: left;
}
.c-pane a {
	display: block;
    padding: 8px 0 0;
}
.c-pane a.d-button {
	background: url("../img/btn/btn6-sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    line-height: 27px;
    padding: 0 0 0 41px;
    text-decoration: none;
    width: 61px;
}
.c-pane a.d-button:hover {
	background: url("../img/btn/btn6-sprite.png") no-repeat scroll 0 -27px transparent;
}
