﻿@CHARSET "UTF-8";

body{
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding:0;
}
body, td{
	font-family: Verdana, Arial, sans;
	font-size: 12px;
}

a{ text-decoration: none; color: #000; }
a:hover{ text-decoration: underline; color: #F00; }
fieldset,
a img{ border: none; margin:0; padding:0; }
label{ cursor: pointer; }

hr{ position: absolute; left:-5000em; }

#wA{
	position: relative;
	width: 893px;
	margin: 10px auto;
	text-align: left;
}
#menu{
	background: url('/gfx/menu_bg.gif') repeat-x;
	height: 27px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	list-style: none;
	margin:0; padding:0;
	overflow: hidden;
}
#menu li{ float: left; padding: 0 5px; line-height: 27px; }
#menu a{ color:#FFF; }

#header{ margin-bottom: 15px; }

#left{
	float: left;
	display: inline;
	width: 210px;
}

#right{
	float: right;
	display: inline;
	width: 210px;
}

#content{
	margin-left: 220px;
	width: 450px;
}
.nomenus #content{
	margin: 0;
	width: 890px;
}
.noright #content{
	margin: 0;
	width: 670px;
	float: right;
}

#footer{
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.box{ margin-bottom: 15px; }

	#content .h3{
		margin: 0;
		padding: 0 10px;
		height: 40px;
		font-size: 13px;
		color: #FFF;
		font-weight: bold;
	}

	#content h3,
	.box h3{
		margin: 0 0 10px 0;
		padding: 0 10px;
		line-height: 39px;
		font-size: 14px;
		color: #FFF;
	}
	
		#content .h3,
		#content h3,
		.blue h3{ background: url('/gfx/blue.gif') repeat-x #08C; }
		.orange h3{ background: url('/gfx/orange.gif') repeat-x #F90; }
		#content .green,
		.green h3{ background: url('/gfx/green.gif') repeat-x #0C0; }
		.red h3{ background: url('/gfx/red.gif') repeat-x #F00; }
		
		.noheader h3{ display: none; }
		
		.box .H3after{
			position: absolute;
			right:10px;
			top:0px;
		}
		.box h3:after{
			text-align: right;
			display: block;
			margin: -40px 0 0 120px;
		}
	.box .txt,
	.box form{ padding: 0; margin: 0 10px;}
	.box ul{
		margin: 0 10px;
		padding: 0;
		list-style: none;
	}
	
	.box li{
		background-repeat: no-repeat;
		padding: 3px 0 5px 20px;
	}
	
		.login .orange li,
		.orange li{ background-image: url('/gfx/orange_star.gif'); }
		.green li{ background-image: url('/gfx/green_star.gif'); }
		.blue li{ background-image: url('/gfx/blue_star.gif'); }
		.red li{ background-image: url('/gfx/red_star.gif'); }
	
	.box li a{	display: block;}
	.box .buttons input { width:auto; padding: 1em 2em; }
	
	.nostars li{
		background: none;
		padding: 3px 0 5px 3px;
	}
	
.newsletter h3{ 
	behavior: url('/after.htc');
	position: relative;
	height: 39px;
	margin-bottom: 20px;
}
	.newsletter h3 .H3after,
	.newsletter h3:after{
		content: url('/gfx/newsletter.gif');
		width: 60px;
		height: 60px;
	}

	.newsletter form{ text-align: center; }
	.newsletter input{ color: #666; }
	
.login h3{ 
	behavior: url('/after.htc');
	position: relative;
	height: 39px;
	margin-bottom: 20px;
}
	.login h3 .H3after,
	.login h3:after{
		content: url('/gfx/login.gif');
		width: 68px;
		height: 54px;
	}

	.login form{ text-align: right; }
	.login input{ color: #666; width: 130px; }
	
.search h3{ 
	behavior: url('/after.htc');
	position: relative;
	height: 39px;
	margin-bottom: 20px;
}
	.search h3 .H3after,
	.search h3:after{
		content: url('/gfx/search.gif');
		width: 64px;
		height: 59px;
	}

	.search form{ margin: 0 0 0 1em; }
	.search input{ color: #666; width: 170px; }
	.search .buttons input { padding-left: 0; }

.frontTop{ width:450px; }
.frontTop .offers{ float: left;}
.frontTop .map{ float: right;}

.hOffer{
	padding: 2px 10px;
	color: #FFF;
	font-weight: bold;
	background: url('/gfx/orange.gif') repeat-x left center #F90;
}

.fotoOffers{ width: 450px; }

	.fotoOffers .offer{ 
		text-align: left;
		float:left;
		padding: 10px;
		margin: 10px 0 0 15px;
		background: url('/gfx/offer_bg.gif') no-repeat bottom right;
		width: 180px;
		height: 330px;
		overflow: hidden;
	}
	.fotoOffers h4{
		font-size: 14px;
		margin:0; padding:0;
	}
	.fotoOffers .more{
		display: block;
		text-align: right;
		padding: 10px;
	}
	.fotoOffers .img{
		margin-top: 4px;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}

	.fotoOffers b{
		display: block; 
		color: #8e0201;
		margin-top: 4px; 
		font-weight: normal; 
	}


