@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
	color: #333;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

form {
	margin: 0px;
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	display: block;
	height: 210px;
}
#strapline {
	display: block;
	height: 40px;
	background-image: url(../img/strapline.jpg);
	background-repeat: repeat-x;
}
#strapline a {
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 40px;
	font-weight: bold;
}
#strapline a:hover {
	text-decoration: underline;
}

#mainBody {
	display: block;
	width: 920px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#footer {
	display: block;
	height: 40px;
	color: #333;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
}
#column1 {
	width: 150px;
}
#column2 {
	padding-left: 20px;

}
#column3 {
	width: 150px;
}
#column2 #rightImage {
	display: block;
	clear: both;
	float: right;
	width: 302px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#column1 th {
	line-height: 30px;
}
#column1 a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#column1 a:hover {
	text-decoration: underline;
}
#column1 a.link_menuActive {
	background-color: #EBE6D2;
	font-weight: bold;
}


a img  {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#offers {

}
.rightImage {
	display: inline-block;
	clear: both;
	float: right;
	width: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: right;
}
.imageThumbs  {
	margin-top: 20px;
	margin-bottom: 20px;
}
.imageThumbs img  {
	border: 1px solid #333;
}
#offersBox {
	border: 1px solid #999;
	background-color: #e9e9e9;
	margin-bottom: 20px;
}

#offersBox h1 {
	font-size: 16px;
	font-weight: bold;
}
#offersBox img {
	border: 1px solid #666;
}
