/*
Title:      Template Master Styles
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/

@import url(reset.css);

body 
{
	margin: 0px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background-color:#E4F4FD;
}

/* ---( common elements )------------------------------- */

p 
{
	margin: 0px;
	padding: 0px;

}


p img
{
	border: 0px;
}




h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;


}



.clearboth
{
	clear: both;
}

/* ---( wrapper )------------------------------- */


#wrap 
{

	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 839px;
} 		

#header
{
	width:839px;
}

#header img
{
	display:block;
}

#nav
{
	height:32px;
	background-color:#F8EF22;
	margin-top:1px;
}

#nav ul
{
	height:32px;
}

#nav ul li
{
	float:left;
	font-size:12px;
	height:32px;
	line-height:32px;
	font-size:14px;
	margin-right:1px;
}

#nav ul li#contact-us
{
	float:right;
}

#nav ul li a
{
	text-decoration:none;
	color:#231F20;
	padding:0px 10px 0px 10px;
	display:block;
	font-weight:bold;
}

#nav ul li a:hover
{
	background-color:#231F20;
	color:#F8EF22;
}

#p-home #nav ul li#home a,
#p-commercial #nav ul li#commercial a,
#p-domestic #nav ul li#domestic a,
#p-health-safety #nav ul li#health-safety a,
#p-areas #nav ul li#areas a,
#p-contact-us #nav ul li#contact-us a
{
	background-color:#231F20;
	color:#F8EF22;
}

#content-holder
{
	padding:20px;
	background-color:#FFF;
	font-size:12px;
	line-height:16px;
}

#content-holder h1
{
	font-size:25px;
	font-weight:bold;
	line-height:25px;
	margin-bottom:15px;
}


#content-holder p
{
	font-size:15px;
	margin-bottom:20px;
}

#content
{
	width:798px;
}

#content #homepage-welcome-image
{
	width:798px;
	height:288px;
	margin-bottom:15px;
}

#home-blurb
{
	float:left;
	width:530px;
}

#home-logos
{
	float:left;
	margin-left:103px;
	width:90px;
	border-left:1px solid #424242;
	padding-left:7px;
}

#content img#commercial-title, #content img#domestic-title
{
	display:block;
	float:left;
}

#commercial-blurb, #domestic-blurb
{
	float:left;
	margin-left:35px;
	width:330px;
}

#contact-blurb
{
	margin-bottom:20px;
}

#contact-blurb p
{
	float:left;
	width:300px;
	line-height:20px;
}

#hs-blurb
{
	float:left;
	width:330px;
}

#content img#health-safety
{
	display:block;
	float:left;
	margin-left:110px;
}

#area-blurb
{
	float:left;
	width:298px;
}

#area-blurb table
{
	font-size:14px;
	margin-bottom:15px;
}

#area-blurb table tr
{
	height:20px;
}

.enquiry-form
{
	padding:10px;
	width:360px;
}

.domestic
{
	background-color:#E9F4F9;
	float:left;
	margin-right:20px;
}

.commercial
{
	background-color:#FFF000;
	float:left;
}

.enquiry-form input, .enquiry-form select, .enquiry-form textarea
{
	padding: 3px;
	width: 185px;
	font-family: arial;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.enquiry-form input.small-textbox
{
	width:70px;
}

.enquiry-form textarea
{
	width:351px;
}


.enquiry-form select
{
	padding: 5px;
	width: 192px;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.enquiry-form select.small-select
{
	width:77px;
}

.enquiry-form textarea
{
	height: 90px;
}

.enquiry-form textarea:focus, .enquiry-form input:focus
{
	border: 1px solid #900;
}

.enquiry-form input.submit-button
{
	width: 100px;
	padding:2px;
	margin-left:0px;
}

label
{
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 150px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Arial;
	color:#140C0F;
	font-weight:bold;

}

label.large-label
{
	width:265px;
}

#content img#area-map
{
	display:block;
	float:left;
	margin-left:0px;
}


#footer
{
	height:30px;
	background-color:#0CB1DA;
}

#footer ul
{
	height:30px;
}

#footer ul li
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:10px;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

