/*Remove blue Border around Link Images*/
a img { border:none; }

/*Stop Site jumping left when scroll bar is needed. This code forces a blank scroll bar on all pages*/
html { overflow-y: scroll; }

/*Removes margins and padding*/
* { margin: 0; padding: 0; }

/*Clears floats - Corrects height problems*/
.clear { clear: both; }

/*Remove default bullet points from list items*/
ul {
	list-style: none inside;
	}

/*Wraps all content and centres it*/
#page-wrap {
	width:820px;
	margin: 0 auto;
}
#logo {
	height: 150px;
	background:url(images/ConcreteMetric_logo.jpg) no-repeat top center;
}

#toolbox {
	float: right;
	margin-top: 10px;
	margin-left: 50px;
	width:130px;
	height:120px;
	background: #0591c8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#imperial {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width:140px;
	height:120px;
	background: #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h3 {
	padding: 10px 10px 0px 10px;
	color: white;
	font-weight: bold;
	font-size:22px;
	line-height:26px;
	text-shadow: 0 2px 0 black;
}


body {
	background-color:#38464f;
	font-family: helvetica, arial, sans-serif;
	text-align:center;
}
#main-content {
	padding-top: 20px;
}

/*Jquery cycle images*/	
#screenshots {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width:269px;
	height:550px;
	overflow: hidden;
}
#screenshots img{
	top: 0;
	left: 0;
}
#text {
	padding-top: 20px;
}
#text p, h2 {
	float: right;
	width: 450px;
	text-align: left;
	font-size:14px;
}

h1 {
	color: #acb5ba;
	font-weight: normal;
	font-size:20px;
	line-height:22px;
}
h2 {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	line-height:22px;
}

h2 a:link {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	}
	
h2 a:visited {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	}

p {
	color: #fff;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	padding: 5px 0 5px 0;
	text-align: center;
}

a:link, a:visited {
	text-decoration:none;
	color: #fff;
}
a:hover {
	color:#ccc;
	background: #38464f;
	text-decoration:underline;
}