html {
	overflow-y:scroll;
}

body {
	margin:0px;
	padding:0px;
	
	font-family:Arial;
	font-size:10px;
	color:#8A8B8C;
	
	background-color:#83b817;
}

a {
	color:#55AB26;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:7px 0px;
}

h1 {
	width:510px;
	font-size:16px;
	margin:0px;
	padding:12px 0px 12px 0px;
	border-bottom:1px dashed #BBB8B8;
	font-weight:normal;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
	margin:0px;
}

h4 {
	font-size:11px;
}

ul {
	margin:0px;
	padding-left:15px;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

div#wrapper {
	width:870px;
	margin:0px auto;
	background:url(../media/bgverloop.gif) repeat-y #FFF;
}

/* Header */
div#header {
	clear:both;
	width:800px;
	height:90px;
	margin:0px auto;
	
	background:url(../media/header-bar.gif) repeat-x left bottom #FFF;
}
div#contact {
	float:left;
	position:relative;
	top:30px;
	left:37px;
	color:#BBB8B8;
}
div#contact a {
	color:#BBB8B8;
}

div#language {
	float:right;
	position:relative;
	top:56px;
	right:20px;
}
div#language a {
	color:#BBB8B8;
}

div#logo {
	width:198px;
	height:80px;
	background:url(../media/logo.jpg) no-repeat;
	padding-bottom:20px;
	border-bottom:1px dashed #BBB8B8;
}

div#menu {
	width:510px;
	height:100px;
	padding-bottom:20px;
	border-bottom:1px dashed #BBB8B8;
}
div#menu ul {
	list-style-type:none;
	position:relative;
	top:70px;
	padding-left:0px;
}
div#menu ul li {
	display:inline;
	padding-right:30px;
}
div#menu ul li span.gt {
	color:#60B034;
	font-weight:bold;
	font-size:14px;
}
div#menu ul li a {
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#8A8B8C;
}
div#menu ul li a:hover,
div#menu ul li a.active {
	color:#55AB26;
}

div#content {
	margin-top:15px;
}

div#content-left {
	float:left;
	width:160px;
}
div#content div.bar {
	width:510px;
	height:7px;
	background-color:#55AB26;
	margin-bottom:7px;
}
div#content-left div.bar {
	width:158px;
	height:7px;
	background-color:#55AB26;
	margin-bottom:7px;
}

div#content-right {
	float:left;
	width:335px;
	margin-left:17px;
}
div#content-right div.bar {
	width:335px;
	height:7px;
	background-color:#55AB26;
	margin-bottom:7px;
}
	
/* column container */
.colmask {
	position:relative;
	clear:both;
	/*float:left;*/
	width:800px;
	overflow:hidden;
	margin:0px auto;
}

/* common column settings */
.colmid,
.colleft {
	float:left;
	width:100%;	
	position:relative;
}

.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	font-size:11px;
}

/* 3 Column settings */
.twocol {
	background-color:#FFF;
	z-index:1;
}
.twocol .colmid {
	right:0px;
	background:#fff;
}
.twocol .colleft {
	right:530px;
}
.twocol .col1 {
	width:530px;
	left:100%;
}
.twocol .col2 {
	width:230px;
	left:0;
	padding:20px 0px 0px 20px;
	height:100%;
	background:url(../media/left-bg.gif) no-repeat left bottom #FFF;
	min-height:600px;
}

/* Footer */
div#footer {
	width:780px;
	margin:0px auto;
	clear:both;
	/*float:left;*/
	text-align:right;
	padding:12px 20px 12px 0px;
	background-color:#FFF;
	border-top:1px dashed #BBB8B8;
	color:#BBB8B8;
}
div#footer a {
	color:#BBB8B8;
}

/* http://matthewjamestaylor.com/blog/perfect-3-column.htm */

table.maintable {
	background-color:#7484ad;
	width:100%;
}

table.maintable th {
	text-align:left;
	background-color:#7484AD;
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:2px;
}

table.maintable th a {
	color:#FFF;
}

table.maintable th a:hover {
	color:#FFF;
	text-decoration:underline;
}

table.maintable td {
	padding-left:2px;
}

table.maintable td.cell1 {
	background-color:#FFF;
	font-weight:bold;
}

table.maintable td.cell2 {
	background-color:#FFF;
}

table.maintable tr.row1 {
	background-color:#FFF;
	cursor:pointer;
}

table.maintable tr.row2 {
	background-color:#EFEFEF;
	cursor:pointer;
}

table.maintable img {
   border:none;
}

table.maintable td.icons {
	width : 75px;
}

div#livesearch_results {
	clear:both;
	font-size:10px;
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	margin:-7px 0px 0px;
	border:1px solid #000;
	background-color:#FFF;
	width:168px;
	padding:0px 4px;
	display:none;
}
div#livesearch_results ul {
	list-style-type:none;
	z-index:100;
	position:relative;
	padding-left:5px;
}
div#livesearch_results ul li {
	line-height:15px;
	height:15px;
	margin:0px;
	padding:0px;
}

div.message {
	width:90%;
	border:1px dashed red;
	font-weight:bold;
	/*color:#1E2832;*/
	color:red;
	padding:10px;
	margin:10px 0px 25px;
}
div.message_left {
	width:178px;
	border:1px dashed #000;
	font-weight:bold;
	color:#1E2832;
	padding:10px;
	margin:10px 0px 10px;
}

img.rss {
	border:none;
	position:relative;
	top:3px;
}

img.pdf {
	border:none;
	position:relative;
	top:5px;
	right:3px;
}

div#paging {
	margin-top:20px;
	width:510px;
	text-align:right;
}

img.product {
	border:none;
	position:relative;
	left:125px;
}