@import url(editor.css);
@import url(lightbox.css);

/*
Layout
*/

#wrapper {
	width: 800px;
	}

#navigation {
	height: 30px;
}

#navigation td.level1 a,
#navigation td.level1 a:active,
#navigation td.level1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 7px;
	display: block;
	}
	
#navigation td.level1 a:hover,
#navigation td.current a {
	background: url(../images/menubackground2.jpg) top left repeat-x;
	}

#twoColumns {
	width: 800px;
	}

#twoColumns .col1 {
	width: 150px;
	padding: 20px 30px 0 0;
	}

#twoColumns .col1 img {
	float: left;
	padding: 0 8px;
	display: block;
	}

#twoColumns .col1 div.menuTitle {
	float: left;
	font-weight: bold;
        color: #FFFFFF;
	padding: 0 0 0 8px;
        background: url(/media/images/menugraphic-1.jpg) top left no-repeat;
        display: block;
	}

#twoColumns .col1 div.menuTitle div {
	float: left;
        padding: 0 8px 0 0;
        background: url(/media/images/menugraphic-3.jpg) top right no-repeat;
	}

#twoColumns .col1 div.menuTitle div div {
	float: left;
	width: 140px;
	padding: 1px 5px 3px 5px;
        background: url(/media/images/menugraphic-2.jpg) top left repeat-x;
	}

#twoColumns .col1 ul {
	list-style: none;
	/*width: 140px;*/
	margin: 0 0 20px 0;
	padding: 0 8px;
	}
	
/*#twoColumns .col1 ul li.level2 a {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 5px;
	background-color: #3f802e;
	display: block;
	}*/
	
#twoColumns .col1 ul li {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #3F802E;
	background-color: #000000;
	}
	
#twoColumns .col1 ul li a,
#twoColumns .col1 ul li a:active,
#twoColumns .col1 ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 5px;
	background-color: #000000;
	display: block;
	}
	
#twoColumns .col1 ul li a:hover,
#twoColumns .col1 ul li.current a {
	background-color: #081C0a;
	}
	
#main {
	width: 100%;
	}
	
#main .mainTitle {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 20px 5px 8px 0;
	background: url(../images/maintitle.jpg) bottom center no-repeat;
	}

#main .mainTitle p {
	margin: 0;
	}
	
#main .mainCol1 {
	text-align: left;
	/*width: 60%;*/
	padding: 20px 0 0 0;
	}
	
#main .mainCol2 {
	/*width: 40%;*/
	padding: 20px 0 0 0;
	}

#main .mainCol2 .cont {
	float: left;
	padding: 0 0 0 20px;
	}

#oneColumn .col2 #main .mainCol1 {
	width: 100%;
	padding: 20px 0 0 0;
	}
	
.footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	padding: 0 5px;
	background: url(../images/base.jpg) top center no-repeat;
	}

.footer .leftCol {
	float: left;
	padding-top: 1px;
	padding-left: 10px;
	}

.footer .rightCol {
	float: right;
	padding-top: 1px;
	padding-right: 10px;
	}
	
ul#cornerNavi {
	margin-top: 15px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
#cornerNavi a {
	display: block;
	color: #999;
	padding: 0 10px 0 0;
	margin: 0px;
	background: transparent url(/media/images/nuolet2.gif) right 2px no-repeat;
}
#cornerNavi a:hover {
	text-decoration: none;
	color: #F4DE30;
}
#cornerNavi ul li {
	padding: 0px;
	margin-bottom: 5px;
}

/*
Content
*/

.tableList {
	width: 100%;
	border-top: 1px dotted #272727
	}
	
.tableList td {
	padding: 3px;
	border-bottom: 1px dotted #272727;
	}
	
.gallery {
	float: left;
	width: 215px;
	padding: 0;
	margin-bottom: 10px;
	}
	
.picture {
	float: left;
	margin: 0 3px 3px 0;
	}

a img.picgallery {
	border: 1px dotted #272727;
padding:1px;
/*margin-bottom:3px;*/
}
a:hover img.picgallery {
	border: 1px dotted #3f802e;
padding:1px;
/*margin-bottom:3px;*/
	 }

.thumb {
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:1px;
}
.thumb-rollover {
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#3f802e;
}

.specstable-top {
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px dotted #272727;
	border-top:1px dotted #272727
}
.specstable {
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px dotted #272727;
}

a.welcome:link {
	color: #d1b93b;
	text-decoration: underline;
}
a.welcome:visited {
	color: #d1b93b;
	text-decoration: underline;
}
a.welcome:hover {
	color: #70a026;
	text-decoration: underline;
}
a.welcome:active {
	color: #d1b93b;
	text-decoration: underline;
}

/*
Forms
*/

/* Form */
.formEmailinput, .formTextinput, .formTextarea {
	width: 350px;
	padding: 3px 3px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
input[type=submit] {
	border: 1px solid #666;
	padding: 1px 5px;
}
form table td {
	padding: 3px 0px 0px 7px;
}
