/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
/*	background: #fff;
	line-height: 1;*/
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	text-decoration: underline;
	color: #FFF;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	background: #82B64A url("html.png") top left repeat-x;
}

.clear300{
	line-height: 300px;
	height: 300px;
	overflow: hidden;
}
body{
/*	background: transparent url("bg.png") top center no-repeat;*/
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
.w900{
	width: 900px;
	margin: 0 auto;
}
.greenshadow{
	background: transparent url(greenshadow.jpg) top center no-repeat
}
h2{
	font-size: 22px;
	line-height: 30px;
	padding: 20px 0 10px;
}
table.texttable{
	border-top: 1px solid #EFF6DB;
	width: 100%;
}

table.texttable tr td{
	border-bottom: 1px solid #EFF6DB;
	padding: 7px 0 7px 0;
}

.texttable .lcoll{
	width: 30%;
	padding-right: 10px;	border-right: 1px solid #EFF6DB;
}
.texttable .rcoll{
	padding-left: 10px;
}
#Footer{
	background: transparent url("line.png") top center repeat-x;
	padding: 15px 0;
}
.copy{
	width: 900px;
	margin: 0 auto;
	text-align: right;
}



/*---*/
#Header{
	height: 140px;
	overflow-y: hidden;
	position: relative;
}
#Header h1{
	display: block;
	width: 440px;
	text-indent: -3000px;
	background: transparent url("logo.png") top left no-repeat;
	line-height: 140px;
	height: 140px;
}
#logo{
	display: block;
	width: 440px;
	height: 140px;
	text-indent: -3000px;
		line-height: 140px;
}
#access{
	display: block;
	float: right;
	width: 440px;
	position: absolute;
	top: 81px;
	right: 0;
}
ul#Navigation{
	display: block;
}
ul#Navigation li{
	display: inline-block;
	float: right;
}
ul#Navigation li a{
	display: block;
	line-height: 25px;
	height: 25px;
	text-indent: -5000px;
	background-repeat: no-repeat;

}
ul#Navigation li a#about{
	background-image: url("about.png");
	width: 96px;
}
ul#Navigation li a#zvit{
	background-image: url("zvit.png");
	width: 196px;
}
ul#Navigation li a#contact{
	background-image: url("contact.png");
	width: 80px;
}


ul#Navigation li a:hover, ul#Navigation li a.current{
	background-position: 0 -25px;
}
.padd1{
	padding: 10px 0 20px 0px;
}
.padd2{
	padding: 10px 0 70px 100px;
}
.padd2 p{
	line-height: 20px;
}
.pdf{
	padding: 40px 0 0 100px;
}
.pdf a{
	display: block;
	background: transparent url("pdf.png") top left no-repeat;
	padding: 10px 0 20px 140px;	
	text-decoration: none;
}
.pdf a h3{
	color: #FFF;
	font-size: 22px;
	line-height: 25px;
}
.pdf a p{
	color: #FFF;
	line-height: 22px;
}
.pdf a p.data{
	font-size: 14px;	
}
.pdf a p.download{
	text-decoration: underline;
}