* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 11px;
	color: #000;
}

a {
	color: #3381AE;
}

a:hover {
	color: #4d9bcb;
	text-decoration: underline;
}

body {
	width: 772px;
	background-color: #3d5e5c;
	margin: 0 auto;
}

#page {
	background-image: url('../images/background_top.gif');
	background-color: #fffff1;
	padding: 17px 0;
}


/* logo */
h1#logo {
	text-align: center;
	padding-bottom: 12px;
}

/* left column - menu, ads, stats */
#leftColumn {
	width: 178px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 8px;
}

#leftColumn ul {
	padding-top: 6px;
	height: 115px;
	padding-bottom: 17px;
}

#leftColumn ul li {
	height: 23px;
	display: block;
	text-indent: -9999px;
}

#leftColumn ul li a {
	display: block;
	width: 178px;
	height: 23px;
}

li.menu1 a { background: url('../images/menu.jpg'); }
li.menu1 a:hover { background: url('../images/menu.jpg'); background-position: -178px 0;}

li.menu2 a { background: url('../images/menu.jpg'); background-position: 0 -23px;}
li.menu2 a:hover { background: url('../images/menu.jpg'); background-position: -178px -23px;}

li.menu3 a { background: url('../images/menu.jpg'); background-position: 0 -46px;}
li.menu3 a:hover { background: url('../images/menu.jpg'); background-position: -178px -46px;}

li.menu4 a { background: url('../images/menu.jpg'); background-position: 0 -69px;}
li.menu4 a:hover { background: url('../images/menu.jpg'); background-position: -178px -69px;}

li.menu5 a { background: url('../images/menu.jpg'); background-position: 0 -92px;}
li.menu5 a:hover { background: url('../images/menu.jpg'); background-position: -178px -92px;}

/* content */
#content {
	width: 575px;
	display: block;
	float: left;
	background-color: #d1ebfd;
	background-image: url('../images/background_content_bottom.gif');
	background-position: left bottom;
	padding-bottom: 20px;
}

#content h1 {
	padding-bottom: 25px;
}

#content p {
	padding-bottom: 12px;
	display: block;
}

#textContent {
	width: 354px;
	padding-top: 15px;
	padding-left: 12px;
	display: block;
	float: left;
}

#offertList {
	width: 164px;
	float: right;
	padding-right: 15px;
	margin-top: 24px;
}

#offertList li {
	text-align: center;
	padding-bottom: 10px;
}

#offertList li span {
	width: 164px;
	display: block;
	background-color: #e9f6ff;
	background-image: url('../images/background_photos_bottom.gif');
	background-position: left bottom;	
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#content dl dt {
	text-transform: uppercase;
	line-height: 27px;
	font-size: 11px;
}

#textContent ul {
	padding-bottom: 15px;
}

#content dl dd, #textContent ul li {
	background-image: url('../images/dotted.gif');
	background-position: left 4px;
	padding-left: 15px;
}

#refList {
	padding-top: 15px;
	padding-left: 12px;
	display: block;
}

#refList li {
	display: block;
	float: left;
	margin-right: 28px;
	margin-bottom: 2px;
}

#refList li img {
	width: 141px;
	height: 200px; 
}

#refList li a {
	width: 141px;
	height: 200px;
	display: block;
	border: 2px solid #3381ae;
}

#refList li a:hover {
	border-color: #4d9bcb;
}

#gallery {
	padding-left: 12px;
	padding-right: 20px;	
}

#gallery li {
	height: 70px;
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 10px;
}

#gallery li img {
	display: block;
}

#gallery li a img {
	display: block;
	border: 1px solid #d2000c;
	filter: alpha(opacity=60);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 	-moz-opacity: 0.60; 
 	opacity:0.6;
}

#gallery li a:hover img {
	border-color: #0066aa;
	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.00; 
 	opacity: 1;
}


/* footer */
#footer {
	background-image: url('../images/background_footer.gif');
	padding: 26px 0;
	text-align: center;
}
