/* 

Reset Styles

*/




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin:0;
	padding:0;
	background:#FBFBFB;
	font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #585858;
}
a {
	text-decoration:none;
}
a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1;
	text-decoration:underline;
}
h1 a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1!important;
}
h2 a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1!important;
}
h3 a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1!important;
}
h4 a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1!important;
}
h5 a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#54c4f1!important;
}

a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, ol {
	list-style: none outside none;
}
h1{}
h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 1.5em 0 0.5em;
	font-weight: 300;
	letter-spacing: 0.03em;
	text-shadow:1px 1px white;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 1.5em 0 0.5em;
}
h4, h5, h6 {
	letter-spacing: 0.125em;
	padding: 1.5em 0 0.5em;
	text-transform: uppercase;
}
p {
	padding: 0.5em 0;
}
a {
	color: #41B7D8;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:30px;
	background:#ccc;
}
#logo {
	display:none;
	float:left;
	margin:0;
	padding:0;
}
p {
	color:#666;
	font-size:0.9em;
	line-height:1.7em;
	text-shadow:1px 1px white;
	letter-spacing:0.02em;
}
.inner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	clear: both;
	padding-bottom:30px;
}
#banner .inner{padding:0;}
/* 

Normal Page Styles (exclude home)

*/
#importantInformation{float:left;  height:auto; padding-top:70px;}
#importantInformation p{color:#f1f1f1; background:#3f3f41; padding:15px; padding-left:0px; letter-spacing:0.02em; max-width:430px; font-size:1em; font-weight:300; text-shadow:none; background:none; padding-top:0; display:none;}
#importantInformation h1{margin-bottom:0; padding-bottom:0px; color: #FFFFFF; font-size:2.2em; letter-spacing:0.05em; line-height: 110%;text-align: left; font-weight:300;text-shadow: 1px 1px #000;	width: 960px; display:none;}
#mainTitle {
	width:960px;
	background:url(../images/prices/main_title_background.jpg);
	height:152px;
	margin-bottom:40px;
	background-repeat:no-repeat;
	background-position:center;
}
#mainTitle p {
	color: #585858;
	font-weight: 300;
	padding-left: 80px;
	text-align: center;
	text-shadow: 1px 1px white;
	width: 800px;
	display:none;
}
#mainTitle h2 {
	display:none;
	padding-top:25px;
	color:#585858;
	margin:0;
	font-weight:300;
	text-align:center;
	padding-top:30px;
}
#banner {
	height: 200px; 
	background-position:center;
	padding-top:93px;
	background-repeat:no-repeat!important;
	background-position:bottom!important;
}



/* 

Buttons

*/
.btn-sub {
	background: #49c0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* IE10+ */
	background: linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    opacity: 0.75;
    padding: 6px 10px;
	font-size:1em;
	text-shadow:none;
	cursor:hand;
	cursor:pointer;
}
.btn-sub:hover {
	background: #2cafe3; /* Old browsers */
	background: -moz-linear-gradient(top, #2cafe3 0%, #49c0f0 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cafe3), color-stop(98%,#49c0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2cafe3 0%,#49c0f0 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2cafe3 0%,#49c0f0 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2cafe3 0%,#49c0f0 98%); /* IE10+ */
	background: linear-gradient(top, #2cafe3 0%,#49c0f0 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cafe3', endColorstr='#49c0f0',GradientType=0 ); /* IE6-9 */    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    opacity: 0.75;
    padding: 6px 10px;
	font-size:1em;
	text-shadow:none;
	}





#contentwrapper {
	display:none;
	min-width:1017px;
	width: 100%;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:130px;
	padding-top:30px;
}
::selection {
background:#c3effd;
color:#000; /* Safari and Opera */
}
::-moz-selection {
background:#c3effd;
color:#000; /* Firefox */
}
.opacity {
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	margin-top:5px;
	opacity: 1;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 1s linear;
}
.opacity:hover {
	opacity: 0.5;
	filter: alpha(opacity=100);
	transition:opacity 1s ease-in;
	-webkit-transition: opacity 1s linear;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
img.shadow{margin-bottom:15px; margin-top:15px;}
#primarynavigation {
	float:right;
	margin:0;
	padding:0;
	margin-top:50px;
}
ul#primaryNavUl {
	list-style:none;
	margin:0;
	padding:0;
}
li.primaryNavLi {
	float:left;
	margin-left:8px;
	display:block;
	padding:0;
	height:30px;
	line-height:35px;
}
li.primaryNavLi a {
	text-decoration:none;
	color:#333;
	padding-bottom:5px;
	padding-right:0;
	padding-left:0;
	margin-left:30px;
	border:1px solid #fbfbfb;
	 font-weight:300;
}
li.primaryNavLi a:hover {
}
img.star {
	margin-top:35px;
	margin-bottom:20px;
}
.clearFix {
	clear:both;
}
span.pixel5 {
	color:#ff7444;
}

.sectionSurround {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}
h2.normal {
	text-shadow:1px 1px #fff;
	color:#333;
	font-weight: 300;
	margin-bottom:10px;
}


a.linkAboutPixel5 {
	padding:10px;
	float:left;
	color:#fff;
	background:#3f3f41;
	margin-left:70px;
	padding-top:7px;
	padding-bottom:7px;
}
a.linkAboutPixel5:hover {
	background:#ff7345;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:404px;
	background:#181818;
	background-position:center;
	padding-top:20px;
	padding-bottom:20px;
}
#footer h2 {
	text-shadow:1px 1px black;
	color:#fff;
	font-weight: 300;
	font-size:1em;
	letter-spacing: 1.1px;
}
#footer p {
	color: #B2B2B2;
	text-shadow:none;
}
#footerLeftCol {
	width:300px;
}
#footerMiddleCol {
	width:300px;
	text-align:center;
}
#footerRightCol {
	width:300px;
	padding-left:60px;
}
.footerCol {
	float:left;
}

#footer .whiteText {
	color:#fff;
}
#footer a {
	color: #B2B2B2;
}
#footer a:hover {
	color: #fff;
	text-decoration:underline;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#footer .inner{padding:0;}

#headerWide{
 background: url("../images/header/header_gradient.jpg") repeat-x;
    opacity: 0.95;
    position: fixed;
    width: 100%;
	height:93px;
    z-index: 700;
	border-bottom:1px solid #fff;
	box-shadow: 0px 0px 5px #666666;
	}


	
#headerWide #header{padding-top:0; height:94px;}
#headerWide #primarynavigation{margin-top:30px;}
#headerWide li.primaryNavLi a{border:0; color:#fad9cc; font-weight:300;}
#headerWide li.primaryNavLi a:hover {
    border: 0 none;
	background:none;
	color:#fff;
}


/*Back to top button */
p#back-top a {
color: #fff;

}
p#back-top a:hover {
	color: #666;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
p#back-top{  background: none repeat scroll 0 0 #181818;
    border-bottom: 1px dashed #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: none;
    width: 960px;}