* {
	margin:0;
	padding:0;
}

body {
	background:#027fbf url('images/background.jpg') repeat-x;
	color:#fff;
	font-size:100%;
	font-family:"Century Gothic", Arial, Sans-Serif;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	color:#fff;
	margin-bottom:10px;
}


h1.logo {
	text-decoration:none;
	border:0;
	width : 502px;
	height : 76px;
	margin : 50px 0 0 0;
	padding : 0;
	background : url('images/logo.png') no-repeat 0 0;
}
 
h1.logo a {
	display : block;
	height : 76px;
	text-indent : -9999px; 
}


.basket {
	font-size:0.8em;
	margin:0 auto;
}

.special {
	padding:20px;
	margin:20px 0;
	background:#025884;
	border:2px solid #fff;
}

.flingright {
	text-align:center;
	color:#fbe412;
	font-size:1.6em;
	margin-top:20px;
}

.title {
	letter-spacing: 4px;
	display:block;
	background:#0f3c59 url('images/gradientside.jpg') no-repeat left;
	color:#fbe412;
	font-size:1.4em; 
	width:600px;
	text-align:left;
	text-indent:100px;
	padding:7px 0px 7px 0px;
	margin:30px 0px 30px 0px;
	
}

.clear {
	clear:both;
}

.center {
	display:block;
	margin:0 auto;
}

select {
	display:inline;
	width:230px;
	margin-right:30px;
}


.addtocart {
	font-weight:bold;
	letter-spacing: 4px;
	display:block;
	background:#0f3c59 url('images/gradientside.jpg') no-repeat left;
	color:#ffe11b;
	font-size:1.4em;
	width:600px;
	text-align:left;
	text-indent:100px;
	padding:7px 0px 7px 0px;
	margin:30px 0px 30px 0px;
}

a:hover.addtocart {
	color:#fff;
}

a:link.addtocart, a:visited.addtocart {
	color:#ffe11b;
}

.checkoutwithpaypal {
	width:200px;
	display:block;
	background:#ffe11b;
	color:#000;
	border:2px solid #000;
	margin:0 auto 0 auto;
	padding:3px 5px 1px 3px;
	text-align:center;
	font-size:1em;
}

h3.addtocart:hover, .checkoutwithpaypal {
	cursor: hand;
}

a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, .highlight {
	color:#ffe11b;
	text-decoration:none;
}

.link a:link, .link a:visited, .link a:active {
	color:#ffe11b;
}

p {
	margin:15px 0px;
}

/* EOF Typography */

/* Header Code */

#contact {
	height:30px;
	width:800px;
	margin:0 auto;
	text-align:right;
	color:#ccc;
	padding-top:5px;
	padding-right:110px;

}

#header {
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #ffe11b;
}





/* Recipe Code */



.recipe {
	width:550px;
	margin:40px auto 40px auto;
	background:#025884;
	padding:10px;
}

#method {
	clear:both;
	margin:30px auto;
	padding-top:20px;
	width:400px;
}

.method {
	clear:both;
	margin:30px auto;
	padding-top:20px;
	width:400px;
}

.floatright {
	float:right;
	width:250px;
}

.recipeimage {
	margin-top:80px;
}

.recipetitle {
	text-align:center;
	margin-bottom:30px;
}

ul.ingredients {
	list-style-type:none;
}




/* End of Header Code */


#wrap {
	width:1000px;
	margin:0 auto;
	font-size:1em;
}



#content {
	width:560px;
	float:left;
	margin:0px 20px 10px 20px;
	padding-bottom:100px;
}

#content img {
	padding:4px;
	margin:4px;
	border:3px solid #025884;
}



#right1 {
	width:150px;
	float:left;
	margin:0px 0 20px 0;
	padding:100px 0 400px 0;
	background:#025884 url('images/sideback.jpg') no-repeat bottom;
	height:100%;
}

#right2 {
	background:#013753;
	width:235px;
	float:left;
	margin:155px 0 10px 0;
	padding:20px 0;
}

#right2 img {
	margin:5px auto;
	display:block;
}

#right2 h2 {
	text-align:center;
	font-size:1em;
	color:#fff;
	display:inline;
	padding-left:5px;
}

#right2 table {
	margin:0;
	padding:0;
	font-size:0.8em;
	text-align : right;
}

#right2 td {
	padding:10px 2px 10px 1px;
}

td.wide {
	width:100px;
	text-align:left;
}



#menu ul {
	width:100%;
}

#menu li {
	display:block;
	height:30px;
	padding:5px 5px 0px 15px;
}

#menu li:hover {
	background:#013753;
	border-right:3px solid #ffe11b;
	cursor: pointer; 
	cursor: hand;
}

#menu a:hover, #menu a:link, #menu a:active, #menu a:visited {
	color:#fff;
	text-decoration:none;
}



#footer {
	clear:both;
	height:350px;
	background:#fff url('images/footer.jpg');
	color:#fff;
}

#footercontent {
	width:1000px;
	font-size:1em;
	height:20px;
	margin:0px auto;
	padding:10px 10px;
}

/* Location Formatting */

.address {
	float:left;
	margin:70px 0 0px 0;
}

.map {
	float:right;
	margin:50px 0 50px 0;
}


/* Contact Form Code */

form {

}

fieldset {
	border:none;
}

legend {
	display:none;
}

.form p {
width: 340px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 250px; /*width of left column containing the label elements*/
height: 1%;
}

.form label{
float: left;
margin-left: -250px; /*width of left column*/
width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	background:#305c89;
	border:none;
	color:#fff;
	font-size:1em;
	font-family:"Century Gothic", Arial, Sans-Serif;
}

.form textarea{
	width: 250px;
	height: 200px;
	overflow:hidden;
	background:#305c89;
	border:none;
	color:#fff;
	font-size:1em;
	font-family:"Century Gothic", Arial, Sans-Serif;
}

* html .threepxfix {
margin-left: 3px;
}

.submitbutton {
	width:180px;
	padding:4px 0px;
	display:block;
	border:0;
	margin:30px auto;
	background-color:#025884;
	color : #fff;
	font-weight: bold;
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin-left: 248px;
}

.submitbutton:hover {
	background:#013753;
	cursor:pointer;
}

/* Cart formatting */


.name {
	padding-left:10px;
}

.total, #one, #two, #three {
	text-align:right;	
	margin:10px 15px 10px 0;
	display:block;
}

.close {
	background:#ffe11b;
	padding:2px 2px 2px 5px;
	border:2px solid #000;
}

.close:link, .close:visited, .close:active {
	display:block;
	color:#000;

}

.close:hover {

}

.update {
	width:50px;
	display:inline;

}

.updatebutton {
	background:#ffe11b;
	margin:10px;
	border:0;
	width:60px;
	color : #000;
	font-weight: bold;
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.8em;
	text-align : center;
}

.updatebutton:hover {
	cursor:pointer;
}


.cart {
	display:block;
	background:#001c2a;
	border-right:3px solid #ffe11b;
	margin:0px 0 10px 0;
	padding:20px 5px;
}

.cart select {
	width:200px;
	display:block;
	margin:15px auto;
} 

.quantity {
	height:17px;
	width:20px;
	background:#fff;
	border:0;
	color:#000;
}

.price {
	border:0;
	margin:0;
	width:60px;
	display:inline;
	padding:1px 4px;
	background:#013753;
	border:0;
	color : #fff;
	font-weight: bold;
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.8em;
	font-weight:bold;
	text-align : center;
}

.cartimage {
	display:block;
	padding:2px;
	margin:2px auto;
	border:2px solid #025884;
}

.name {
	font-size: 1em;
	margin:7px 0;
}