/* CSS 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, input, 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, button {
	margin  :  0;
	padding  :  0;
	border  :  0;
	outline  :  0;
	vertical-align  :  baseline;
	background  :  transparent;
	font-family  :  'Source Sans Pro', sans-serif;
}

p {
	font-size : 13px;
	line-height : 1.8em;
	color : #5f5f5f;
	text-shadow :  #eeeeee 0px 1px 0px;
}

h1 {
	font-size : 72pt;
	font-weight : bold;
	letter-spacing : -2px;
	color : #ffffff;
	text-shadow :  #8e8e8e 0px 5px 4px;
	margin-top : 70px;
	text-align : center;
}

img {
	display : block;
}

a {
	font-size : 13px;
	color : #777777;
	text-shadow :  #eeeeee 0px 1px 0px;
}

/* End CSS Reset */

/* Main layout */

body {
	background-color : #272727;
}

#wrap {
	margin : 0 auto;
	width : 850px;
	height : 100%;	
}

#statistics { 
	background-image : url('../img/container-bg.png');
	width : 570px;
	padding-top : 30px;
	padding-left : 40px;
	padding-right : 40px;
	padding-bottom : 30px;
	border : 1px solid #ffffff;
	text-align : left;
	border-radius :  0px 0px 10px 10px; 
	-moz-border-radius :  0px 0px 10px 10px; 
	-webkit-border-radius :  0px 0px 10px 10px;
	-moz-box-shadow : inset 0px 1px 0px 0px #414141;
	-webkit-box-shadow : inset 0px 1px 0px 0px #414141;
	box-shadow : inset 0px 1px 0px 0px #414141;
	display : none;	
}

#stat-table {
	margin-bottom : 1px;
	font-size : 12px;
	color : #eeeeee;
	width : 570px;
	text-align : left;
	border-collapse : collapse;
}

#stat-table th {	
	font-size : 15px;
	font-weight : normal;
	padding : 8px;
	background : #3f93c4;
	border-top : 5px solid #25719e;
	border-bottom : 1px solid #145e89;
	
}

#stat-table td {
	color : #434343;
	padding : 8px;
	background-image : url('../img/container-bg.png');
	border-bottom : 1px solid #9d9d9d;
	border-top : 1px solid transparent;
	-moz-box-shadow :  0px 1px 0px 0px #cecece;
	-webkit-box-shadow :  0px 1px 0px 0px #cecece;
	box-shadow :  0px 1px 0px 0px #cecece;
}

#stat-table tr:hover td {
	background : #cecece;
}

p.title {
	font-size : 30px;
	line-height : 1em;
	margin-bottom : 15px;
	color : #878787;
}

#stat-btn {
	background-color : #ececec;
	margin-top : -1px;
	width : 80px;
	height : 25px;
	padding-top : 8px;
	padding-left : 10px;
	padding-bottom : 5px;
	border-bottom : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-radius :  0px 0px 5px 5px; 
	-moz-border-radius :  0px 0px 5px 5px; 
	-webkit-border-radius :  0px 0px 5px 5px;
	-moz-box-shadow :  0px 1px 0px 0px #414141;
	-webkit-box-shadow :  0px 1px 0px 0px #414141;
	box-shadow :  0px 1px 0px 0px #5f5f5f;
	cursor : pointer;
}
#stat-btn p {
	margin-left : 7px;
	color : #2074a1;
	font-size : 12px;
	text-align : center;
}

#stat-btn img {
	position : absolute;
}

span#sale-tag {
	background-image : url('../img/sale-tag.png');
	width : 97px;
	height : 96px;
	position : absolute;
	margin-left : -55px;
	margin-top : -15px;
}

#container {
	background-image : url('../img/container-bg.png');
	width : 570px;
	margin-top : 40px;
	padding-top : 30px;
	padding-left : 40px;
	padding-right : 40px;
	padding-bottom : 30px;
	border : 1px solid #ffffff;
	text-align : left;
	border-radius : 10px; 
	-moz-border-radius : 10px; 
	-webkit-border-radius : 10px;
	-moz-box-shadow : inset 0px 1px 0px 0px #9a9a9a;
	-webkit-box-shadow : inset 0px 1px 0px 0px #9a9a9a;
	box-shadow : inset 0px 1px 0px 0px #9a9a9a;
}

#container p {
	width : 310px;
	float : left;
	
}

#container span {
	color : #2074a1;
}

#price-tag {
	background-image : url('../img/price-bg.png');
	width : 210px;
	height : 104px;
	float : right;
	
}

#price-tag p {
	font-size : 60px;
	color : #525252;
	font-weight : bold;
	margin-left : 45px;
	text-shadow : #66bae4 0px 2px 0px;
}

#price-tag a {
	font-weight : bold;
	float : right;
}

a#go-home {
	width : 45px;
	height : 45px;
	float : left;
}

#social-icons {
	float : right;
}

#social-icons ul {
	list-style : none;
}

#social-icons li {
	float : left;
	margin-left : 5px;
}

#social-icons li:hover {
	opacity : 0.8;
}

p#copyrights {
	color : #ffffff;
	margin-top : 10px;
	margin-bottom : 50px;
	text-align : center;
	text-shadow :  #000000 0px 2px 0px;
}

/* Countdown style */

#countdown { 
	width : 570px;
	margin-top : 10px;
	text-align : left;
	text-align : center;
}

#countdown p {
	float : left; 
	height : 50px; 
	width : 88px; 
}

#countdown p span { 
	display : block; 
	font-size : 50px; 
	font-weight : bold; 
	padding : 5px;
	color : #4ca4d3;
}

#countdown div.space { 
	color : #7191a5; 
	display : block; 
	line-height : 0.7em; 
	font-size : 50px; 
	float : left; 
	height : px; 
	width : 30px; 
}

/* Countdown style End */

/* Main layout End */

/* Contact Form style */

#hide {
	display : none;
}

#contact-form {
	width : 670px;
	padding : 25px;
	background-color : #f3f3f3;
}

#left {
	float : left;
	position : relative;
}

#right {
	float : right;
	position : relative;
}

#contact-form label { /* 'This field is required' styles */
	float : none;
	position : absolute;
	display : block;
	margin-top : -20px;
	margin-left : 5px;
	font-size : 10px;
	color : red;
}

#contact-form p {
	float : none;
	position : relative;
	margin-bottom : 3px;
	font-size : 14px;
	width : 130px;
	color : #4a4a4a;
	text-shadow : none;
}

#contact-form input {
	border : 1px solid #000000;
	padding : 6px;
	margin-bottom : 7px;
	font-size : 13px;
	color : #f3f3f3;
	background-color : #2c2c2c;
	width : 190px;
	height : 20px;
	text-shadow : none;
	float : none;
}

#contact-form textarea {
	border : 1px solid #000000;
	font-size : 13px;
	color : #f3f3f3;
	padding : 5px;
	background-color : #2c2c2c;
	width : 400px;
	height : 146px;
	text-shadow : none;
}

#send input {
	height : 40px;
	width : 100px;
	float : left;
	margin-top : 15px;
	cursor : pointer;
	-moz-box-shadow : inset 0px 1px 0px 0px #586f91;
	-webkit-box-shadow : inset 0px 1px 0px 0px #586f91;
	box-shadow : inset 0px 1px 0px 0px #586f91;
	background : -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d4d65), color-stop(1, #26303e) );
	background : -moz-linear-gradient( center top, #3d4d65 5%, #26303e 100% );
	filter : progid : DXImageTransform.Microsoft.gradient(startColorstr='#3d4d65', endColorstr='#26303e');
	background-color : #3d4d65;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	border-radius : 6px;
	border : 1px solid #252f3d;
	display : inline-block;
	color : #bcc7d6;
	font-size : 15px;
	font-weight : bold;
	padding : 6px 24px;
	text-decoration : none;
	text-shadow : 0px 1px 0px #000000;
}

#send input:hover {
	background : -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #566986), color-stop(1, #26303e) );
	background : -moz-linear-gradient( center top, #566986 5%, #26303e 100% );
	filter : progid : DXImageTransform.Microsoft.gradient(startColorstr='#566986', endColorstr='#26303e');
}

#send input : active {
	position : relative;
	top : 1px;
}

/* End Contact Form style */

.stop-floating {
	clear : both;
}

.separator {
	width : 570px;
	height : 5px;
	background-color : #afafaf;
	margin-bottom : 20px;
	margin-top : 20px;
	-moz-box-shadow : 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow : 0px 1px 0px 0px #ffffff;
	box-shadow : 0px 1px 0px 0px #ffffff;
}
