body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

form {
	margin: 0px;
}

#nav {
	border-top: 5px solid black;
	border-bottom: 2px solid #FF9933;
	padding: 5px;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
	white-space: nowrap;
}
#nav a {
	color: #6600CC;
}
#nav img {
	vertical-align: bottom;
	border: 0px;
}

#footernav {
	height: 278px;
	background: url(../images/wave.jpg) left bottom no-repeat;
	padding-left: 15px;
	white-space: nowrap;
}
#footernav img {
	margin-left: 6px;
	margin-right: 6px;
}

#footernavleft {
	text-align: right;
	padding-right: 6px;
}

#footernav, #footernavleft {
	padding-top: 10px;
	border-bottom: 6px solid #FFF;
}

#footernav p {
	width: 600px;
	font-size: 80%;
	white-space: nowrap;
	text-align: center;
}

#footer {
	border-top: 16px solid #333333;
	color: white;
	background: #999999;
	padding: 6px 0px 8px 200px;
	line-height: 110%;
}
#footer p {
	font-size: 80%;
}
#footer a {
	color: white;
}

#headerimages {
	white-space: nowrap; 
	text-align: right;
}

#headerimages img {
	margin: 4px 4px 4px 0px;
}

.headertext {
	font-size: 80%;
	white-space: nowrap;
}

.headerbutton {
	font-size: 80%;
	font-weight: bolder; 
	background-color: rgb(78,128,69); 
	color: rgb(255,255,255); 
	text-decoration: blink;
}

#headerform input {
	width: 120px;
}

#headerform td {
	padding-right: 7px;
}

#left, #right {
	padding-top: 20px;
}

#leftsearch {
	text-align: right;
	padding-bottom: 20px;
}

#leftsearch input {
	vertical-align: middle;
}

#leftsearch a {
	font-size: 80%;
}

#leftchoose {
	width: 180px;
	border-bottom: 5px solid #0B4B25;
	margin-bottom: 20px;
	background: #CCFFCC url(../images/bordertop2.gif) no-repeat;
	padding-top: 6px;
}

#leftchoose img {
	border-top: 3px solid #0B4B25;
	border-bottom: 3px solid #FF9933;
}

#leftchoose ul {
	list-style-image: url(../images/abubull2.gif);
	margin-top: 0px;
	margin-left: 20px;
}
html > body #leftchoose ul {
	padding-left: 10px;
}
#leftchoose a {
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
* html #leftchoose a {
	width: 100%; /* ie fix */
}
#leftchoose a:hover {
	background: #0B4B25;
	color: white;
}

#leftchoose a {
	font-weight: bold; 
	color: #000000; 
	font-size: 75%;
}

#leftbuttons {
	text-align: center;
	margin-bottom: 10px;
}

#leftbuttons img {
	margin-bottom: 10px;
}

#right {
	padding-right: 20px;
}

#rightchoose {
	text-align: right;
	margin-bottom: 20px;
}

#rightchoose select {
	width: 180px;
}

.greenbox {
	width: 180px;
	background: url(../images/bordertop2.gif) no-repeat;
	padding-top: 7px;
	clear: both;
	margin-bottom: 20px;
}

.greenboxcontent {
	padding: 5px 10px; 
	border-right: 2px solid #0B4B25; 
	border-left: 2px solid #0B4B25;
	font-size: 80%;
}

.greenboxfooter {
	height: 5px; 
	background: url(../images/borderbottom2.gif) no-repeat;
}

#content {
	padding: 20px 40px 20px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
table {
	font-size: 100%;
}

img.lang {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px;
}
img.langleft {
	margin-right: 20px;
}

#currency {
	white-space:nowrap;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#currency img {
	margin: 0px 1px 6px 1px;
	border: 0px;
}

h1 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
	margin-bottom: 0px;
}

.productImage {
	margin-left: 10px;
	margin-bottom: 10px;
}

.basket th {
	background: #0B4B25;
	color: white;
	padding: 3px 5px;
}
.basket td {
	padding: 10px 5px;
}
.basket table {
	background: #0B4B25;
	color: white;
}
.basket table td {
	padding: 0px;
}

.width100, .basket {
	width: 100%;
}
* html .width100, * html .basket {
	width: 80%;
}