* {margin: 0; padding: 0;}
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.website_creation #container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.website_creation #header {
	background: #DDDDDD;
	background-image: url(images/website_creation_hertfordshire_bg.jpg);
	background-color:#ff9900;
	background-repeat: no-repeat;
	height: 80px;
}	

/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
.website_creation #header h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFF;
	letter-spacing:2px;
	font-style:italic;
	text-align: left;
	margin-left:10px;
	margin-top:20px;
	font-weight: bold;
}
.website_creation #header h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .55em;
	color: #FFF;
	letter-spacing:1px;
	font-style:italic;
	text-align: right;
	padding-right:10px;
	padding-top: 10px;
}
.website_creation #sitemap {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
	height: 300px;
}
.website_creation #sitemap ul			{ list-style: none; margin: 0; padding: 0; }
.website_creation #sitemap li			{  float: left; height: 1.95em; /* 32px / 14px */ margin: 0; padding: 8px; text-align:center;font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;}
.website_creation #sitemap p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	text-decoration:none;
	line-height:1.2em;
	padding-bottom:1em;
	text-align:center;
	margin-top: 20px;

}
.website_creation #sitemap p a{ color: #000; border:#F90 solid 2px;  padding: 0.286em 10px 0.5em; /* 4px 30px 7px */ text-decoration: none; }

.website_creation #sitemap p a:hover{ color: #000; border:#F90 solid 2px;  background-color:#CCC; padding: 0.286em 10px 0.5em; /* 4px 30px 7px */ text-decoration: none; }


.website_creation #sitemap li a{ color: #000; border:#F90 solid 2px; display: block; padding: 0.286em 10px 0.5em; /* 4px 30px 7px */ text-decoration: none; }

.website_creation #sitemap li a:hover{ color: #000; border:#F90 solid 2px; background-color:#CCC; display: block; padding: 0.286em 10px 0.5em; /* 4px 30px 7px */ text-decoration: none;}

.website_creation #nav,
.website_creation #nav ul			{ list-style: none; margin: 0; padding: 0; }
.website_creation #nav			{
	background: url(img/nav_bg.jpg) 0 0 repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.58em;/* 14px / 16px */
	font-weight: normal;
	height: 2em;
	width: 750px;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height: 1.7em;
}
.website_creation #nav li			{ background: url(img/nav_bg.jpg) left top no-repeat; float: left; height: 1.95em; /* 32px / 14px */ margin: 0; padding: 0; text-align:center;}
.website_creation #nav a			{ background: url(img/a.gif) right top no-repeat; color: #fff; display: block; padding: 0.286em 11px 0.5em; /* 4px 30px 7px */ text-decoration: none; }

.website_creation #nav a:hover,
.website_creation #nav a:focus		{
	background: url(img/nav_bg_hover.jpg) left top repeat;
	height: 1.2em;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
 .website_creation #boxes {
	 	background: #FFFFFF;
		width:100%;
		height:370px;

 }



.website_creation #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}
.website_creation #mainContent img{
	margin-left:5px;
	margin-bottom:5px;

}

.website_creation #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration:none;
	line-height:1.2em;
	
}

.website_creation #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration:none;
}



.website_creation #mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-decoration:none;
	line-height:1.2em;
	padding-bottom:1em;

}
.website_creation #mainContent p a{
		color: #ff9900;

}
.website_creation #mainContent li {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-decoration:none;
	line-height:1.2em;
	padding-bottom:.4em;
	list-style:none;

}
.website_creation #mainContent #mainContent_part2 p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #ff9900;
	text-decoration:none;
	line-height:1.2em;
	padding-bottom:1em;
	font-weight:bold;
	
	}
	
	.website_creation #website_hosting_datacentre {
	float:left;
	width:330px;
	border: 3px groove #ff9900;
	padding: 10px;
	height: 340px;
	background: #FFFFFF;
	text-align:left;
	margin-left:10px;
		margin-bottom:10px;

	
	}
	
	.website_creation #website_hosting_datacentre h3,
	.website_creation #website_hosting_network h3{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF9900;
	text-decoration:none;
	font-style:italic;
}
	
	.website_creation #website_hosting_datacentre li {
		padding-bottom: 7px;
	}
	
	.website_creation #website_hosting_datacentre ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: none;
	}
	
	.website_creation #website_hosting_network {
		float:right;
		width:330px;
	border: 3px groove #ff9900;
	padding: 10px;
	height: 340px;
		background: #FFFFFF;
	text-align:left;
	overflow:auto;
	margin-right:10px;
			margin-bottom:10px;

	
	}
	.website_creation #website_hosting_network ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: none;
	}
	
		.website_creation #website_hosting_network li {
		padding-bottom: 7px;
	}

	

.website_creation #services ul {
	list-style-type:none;
	width:750px;
	margin:0;
	padding:0;
	border-top:#ff9900 solid 4px;
	
}
 .website_creation #services li {
	position:relative;
	float:left;
	width:250px;
	padding:2em, 0;
	
}

  .website_creation #services li#website_creation {
	background-color: #FDDE7A;
	height:200px;
	
}
 .website_creation #services li#website_hosting {
	background: #FDDE7A;
		height:200px;

}
 .website_creation #services li#search_engine_optimisation {
	background-color: #FDDE7A;
		height:200px;

	
}
	 .website_creation #services h3{
	margin: 0 10px;
	font-size: .9em;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		line-height:1.5em;
		text-decoration:none;

}

	 .website_creation #services h3 a{
	font-size: .8em;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		line-height:1.5em;
		text-decoration:underline;
		color:#333;
		padding-top:10px;
		text-transform:uppercase;
		

}

 

 .website_creation #services h3 img {
	float:right;
	border:0;
}

 .website_creation #services p {
	margin: 0 10px;
	padding: 0 0 .5em 0;
		font-size: .7em;
			font-family: Arial, Verdana, Helvetica, sans-serif;


}
.website_creation #services p a{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		line-height:1.5em;
		text-decoration:underline;
		color:#333;
		padding-top:10px;
		

}






.website_creation #footer { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
} 
.website_creation #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, vandana, Helvetica, sans-serif;
	font-size:.7em;
	color:#FFF;
	text-align:center;
	line-height:2em;
	padding-right: 0;
	padding-left: 0;	
	
}
.website_creation #footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, vandana, Helvetica, sans-serif;
	font-size:.9em;
	color:#FFF;
	text-align:center;
	line-height:2em;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	text-decoration:none;
		
}
.website_creation #footer p a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	text-decoration:underline;
	
}

fieldset input { float : right; width : 45%; border : 1px solid #CCC; }
fieldset input:hover { border-color : #000; }
fieldset input:active, input:focus { border-color : #900; }
label, label span { display : block; padding-bottom : .25em; }
label { float : left; width : 100%; }
label span { float : left; width : 50%; text-align : right; }
form div {
	margin-bottom : 20px;
	text-align : center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* =fieldset */
fieldset {
	float : left;
	width : 310px;
	height : 120px;
	padding : 20px;
	background : url(images/fieldset.png) repeat-x;
	border : 1px solid #ccc;
	overflow : hidden;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0;
		font-family: Verdana, Arial, sans-serif;
		font-size:.7em;

}
#comment fieldset {
	float : left;
	width : 660px;
	height : 120px;
	background : url(images/fieldset.png) repeat-x;
	border : 1px solid #ccc;
	overflow : hidden;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0;
		font-family: Verdana, Arial, sans-serif;
		font-size:.7em;

}

fieldset:hover { border-color : #ff9900; }

form div input {
	padding : 0 .25em;
	background-color : #ff9900;
	border-top-color : #F8CF6C;
	color : #fff;
	text-transform : uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 92%;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #E27C23;
	border-bottom-color: #E27C23;
	border-left-color: #E27C23;
}

form div input:hover{ background-color : #ccc;
}

#address ul {
	width:285px;
	margin: 20px;
	font-family: Verdana, aerial, sans-serif;
	font-size:.8em;
	color:#666;
	padding: 20px;
	list-style:none;
	border-color:#F7D182;
	border-style:groove;
	border-width:4px;
	line-height:1.3em;
}


#address ul a{
	text-decoration:none;
		color:#666;

}
#address ul a:hover{
	text-decoration:underline;
		color:#666;

}

#thankyou  {
		margin-top: 20px;

height:400px;
}
#thankyou p {
	width:600px;
	font-family: Verdana, aerial, sans-serif;
	font-size:1em;
	color:#666;
	list-style:none;
	line-height:1.3em;
}
