/*
-----------------------------
GENERIC
-----------------------------
*/

.clearfix:after {content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family:Tahoma, Arial, Helvetica, sans-serif }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family:Tahoma, Geneva, sans-serif}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

.left{float:left}
.right{float:right}

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #aea99d; background: #fff; }
/*textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
*/input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.4em; }
h1 { font-size: 2.154em; }
h2 { font-size: 1.846em; font-style:italic}
h3 { font-size: 1.538em; }
h4 { font-size: 1.231em; }
h5 { font-size: 1.077em; }
h6 { font-size: 1em; }

/* HR */

hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 0.8em; }
/*p+p { margin-top: -.8em; }*/

img.left{margin:0 20px 10px 0}
img.right{margin:0 0 10px 20px}
.floatleft{float:left}
.floatright{float:right}

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 0 0 .5em;  }
h2 { margin: 0 0 .535em; }
h3 { margin: 0 0 .57em; }
h4 { margin: 0 0 .615em; }
h5 { margin: 0 0 .67em; }
h6 { margin: 0 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */

a:link { text-decoration: underline; color: #012a6d; }
a:visited { text-decoration: underline; color: #6868a0; }
a:hover { text-decoration: none; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/*--------------backgrounds-----------------*/
body{background:url(../images/bg_body2.jpg) top center repeat #315901}
#bg{background:url(../images/bg_02.jpg) top center no-repeat; min-width:1000px}
#colum{background:url(../images/bg_content.png) top center repeat-y;}
#sheet{background:url(../images/bg_top_con.jpg) top left no-repeat}
#menu{background:url(../images/bg_menu.jpg) bottom left repeat-x #EAE6DA}
#left_nav{background: url(../images/bg_l_nav.jpg) top left repeat-x #EAE6DA}
#squared{ background:url(../images/bg_news.jpg) top left repeat #EAE5D2}
#separator{background:url(../images/header_separ.gif) top center no-repeat #8C8781}
#footer{background: url(../images/00000.gif) left bottom repeat-x #EAE6DA}
/*------------------------------------------*/
#main{width:812px; margin:0 auto; padding:0 80px 30px 108px; position:relative}
#header{height:73px; position:relative; font-size:0; line-height:0}
#cur_lang, .staple{position:absolute; right:0; bottom:0}
#cur_lang{margin:0 3px -90px 0}
.staple{margin:0 -3px -80px 0}

ul#lang{margin:0; padding:0; list-style:none}
ul#lang li{float:left; position:absolute; bottom:0; right:51px}
li.f1{margin:0 35px 0 0}
li.f2 a{z-index:98}
#lang a{display:inline-block; background:none}
ul#lang .f1:hover{z-index:99}

#sheet{padding:0 3px; height:auto}
#handbag{position:absolute; left:0; margin-top:109px; height:214px; width:346px}
	#handbag h1{height:100%; display:block; background:url(../images/viz.png) left top no-repeat; text-indent:-9999px}


#left_col, #right_col{float:left}
#right_col{width:562px; min-height:600px}
#left_col{width:244px; padding-top:120px}

/*  left menu  */
#menu{padding:110px 15px 25px 75px; font-size:1.615em}
#menu ul{list-style:none;}
#menu ul, #menu ul li a{margin:0; padding:0;}
#menu ul li{padding-bottom:13px; width:100%}
#menu ul li.last{margin-bottom:0}
#menu a{color:#2a2727 !important; text-decoration:none !important; }
#menu a:hover, #menu li.active a{color:#012a6d !important;}
#menu li.active a{font-size:1.048em;}
#menu li.active{background:url(../images/active.png) left 92% no-repeat}
/*-------------*/

#content{padding:46px 30px; font-size:1.1em; line-height:1.4em; position:relative}
/*#content h1{margin:0 0 10px 0}*/
#content h1 img{font-size:2em}
.img{background-color:#fff; padding:5px; border:1px solid #DAD7CB}

#left_nav{padding:40px 15px 40px 30px; position:relative; min-height:200px}
.services ul{margin:0; list-style:none; font-size:0.9em; line-height:1.2em}
.services ul li{margin-bottom:10px}
.services ul li a{color:#491800 !important}

#squared{padding:15px 35px 15px 20px; margin:0 -27px 0 -10px; border:1px solid #DCD8CD}
#squared .staple{position:absolute; margin:-15px 0 0 489px; z-index:98; bottom:auto; right:auto}

.news_prew{float:left; width:47%; margin-right:20px; line-height:1.2em}
div.last{margin-right:0}
.news_prew h6{padding-left:1em; margin:0; background:url(../images/bg_h6.gif) left 6px no-repeat}
.news_prew p{margin-bottom:1em}
.news_prew a.more{position:static}

#separator{font-size:0; line-height:0; height:2px; width:731px; margin:0 auto; clear:both}

#footer{padding:20px; text-align:center; font-size:0.9em}
	#footer .mid{width:80%; margin:0 auto}
	#footer .info{margin-left:10px; float:left; width:85%}
	#footer .info p{margin:0}
	.dop_menu{list-style:none; margin:0; padding:0; text-align:center}
	.dop_menu li{display:inline; margin:0 3px}
	.dop_menu a{padding:0 4px; display:inline-block; text-shadow:3px 3px 4px #777777; filter: Shadow(Color=#A69F9F, Direction=130, Strength=4)}
	.dop_menu a:link, .dop_menu a:visited{color:#32231F; text-decoration:none}
	.dop_menu a:hover{text-decoration:underline}
	
.construction{background:#CCCCCC; color:#666666; font-weight:bold; font-size:1.3em; text-align:center; padding:10px 0}
.construction p{margin:0 0 5px}

.clickable{display:list-item; color:#012A6D; margin-left:5px; position:relative; list-style-type:circle; cursor:pointer}
.clickable_hover{color:#c33; text-decoration:underline}
.controls{padding:5px 10px; border:1px dotted #000; text-align:center; display:inline-block}
.serv_info{padding-left:20px}
#show_all:visited, #hide_all:visited{color:#36c}

.ator{margin-bottom:13px; padding-right:50px; position:relative; padding-top:7px}
.ator a.send{position:absolute; top:0; right:20px; padding:0; display:inline-block}
.ator em{margin:0 15px 0 25px}
.ator_name{font-size:1.1em; font-weight:bold}
.ator_name:link{color:#000}
.ator_name:visited{color:#282727}
.ator_photo{float:right; margin:0 -30px 20px 10px; height:242px; width:218px; position:relative}
.ator_photo img{position:absolute; right:-13px; top:10px}
.ator_list ul{margin-left:1.5em; list-style:disc; font-size:1.1em}
.ator_list a:link, .ator_list a:visited{color:#000 !important}
.ator_list a:hover{color:#c33 !important}
.ator_list li{margin-bottom:13px !important}

.ator_table{width:99%; border:none}
.ator_table th, .ator_table td{padding:3px; border:none; vertical-align:middle}
.gr th, .gr td{background:#E4E0D4}

.contact_form{width:420px}
	.contact_form .txt{width:310px; vertical-align:middle; float:right; cursor:text}
	.contact_form .txt_area{width:409px; overflow:auto; height:130px}
	.contact_form .c_captcha{float:right; padding-left:20px; text-align:right; font-size:0.8em}
	
