/* CSS Document */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#f5f5f8;
	padding:0;
	margin:0;	
}
p{
    color:#7d787a;
    font-size:.8em;
	text-align:justify;
	margin:0;
	margin-top:2px;
}

h1{
	color: #999999;
    font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2{
    color:#2d4879;
    font-size:.8em;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3{
    color:#7d787a;
    font-size:.7em;
	font-weight:bold;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image:url(/images/bullet.gif);
	color:#868686;
    font-size:.7em;
	margin:0 15px 0 5px;
	padding:2px 20px 2px 10px;
	}

li{
	margin:5px 5px 0 10px;
	text-align:justify;
	color:#868686;
}

.productul {
	list-style-image:url(/images/bullet01.gif);
	color:#7d787a;
	margin:0 15px 0 12px;
	padding:2px 20px 2px 15px;
}	

a {
	text-decoration:none;
	color: #50688f;
}

a:hover {
	text-decoration:underline;
}

#container{
    border:#e1e1e1 1px solid;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	line-height:17px;
	background-color:#fff;
}

#topcontainer{
    background-image:url(/images/top_bg.jpg);
    background-repeat:repeat;
	width:980px;
	height:124px;
}

#logo{
    margin:4px 0 0 30px;
	float:left;
	width:170px;	
}

#navigation{
    margin:82px 0 0 10px;
    float:right;
    width:545px;	
}

#navigation img{
   margin-right:20px;

}

.navigationimg{
    margin:0 0 10px 0;
}

#header{
    width:980px;
}

#contact #header{
	height:196px;
}

#product #header{
	height:196px;
}

#maincontainer{
    margin:0 0 0 79px;
    width:840px;
	height:537px;
}

#leftblock{
    margin:0 0 0 79px;
    width:288px;
	float:left;
	display: inline;
}

#product #leftblock{
    width:250px;
	height:508px;
}

#code #leftblock{
	height:191px;
}

#productblock{
    background-color:#d4e0f1;
    border:#cecece solid 2px;
	margin:20px 0 0 0;
    width:250px;
	height:170px;
}

#productblock img{
	margin:20px 0 0 20px;
}

#contact #leftblock{
    width:500px;
}

#rightblock{
    margin:10px 0 0 25px;
	float:left;
    width:556px;
}

#contact #rightblock{
    width:333px;
}

#entryform {
	font-size:.8em;
	margin:0;
}

#entryform td{
	padding:1px;
	margin:0;
	color:#777;
}

#code #rightblock{
    width:552px;
}

#codeblock{
    margin:0 0 0 79px;
    width:839px;
	float:left;
}

#companys{
    margin:15px 0 0 90px;	
	width:790px;
	height:55px;
	float:left;
}

#companys img{
    margin:5px 0 0 50px;
}

textarea {
	border: 1px solid #607ba6;
	background-color: #fff;
	color: #778560;
}

input,select {
	border: 1px solid #607ba6;
	background-color: #fff;
	color: #778560;	
	font-size:.9em;
	padding: 2px;
}

#footer{
    background-image:url(/images/footer_bg.jpg);
    background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
    width:980px;	
}

#footer p{
    color:#365277;
    font-size:.7em;
	font-weight:normal;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color: #365277;
}

#footer a:hover {
	text-decoration:underline;
}
