/*-----------------------------------------
style resets
-----------------------------------------*/
BODY, UL, LI, H1, H2, H3, H4, H5, H6, P, FORM, INPUT, FIELDSET {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
UL, LI {
  list-style-type: none;
}
IMG, FIELDSET {
  border: 0;
}
A {
  outline: 0;
}
/*-----------------------------------------
body, container and default text/link styles
-----------------------------------------*/
BODY {
  background: #fff;
  font-family: verdana, arial, sans-serif;
  font-size: 90%; 
  line-height: 1.125em;
}
#container {
	font-size: 0.75em; 
	min-width: 765px;
	max-width: 765px;
	margin: 0 auto;
}
A:link, A:visited {
  color: #666;
  text-decoration: underline;
}
A:hover, A:active, A:focus {
   color: #000;
}
P {
	margin-bottom: 1em;
	color: #666;
}
INPUT {
	font-family: arial, verdana, sans-serif;
}
TEXTAREA {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}
/*-----------------------------------------
header (inc. logo)
-----------------------------------------*/
#header {
	background-image: url(../images/enjoy-ice-cream.jpg);
	background-repeat: no-repeat;
	height: 514px;
	position: relative;
}
#header-contact {
	background-image: url(../images/buying-ice-cream.jpg);
	background-repeat: no-repeat;
	height: 514px;
	position: relative;
}
H1#dominic {
	left:26px;
	margin:0;
	position:absolute;
	top:17px;	
}
H1#dominic a {
	background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:118px;
	width:415px;
}
#nav {
	position:absolute;
	left:26px;
	top: 450px;
}
#nav-home, #nav-home-on{
	background: url(../images/nav-home.png) no-repeat scroll 0 0;
	width: 120px;
	height: 31px;
	text-indent:-9999px;
	display: block;
	position:absolute;
}
#nav-contact, #nav-contact-on{
	background: url(../images/nav-contact.png) no-repeat scroll 0 0;
	left:125px;
	width: 120px;
	height: 31px;
	text-indent:-9999px;
	display: block;
	position:absolute;
}
#nav-photos, #nav-photos-on{
	background: url(../images/nav-photos.png) no-repeat scroll 0 0;
	left:250px;
	width: 120px;
	height: 31px;
	text-indent:-9999px;
	display: block;
	position:absolute;
}
#nav-home-on, #nav-contact-on, #nav-photos-on {
	background-position: 0 -31px;
}
#nav-home:hover, #nav-contact:hover, #nav-photos:hover {
	background-position: 0 -31px;
	cursor: pointer;
}
#nav-home-on:hover, #nav-contact-on:hover, #nav-photos-on:hover {
	cursor: pointer;
}

/*-----------------------------------------
content
-----------------------------------------*/
#content {
	margin: 0 26px 0 26px;
	overflow: hidden;
}
#left {
	width: 490px;
	float: left;
}
#right {
	width: 200px;
	float: right;
}
H2#about {
	background:url("../images/a-bit-about-us.gif") no-repeat scroll 0 0 transparent;
	height:17px;
	margin: 10px 0 10px 0;
	text-indent:-9999px;
	width:139px;
}
H2#contact-us {
	background:url("../images/contact-us.gif") no-repeat scroll 0 0 transparent;
	height:17px;
	margin: 10px 0 10px 0;
	text-indent:-9999px;
	width:139px;
}
H2#photo {
	background:url("../images/photo-gallery.gif") no-repeat scroll 0 0 transparent;
	height:21px;
	margin: 10px 0 10px 0;
	text-indent:-9999px;
	width:132px;
}
H3#events {
	background:url("../images/events-we-have-attended.gif") no-repeat scroll 0 0 transparent;
	height:14px;
	margin: 13px 0 15px 0;
	text-indent:-9999px;
	width:199px;
}
H3#approved {
	background:url("../images/approved-sellers-of.gif") no-repeat scroll 0 0 transparent;
	height:17px;
	margin: 40px 0 20px 22px;
	text-indent:-9999px;
	width:156px;
}
#feature {
	width:200px; 
}
#imageContainer 
{ 
	height:154px;
}  
#imageContainer img 
{
	display:none; 	
	position:absolute; 	 	
	height:154px;  	
	width:200px; 	
	opacity: -0.01; 
} 

/*-----------------------------------------
footer
-----------------------------------------*/
#footer {
	display: block;
	position:relative; 	
	background-color: #EE3713;
	padding: 25px 26px 25px 26px;
	height: 18px;
	margin-top: 25px;
}
P#copy {
	background:url("../images/dominic-and-son.gif") no-repeat scroll 0 0 transparent;
	height:18px;
	text-indent:-9999px;
	width:144px;
	float: left;
}
P#family {
	background:url("../images/family-run.gif") no-repeat scroll 0 0 transparent;
	height:18px;
	text-indent:-9999px;
	width:206px;
	float: right;
}
/*-----------------------------------------
form overides
-----------------------------------------*/
.wForm {
	margin-top: 25px;
}
.wForm fieldset {
	border: none;
}
.wForm legend {
	display: none;
}
.wForm fieldset {
	padding: 0;
}
.wForm .labelsLeftAligned label.preField {
	font-size: 80%;
	color: #666;
	width: 180px;
}
.wForm label.postField  {
	color: #666;
}
.wForm form .field-hint span {
	font-size: 80%;
	color: #666;
}
.wForm form .field-hint-inactive span {
	font-size: 80%;	
}
.wForm .labelsLeftAligned label.preField {
	color: #666;
}
.wForm form .primaryAction:hover {
	color: #666;
}
.wForm select, .wForm textarea, .wForm input {
	color: #666;
	font-size: 100%;
}
.actions {
	text-align: center;
}
