/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: black;
}
html { /*keeps right scroll bar to stop page jumping*/
height: 100%;
margin-bottom: 0.01em;
}

* html{
	overflow: auto; /*turns off ie overflow until its needed*/
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom: 2px;
	font-size: 8px;
	color: white;
}

#header {
	margin-left: 20px;
	margin-right: 20px;
	height: 123px;
	background-color:white;
	background-image:url(../images/hea/red_bac_stripe.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#strapline {
position:absolute;
right:50px;
top:50px;
}

#logo {
position:absolute;
left:42px;
top:31px;
}

#wrapper {
	position:relative;
	background-image: url(../images/mai/left_bac.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin-left: 20px;
	margin-right: 20px;
	background-color:#FFFFFF;
	top:-1px;
	left:0px;
	}


#mainpage {
	min-height: 482px;
	/*background-color: white;*/
	background-image:url(../images/mai/strawberry_bac.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	position: relative;
	text-align: left;
	
}
* html #mainpage{
	height: 482px; /* minimum height for ie*/
}
#left {
	position: absolute;
	top:-1px;
	left:0px;
	/*background-image: url(../images/mai/left_bac.jpg);
	background-position:top;
	background-repeat:repeat-y;*/
	width: 105px;
	height:500px;
	}

#navigation {
	position: absolute;
	top:-20px;
	right:0px;
	width:500px;
	height: 10px;
	}

#navigation ul {
	margin: 0px;
	text-align:right; /* position li to right of ul */
	padding-right:40px; /* sets gap from left edge of 'ul' to first menu item*/ /* or right */
}
#navigation li {
	list-style: none;
	display: inline;
	margin-left: 30px; /* sets gap between menu items*/
	margin-bottom: .5px;
	/*float:right;*/
}


/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color: black;
}

#navigation a:hover {
text-decoration: underline;	
color: #9f233f;
}

#maincontent {
	padding: 60px 40px 0px 350px;
}

#pricescontent {
	padding: 60px 40px 0px 150px;
}

#top_left_pic {
	position:absolute;
	top:20px;
	left:35px;
}

#bottom_left_pic {
	position:absolute;
	top:260px;
	left:35px;
}

#table {
	margin-top:30px;
}

#footer{
	margin-left: 20px;
	margin-right: 20px;
	height: 20px;
}

#info {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 8px;
	text-align: right;
	color: white;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  /*#F5F5F5*/;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
margin:0px;
padding:0px;
	font-size:14px;
	color:#a52443;
	
}

h2 {
margin:0px;
padding:0px;
	padding-top: 40px;
	padding-right:40px;
	text-align:right;
	font-size:18px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
margin:0px;
padding:0px;
margin-top:18px;
	line-height:18px;
	
}

#info a:link,#info a:visited {
	margin:0px;
	padding:0px;
	color: white;
}

#info a:hover {
	text-decoration: underline;	
color: #9f233f;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color:;
}
