body {
	background: #cbe08f url('../images/background.jpg') ;
	font-family:Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 9pt
}

#header {
	width: 759px;
	height: 138px;
background-image:url(../images/header.png);
	margin-bottom: 10px; margin-left:auto; margin-right:auto; margin-top:0;
	background-repeat:no-repeat;

}

#header h1 {
	margin-top:7px;
	color: #f68416;

	margin-left: 40px;
	padding-top: 27px;
	margin-bottom: 0;
}

#header h2 {
	color: #5d7519;
	font-size: 16pt;
	margin-left: 40px;
	margin-top: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container-top {
	margin: 0 auto;
	width: 760px;
	height: 10px;
	background:url('../images/main_top.png') no-repeat;
}

#container {
	margin: 0 auto;
	width: 750px;
	background-color: #f5933c;
	padding-left: 10px;
}

#container-bottom {
	margin: 0 auto;
	background: url('../images/main_bottom.png') no-repeat;
	padding-top:10px;
	width: 760px;
	height: 10px;
}

#container h1 {
	margin: 0;
	padding-left: 10px;
	font-size: 16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#container h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 10px;
	line-height:18px;

}

a {
	color: #000099;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
}

#left {
	width: 200px;
	float:left;
	margin: 0;
}

#left-top {
	width: 200px;
	height: 10px;
	background:url('../images/left-top.gif') no-repeat;
	margin-left:0; margin-right:0; margin-top:18px; margin-bottom:0
}

#left-centre {
	width: 200px;
	background-color: #ffffff;
}

#left-bottom {
	width: 200px;
	background: url('../images/left-bottom.gif') no-repeat;
	margin: 0
}

#right {
	width: 530px;
	float: left;
	margin-left: 10px;
}

#right-top {
	width: 530px;
	height: 10px;
	background: #eee url('../images/right-top.gif') no-repeat;
}

#right-centre {
	width: 530px;
	background-color: #ffffff;
}

#right-bottom {
	width: 530px;
	height: 10px;
	background: url('../images/right-bottom.gif') no-repeat;
	margin: 0
}

#tabs {
	width: 530px;
	height: 18px;
	margin: 0;
}

#tabs ul {
	margin: 0;
	list-style: none;
	height: 18px;
	padding-left: 20px;
	background-color: #f5933c;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 18px;
}

.tab a {
	float: left;
	background: #cbe08f url('../images/tab-left.gif') no-repeat left top;
	margin: 0;
	text-decoration: none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
}

.tab a span {
	float: left;
	display: block;
	background: url('../images/tab-right.gif') no-repeat right top;
	margin-bottom: -2px;
	color: #555;
	height: 18px;
	font-weight: bold; padding-left:12px; padding-right:20px; padding-top:2px; padding-bottom:0px
}

.tab a:hover span, .tab-active a:hover span {
	color: #5b88aa;
}

.tab-active a {
	float: left;
	background: #fff url('../images/tab-active-left.gif') no-repeat left top;
	margin: 0;
	text-decoration: none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
}

.tab-active a span {
	float: left;
	display: block;
	background: url('../images/tab-active-right.gif') no-repeat right top;
	margin-bottom: -2px;
	color: #555;
	height: 18px;
	font-weight: bold; padding-left:12px; padding-right:20px; padding-top:2px; padding-bottom:0px
}

#footer-top {
	margin-top:6px;
	text-align: center;
	width: 760px;
	height: auto;
	font-size: 13px;
	line-height:20px;
	font-weight:bold;
	background: no-repeat;; margin-left:auto; margin-right:auto; margin-bottom:0
}

#footer-centre {
	margin: 0 auto;
	width: 760px;

	text-align:center;
	padding-top:5px;
	line-height:18px;
}

#footer-bottom {
	width: 760px;
	height: 9px;
	margin-bottom: 10px; margin-left:auto; margin-right:auto; margin-top:0
}

#footer-centre p {
	text-align: center;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	padding: 10px;
	float: left;
}

.right {
	padding: 10px;
	float: right;
}

input {
	border: 1px solid #f69d47;
	font-family: tahoma, arial, sans-serif;
	color: #555;
}

blockquote {
	margin: 0 20px 0 20px;
	background-color: #dfdfdf;
	margin-bottom:10px;
}

.menu {
	list-style: none;
	padding: 10px 6px 0 5px;
	margin: 0px 0px 5px 5px;
	width:170px;
}

.menu a {
	width: 170px;
	display: block;
	color: #000000;
	border-bottom:1px dotted #747473;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.menu a:hover {
	color:#ffffff;
	background-color:#F5933c;
}


#tblproducts td
{
	vertical-align: top
}

