
body{
	background:#0f0f0f no-repeat center top;
	color:#bbb;
}
h1, h2, h3, h4, h5, h6{ color:#FFF; font-family: 'Cabin', sans-serif; }

#top_slogan{
	color:#009ce5;font-family: 'Cabin', sans-serif;
}

#navigation ul li {font-family: 'Cabin', sans-serif;}
#navigation ul li a:hover{ color:#009ce5;}
#navigation ul ul li a:hover{color:#009ce5;}

.head_infos{ font-family: 'Cabin', sans-serif; font-style:italic;}

#bottom_navigation li{
	font-family: 'Cabin', sans-serif; 
}
#footer a{ color:#FFF;}
#footer a:hover{color:#009ce5;}

.form_side label{
	font-family: 'Cabin', sans-serif;
}
.form_side input.field:focus{
	border:1px solid #009ce5;
	border-left:4px solid #009ce5;
}
#btnBuyOffer, .button_signnow{
	background:#009ce5;
	color:#000;
}
#btnBuyOffer:hover, .button_signnow:hover{
	background:#fff;
	color:#000;
}
.box{
	background:#191919;
	border:1px solid #00000a;
	padding:10px;
	position:relative;
	top:-20px;
	z-index:1;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6),  0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,  0px -1px 0px 0px rgba(255, 255, 255, 0.1) inset;
	   -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6),  0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,  0px -1px 0px 0px rgba(255, 255, 255, 0.1) inset;
	     -o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6),  0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,  0px -1px 0px 0px rgba(255, 255, 255, 0.1) inset;
	        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6),  0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,  0px -1px 0px 0px rgba(255, 255, 255, 0.1) inset;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		8px 8px 8px 8px;
	 -khtml-border-radius:		8px 8px 8px 8px;
	   -moz-border-radius:		8px 8px 8px 8px;
	     -o-border-radius:		8px 8px 8px 8px;
	        border-radius:		8px 8px 8px 8px;
}
.box h4{
	border:none !important;
	background:url(../images/h4_underline_1col.png) no-repeat center bottom !important;
	padding: 5px 0 30px 0 !important;
	margin-bottom:0 !important;
	text-align: center !important;
	color:#bbb;
}
.box p{
	font-size:12px;
	line-height:19px;
}
.nice_title{
	background:#fff;
	background:rgba(255, 255, 255, 0.05);
	border:1px solid #00000a;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	padding-top:5px;
	padding-right: 10px;
	padding-bottom:5px !important;
	padding-left: 10px;
	margin:0 0 10px 0;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		6px 6px 6px 6px;
	 -khtml-border-radius:		6px 6px 6px 6px;
	   -moz-border-radius:		6px 6px 6px 6px;
	     -o-border-radius:		6px 6px 6px 6px;
	        border-radius:		6px 6px 6px 6px;
}

#main a{
	color:#fff;
}
#main a:hover{
	color:#009ce5;
}
.button,
.btn{
	background:rgba(255, 255, 255, 0.1);
	color:#999;
}
.stepMarker, .btn:hover, .button:hover{
	background:#009ce5;
	color:#fff !important;
}

.read_more_btn{
	background:#fff;
	color:#191919 !important;
	padding:5px 10px;
	margin:0 auto;
	display:inline-block;
	text-align:center;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -55px;
	width: 110px;
	text-shadow:rgba(0, 0, 0, 0.3) 1px 1px 0px;

/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
	   -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
	     -o-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
	        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
.read_more_btn:hover{
	background:#009ce5 !important;
	color:#fff !important;
}

.slogan{
	text-transform:uppercase;
	max-width:960px;
	display:block;
	margin:20px auto;
}