body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	cellspacing: 0;
	cellpadding: 0;
	font-size: 0.6em;
	background: #000000 url('../images/bg_design.jpg') top left repeat-x;
}
/*--- Start Main ---*/

#container {
	width: 760px;
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: center;
}

#header {
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
}

#header img {
	border: 0px;
}

/* navigation ------------------------------------------*/

#navigation {
	width: 760px;
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: center;
}

#nav {
	margin: 0 auto;
	padding: 0;
	border: 0;
	cellspacing: 0px;
	cellpadding: 0px;
}

#nav li {
	list-style: none;
	height: 50px;
	float: left;
	position: relative;
}

#nav li a {
	height: 50px;
	text-indent: -9000px;
	display: block;
}

/* navigation buttons ------------------------------------------*/

#left {
	width: 69px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/navspacer-left.jpg") top left no-repeat;
	text-indent: -9000px;
}

#right {
	width: 68px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/navspacer-right.jpg") top left no-repeat;
	text-indent: -9000px;
}

a#home {
	width: 135px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/home.jpg") top left no-repeat;
}

a#order {
	width: 153px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/orderform.jpg") top left no-repeat;
	background-position: 0 -50px;
}

a#products {
	width: 155px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/products.jpg") top left no-repeat;
}

a#contact {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/contact.jpg") top left no-repeat;
}

a#home:hover{
	background-position: 0 -50px;
}

a#products:hover {
	background-position: 0 -50px;
}

a#contact:hover {
	background-position: 0 -50px;
}

.spacer {
	background: url("../images/spacer.gif") top left repeat-x;
	width: 760px;
	float: left;
}

/* main ------------------------------------------*/

#main {
	width: 760px;
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
}

#orderform-top {
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
}

#ordercontent {
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0 px;
	width: 760px;
	padding-bottom: 20px;
}

#valentinescontent p {
	position: relative;
	top: 100px;
	left: 265px;
	width: 230px;
	text-align: left;
}

#valentinescontent hr {
	position: relative;
	top: 100px;
	width: 50px;
}

#contactform {
	width: 760px;
	float: left;
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #ACACAC;
}

#contactform p {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 0 10px;
}

#iframe {
	padding: 0px 0px;
}

#map {
	text-align: center;
	position: relative;
	top: -80px;
}

#map h2{
	text-align: left;
	color: #000000;
	padding-left: 20px;
}



/* footer ------------------------------------------*/
#footer {
	text-align: center;
	width: 760px;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#footer a{
	text-decoration: none;
	color: #ffffff;
}
	