@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body	{
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:hover, a:visited, a:active	{
	color: inherit;
	text-decoration: none;
}

a.back {
	display: block;
	float: right;
	margin-top: -20px;
	height: 20px;
}

#navigation a{
	color: #fff;
	text-decoration: none;
}

#content a{
	color: #4dbead;
	text-decoration: none;
}

ul	{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom: 30px;
}

ul.no-bullet	{
	list-style-type: none;
}

li	{
	clear:both;
}

li.delimiter {
	margin-bottom: 5px;
}

img {
	border: 0;
}

#heading {
	height: 50px;
}

#navigation ul	{
	list-style: none;
	list-style-position:outside;
	margin-bottom: 0;
}

#navigation li	{
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0;
}

#frame {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 680px;
	float: left;
	padding: 0;
	font-size: 12px;
}

.column img {
	width: 190px;
	margin-bottom: 10px;
}

.column img.thumbnail {
	width: 80px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.column img.logo {
	width: auto;
	margin-bottom: 10px;
	clear: both;
	display: block;
}

.column .client img.thumbnail {
	width: 55px;
}

.client {
	margin-bottom: 10px;
}

.client p {
	font-style: italic;
	margin-bottom: 5px;
}

.client h2 {
	font-size: 13px;
}

.topClient {
	height: 260px;
	margin-bottom: 25px;
}

.topClient h2 {
	font-size: 14px;
}

#navigation	{
	line-height: 12px;
	width: 260px;
	float: right;
	color: #fff;
	padding: 0 20px 0 20px;
	background-color: #4dbead;
	height: 580px;
}

#navigation img.default {
	width: 260px;
	margin-top: 4px;
}

img.heading {
	margin-top: 50px;
}

#logotype	{
	height: 100px;
	margin-bottom: 50px;
}

.ruler {
	clear: both;
	background:#fff;
	height: 1px;
	line-height: 1%;
	font-size: 1%;
}

#content .ruler {
	background: #000;
}

.clear {
	clear: both;
}

.column	{
	width: 205px;
	float: left;
	margin-right: 20px;
}

.case_pictures {
	float: right;
	width: 440px;
}

.case_pictures img {
	width: 100%;
	margin-bottom: 30px;
}

h3 {
	color: #4dbead;
	font-size:	12px;
	margin-bottom: 5px;
	font-weight: bold;	
}

h2{
	color: #4dbead;
	font-size:	14px;
	margin-bottom: 15px;
	font-weight: bold;	
}

h1 {
	color: #4dbead;
	font-size: 20px;
	font-weight: bold;
}

p	{
	margin-bottom: 30px;
}

#contact {
	padding-bottom: 20px;
}

#contact li	{
	border: 0;
	padding: 0;
}

#contact label	{
	width: 80px;	
	display: block;
	float: left;
}

#contact span	{
	width: 180px;
	display: block;
	float: right;
}

#contact ul {
	margin-top: 4px;
}

#code {
	left: -100000px;
	position: relative;
	line-height: 0.1px;
	height: 0.1px;
}

FORM .field {
    position: relative;
    margin: 0 0 3px 0;
    overflow: hidden;
}

FORM .field LABEL {
}
    

FORM .field INPUT,
FORM .field TEXTAREA {
    border: 2px solid #43a496;
    background: #f6f6f6;
    width: 200px;
    font-size: 11px;
    padding-left: 2px;
}

P.message {
    font-style: italic;
}

#mail-overlay {
    position: absolute;
    z-index: 90;
    background-color: #4dbead;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position:center;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#mail-container {
   margin-top: 25px;
   padding-bottom: 15px;
   line-height: normal;
}

#mail-container H2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0px;
}

#mail-container P {
    font-size: 14px;
    margin-bottom: 3px;
}

#navigation p.mail {
	margin-bottom: 15px;
	font-size: 14px;
}


