html {
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 5px solid #434343;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #555555;
	background-image: url(img/site_top_bg.gif);
	background-repeat: repeat-x;
}


*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

#site {
	width: 770px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url(img/logo_reflection_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 82px;
	background-color: black;
}

#logo {
	display: block;
	float: left;
	margin-top: 41px;
	width: 170px;
	height: 41px;
	background-image: url('img/logo.gif');
}	

#languages {
	float: right;
	margin: 17px 10px 0 0;
	padding: 0;
}

#languages li {
	list-style: none;
	display: inline;
}

#menu {
	height: 25px;
	background-color: #262626;
	float: right;
	margin: 12px 0 0 0;
	padding: 5px 10px 0 0; 
	list-style-type: none;
	list-style-image: none;
	background-repeat: no-repeat;
}

#menu li {
	display: inline;
	padding-left: 5px;
}

#menu a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;	
}

#menu a:hover {
	color: #fff;
}

#menu a.active {
	color: #fff;
}

#header img {
	border: 0;
}

#intro {
	width: 100%;
	height: 155px;
	padding: 0;

	color: white;
	border-width: 5px 0 5px 0;
	border-style: solid;
	border-color: #860005;
	background-image: url(img/intro_bg.jpg);
	background-color: #d2171f;
}

#intro h1 {
	margin: 15px 0 10px 10px;
	padding: 0;
}

#intro p {
	font-size: 12px;
	margin: 0 10px;	
}

#intro a {
	color: white
}

#content {
	padding: 10px;
	font-size: 12px;
}

p {
	line-height: 16px;
}

table#offer {
	width: 745px;
}

table#offer td {
	text-align: center;
}
table#offer h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0; padding 0;
	font-weight: bold;
}

table#offer p {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	margin: 0; padding 0;
	padding-bottom: 20px;
}

.column-third {
	float: left;
	width: 240px;
	background: black;
}

.column-third h3{
	font-size: 12px;
	margin: 0;
	padding: 10px;
	color: white;
	text-align: center;
}

#footer {
	margin-top: 20px;
	width: 100%;
	height: 90px;
	font-size: 11px;
	clear: both;
}

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

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

#contacts {
	width: 100%;
}

#contacts td {
	vertical-align: top;
}

#contacts a {
	color: #990000;
}








#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
