/* reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clearfix{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end */
/* main start */
body{
	margin:0 auto;
	padding:0;
	text-align:center;
	font:12px "Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,Sans-serif;
	background:url(/images/bg_body.gif) top left repeat;
	color:#000;
}
#wrapper{
	text-align:left;
	margin:10px auto 10px auto;
	padding:0px;
	border:0;
	width:960px;
	height:600px;
}
#header{
	height:158px
}
#header .logo{
	float:left;
	width:215px;
	background:#047391;
	height:158px
}
#header .logo img{
	text-align:center;
	margin:30px 24px 0 24px
}
#header .logo a span{
	color:#fff;
	display:none;
	float:right;
	margin:0 23px 0 0
}
#header .logo a:hover span{
	display:block
}
#header .icons{
	margin:23px 20px 0;
}
#header .icons img{
	margin:0
}
#header .indent{
	float:left;
	margin:0 23px;
	padding:0
}
ul#languages{
	float:right;
	margin:0 3px 0 0;
	padding:0
}
ul#languages li{
	display:inline;
	margin-left:4px;
	padding:0
}
#header .picture{
	float:right;
	display:block;
	background:url(/images/bg_header.jpg) top left no-repeat;
	height:158px;
	width:735px
}
#container{
	margin:10px 0 0 0
}
#navigation a:link,#navigation a:visited,#navigation a:active{color:#000;text-decoration:none;}
#navigation a:hover{color:#000;text-decoration:none;}
#navigation li#current a:link,#navigation li#current a:visited,#navigation li#current a:active,#navigation li#current a:hover{color:#fff;text-decoration:none;}
#navigation li#current ul a:link,#navigation li#current ul a:visited,#navigation li#current ul a:active,#navigation li#current ul a:hover{color:#000;text-decoration:none;}
#navigation{
	float:left;
	width:215px;
	margin:0;
	padding:0 0 30px 0
}
#navigation ul{
	padding:15px 20px;
}
#navigation ul ul{
	margin-left:10px;
	padding:0
}
#navigation li{
	margin:4px 0;
	padding:0
}
#navigation li#current{
	font-weight:bold;
}
#navigation li#current ul{
	font-weight:normal
}
#navigation li span{
	margin-top:20px;
	text-transform:uppercase;
	font-weight:bold;
	display:block
}
#navigation li span.first{
	margin-top:0;
}
#content{
	background:#fff;
	float:right;
	padding:0 25px 30px 25px;
	width:685px;
	line-height:130%;
	text-align:justify
}
#content h1{
	font-size:12px;
	background:url(/images/bg_h1.jpg) top left repeat-y;
	color:#fff;
	padding:4px 25px;
	margin:0 -25px 0 -25px;
	text-transform:uppercase
}
#content h2{
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	margin:10px 0 5px
}
#content p{
	margin:10px 0;
}
#content table{
	width:100%;
	margin:15px 0;
}
#content table th{
	text-align:center;
	vertical-align:middle;
	background:#CFE2E9;
	color:#000;
	padding:4px 3px;
	border:1px solid #fff
}
#content table p{
	margin:0;
	padding:0
}
#content table td{
	background:#E4F2F3;
	padding:2px;
	border:1px solid #fff
}
#content ul{
	margin:10px 25px;
	list-style-image:url(/images/bluedot.gif);
}
#content ul li{
	padding:1px 0;
}
#content span{
	color:#969696;
	font-weight:bold
}
#footer{
	text-align:center;
	padding:3px 8px;
	margin:10px 0;
	background:#fff
}
#footer .company{
	float:left;
}
#footer .author{
	float:right;
}
#map_canvas{
	display:block;
	width:685px;
	height:350px
}
/* links start */
a:link,a:visited,a:active{color:#000;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}
/* links end */
/* main end */
/* gallery */
.gal_row{
	margin:7px 0;	
	height:auto;
}
.img_thumb{
	width:130px;
	height:130px;
	display:block;
	float:left;
	margin:3px
}
/* slimbox start */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff
}
.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(/images/prev.gif) no-repeat 0 15%
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(/images/next.gif) no-repeat 100% 15%
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none
}
#lbCaption, #lbNumber {
	margin-right: 71px
}
#lbCaption {
	font-weight: bold
}
/* slimbox end */
.ikonca_dl{border:none;margin:0;padding:0}
.ikonca_external{border:none;margin:0;padding:0}
.pdf{background:url(/images/icons/pdf.png) center left no-repeat;padding:0 0 0 22px}
.avi{background:url(/images/icons/avi.png) center left no-repeat;padding:0 0 0 22px}
.doc{background:url(/images/icons/doc.png) center left no-repeat;padding:0 0 0 22px}
.xls{background:url(/images/icons/xls.png) center left no-repeat;padding:0 0 0 22px}
.gif{background:url(/images/icons/gif.png) center left no-repeat;padding:0 0 0 22px}
.jpg{background:url(/images/icons/jpg.png) center left no-repeat;padding:0 0 0 22px}
.jpeg{background:url(/images/icons/jpeg.png) center left no-repeat;padding:0 0 0 22px}
.mp3{background:url(/images/icons/mp3.png) center left no-repeat;padding:0 0 0 22px}
.png{background:url(/images/icons/png.png) center left no-repeat;padding:0 0 0 22px}
.rar{background:url(/images/icons/rar.png) center left no-repeat;padding:0 0 0 22px}
.vcf{background:url(/images/icons/vcf.png) center left no-repeat;padding:0 0 0 22px}
.wav{background:url(/images/icons/wav.png) center left no-repeat;padding:0 0 0 22px}
.zip{background:url(/images/icons/zip.png) center left no-repeat;padding:0 0 0 22px}
