/** Simple CSS Reset
_____________________________________________________________________________*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

img { 
border: none;
}

.imghref a{
	text-decoration: none;
	padding: 0;
	margin:0;
}

.imghref a:visited{
	text-decoration: none;
	padding: 0;
	margin:0;
}

.imghref a:hover{
	text-decoration: none;
	padding: 0;
	margin:0;
}
/** Body
_____________________________________________________________________________*/
body {
	/** 
	background: #fff url("../images/bg.jpg");
	background-position: top;
	background-repeat: repeat; 
	*/
	background-color: #2196F3;
}

/** Floats
_____________________________________________________________________________*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Main Typography
_____________________________________________________________________________*/

h1 {
	font-size: 21px;
	line-height:25px;
	color: #2d2d2d;
	margin: 0 0 8px 0;
	text-align: left;
	font-weight: normal;
	font-style:italic;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	color: #2f2f2f;
	margin: 0 0 7px 0;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	color: #2E2E2E;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #808080;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
hr {
	display: block;
	border: none;
	width: 480px;
	height: 2px;
	margin: 0 auto 23px auto;
	background: url(../images/divider.gif);
}

/** Container¨¨
_____________________________________________________________________________*/
#container {
	width: 960px;
	margin: 0 auto;
}

/** Header
_____________________________________________________________________________*/
#header {
	height: 130px;
}
#logo {
	text-align: center;
}

/** Main Background
_____________________________________________________________________________*/
#content {
	display: block;
	height: 420px;
	padding: 10px;
	background: url("../images/content_bg_white.png");
	background-repeat: no-repeat;
}

/** Main Content
_____________________________________________________________________________*/
#main {
	width: 350px;
	overflow: hidden;
}  
#main p {
	margin: 0 0 48px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: center;
	color: #808080;
	line-height: 30px;
}
#main a:link {
	color: #2d2d2d;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
#main a:visited {
	color: #2d2d2d;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none
}
#main a:hover {
	color: #2d2d2d;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
#counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 12px;
}

/** Sidebar Content
_____________________________________________________________________________*/
#sidebar {
	width: 580px;
	height: 125px;
	overflow: hidden;
	display:block;
	position:relative;
	text-align:left;
}
#sidebar h1 {

	position:absolute;
	bottom:0;
	margin-bottom:50px;
	margin-left:80px;
}

/** Main Content
_____________________________________________________________________________*/

#maincontent {
	height: 250px;
	clear:both;
	overflow:hidden;
	display:block;
	padding: 30px 10px 10px 10px;
	border-top: 1px dotted #CCC;
}

#maincontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #2d2d2d;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
	text-align:left;
}

#maincontent h2{
	margin-top: 20px;
	margin-bottom:30px;
}

#maincontent a:link {
	text-decoration: none;
	color: #2d2d2d;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
}
#maincontent a:visited {
	text-decoration: none;
	color: #2d2d2d;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
}
#maincontent a:hover {
	color: #2d2d2d;
	font-weight: normal;
	font-size: 17px;
	font-style: normal;
	text-decoration: underline;
}

#soon {
	text-align: right;
	margin: 60px 50px 20px 0px;
}

#soon p{
	ont-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #666;
	margin: 0 0 8px 0;
	font-weight: bold;
	text-align:right;
	font-style: italic;
}

/** Pie Chart
_____________________________________________________________________________*/
#chart {
	width: 226px;
	height: 226px;
	margin: 9px;
	background-repeat: no-repeat;
}
.ten {
	background: url("../images/chart-10.png");
}  
.twenty {
	background: url("../images/chart-20.png");
}  
.thirty {
	background: url("../images/chart-30.png");
}  
.forty {
	background: url("../images/chart-40.png");
}  
.fifty {
	background: url("../images/chart-50.png");
}  
.sixty {
	background: url("../images/chart-60.png");
}  
.seventy {
	background: url("../images/chart-70.png");
}  
.eighty {
	background: url("../images/chart-80.png");
}  
.ninety {
	background: url("../images/chart-90.png");
}  

/** Footer
_____________________________________________________________________________*/
#footer {
	margin: 5px 15px 0 15px;
}
#social_networking {
	float: left;
}
#social_networking img {
	margin: 0 10px 0 0;
}
#contact_form {
	float: right;
	width: 293px;
}

#speedweb {
	float: right;
	width: 175px;
}
/** Form
_____________________________________________________________________________*/
#submit {
	float: right;
}
#email {
	float: left;
	margin-right: 10px;
	height: 25px;
	width: 193px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808080;
	border: 1px solid #bfbfbf;
}
#code {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
