/* HTML */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e6e6e6;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

body, div {
	font-family: Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-size: 13px;
	color: #000;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	font-family: Arial, Verdana, Tahoma, Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #663a11;
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 0px 25px;
	background-image: url("/assets/templates/woodmaster/img/h1-bullet.gif");
	background-position: left 20px;
	background-repeat: no-repeat;
}

h2 {
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px;
	font-weight: bold;
}


h2 a:link, h2 a:visited {
	color: #000;
}

h3, h4, h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}

p {
	margin: 15px 0px;
	padding: 0px;
}

a:link, a:active {
	/*color: #002080;*/
	color: #b30000;
}
a:visited {
	/*color: #330099;*/
	color: #800000;
}

ul li {
	margin: 5px 0px;
}

a:link.blink, a:active.blink {
	color: #000000;
}
a:visited.blink {
	color: #000000;
}


/* STRUCTURE */


#container {
	width: 1021px;
	background-color: #fff;
	background-image: url("/assets/templates/woodmaster/img/bg.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
}

#container2 {
	width: 1000px;
	padding: 0px 14px 0px 7px;
}


#bs-left {
	width: 22px;
	height: 11px;
	background-image: url("/assets/templates/woodmaster/img/edge-shad-bottom-left.gif");
	position: absolute;
	top: 0px;
	left: 0px;
}

#bs-right {
	width: 25px;
	height: 11px;
	background-image: url("/assets/templates/woodmaster/img/edge-shad-bottom-right.gif");
	position: absolute;
	top: 0px;
	right: 0px;
}

#header {
}

#visual {
	width: 1000px;
	height: 180px;
	position: relative;
	background-color: #ccbd9c;
	background-image: url("/assets/templates/woodmaster/img/visual.jpg");
	background-repeat: no-repeat;
}

#logobox {
	width: 304px;
	height: 111px;
	position: absolute;
	top: 35px;
	left: 43px;
}

#searchbox {
	width: 215px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 13px 0px 0px 15px;
	color: #dedede;
	font-weight: bold;

}

#menu {
	width: 980px;
	height: 38px;
	background-color: #bc0000;
	background-image: url("/assets/templates/woodmaster/img/menu-bg.gif");
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	overflow: auto;
}


#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding: 5px 16px 0px 0px;
	margin: 5px 0px 0px 16px;
	background-image: url("/assets/templates/woodmaster/img/menu-sep.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

#menu ul li.lastitem {
	background-image: none;
}

#menu ul li, #menu ul li a:link, #menu ul li a:visited  {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
}
#menu ul li a:hover {
	color: #ffff00;
}


#maintxt {
	text-align: left;
}

#leftcol {
	background-image: url("/assets/templates/woodmaster/img/menu-shad.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 690px;
	float: left;
	padding: 20px 30px 40px 40px;
}

#rightcol {
	background-image: url("/assets/templates/woodmaster/img/col-shad.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 240px;
	/*height: 10px;
	overflow: visible;*/
	float: left;
}

#foter {
	clear: both;
}

#leftfoot, #leftfoot a:link, #leftfoot a:visited {
	font-size: 11px;
	color: #777;
	line-height: 110%;
}

#leftfoot {
	width: 740px;
	float: left;
	border-top: solid 3px #ccc;
	background-color: #fff;
	height: 40px;
	padding: 10px;
}

#rightfoot {
	width: 220px;
	float: left;
	border-top: solid 3px #b30000;
	background-color: #fff;
	height: 40px;
	padding: 10px;
	text-align: right;
}

#bot-shad {
	width: 1021px;
	height: 11px;
	margin: 0px auto;
	padding: 0px;
	background-image: url("/assets/templates/woodmaster/img/edge-shad-bottom.gif");
	background-repeat: repeat-x;
	position: relative;
	clear: both;
}

#lastmagbox {
	width: 687px;
	background-color: #d9bf88;
	margin-bottom: 40px;
	background-image: url("/assets/templates/woodmaster/img/last-bg-bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#lastmagbox #topline {
	background-image: url("/assets/templates/woodmaster/img/last-bg-top.gif");
	background-repeat: no-repeat;
	width: 687px;
	height: 14px;
	margin-bottom: 5px;
}

#lastmagbox #magpic {
	background-color: #fff;
}

#lastmagbox #magpic img {
	border: solid 3px #fff;
	/*width: 150px;*/
	float: left;
	margin: 0px 0px 20px 30px;
}

#lastmagbox #magdescr {
	width: 440px;
	float: left;
	padding-bottom: 20px;
	margin: 0px 0px 0px 30px;
}


#lastmagbox #magdescr #maghed {
	font-family: Arial, Verdana, Tahoma, Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#maghed, #magtxt h1, #magtxt h2 {
	color: #663100;
}

#magtxt {
	color: #411f00;
}

#magtxt ul {
	margin: 0px;
	padding: 0px 0px 0px 20px ;
}
#magtxt ul li {
	padding: 0px;
	margin: 2px 0px;
}


#lastmagbox #magdescr p {
	margin: 5px 0px;
	padding: 0px;
}

#lastmagbox #magdescr #maglnk {
	margin: 20px 0px 0px 0px;
}

#maglnk a:link, #maglnk a:visited {
	color: #411f00;
}
#maglnk a:hover {
	color: #000;
}

#magdet {
	padding: 0px 30px 0px 18px;
	background-image: url("/assets/templates/woodmaster/img/ico-art.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#magarch {
	padding: 0px 0px 0px 18px;
	background-image: url("/assets/templates/woodmaster/img/ico-archive.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#homepage-block {
}

#hpb-left {
	width: 323px;
	float: left;
	padding: 0px 30px 0px 0px;
}
#hpb-right {
	width: 323px;
	float: left;
	padding: 0px;
}

/* ------------ */


.intro {
	color: #666;
	padding: 0px 200px 10px 30px;
}

.intro-small {
    font-size: 11px;
	padding: 0px 0px 5px 0px;
	/*text-align: justify;*/
}

.intro-small p {
	padding: 0px;
	margin: 2px 0px;
}


.red, .errors {
	color: #e50000;
}


/* AjaxSearch */

#ajaxSearch_form {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 60px;
}

#ajaxSearch_form fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

#searchbox #ajaxSearch_input {
	width: 100px;
	font-size: 11px;
}

#searchbox #ajaxSearch_submit {
	border: solid 1px #666;
	padding: 0px;
	margin: 0px;
	width: 45px;
	height: 21px;
	background-color: #000;
	color: #ccc;
	font-size: 11px;
	/*background-image: url("/assets/templates/woodmaster/img/search_but.gif");
	background-repeat: no-repeat;
	background-position: center center;*/
}

.ajaxSearch_paging {
	line-height: 400%;
	font-size: 14px;
}

.ajaxSearch_highlight {
	font-weight: bold;
}

/* ----- */ 


/* Ditto */

.pagination {
    border-top: 1px solid #ccc;
    padding: 10px; 
	margin-top: 30px;
}

.pagination .ditto_currentpage {
	font-weight: bold;
    padding: 1px 5px 2px; 
    margin-right: 5px; 
    background-color: #666; 
    color: #fff;
} 
.pagination .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 5px;
    color: #ccc;
}
.pagination a, .pagination a:link, .pagination a:visited {
    border: 1px solid #ccc; 
    padding: 1px 5px 2px; 
    margin-right: 5px; 
    text-decoration: none !important; 
    color: black;
} 
.pagination a:hover {
    background-color: #ccc;
    color: #000;
}

/* ----------- */


.art-date {
    font-size: 11px;
    color: #666;
	font-weight: normal;
    margin-left: 10px;
}

.art-date1 {
    font-size: 11px;
    color: #666;
	font-weight: normal;
    margin-right: 10px;
}

.art-date2 {
    font-size: 11px;
    color: #666;
	font-weight: bold;
    margin-right: 5px;
}

.art-intro {
    margin: 10px 40px 30px 0px;
	text-align: justify;
}


.art-all-art {
	padding: 0px 0px 0px 18px;
	background-image: url("/assets/templates/woodmaster/img/ico-archive.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.art-thumb {
	float: left;
	margin: 0px 15px 10px 0px;
}

.more a:link, .more a:visited {
	/*color: #000;
    margin: 0px;
	padding: 0px 0px 0px 15px;*/
}

.more2 a:link, .more2 a:visited {
	color: #000;
    margin: 0px;
	padding: 0px 0px 0px 15px;
}

.more a:hover, .more2 a:hover {
    color: #b30000;
}

.more a:link, .more a:visited {
	/*background-image: url("/assets/templates/woodmaster/img/ico-art.gif");
	background-repeat: no-repeat;
	background-position: left center;*/
}
.more2 a:link, .more2 a:visited {
	background-image: url("/assets/templates/woodmaster/img/ico-archive.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.mag-box {
	width: 160px;
	height: 275px;
	text-align: center;
	float: left;
	margin: 10px 25px 0px 25px;
}

.mag-picture {
	padding: 5px 0px;
}

.mag-name {
	text-align: center;
}

.mag-year h2 {
	background-color: #e6e6e6;
	padding: 3px 10px;
	text-align: center;
	margin: 10px 0px 20px 0px;
}


#col-news {
	padding: 40px 20px 20px 20px;
}

#col-news .more2, #col-art .more2 {
    font-size: 11px;
}

#col-news h2, #col-art h2 {
    font-size: 14px;
	color: #663a11;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#col-news .art-last-item {
    margin: 5px 0px 5px 0px;
    font-size: 11px;
}

#col-art {
	padding: 10px 20px 20px 20px;
}

#col-art ul {
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

#col-art li {
	padding: 0px;
	margin: 3px 0px 3px 0px;
	list-style-type: none;
    font-size: 11px;
}