/****************
    - Reset -
****************/
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, font, 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 {
    margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
}

* {
	-webkit-user-select:none;
	 -khtml-user-select:none;
	   -moz-user-select:none;
		 -o-user-select:none;
}

*:focus {
	outline:0;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
}

body {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#333;
	background:#F1F1F1 url(../images/preview/bg/bg.png) repeat top left;
}

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

.clear {	
	clear:both;
}

.space10 {
	width:100%;
	height:10px;
}

.space15 {	
	width:100%;
	height:15px;
}

.space20 {	
	width:100%;
	height:20px;
}

.space30 {	
	width:100%;
	height:30px;
}

.space40 {	
	width:100%;
	height:40px;
}

/*****************
    - Border -
*****************/
.top-border {
	position:relative; 
	display:block; 
	clear:both; 
	width:100%;
	height:3px;
	background-color:#E44733;
}

/*****************
    - Header -
*****************/
header {
	position:relative; 
	display:block;
	clear:both; 
	width:100%;
	margin:0;
	padding:0;
	background-color:#333;	
}

header .container {
	clear:both;
	max-width:1170px; 
	height:28px;
	margin:0 auto;
	padding:20px;
}

header .container .left {	
	float:left; 
}

header .container .right {	
	float:right;
}

/***************
    - Logo -
***************/
header .logo {
	clear:both;
	width:210px;
	height:28px;
}

/*********************
    - Navigation -
*********************/
header nav {
	position:relative;
	padding-top:7px;
}

header nav ul {
	display:block;
}

header nav ul li {
	float:left;
	left:0;
	display:block;
	margin:0 auto;
	cursor:pointer;
	list-style:none;
	font-size:14px;
	line-height:14px;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
}

header nav ul li a {
	height:100%;
	padding:0px 15px;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#a7a7a7;	
}

header nav ul li a:last-child {
	padding-right:0;	
}

header nav ul li a {
	-webkit-transition:color 0.2s linear;
	   -moz-transition:color 0.2s linear;
			transition:color 0.2s linear;
}

header nav ul li.active a, header nav ul li a:hover {
	color:#FFF;	
}

/***********************
    - Configurator -
***********************/
.configurator {	
	max-width:1170px; 
	margin:auto; 
	padding:0px 20px;
}

.configurator table {
	padding:0;
	margin:0;	
}

.configurator table tr {		
	width:100%; 
	color:#e44733; 
	font-weight:800; 
	font-size:18px;
	line-height:39px;
	white-space:nowrap;
}

.configurator table td:first-child {	
	padding-right:10px;
}

.configurator table td.divider {		
	width:100%; 
	height:10px; 
	background:url(../images/preview/bg/divider.png) repeat-x left 18px;
}

.configurator .infofield {
	font-family:Arial;
	font-size:13px;
	line-height:22px;
	color:#555;
}

.one_third {	
	width:32%;
	margin-right:2%; 
	float:left;
}
	
.one_third.last {	
	margin-right:0;
}

.configurator .conftitle {	
	color:#000; 
	font-weight:800; 
	ffont-size:12px;
}

.configurator .conftitle span {	
	font-size:10px; 
	font-weight:500; 
	color:#999;
}

.configurator ul li	{
	background:url(../images/preview/tick.png) no-repeat 0px 4px; 
	padding-left:45px;
	font-size:13px; 
	line-height:16px;
	padding-left:20px;
	color:#404040;
	margin-bottom:10px;
}

.cross_platform {
	width:100%;
	text-align:center;	
}

/*****************
    - Footer -
*****************/
footer {
	position:relative; 
	display:block;
	clear:both; 
	width:100%;
	margin:0;
	padding:0;
	color:#999;
	background-color:#fff;	
}

footer .container {
	clear:both;
	max-width:1170px; 
	margin:0 auto;
	padding:20px;	
}

footer a {
	color:#333;
}

footer a:hover {
	color:#E44733;
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	header .container {
		height:50px;	
	}
	
	header .container .left {
		clear:both;
	}
	
	header .container .right {
		float:none;
		clear:both;		
		margin:0;
	}
	
	header nav {
		padding-top:10px;	
	}
	
	header nav ul li {
		font-size:12px;
		line-height:12px;
	}
	
	header nav ul li a {
		padding:0px 8px;
	}
	
	header nav ul li:first-child a {
		padding-left:0px;
	}
	
	header nav ul li:last-child a {
		padding-right:0px;
	}
	
	.one_third { 
		float:none; 
		clear:both;
		width:100%;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.cross_platform img {
		width:400px;
		height:59px;
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.cross_platform img {
		width:300px;
		height:44px;
	}
}