/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#542E16;
    }
a {
	color:#D67203;
	text-decoration:underline;
	}
a:hover {
	color:#D67203;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#333333;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
}
* html img{
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
	border-collapse:collapse;
    }
hr {
	height:1px;
	color:#FFE7CC;
	background-color: #FFE7CC;
	clear:both;
	border: 0;
}
h1 {
	font-size:22px;
	font-weight:normal;
	color:#D67203;
    padding: 0px;
    margin: 0px;

}
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:880px;
	width:100%;
	margin:0 auto;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-x;
	background-position: center 41px;
}
* html #wrapper {
	height:100%;
}
div.container_main {
	min-height:100%;
	min-width:880px;
	width:100%;
	margin:0 auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 41px;
}
#menu {
	height:41px;
	margin:auto;
	width:100%;
	background-color:#000000;
}
#menu div.menu_cont{
	height:27px;
	padding:7px 10px;
	margin:auto;
	width:880px;
}
#menu div.menu_cont table{
	width:100%;
}
#menu div.menu_cont a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:13px;
	border-left:#242424 solid 1px;
	padding:6px 10px;
}
#menu div.menu_cont a:hover{
	color:#D67203;
	border-top:#242424 solid 1px;
	border-bottom:#242424 solid 1px;
	padding:5px 10px;
}
#menu div.menu_cont a.first{
	border-left:none;
	padding-left:11px;
}
#menu div.menu_cont a.first:hover{
	border-left:#242424 solid 1px;
	padding-left:10px;
}
#menu div.menu_cont a.last{
	padding-right:11px;
}
#menu div.menu_cont a.last:hover{
	border-right:#242424 solid 1px;
	padding-right:10px;
}
#content_main{
	width:900px;
	height:503px;
	margin:auto;
	position:relative;
}
a.lang_main{
	position:absolute;
	right:166px;
	top:253px;
}
a.lang{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	display:block;
	width:31px;
	height:20px;
	text-align:center;
	padding-top:5px;
}
a.lang:hover{
	color:#D67203;
	text-decoration:none;}
a.sitemap_main{
	position:absolute;
	right:166px;
	top:222px;
}
a.sitemap{
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:31px;
	height:25px;
	display:block;
}
a.sitemap:hover{
	background-image: url(images/sitemap_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a.print{
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:31px;
	height:25px;
	display:block;
}
a.print:hover{
	background-image: url(images/print_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sitemap_place, div.lang_place, div.print_place {
	position:absolute;
	right:9px;
	height:26px;
	width:31px;
	background-image: url(images/leaf.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sitemap_place {
	top:0px;
}
div.lang_place {
	top:31px;
}
div.print_place {
	top:62px;
}
#header {
	height:113px;
	margin:auto;
	width:900px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}
#header img.logo{
	width:190px;
	height:93px;
	position:absolute;
	left:53px;
	top:20px;
}
#header div.slogan{
	position:absolute;
	width:490px;
	left:270px;
	top:30px;
	font-size:13px;
	color: #000000;
	text-align:center;
	line-height:150%;
}
#header div.slogan_shaddow{
	position:absolute;
	width:490px;
	left:269px;
	top:29px;
	font-size:13px;
	color: #FFFFFF;
	text-align:center;
	line-height:150%;

}
#content {
	margin:auto;
	width:900px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position:relative;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:256px;
	background-image: url(images/sidemenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	min-height:340px;
	padding-bottom:15px;
	}
* html #side_menu {
	height:340px;
	}
#side_menu img.logo_bottom{
	display:block;
	margin-left:53px;
	}
#side_menu div.login{
	margin-left:55px;
	}
#side_menu div.login input{
	width:170px;
	margin-bottom:5px;
	}
#side_menu div.login input.btn{
	width:145px;
	background-image: url(images/btn_145.gif);
	background-repeat: no-repeat;
	border:none;
	color:#FFFFFF;
	background-color: transparent;
	padding: 3px 0px;
	cursor:pointer;
	margin-bottom:0px;
	}	
#side_menu div.login div.error {
	color: #C00000;
	margin-bottom:5px;
	}
#side_menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
#side_menu ul a{
	display:block;
	margin-left:53px;
	margin-right:12px;
	text-align:center;
	color:#552E16;
	text-decoration:underline;
	padding:3px 5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	position:relative;
	}		
* html #side_menu ul a{
	display: inline-block;
	width:191px;
	}		
#side_menu ul a img.lt, #side_menu ul a img.rt, #side_menu ul a img.lb, #side_menu ul a img.rb{
	display:none;
	}		
#side_menu ul a:hover{
	color:#FFFFFF;
	text-decoration:none;
/*	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color:#D67203;
	}		
#side_menu ul a:hover img.lt{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	}	
#side_menu ul a:hover img.lb{
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	}	
#side_menu ul a:hover img.rt{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	}	
#side_menu ul a:hover img.rb{
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	}
* html #side_menu ul a:hover img.lt{
	display:none;
	}	
* html #side_menu ul a:hover img.lb{
	display:none;
	}		
* html #side_menu ul a:hover img.rt{
	display:none;
	}	
* html #side_menu ul a:hover img.rb{
	display:none;
	}			
#text {
	margin:auto;
	padding-left:271px;
	padding-right:55px;
	padding-bottom:15px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow: hidden;
	line-height:160%;
	}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}
#text div.text_cont h1{
	margin-bottom:15px;
	margin-top:15px;
}
#text div.text_cont h1.title{
	margin-bottom:15px;
	margin-top:5px;
}
#text div.text_cont p{
	margin-bottom:10px;
	margin-top:0px;
}
#text div.text_cont pre{
	background-color:#FFE7CC;
	padding:3px;
	}
#text div.text_cont ul{
	padding:5px 25px;
	margin:0px 0px;
	}		
#text div.text_cont ol{
	padding:5px 25px;
	margin:0px;
	}		
#text div.text_cont table.table{
	width:99%;
	border-top:solid 1px #FFE7CC;
	border-left:solid 1px #FFE7CC;
	margin:auto auto 10px auto;
	}
#text div.text_cont table.table td{
	border-right:solid 1px #FFE7CC;
	border-bottom:solid 1px #FFE7CC;
	padding:3px;
/*	background-color:#FFFFFF;*/
	}
#text div.text_cont table.table td.label{
	font-weight:bold;
	background-color:#FFE7CC;
	}
#text div.text_cont img.left{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	}
#text div.text_cont img.right{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	}
#footer {
	width:900px;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#CDC1BA;
	line-height:160%;
	padding-bottom:20px;
}
div.footer_content {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}	
/*--catalog--*/	

table.catalog {
	width:99%;
	margin:auto auto 10px auto;
	}
table.catalog td{
	padding:10px;
	}
table.catalog td:hover{
/*	background-color:#FFE7CC;*/
	}
table.catalog td.even{
	border-bottom:solid 1px #D5D1CD;
	}
table.catalog td.odd{
	border-right:solid 1px #D5D1CD;
	border-left:solid 1px #D5D1CD;
	border-bottom:solid 1px #D5D1CD;
	}
table.catalog td a{
	font-weight:bold;
	font-size:12px;
	}
table.catalog td a.link{
	font-weight:normal;
	float:right;
	font-size:11px;
	margin-top:8px;
	}
table.catalog_search{
	width:99%;
	background-image: url(images/catalgo_search_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
table.catalog_search td{
	padding-bottom:10px;
	}		
table.catalog_search td.label{
	padding-left:20px;
	}
table.catalog_search td input, table.catalog_search td select{
	width:139px;
	}
table.catalog_search td input.btn{
	width:145px;
	background-image: url(images/btn_145.gif);
	background-repeat: no-repeat;
	border:none;
	color:#FFFFFF;
	background-color: transparent;
	padding: 3px 0px;
	cursor:pointer;
	}		
/*--client--*/	

#motioncontainer{
	}
#motiongallery{
	}
#trueContainer{
	}

div.client_gallery {
	width:512px;
	height:118px;
	padding:13px 28px;
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
}
div.client_gallery div{
	overflow:hidden;
	height:120px;
}
div.client_gallery div img{
	border:#D5D1CD solid 1px;
	padding:3px;
	background-color:#FFFFFF;
	margin:0px 4px;
}
div.client_gallery div img:hover{
	border:#542E16 solid 1px;
	padding:3px;
	background-color:#FFFFFF;
	margin:0px 4px;
}
img.author{
	float:right;
	border:#D5D1CD solid 1px;
	padding:3px;
	background-color:#FFFFFF;
	margin-left:15px;
	margin-right:10px;
}	
table.client_info {
	margin-bottom:20px;
	margin-left:7px;
	}
table.client_info td{
	vertical-align:top;
	padding-bottom:2px;
	}

table.client_info td.label{
	font-weight:bold;
	white-space:nowrap;
	padding-right:15px;
	}
	
/*voting*/

table.voting {
	margin-top:7px;
	margin-bottom:15px;
	width:100%;
}
table.voting td{
	vertical-align:top;
	padding-bottom:3px;
}
td.voting_answer {
	width:120px;}
td.voting_count {
	white-space:nowrap;
	width:50px;
	text-align:right;}
table.voting div {
	background-color: #D67203;}		

/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;
	background-color:#FFE7CC;
	padding:3px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	width:145px;
	background-image: url(images/btn_145.gif);
	background-repeat: no-repeat;
	border:none;
	color:#FFFFFF;
	background-color: transparent;
	padding: 3px 0px;
	cursor:pointer;
}

/* --- sitemap --- */

div.sitemap_content {
	margin-bottom:15px;}

table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
}
div.news_title span{
	margin-left:10px;
	font-weight:normal;	
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border: #D5D1CD solid 1px;
	padding:3px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.news_paging{
	border-top: #D5D1CD solid 1px;
	padding-top:7px;}
div.news_paging span{
	font-weight:bold;
}

/*--gallery lightbox--*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;}
#imageContainer{
	padding: 10px;}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%}
#imageData{padding:0 10px; color: #333;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #542E17;}

/*--comment--*/

div.comment_post_even{
	
	}
div.comment_post_odd{
	border-right:solid 1px #D5D1CD;
	border-left:solid 1px #D5D1CD;
	border-bottom:solid 1px #D5D1CD;
	border-top:solid 1px #D5D1CD;
	}
div.comment_post_odd, div.comment_post_even{
	padding:10px;
}
div.comment_post_title {
	margin-bottom:7px;}


/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}