
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
}

a, 
a:link, 
a:visited 
{
	color: #1317b6;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img, 
a:link img, 
a:visited img
{
	border: none;
}

h1 {
	font: bold 20px "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #444;
}

h2 {
	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;
	margin: 20px 0 6px 0;
	clear: both;
}

h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
}

div.bodywrapper {
	position: relative;
	min-width: 750px;
	max-width: 1000px;
	margin: 0 auto;
}

* html body div.bodywrapper {
	width: expression((parseInt(document.body.clientWidth) > 1000) ? "1000px" : "auto");
}

#header {
	background: #1113bd;
}

div.header-wrapper {
	width: 734px;
	margin: 0 auto;
	padding: 15px 0 25px 0;
}

#menu-main {
	background: #c2c813 url('/images/bg-menu-main.jpg') left top repeat-x;
	height: 54px;
}

#menu-main ul {
	position: relative;
	width: 730px;
	margin: 0 auto;
	padding: 0 16px;
}

#menu-main li {
	position: relative;
	list-style: none;
	float: left;
}

#menu-main a,
#menu-main a:link,
#menu-main a:visited
{
	cursor: pointer;
	position: relative;
	float: left;
	margin: 2px 0;
	padding: 18px 15px 17px 14px;
	_padding: 19px 15px 19px 14px;
}

#menu-main a:hover {
	background: url('/images/menu-main-over.png') left top repeat;
}

#menu-main a img,
#menu-main a:link img,
#menu-main a:visited img
{
	position: relative;
	border: none;
}

#canvas {
	background: #fff url('/images/bg-canvas.jpg') center top no-repeat;
}

#canvas p {
	margin-bottom: 10px;
	text-align: justify;
}

#canvas img.img-left {
	position: relative;
	float: left;
	display: inline;
	background: #eee;
	padding: 5px;
	margin: 5px 10px 5px 0;
}

#canvas img.img-right {
	position: relative;
	float: right;
	display: inline;
	background: #eee;
	padding: 5px;
	margin: 5px 0 5px 10px;
}

#column-left {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 2;	
	margin: 0;
	padding: 0;
	width: 210px;
}

* html body #column-left {
	left: expression((parseInt(document.body.clientWidth) > 1000) ? "20px" : "-220px");
}

#column-right {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1;
	width: 200px;
}

#column-center {
	position: relative;
	margin: 0 240px;
	padding-top: 25px;
	z-index: 3;
	zoom: 1;
}

#column-middle {
	position: relative;
	margin: 0 30px;
	padding-top: 25px;
	z-index: 3;
}

#centerwrapper {
	background-image: url('/images/bg-center.png');
	padding: 20px 25px;
	position: relative;
	min-height: 500px;
}

* html body #centerwrapper {
	filter: alpha(opacity=85);
	background-image: none;
	background: #fff;
	zoom: 1;
	position: static;
	height: 500px;
}

#flashHolder {
	width: 660px;
	margin: 0 auto;
}

#footer {
	padding: 10px 0 20px 0;
	clear: both;
}

#footer p {
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
}

ul.inlineMenu {
	list-style: none;
	margin-bottom: 20px;
}

ul.inlineMenu li {
	padding-left: 15px;
	background: url('/images/ico-arrow.gif') left 4px no-repeat;
	position: relative;
}

ul.inlineMenu a,
ul.inlineMenu a:link,
ul.inlineMenu a:visited
{
	text-decoration: none;
}

ul.inlineMenu a:hover {
	text-decoration: underline;
}

table.prices {
	margin-bottom: 5px;
}

table.prices th {
	background: #ddd;
	padding: 4px 20px 4px 10px;
}

table.prices td {
	background: #eee;
	padding: 4px 20px 4px 10px;
}

table.prices tr.even td {
	background: #fdfdfd;
}

#messageForm {
	display: none;
}

div.message {
	margin-bottom: 30px;
	position: relative;
}

div.message p {
	padding: 0 10px;
}

div.message h3 {
	filter: alpha(opacity=100);
	background: #666;
	padding: 4px 10px;
	position: relative;
	color: #eee;
}

div.message h3 span {
	font-size: 11px;
	color: #fbdd25;
	margin-left: 10px;
}