
a#logo {
	_behavior: url(css/iepngfix.htc);
}

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, 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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}
body {
	font-size: 72.5%; 
	padding: 0.5em;
	line-height: 1;
	color: black;	
}

pre {
   font-size: 110%;
   font-family: courier;
}

table {
   font-family: "Times New Roman", Times, serif;
   margin: 9px;
   padding: 3px;
   background: lightgreen;
}

td {
   padding 3px;
   margin 3px;
   font-size: 11pt;
}

*:first-child+html h1 { font-size: 192%; }
*:first-child+html h2 { font-size: 145%; }
*:first-child+html h3 { font-size: 115%; }
*:first-child+html h4 { font-size: 105%; }
*:first-child+html h5 { font-size: 80%; }
*:first-child+html h6 { font-size: 65%; }

h1 { _font-size: 192%; }
h2 { _font-size: 145%; }
h3 { _font-size: 115%; }
h4 { _font-size: 105%; }
h5 { _font-size: 80%; }
h6 { _font-size: 65%; }

:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	background: #f9f9f9 url(../i/html_bg.png) 0 0 repeat-x;	
}

#wrapper {
	width: 780px;
	margin: 4em auto 2em auto;
	background: #fff url(../i/wrapper_bg.png) 0 100% repeat-x;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-box-shadow: 0 3px 9px #aaa;
	padding-bottom: 6em;
	min-height: 590px;
	border: 1px #ccc solid;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #wrapper { border: 0; } }

#header {
	height: 110px;	
	background: #f4f4f4 url(../i/header_bg.png) 0 100% repeat-x;
	border-top: 1px #fff solid;
	border-bottom: 1px #889a48 solid;
	-webkit-border-radius: 9px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 9px 9px 0 0;
	padding: 10px 30px;
}

#header p {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1.1em;
	color: #555;
	margin: 0.3em 0;
	text-shadow: 0 1px 1px #fff;
}

h1 {
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 2.8em;
	/*text-shadow: 0 1px 1px #777;*/
	text-shadow: 0 1px 1px #fff;
	color: #37440a;
	margin-top:20px;
}

h1 span {
	display: block;
	margin-bottom: 5px;	
}

h1 a {
	display: block;
	font-size: 0.4em;	
	color: #37440a;
	margin-top: 3px;
	font-weight: normal;
	text-shadow: none;
}

*:first-child+html h1 a {
	font-size: 0.6em;	
}

a#logo {
	float: left;
	width: 116px;
	height: 112px;
	text-indent: -3000px;
	background: transparent url(../i/logo.png) 0 0 no-repeat;
	margin: 3px 10px 0 0;
	text-indent: -3000px;
}

#wrapper {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1.1em;
}

a {
	color: #38c;
	text-decoration: none;
	font-weight: bold;
	color: #abbc70;
}

a:hover {
	text-decoration: underline;	
}

p.msg, p#msg {
	text-align: center;
	margin: 4em 0 2em 0;
}


p#msg a {
	font-weight: normal;	
}

p{
   line-height: 1.3;
   text-align: left;
   margin: 6em 0 3em 0;
   font-weight: bold;
}
p#contactData {
	line-height: 1.3;	
	text-align: center;
	margin: 6em 0 3em 0;
}

.box {
	width: 210px;
	float: left;
	padding: 150px 20px 20px 20px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin-top: 6em;
}

#web {background-image: url(../i/web.png);}
#rec {background-image: url(../i/rec.png);}
#sys {background-image: url(../i/sys.png);}

.box * {
	margin-left: 30px;	
}

box a {
	float: right;	
}

.box h2 {
	font-size: 2.2em;
	font-family: "Georgia", "Lucida Grnade", Sans-serif;
	color: #c30;	
	margin-bottom: 0.4em;
}

.box p {
	min-height: 70px;
	border-bottom: 2px #eee solid;
	padding-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 1em;
}

a.more {
	/*display: block;
	width: 65px;
	height: 25px;
	margin-top: 15px;
	background: transparent url(../i/more_bg.png) 0 0 no-repeat;
	text-indent: -4000px;*/
	float: right;

}

a.more:hover {
	/*background: transparent url(../i/moreHover_bg.png) 0 0 no-repeat;*/
}

#contactForm {
		margin: 4em 0 0 5.5em;
		padding: 0 5em 1em 2em;
}

form div {
	margin: 0.65em 0;
}

form#contact label {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 1em;
	display: inline-block;
	min-width: 17em;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 0.15em;
}

form input[type=text], textarea {
	width: 50%;
	border: 1px #ddd solid;	
	font-size: 1.4em;
	padding: 0.15em;
}

form input[type=text]:active, textarea:active {
	border: 1px #000 solid;
}

form input[type=text]:focus, textarea:focus {
	border: 1px #d40 solid;
}

form input[type=submit] {
	margin: 1em;
}

#footer {
	text-align: center;
	margin-top: 0;	
	font-family: Verdana, Sans-serif;
	color: #777;
	text-shadow: 0 1px 1px #fff;
	font-size: 1.1em;
}
