/*********************************************************************/
/* Default Settings */
/*********************************************************************/
a {text-decoration:underline;}
a:hover {text-decoration:none;}
.header a {color:#fff;}

body {
	margin: 0;

	background-color: #cecece;
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	background-position: top;

	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	color: #ffffff;
	font-size: 15px;
}

a.pic_link {
	text-decoration: none;
	border: none;
}

a.white {
	color: #ffffff;
}

a#example2 {
	color: #252525;
	text-decoration: none;
}

img.image_link {
	border: none;
}

span.title {
	font-size: 20px;
	color: #1fbba6;
	font-weight: 700;
}

span.desc {
	color: #ffffff;
}

p.info {
	
}

a.link {
	color: #1fbba6;
}

a.link-dark {
	color: #323a45;
}

/*********************************************************************/
/* Layout 1080p */
/*********************************************************************/


#header {
	width: 100%;
	height: 50px;
	background-color: #323a45;
}

	.header {
		width: 1080px;
		margin: 0 auto;
		height: 50px;
	}

	.header-left {
		float: left;
	}

	.header-right {
		float: right;
	}

#CONTAINER {
	width: 1080px;
	margin: 0 auto;
}

	#left {
		width: 530px;
		float: left;
	}

	#right {
		width: 520px;
		float: right;
	}

.clear {
	clear: both;
	float:left;
	height: 15px;
}

#footer {
	clear: both;
	margin:0px auto;
	color:#000;
	width: 1080px;
	margin-top: 20px;
}
#footer a {color:#000;}

#footer ul li {margin:5px 0;}


/*********************************************************************/
/* Introduction */
/*********************************************************************/
#intro {
	width: 1080px;
	background-color: #46505f;
}

	#intro h2 {
		font-family: 'PT Sans', sans-serif;
		text-align: center;
	}

	#intro p {
		margin-top: -15px;
		text-align: center;
		padding: 10px;
	}




/*********************************************************************/
/* Registration steps */
/*********************************************************************/


.title {
	clear: both;
	margin-top: 15px;
	width: 500px;
}

	.title-bar {
		background-color: #323a45;
		padding: 5px;
		font-weight: 400;
		text-transform: uppercase;
		
	}

	.triangle {
		margin-top: -4px;
		clear:both;
	}

#steps {
	width: 1080px;
	height: 80px;
	background-color: #1fbba6;
}

	#reg-steps {
		font-size: 12px;
		line-height: 18px;
		height:80px;
	}


/*********************************************************************/
/* Benefits */
/*********************************************************************/


#benefits {
	float: left;
	width: 530px;
	background-color: #00afd1;
}

.list-2col {
	float:left;
	width: 265px;
}

	ul.list {
		list-style-image: url('../img/list.png');
		line-height: 140%;
	}


/*********************************************************************/
/* Server content */
/*********************************************************************/


#server-content {
	clear: both;
	float: left;
	width: 530px;
	background-color: #46505f;
}

#server-content a {
	color: #de5f3d;
}


/*********************************************************************/
/* Prices */
/*********************************************************************/


#price {
	float: right;
	width: 520px;
	height: 150px;
	background-color: #ffffff;
}

	.six-euro {
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		width: 500px;
		height: 130px;
	}


/*********************************************************************/
/* Screenshots */
/*********************************************************************/


#screenshots {
	clear: both;
	float: left;
	width: 520px;
}

	.left-button {
		float: left;
		width: 90px;
		height: 200px;
		cursor: pointer;
	}

	#screen {
		float:left;
		width: 340px;
		height: 200px;
		background-color: #5f5f5f;
	}

	.right-button {
		float: left;
		width: 90px;
		height: 200px;
		cursor: pointer;
	}	

.ss {
	float: left;
	width: 168px;
	height: 140px;
	border: 1px solid #b5b5b5;
	background-color: #ffffff;
}

.spacing {
	margin-left: 5px;
	margin-right: 5px;
}

.spacing2 {
	margin-top: 5px;
}

.img-space {
	margin-left: 4px;
	margin-top: 4px;
}

table.screen-table {
	width: 520px;
	color: #252525;
}

	table.screen-table td.ico {
		width:30px;
		text-align: center;
		padding: 4px;
	}

	table.screen-table td {
		padding: 4px;
	}

p.screen-text {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

span.small {
	font-size: 14px;
}

span.highlight {
	color: #de5f3d;
}

/*********************************************************************/
/* Pricing table */
/*********************************************************************/


.pricing-table {
	width: 520px;
	border-collapse:collapse;
}

	.pricing-table tr td {
		height: 30px;
		background-color: #323a45;
		text-align: center;
	}

	.pricing-table tr td.header {
		background-color: #de5f3d;
		height: 80px;
	}

	.pricing-table tr td.odd {
		background-color: #46505f;
	}

	.pricing-table tr td.footer {
		background-color: #de5f3d;
	}	

.table-left {
	float: left;
}

.table-right {
	float: right;
}




/*********************************************************************/
/* FAQ */
/*********************************************************************/


#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9, #faq10 { width:530px; height:30px; padding-top:10px; text-indent: 10px; cursor:pointer; color: #ffffff; background-color: #00afd1; border-bottom: 1px solid #00839d;}
.faq1, .faq2, .faq3, .faq4, .faq5, .faq6, .faq7, .faq8, .faq9, .faq10 { display: none; line-height:150%; background-color: #46505f; margin:0; padding:0; width:530px; }
