@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8c551c;
	background-image: url('images/bg.jpg');
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #000;
}

img, img a {
	border: none;
}

a{
	text-decoration: none;
	color: #000;
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:750px;
	width:900px;
}

.logo {
	width: 900px;
	background-image:url('images/topareabg.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:115px;
}

.address {
	color:#FFFFFF;
	float:left;
	font-family:Verdana,Geneva,sans-serif;
	font-size:15px;
	left:20px;
	position:relative;
	text-align:left;
	top:10px;
	width:500px;
}

.backarea{
	background-image:url('images/topaerabg.png');
	background-repeat:repeat;
	height:200px;
	left:25px;
	position:absolute;
	width:850px;
}

#menu {
	background:url("images/menuback3.png") repeat-x scroll 0 0 #000000;
	height:40px;
	position:absolute;
	top:157px;
	width:515px;
}

#menu table {
	width: 500px;
	height: 40px;
	margin-left: 20px;
}

#menu td {
	font-family:"Arial Black",Gadget,sans-serif;
	font-size:14px;
	letter-spacing:1px;
}

#menu td a {
	color: #fff;
	text-decoration: none;
}

#menu td a:hover {
	color: #fc0;
}

.main{
	background-color:#e5e0c3;
	height:420px;
	position:relative;
	top:200px;
	width:900px;
}

.topimage {
	left: 575px;
    position: absolute;
    width: 350px;
}

.locations {
	background-image:url('images/locationbg.png');
	background-repeat:repeat-x;
	height:auto; /*64px; for multi*/
	margin:0 0 20px 23px;
	text-align:center;
	width:200px;
}

.city {
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.city a{
	color: #993300;
}

.telephone {
	padding-top: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.signupimg {
	margin-left: 50px;
	margin-top: 70px;
}

.sidebar {
	background-image:url('images/sidebarbg.gif');
	background-repeat:repeat;
	float:left;
	height:500px;
	left:40px;
	position:absolute;
	top:-60px;
	width:250px;
	text-align:center;
}

.content{ 
	float: right;
    height: 370px;
    padding: 15px 60px 20px 0;
    position: relative;
    text-align: justify;
    width: 495px;
	font-size: 15px;
}

.welcome {
	background-image:url('images/title.gif');
	background-repeat:no-repeat;
	font-size:18px;
	height:45px;
	left:340px;
	padding-top:10px;
	position:absolute;
	text-align:center;
	top:-53px;
	width:337px;
}
		
.contentimage {
	border: none;
	margin: 10px 10px 10px 0;
}

#footer {
	background-image: url("images/bg_bottom.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: right;
    width: 900px;
	margin-left:auto;
	margin-right:auto;
}

.pagetitle {
	border-bottom:2px solid red;
	color:#000000;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:16pt;
	letter-spacing:0;
	line-height:1.2em;
	text-decoration:none;
	word-spacing:normal;
}

.offers{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding-top:18px;
}

.signup{
	position:relative;
	top:128px;
}

.signup_btn {
	background-image:url("images/sign_up.gif");
	background-repeat:no-repeat;
	height:26px;
	width:64px;
	color:#ffffff;
	border:none;
}