body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #003663;
	background-image: url(../images/body_bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body, html, #wrapper {
	width: 100%;
	height: 100%;
}
body, td, th, input, select, textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper {
	border-spacing: 0;
	border: none;
}
#wrapper td {
	vertical-align: middle;
}

#container {
	width: 800px;
	height: 605px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
#left {
	position: absolute;
	width: 454px;
	height: 605px;
	background-color: #0063a5;
	background-image: url(../images/left_bck.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#right {
	width: 346px;
	height: 355px;
	padding-top: 250px;
	padding-left: 454px;
	background-image: url(../images/right_bck.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	padding-left: 90px;
	padding-top: 40px;
	height: 179px;
}
#boxes {
	height: 315px;
	width: 430px;
	/*border: 1px solid transparent;*/
}
#boxes ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#boxes li {
	display: inline;
	float: left;
	margin: 0 9px 9px 0;	
	padding: 0;
}
#boxes a:link, #boxes a:visited, #boxes a:active {
	display: block;
}
#boxes_cover {
	padding-top: 67px;
	padding-left: 39px;
}

#title {
	position: absolute;
	z-index: 10;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	margin-top: 115px;
	margin-left: 273px;
	width: 247px;
	height: 72px;
	
}

#nav {
	width: 430px;
	height: 60px;
}
#nav ul {
	margin: 0;
	padding: 15px 0 0 40px;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
}
#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	height: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 20px;
	text-indent: -9999px;
}
#nav a:hover {
	background-position: bottom;
}

.nav_lighthouse {
	background-image: url(../images/btn_lighthouse.gif);
	width: 119px;
}
.nav_kalamata {
	background-image: url(../images/btn_kalamata.gif);
	width: 105px;
}

#content {
	height: 355px;
	padding: 0 30px 0 35px;
	overflow: auto;
	overflow-x: hidden;
}

#content ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}



#product_right {
	padding-left: 454px;	
	width: 346px;
	height: 605px;
}
#product_image {
	height: 280px;
	text-align: right;
}
#product_image img {
	margin: 30px;
}
#product_content {
	height: 325px;
	padding: 0 30px 0 35px !important;
	overflow: auto;
	overflow-x: hidden;	
}

#items {
	width: 100%;
	border-bottom: 2px solid #c5dbec;
	margin-bottom: 25px;
	margin-top: 10px;
}
#items td {
	padding: 2px 4px;	
}

#items .alt {
	background-color: #c5dbec;	
}
#items .price {
	text-align: right;
	font-weight: bold;
}
#items .basket {
	padding-right: 6px !important;
	text-align: right;
	width: 26px;
}

#product_nav a:link, #product_nav a:visited, #product_nav a:active {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin-bottom: 0;
}
#product_nav a:hover {
	background-position: bottom left;
}
#btn_back {
	background-image: url(../images/btn_back.gif);
	width: 50px;
}
#btn_checkout {
	background-image: url(../images/btn_checkout.gif);
	width: 78px;
	float: left;
	margin-left: 153px;
}