@charset "utf-8";
a {border: 0; text-decoration: underline;}
a:hover {text-decoration:underline;}
strong {font-weight:600;}
* html {
 margin: 0;
 padding: 0;
}
body {
 margin: 0;
 padding: 0;
 background: url(../images/background.png) repeat-x top left;
 background-color: #000000;
}
#container {
 max-width:1024px;
 min-width: 740px;
 margin: 0 auto;
}
	/*Header*/
#header {
 width: 99%;
 position: relative;
 height: 200px;
 padding: 0 0 0 5px; 
}
#header .logo {
 width: 400px;
 height: 110px;
 position: absolute;
 top: 10px;
 left: 44px;
 background: url(../images/logo.jpg) top left no-repeat;
 padding: 65px 0 0 3px;
 color: #dec748;
 font: Tahoma, Georgia, "Times New Roman";
 font-size: 24px;
}
#header .contacts {
 width: 350px;
 position: absolute;
 top: 15px;
 right: 5px;
 color: #dec748;
 font: 24px Tahoma, Georgia, "Times New Roman";
 text-align: left;
 line-height: 47px;
}
#header .menu {
 width: 100%;
 position: absolute;
 bottom: 5px;
 height: 40px;
 text-align: justify;
}
#header .menu  a{
 width: 195px;
 display: inline-block;
 padding: 0 0.1em;
 line-height: 34px;
 background: url(../images/button_n.png) no-repeat left top;
 text-decoration: none;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
 text-align: center;
}
#header .menu a:hover{
 text-decoration: underline;
 color: #ccc;
}
#header .menu a.active {
 background: url(../images/button_p.png) top left no-repeat;
 width: 185px;
}
	/*Image*/
#image {
 width:990px;
 height: 192px;
 z-index: 2;
 position: absolute;
 top: 210px;
 background: url(../images/image.jpg) center top no-repeat; 
}
	/*Main*/
#main {
 z-index: 1;
 position: absolute;
 top: 300px;
 background-color: #FFFFFF;
}
.dip {height:165px;}
#content {
 width: 1024px;
 min-width: 520px;
 max-width: 980px;
 position: relative;
 float: left;
 margin: 100px 0px 50px 10px;
}
#content p {
 font: Tahoma;
 font-size: 13pt;
 text-indent: 20pt;
 line-height: 25px;
 padding: 5px 35px 0px 25px;
 font-weight: 300;
 text-align:justify;
}
#content p a {
 color: #999900;
} 
#content ul li a {
 color: #999900;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none
}
#content ul li a:hover {
 color: #999900;
 font-size: 16px;
 font-weight: bold;
 text-decoration: underline;
}
#content ul li a:visited {
 color:#333333;
 font-weight: normal;
}
#content h1 {
 font-family: Georgia;
 font-size: 1.7em;
 font-weight: bold;
 color: #dec748;
 padding-left:25px;
}
.priceTable tr td {
 font-size: 18px;
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
}
ul.docs {
 list-style-type: circle;
 line-height: 2.5em;
 padding: 0 0 0 15px;
 font-size: 18px;
 font-weight: bold;
}
ul.docs li {
 padding: 0;
}
ul.docs li a {
 color: #a69329;
 text-decoration: none;
 font-weight: bold;
}
ul.docs li a:hover {
 color: #CCCC00;
 font-size: 18px;
 font-weight: bold;
 text-decoration: underline;
}
ul.docs li a:visited {
 color: #999999;
 text-decoration: none;
}
ul.docs li a:visited:hover {
 color:#666666;
 text-decoration: underline;
}
#content img {
 margin: 0 10px 10px 0;
 border: none;
}
	/*sidebar*/
#sidebar {
 width: 195px;
 position: relative;
 float: right;
 margin: 120px 0;
 height:100%;
 background: url(../images/navi_back.jpg) top left no-repeat;
 padding: 3px 5px 0 8px;
 display: inline;
 text-align: left;
}
#sidebar ul{
 list-style: none;
 padding: 0;
 line-height: 30px;
 display: inline;
 text-indent: 0;
}
#sidebar ul li{
 padding: 0;
 list-style: none;
 overflow: hidden;
}
#sidebar ul a{
 font-family: Arial, Helvetica, sans-serif;
 color: #dec748;
 text-decoration: none;
 font-size: 16px;
 font-weight: bolder;
}
#sidebar ul a:hover {
 text-decoration: underline;
 color: #999933;
 font-weight: bolder;
}
	/*Footer*/
#footer {
 width: 100%;
 position: relative;
 text-align: center;
 height: 30px;
 color: #fff;
 font-family: Arial;
 font-size: 10px;
 background: url(../images/background.png) top repeat-x;
 margin: 30px 0;
}
.clear{ 
 clear: both;
}
