*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#page
{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	background: url('../images/brick_background.jpg') top center repeat;
}

#footer
{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	background: url('../images/footer.jpg') bottom left repeat-x;
}

#container
{
	margin: 0 auto;
	width: 820px;
	height: 600px;
}

#mainholder
{
	margin: 0 auto;
	width: 820px;
	height: 450px;
	background: #ffffff url('../images/barrowmix_20.gif') bottom center no-repeat;
}

#mainleft
{
	margin: 0 auto;
	width: 820px;
	height: 450px;
	background: url('../images/barrowmix_01.gif') top left no-repeat;
}

#mainright
{
	margin: 0 auto;
	width: 820px;
	height: 450px;
	background: url('../images/barrowmix_03.gif') top right no-repeat;
}

#thewoman
{
	float: left;
	width: 180px;
	height: 390px;
	margin-top: 30px;
	padding-left: 30px;
	background: url('../images/barrowmix_11.gif') top right no-repeat;
}

#pageright
{
	float: right;
	width: 580px;
	margin-top: 20px;
	padding-right: 20px;
}

#pageright p
{
	line-height: 20px;
	margin-bottom: 12px;
	font-size: 11px;
}

#pageright h1
{
	line-height: 24px;
	margin-bottom: 12px;
	font-size: 14px;
}

#menu
{
	width: 580px;
	float: left;
}

#menu ul 
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	width: 160px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin-right: 20px;
	color: #666666;
	background: url('../images/barrowmix_07.gif') top right no-repeat;
}

#menu ul li a:hover, #menu ul li a.active 
{
	color: #7d2c1c;
	background: url('../images/barrowmix_05.gif') top right no-repeat;
}

#logo
{

	float: left;
	margin-top: 10px;
	width: 491px;
	height: 100px;
	background: url('../images/1st-barrowmix-concrete-supplier-derby.gif') center no-repeat;
}

#images img
{
	margin-right: 20px;
}

#gallery img
{
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: solid 1px #c0c0c0;
}

#logos img
{
	margin-right: 16px;
	margin-bottom: 10px;
}

#gallery
{
	margin-right: 20px;
}

#footercontainer
{
	margin: 0 auto;
	width: 820px;
	height: 140px;
	background: url('../images/barrowmix_21.gif') top center no-repeat;
}

#thefooter
{
	width: 100%;
	color: #000000;
	font-size: 9px;
	text-align: center;
	text-transform: capitalize;
	line-height: 18px;
}

#thefooter a
{
	text-decoration: none;
	color: #000000;
}

fieldset
{
	border: 0px;
	width: 550px;
}

.numbersleft
{
	float: left;
	width: 250px;
}

.numbersright
{
	float: left;
	margin-left: 50px;
	width: 250px;
}

fieldset label
{
	float: left;
}

fieldset input[type=text]
{
	float: right;
	border: 1px solid #7d2c1c;
	font-family: verdana;
	padding: 2px;
	width: 200px;
	overflow: hidden;
	background: #eddbd5;
}

fieldset textarea
{
	float: right;
	border: 1px solid #7d2c1c;
	font-family: verdana;
	padding: 2px;
	width: 300px;
	height: 44px;
	overflow: hidden;
	background: #eddbd5;
}

fieldset input[type=text]:hover, fieldset textarea:hover
{
	border: 1px solid #ba1a1a;
	background: #ddc2b9;
}

fieldset span
{
	float: right;
}

input[type=submit], .submit
{
	clear: all;
	float: right;
	margin-top: 12px;
	border: 1px solid #7d2c1c;
	font-family: verdana;
	padding: 2px;
	overflow: hidden;
	background: #eddbd5;
}

input[type=submit]:hover, .submit:hover
{
	border: 1px solid #ba1a1a;
	background: #ddc2b9;
	cursor: hand;
}

fieldset a
{
	color: #7d2c1c;
	text-decoration: none;
}

fieldset a:hover
{
	color: #7d2c1c;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.red
{
	color: #ff0000;
}

