﻿html, body, div, form, fieldset, p, h1, h2, h3 {
    margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../gfx/bg.jpg) top center repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #808080;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

h1 {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}

h3{
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}

p{
	margin: 10px 0px;
}

ul {
	list-style-type: none;
	margin: 10px 0px 10px 40px;
	padding: 0;
}

ul li {
	background: url(../gfx/li_dot.png) no-repeat top left;
	padding-left: 10px;
}

hr {
	border: 0 none;
	background-color: #808080;
	height: 1px;
	width: 100%;
}

a {
	text-decoration: none; color: #cccccc; outline:none; border:none;
}

#container {
	width: 950px;
	margin: 0px auto;
}

#top {
	height: 290px;
}

#middle {
	position: relative;
	width: 710px;
	margin-left: 105px;
}

#content_background {
	margin: 0px 5px 0px 5px;
	background-color: #ffffff;
}

#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px;
	width: 670px;
	min-height: 350px;
}

#shadow-top {
	background: url(../gfx/shadow-top.png) no-repeat top;
	width: 710px;
	height: 15px;
}

#shadow-bottom {
	background: url(../gfx/shadow-bottom.png) no-repeat bottom;
	width: 710px;
	height: 15px;
}

#shadow-left {
	background: url(../gfx/shadow-left.png) repeat-y top left;
}

#shadow-right {
	background: url(../gfx/shadow-right.png) repeat-y top right;
}

#bottom {
	position: relative;
	font-size: 9px;
	color: #cccccc;
	padding: 0px 15px 0px 15px;
	margin-left: 105px;
	width: 680px;
	height: 70px;
}

#bottom a {
	text-decoration: none; color: #cccccc; outline:none; border:none;
}

#bottom a:hover {
	text-decoration: none; color: #999999; outline:none; border:none;
}

#languages {
	display: inline-block;
	float: left;
	font-size: 11px;
}

#paser {
	position:absolute;
	bottom: -78px;
	right: -115px;
	background: url(../gfx/paser.png) no-repeat bottom left;
	width: 257px;
	height: 333px;
}

#corner_image {
	position:absolute;
}

#references {
	table-layout: fixed;
	width: 100%;
}

#references  td {
	font-size:10px;
	height: 65px;
	text-align: left;
	vertical-align: top;
}

#contact , #prepress {
	table-layout: fixed;
	width: 100%;
}

#contact  td , #prepress td {
	text-align: left;
	vertical-align: top;
}

#contact  p {
	margin: 0px 0px 20px 0px;
}

#contact  a {
	text-decoration: none; color: #808080; outline:none; border:none;
}

#contact  a:hover {
	text-decoration: underline; color: #808080; outline:none; border:none;
}

#prepress img{
	vertical-align: middle;
	margin: 2px 15px;
}

.orange {
	color: #de912f;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px;
}

.italic {
	font-style: italic;
	font-size: 9px;
}

