* {margin:0;padding:0;}

fieldset, img {border:none;}

ol, ul {list-style:none;}

a:active, a:focus {outline:none;}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* General Styles */

html, body {
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#FFF;
	color:#333;
	text-align:center;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#333;
}
#container {
	width:800px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:left;
}

/* Header Styles */

#header {
	height:131px;
	padding:0 0 20px 0;
	background:url(../images/logo.png) no-repeat top left;
}
#top-menu {
	height:100px;
}
#top-menu .logo {
	float:left;
	width:200px;
	height:50px;
	text-indent:-9999px;
	margin:34px 0 0 0;
}
#top-menu .languages {
	float:right;
	width:200px;
	padding:66px 0 0 0;
}
#top-menu .languages ul {
	float:right;
}
#top-menu .languages ul li {
	float:left;
	padding:0 10px 0 0;
}
#main-menu {
	height:31px;
	background:url(../images/main-menu-bg.png) repeat-x top left;
}
#lava-lamp {
	position: relative;
	float:left;
	padding:2px 0 0 0;
	z-index:1;
}
#lava-lamp li {
	float: left;
	padding:0 3px 0 0;
	background:url(../images/main-menu-line.png) no-repeat top right;
}
#lava-lamp li a {
	float:left;
	line-height:25px;
	padding:0 20px;
	text-decoration:none;
	text-shadow:0 1px 0 #CCC;
}
#lava-lamp li.virtual-line {
	background:#CFCD08;
	width: 50px;
	height: 3px;
	z-index: 2;
	position: absolute;
	top:28px;
	overflow:hidden;
}

/* Main Content Styles */

#main-content {
	background:#E8E8E6;
	border-top:1px solid #DDDDDB;
	border-bottom:1px solid #DDDDDB;
	margin-bottom:20px;
	padding:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main-content-gallery {
	background:#E8E8E6;
	border-top:1px solid #DDDDDB;
	border-bottom:1px solid #DDDDDB;
	margin-bottom:20px;
	padding:20px 20px 10px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main-content-index {
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main-content-contact {
	padding:0 20px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav-buttons {
	font-size:11px;
	padding-top:5px;
	font-weight:bold;
}
.disabled {
	color:#999;
	cursor:default;
}
.disabled:hover {
	color:#999;
	cursor:default;
}
.next {
	float:right;
	text-decoration:none;
}
.prev {
	float:left;
	text-decoration:none;
}
#gallery {
	background:#FFF;
	padding:1px 1px 0 1px;
	width:759px !important;
	overflow:hidden;
}
#gallery ul {
	width:2000px;
}
#gallery li {
	float:left;
	width:189px;
	height:286px;
	overflow:hidden;
	padding-right:1px;
}
#gallery li span {
	display:block;
	width:189px;
	height:143px;
	overflow:hidden;
}
#gallery li a {
	float:left;
	width:189px;
	height:142px;
	overflow:hidden;
}
#gallery li img {
	width:189px;
}
#company-info p {
	float:left;
	width:360px;
	text-align:justify;
	line-height:150%;
	padding:0 20px;
}
#company-info p.links {
	text-align:right;
	float:right;
	width:360px;
	padding:50px 20px 0 20px;
}
#contact-info {
	float:left;
	width:380px;
	line-height:150%;
}
#contact-info h2 {
	font-size:12px;
	clear:both;
}
#contact-info p a {
	text-decoration:none;
}
#contact-info p a:hover {
	text-decoration:underline;
}
#contact-info p span {
	float:left;
	width:140px;
}
#contact-info .middle {
	margin:0 0 5px 0;
}
#contact-info .last {
	margin:0 0 15px 0;
}
#contact-info .last.top {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #DDDDDB;
	float:left;
}
#contact-map {
	float:right;
	width:380px;
	position:relative;
	text-align:center;
}

#contact-map a {
	text-decoration:none;
	font-weight:bold;
	padding:0 15px 0 0;
	background:url(../images/link.png) no-repeat right center;
}
#contact-map a:hover {
	text-decoration:underline;
}

/* Footer Styles */

#footer {
	border-top:1px solid #9CA09D;
}
#footer p {
	border-top:2px solid #E8E8E6;
	line-height:18px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
#footer p a {
	color:#666;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
