body{
	font-size: 84%;
	padding: 0;
	margin: 0;
	color: #000000;
	background: #ffffff;
	}

body, table{
	font-family: tahoma;
	}

input, form, textarea{
	font-family: tahoma;
	}

em, i{
	font-family: Georgia;
	}

img {
	border: 0px;
	}

table, form, input, textarea, select{
	font-size: 1em;
	}

b, strong{
	}

h1, h2, h3, h4, h5, h6{
	}

h1, h2, h3{
	font-weight: normal;
	}

h1{
	font-family: Georgia, Times, serif;
	font-size: 3em;
	margin: 0 0 0.2em 0;
	line-height: 1em;
	}
	
h2{
	font-family: tahoma;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 1em;
	}

h3{
 	font-family: tahoma;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.6em;
	}

h4{
	font-size: 1em;
	margin-bottom: 0;
	}

h5{
    font-size: 1em;
	}

h6{
    font-family: tahoma;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.4em;
	}

p{
	margin-top: 1ex;
	margin-bottom: 1.25em;
	}

.small,
div.image p, div.image_popup p,
div.copyline{
	font-size: 0.87em;
	}

.smallest {
	font-size: 0.7em;
}

.big,
table.dec caption, table.pricelist caption {
	font-size: 1.1em;
	}

.biggest {
	font-size: 1.3em;
}

form{
	padding: 0;
	margin: 0;
	}

a{
/*	color: #999999; */
	color: #666666;
	}


a:hover, a.hover{
	color: #ffc20d;
	text-decortaion: underline !important;
	}

a.sel{
	background: #0084ff;
	color: #ffffff;
	text-decoration: none;
	}

a.sel:hover{
	color: #ffffff;
}

ul li{
	list-style-type: none;
	background: url("../img/li.gif") 0px 0.5em no-repeat;
	padding-left: 10px;
	padding-bottom: 1ex;
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 1em;
}

table.dec, table.pricelist {
	border-collapse: collapse;
	table-layout: fixed;
	}

table.dec th,
table.pricelist th {
	background: #7c7972;
	color: #ffffff;
	padding: 0.25ex 0.5ex 0.25ex 0.5ex;
	text-align: left;
	}

table.dec th.sel,
table.pricelist th.sel{
	background-color: #a4a4a4;
	}

table.dec th a,
table.pricelist th a{
	font-weight: normal;
	text-decoration: none;
	}

table.dec th.sel a,
table.pricelist th.sel a{
	font-weight: bold;
	color: #000000;
	}

table.dec td,
table.pricelist td{
	padding: 0.3ex 0.5ex 0.3ex 0.5ex;
	border-bottom: 1px solid #cfcbc2;
	}

table.dec td a,
table.pricelist td a{
	text-decoration: none;
	}

table.dec tr.even td,
table.pricelist tr.even td{
	background-color: #f2f2f2;
	border-bottom: 1px solid #f6f6f6;
	}

table.dec tr.btop td,
table.pricelist tr.btop td{
	border-top: 1px solid #f6f6f6;
	}

table.dec caption, table.pricelist caption{
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	}

table.dec table td, table.dec table th,
table.pricelist table td, table.pricelist table th{
	border: none;
	background: none;
	padding: 0;
	}

.norlborder{
	border-left: none;
	border-right: none;
	}

.t100{width: 100%; border-collapse: collapse;}
.bcoll{border-collapse: collapse;}

.v_t{vertical-align: top !important;}
.v_b{vertical-align: bottom !important;}
.v_m, .v_c{vertical-align: middle !important;}

.h_l{text-align: left !important;}
.h_r{text-align: right !important;}
.h_m, .h_c{text-align: center !important;}

table.pad0 td, tr.pad0 td, td.pad0{ padding: 0; }
table.nopad td, tr.nopad td, td.nopad{ padding: 0; }

.price {
	font-size: 1.4em;
	color: #ff0000;
	}

div.price a{
	color: #ff0000;
	}

div.image {
	float: left;
	margin: 1ex 2ex 1ex 0;
	}

div.image img, div.image_popup img, div.content p img, td.contentSpan img, td.contentLeft img, td.contentRight img, img.border {
	border: 1px solid #cccccc;
	}

div.noborder div.image img, .noborder{
	border: none !important;
	}

div.image p, div.image_popup p {
	font-size: 0.75em;
	margin-top: 0.25ex;
	margin-bottom: 0ex;
 	padding-top: 2px;
 	font-style: italic;
	}
	
div.image p a,
div.image_popup p a{
	text-decoration: none;
}

div.clb { clear: both; }

.nowrap {
	white-space: nowrap;
}

.print {
	display: none;
	}

@media print{
	.print {
		display: block;
		}

	.noprint {
		display: none;
		}
	}

/*
hardcore debugger
*/

/*
td {border: 2px solid red;}
td td {border: 2px solid green;}
td td td {border: 2px solid blue;}

div {border: 1px solid yellow;}
p {border: 1px solid orange; width: 100%;}
*/

span.filled {
	border: 1px solid gray;
	width: 40ex;
	padding: 2px;
}

span.filled_narrow {
	border: 1px solid gray;
	width: 10ex;
	padding: 2px;
}

span.textarea {
	height: 6em;
}

img.logo {
	behavior: url("/css/pngbehavior.htc");
}

.siteWidth{
	width: 1000px;
/*	background-color: #f5f5eb;*/
	background-color: #f1f1e5;
}

div.header{
	padding-left: 0px;
	padding-bottom: 12px;
}

div.logo{
	padding: 47px 0 57px 57px;
}

div.topmenu{
	background: url('../img/menu_bg.png');
	padding: 7px 20px 7px 60px;
	line-height: 1.6em;
}

div.topmenu div.item{
	float: left;
	margin-right: 2em;
	padding: 2px 0 4px 0;
}

div.topmenu div.item,
div.topmenu div.item a{
	color: #ffffff;
	text-decoration: none;
}

div.topmenu div.item a{
	display: block;
}

div.topmenu div.sel {
	background: url('../img/uline.gif') bottom left repeat-x;
}

div.topmenu div.item a:hover{
	color: #ffc20d;
}

.pageHead{
	background-color: #ffc20d;
	padding: 0px 0 7px 0;
	color: #000000;
}

.pageHead a{
	color: #333333;
}

.pageHead a:hover{
	color: #000000;
}

td.pageHeadImages{
	padding: 0 70px 0 117px;
}

td.pageHeadText{
	padding: 20px 20px 14px 57px;
}

img.thumb{
	margin-right: 13px;
	margin-bottom: 13px;
}

div.pageHead h1{
	margin: 0;
/*	color: #ffffff; */
}

div.pageHead p{
	margin-bottom: 0;
}

div.content {
	padding-bottom: 20px;
}

td.contentLeft{
	padding: 40px 20px 20px 57px;
}

td.contentRight{
	padding: 40px 57px 20px 20px;
}

td.contentSpan{
	padding: 40px 57px 20px 57px;
}

div.pageFoot{

	padding: 30px 0 0 0;
}

td.pageFootText {
	padding: 0 57px 37px 20px;
}

div.pageFoot,
div.pageFoot td{

}

.bgYellow {
	background-color: #ffc20d;
}

div.webForm div.item {
	padding-bottom: 1em;
}

div.webForm input,
div.webForm textarea {
	width: 100%;
}

div.webForm .noInputStretch input{
	width: 30px;
}

.controller {
	cursor: pointer;
}

th.alt {
	background-color: #cfcbc2 !important;
	color: #000000 !important;
	font-weight: normal;
	font-style: italic;
}