html {overflow-y: scroll;}

body {
	background-color: #c8c09d;
	margin: 0;
	padding: 0;
	font-family: Microsoft Sans Serif, Geneva, sans-serif;
	font-size:62.5%;
}

.leftside	{
	width: 240px;
	margin: 0;
	padding: 0;
	float:left;
 }
 
.rightside	{
	width: 5px;
	margin: 0;
	padding: 0;
	float:right;
 }

.content	{
	margin-left: 241px;
	margin-right: 5px;
	padding: 0;
 }

#top-row  {
	width: 100%;
	background-color: #d6cda9;
}
 
#top-wrap {
	width: 788px;
	margin-left: auto;
	margin-right: auto;	
	background: url('img/bg-top.png') top left repeat-y;
	height: 188px;
}

#logo {
	text-align: right;
	height: 100%;
}

#logo img {
	border: 0;
	margin-top: 50px;
	margin-right: 20px;
}

#content-row {
	width: 100%;
	background-color:#C8C09D;
}

#content-wrap  {
	width: 788px;
	margin-left: auto;
	margin-right: auto;	
	background: url('img/bg-content.png') top left repeat-y;
}

.menu-main {
	margin-top: 15px;
}

.menu-main a {
	color: black;
	text-decoration: none;
	display: block;
	width: 240px;
	height: 25px;
	line-height: 25px;
	text-indent: 20px;
	font-size: 1.2em;
}

.menu-main .sel {
	background: url('img/menu-sel.png');
}

.menu-sep {
	background: url('img/menu-sep.png');
	display: block;
	width: 240px;
	height: 2px;
	margin: 2px 0 2px 0;
	overflow:hidden;
}

.links {
	margin-top: 20px;
}

.links a {
	text-decoration: none;
	margin-left: 20px;
	color: #000;
	font-size: 1.2em;
}

#msg-top {
	margin-top: 20px;
	background: url('img/menu-sel.png') top;
	display: block;
	width: 240px;
	height: 4px;
	overflow:hidden;
}

#msg-body {
	padding-top: 5px;
	display: block;
	background: url('img/sleft.png') right repeat-y #DFD9B8;
}

#msg-body img {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#msg-body p {
	margin: 0;
	padding: 5px;
	padding-top: 0px;
	font-size: 1em;
	text-align: justify;
}

#msg-btm {
	background: url('img/menu-sel.png') bottom;
	display: block;
	width: 240px;
	height: 4px;
}

#footer {
	background-color: #eee9cd;
	color: #b3b3b3;
	font-size: 0.9em;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #b3b3b3;
}

h1 {
	padding-left: 15px;
	padding-top: 8px;
	margin: 0;
	color: #45638f;
	font-size: 1.4em;
}

h2  {
	padding-left: 15px;
	padding-top: 8px;
	margin: 0;
	color: #304564;
	font-size: 1.6em;
}

h3 {
	padding-left: 15px;
	padding-top: 8px;
	margin: 0;
	color: #45638f;
	font-size: 1.6em;
}

.normal-text {
	padding: 1em;
	margin: 0;
	text-indent: 1cm;
	text-align: justify;
	font-size: 1.4em;
}

#splash {
	position: relative;
	left: -148px;
	top: 48px;
	overflow: auto;
	margin-right: 0;
}

#lang-bar {
	text-align: right;
	padding: 3px;
	font-size: 0.9em;
	color: #b3b3b3;
}

#lang-bar a {
	text-decoration: none;
	color: #b3b3b3;
}

#lang-bar .sel {
	color: black;
}

#slogan {
	width: 400px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.4em;
}

.sep-top {
	background: url('img/sep-top.png') center no-repeat;
	display: block;
	width: 100%;
	height: 4px;
	margin: 4px 0 4px 0;
}

.info-text {
	text-align: center;
	font-size: 1.4em;
}

#btm-row  {
	width: 100%;
}
 
#btm-wrap {
	width: 788px;
	margin-left: auto;
	margin-right: auto;	
	background: url('img/bg-btm.png');
	height: 5px;
}

.red-center {
	color: #45638f;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding-top: 2em;
	line-height: 2em;
}

.text-price {
	color: #45638f;
	text-align: right;
	margin: 0;
	padding-right: 20px;
}

.text-quote {
	font-size: 1.4em;
	margin: 0;
	padding: 2.2em 2em 0 2em;
}

.text-signature {
	color: black;
	text-align: right;
	margin: 0;
	padding-right: 2em;
	font-size: 1.4em;
}

.contacts {
	color: black;
	text-align: center;
	margin: 0;
	padding-top: 2.5em;
	font-size: 1.4em;
}

ul {
	font-size: 1.4em;
	margin-bottom: 2em;
	margin-top: 0;
}

#contact-form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	font-size: 1em;
	text-align: left;
}

#contact-form input, textarea {
	border:1px solid #CCCCCC;
}

#contact-form .error {
	color: red;
	font-weight: bold;
}

#contact-form .success {
	color: green;
	font-weight: bold;
}