body {
	background-color: #ffffff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 983px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 70px 0px;
	position: relative;
}

#mlogo {
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 239px;
	height: 237px;
	z-index: 5;
}

#ajaxContainer {
	min-height: 320px;
}

* html #ajaxContainer {
	height: 320px;
}

#top {
	width: 902px;
	height: 75px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('img/top_bg.png') top left repeat-x;
}

#logo {
	width: 265px;
	height: 75px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('img/logo.png') top left no-repeat;
}

#menu {
	width: 637px;
	height: 75px;
	float: left;
}

#menu ul {
	float: left;
	list-style-type: none;
	height: 70px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	display: block;
	float: left;
	height: 70px;
	line-height: 70px;
	margin-left: 48px;
	text-transform: uppercase;
	font-size: 80%;
	color: #cc0001;
}

#menu ul li.selected {
	color: #1e2979;
	font-weight: bold;
}

#menu ul li.client {
	color: #FFFFFF;
	font-weight: bold;
}


#menu ul li.english {
	color: #1e2979;
	font-size: 70%;
}
#menu a:link {text-decoration: none; color: #cc0001; }
#menu a:visited {text-decoration: none; color: #cc0001; }
#menu a:active {text-decoration: none; color: #cc0001; }
#menu a:hover {text-decoration: underline; color: #ff5455; }

#content_bg_bottom {
	width: 882px;
	background: url('img/content_bg_bottom2.gif') bottom left no-repeat;
	float: left;
	margin: 0px 0px 0px 20px;
}

#content {
	width: 848px;
	padding: 25px 0px 0px 32px;
	position: relative;
	border: 1px solid #cdcad8;
	float: left;
	background: url('img/content_bg_top2.gif') top left no-repeat;
}

#content h1 {
	display: inline;
	color: #9395b6;
	font-size: 230%;
	font-weight: 100;
	text-transform: uppercase;
}

#content h3 {
	color: #272a6c;
	font-size: 150%;
	font-weight: 900;
	text-transform: uppercase;
	margin: 10px 0px 0px -32px;
	padding-left: 32px;
	height: 26px;
	line-height: 26px;
	background: url('img/h3_bg.png') top left no-repeat;
}

#content h4{
	display: inline;
	color: #282b6d;
	font-size: 110%;
	font-weight: 600;
	margin-left: 6px;
	text-transform: uppercase;
}


#content h4 a{
	display: inline;
	color: #282b6d;
	font-size: 90%;
	font-weight: 600;
	margin-left: 6px;
	text-transform: uppercase;
	text-decoration:none;
}

#content h4.selected {
	color: #a7a8c3;
}

#content h4 span.selected {
	color: #a7a8c3;
}

#content h4 span.selected a {
	color: #a7a8c3;
}

#content h4 a:hover{
	color: #a7a8c3;	
	text-decoration:none;

}
#content h4.first {
	margin-left: 0px;
}

#content h2 {
	display: inline;
	color: #cc0001;
	font-size: 95%;
	font-weight: 600;
	text-transform: uppercase;
	
}

#content hr {
	position: absolute;
	left: 0;
	width: 880px;
	border: 0;
	border-top: 2px solid #cecfde;
	height: 0px;
}

#content div.left
{
	width: 476px;
	float: left;
}

#content div.right
{
	width: 354px;
	float: right;
}

#content div.left2
{
	width: 320px;
	float: left;
}

#content div.right2
{
	width: 520px;
	float: right;
}

#content p {
	display: inline;
	font-size: 90%;
	color: #272a6c;
	text-align: justify;
}

#content div.bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
}

div.bottom_right {
	position: absolute;
	bottom: 0px;
	right: -82px;
}

#content img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	float: left;
	margin: 6px 0px 0px 20px;
	font-size: 85%;
	color: #cc0001;
	height: 20px;
	line-height: 20px;
}

#content div.product_pics img {
	display: inline;
	margin-right: 6px;
}

#currentPicture {
	border-left: 1px solid #cacadb;
}

#map {
	border-top: 1px solid #ced0df;
	border-bottom: 1px solid #ced0df;
}