@charset "utf-8";
/* CSS Document */


/*CSS for grethouselivery.co.uk :: created by David Jenkins www.david-jenkins.co.uk */



/* Layout Styling */

body{
background-color: #333333;
text-align: center;
margin-top: 0px;
}

#wrapper{
width: 880px;
background-image:url(../images/wrapper_bkg.png);
background-repeat: repeat-y;
margin-top: 0px;
margin-left:auto;
margin-right:auto;
padding-left: 15px;
padding-right: 15px;
text-align: left;
}

#header{
	width: 850px;
	height: 250px;
	background-image:url(../images/top_banner_bkg.jpg);
	background-repeat:no-repeat;
	margin-left: 1px;
	}

#navigation{
width: 100%;
height: 50px;
}

/* Navigation Styling*/
#navigation{
	font-size: 2em;
	font-weight: 400;
	}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	}
	
#navigation li{
	display: inline;
	width: 212px;
	height: 50px;
	margin: 0;
	padding: 0px;
	
	
	}
	
#navigation a:link, #navigation a:visited{
	display: block;
	width: 213px;
	height: 50px;
	float:left;
	text-align:center;
	color:#cccccc;
	text-decoration: none;
	background-image:url(../images/nav_bkg_up.png);
	background-repeat:repeat-x;
	padding-top: 8px;
	}
	
#navigation a:hover{
	color: black;
	background-image:url(../images/nav_bkg_dwn.png);
	background-repeat:repeat-x;
	}
	
	
#sidebar{
	float:right;
	width: 350px;
	line-height:18px;

}
	
#content {
	padding: 10px 5px 5px 10px;
	margin-right:350px;
	}


.right_img{
	float:right;
	margin-right: 65px;
	margin-top: 1em;
	margin-bottom: 10px;
	clear:both;
	}
	
#footer {
clear:both;
text-align:center;
}

/* Text Styling */
body{
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

h1{    color:#FFFFFF;    font-size: 3em;    font-weight:400;    padding-top: 190px;    margin: 0 0 0 10px; /* top right bottom left */}

/*h1{
	color:#FFFFFF;
	font-size: 3em;
	font-weight:400;
	margin-top: 190px;
	margin-left: 10px;
	}

*/
h2{
margin-bottom: 0px;
padding-bottom: 0px;
}

h3{
font-size:1.2em;
margin-bottom:0px;
}

p {
font-size:1em;
font-weight:300;
margin-top: 1em;
margin-left: 5px;
/*clear:both;*/
}

.new{
color:#CC0000;
}

.main_txt{
	width: 450px;
	float: left;
	margin-left: 5px;
	/*clear:both;*/
	}
	
.normal_txt{
	padding-left: 10px;
	padding-right:40px;
}

label{
padding-left:10px;
}
	
#content ul{
clear:left;
width: 400px;
padding-left: 30px;
}

/*Contact form stuff*/

fieldset{
border-color: #333333;
color: #333333;
}

#contact-form{
margin-right: 50px;
}

#contact-form div{
clear:left;
margin: 0.4em 0 0.6em 0;
}

#contact-form label{
float: left;
width: 20%;
}

