/* BASE ELEMENT CONFIG */

body, th, td {
	font: 1em/1.5 Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited, a:hover {
	text-decoration:none;
}
h1 { /* This font will be 20 pixels with the default web browser font size setting */
	font:normal 2em georgia, helvetica, arial;
	letter-spacing:-0.1em;
	font-style:oblique;
}
h2 {/* This font will be 15 pixels with the default web browser font size setting */
	font:normal 1.5em georgia, helvetica, arial;
	letter-spacing:-0.1em;
}
h3 { /* This font will be 12 pixels with the default web browser font size setting */
	font: bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
legend, form, fieldset {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
label, input {
	vertical-align: middle;
}
img {
	border:0;
}
sup {
	color: maroon
}
/* LAYOUT DIVS */

body {
	background:#333333;
	margin: 0;
	padding: 0;
}
#header, #content, #footer {
	margin:0 auto;
	overflow:hidden;
}
#header {
	width: 780px;
	background: white url('/images/header-bg.jpg') no-repeat;
	height:305px;
}
#content {
	width: 760px;
	padding:10px;
	min-height:500px;
	background:#ffffff;
}
#footer {
	width: 760px;
	padding:10px;
	min-height: 35px;
	font-size:0.9em;
	line-height:2;
	color:#aaaaaa;
}
#logo {
	margin-top: 10px;
	padding-left:100px;
	text-align:center;
}
#menu {
	float:right;
	padding-top:10px;
}
#menu {
	width: 250px;
}
#menu ul {
	padding:10px 25px;
	margin:0;
	list-style-image: url('/images/menu-li-image.png');
}
#menu li {
	font: normal 20pt/1 "Arial Black";
}
.current {
	list-style-image:url('/images/menu-li-image-sel.png');
}
#menu li a:visited, #menu li a:link, #menu li a:active {
	color:#2e649b;
}
#menu li a:hover {
	color: #51769b;
}
.small {
	font-size: 0.8em;
	line-height: 0.8em;
}
table.zebra {
	width:100%;
}
table.zebra tr.even td, table.zebra tr.even th {
	background-color:#FFF;
}
table.zebra tr.odd td {
	background-color:#F4F7FB;
}
/* index.php */
#box1 {
	width:400px;
	background:#efefef;
	font-weight:bold;
	color:#444;
	padding:4px 4px 20px 4px;
	float:left;
	margin-bottom:20px;
}
#box2 {
	min-height: 350px;
	overflow:hidden;
	background:white;
}
#box2 ul {
	padding-left:24px;
	margin-left:0;
	list-style-image: url('/images/accept.png');
}
#box2 li {
	margin-bottom:10px;
	font-size:0.9em
}
.boxWrap {
	width:320px;
	min-height: 350px;
	float:right;
	background:orange;
}
#parallexx {
	float:left;
	padding:5px;
}
#box3 {
	margin-top:10px;
	width:760px;
	background:#efef77;
	overflow:hidden;
}
.clear {
	clear:both;
	float:none;
	width:100%;
}
/* end index.php */

/* product.php */
.product {
	overflow:hidden;
	width:100%;
	margin:0 0 10px 0;
}
.price {
	float:right;
	clear:both;
	width: 246px;
	height:90px;
	margin:5px 0;
	padding:5px;
	border:1px solid #efefef;
	color: green;
	font-size:2em;
	font-weight:bold;
	text-align:center;
}
.productImage {
	float:right;
	width:256px;
	height:274px;
	border:1px solid #ddd;
	background-color:#efefef;
	position:relative;
}
.productImage img {
	width:246px;
	height:250px;
	top:  5px;
	left: 5px;
	padding:5px;
}
.productImage .caption {
	text-align:center;
	font-size: 9pt;
	line-height:9pt;
	clear:both;
	width:100%;
	position:absolute;
	top: 260px;
	left:0;
	z-index:5;
}
/* end product.php */

/* order.php */
#product {
	width: 430px;
}
#cart {
	width:300px;
	margin-left:10px;
	border-left: 1px solid #efefef;
	clear:right;
}
#product, #cart {
	float:left;
	padding-left:2px;
}
#product h1, #cart h1 {
	border-bottom: 1px solid #efefef;
}
#product .options {
	font-size:9pt;
	overflow:hidden;
}
.options label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 130px;
	white-space:nowrap;
}
#cart .item {
	display:none;
	overflow:hidden;
	border-width:0 1px 1px 1px;
	border-style: solid;
	border-color: #efefef;
	height:50px;
}
.xqty, .im, .desc, .itemTotal {
	font:normal 13px/14px Arial;
	padding:0 1px;
	float:left;
	line-height:40px;
	overflow:hidden;
}
.xqty {
	width:24px;
	text-align:center;
	line-height:14px;
}
.xqty .up, .xqty .down {
	cursor: pointer;
	clear:both;
}
.im {
	width:30px;
}
.im img {
	vertical-align:middle;
}
.desc {
	width:180px;
}
.itemTotal {
	width:55px;
	float:right;
}
#confirm {
	text-align:center;
	margin:5px auto;
	width: 180px;
	border-top: 1px solid #efefef;
}
#confirm button {
	border: 5px ridge #2e649b;
}
#deliveryForm label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 130px;
	white-space:nowrap;
}
#deliveryForm input, #deliveryForm textarea {
	width: 150px;
}
#deliveryForm #postcode {
	width:60px;
}
/* end order.php */



#error {
	color:maroon;
	padding-left:5px;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/
