/*
      Created by Mark Whale
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;




 background:#FFFFFF
 font-smooth:always;
 
}
p {
	padding-bottom: 17px;
	font-size: 120%;
	color: #666666;
	line-height: 20px;
}
a {
	font-weight: bold;
	color: #F7137F;
}
h1    {
	text-indent: -9000px;
	margin-bottom: 35px;
	margin-top: 20px;
	
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	color: #333;
	width: 960px;
	float: left;
	height: 264px;
	background-image: url(images/header.gif);
	margin: 0 auto;
}
#navigation {
	float: left;
	width: 100%;
	color: #333;
	margin: auto 0;
	padding-bottom: 10px;
	padding-top:20px;
}
#leftcolumn {
	color: #333;
	margin: 0 0 0 67px;
	width: 460px;
	float: left;
	display:inline
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 30px;
	height: 370px;
	width: 338px;
	display: inline;
	background-image: url(images/mels2_04.jpg);
	position: relative;
	top: -100px;
	right: 47px;
	z-index: 1;
}
#footer {
	width: 960px;
	clear: both;
	color: #8A8A8A;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: x-small;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #8A8AA0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}
#wrapper  #navigation  #nav li {
	display: inline;
	color: #C8C7C7;
}
#wrapper #navigation #nav a {
	color: #AFAEAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-decoration: none;
	padding-left: 60px;
}
#wrapper #navigation #nav a:hover {
	color: #000000;
}
#wrapper #navigation #nav a:active {
	color: #000000;
}
#wrapper #leftcolumn .title_welcome {
	background-image: url(images/title_welcome.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 159px;
}
#wrapper #navigation #nav .current {
	color: #F7137F;
}
b {
	color: #000000;
}
#wrapper #leftcolumn .title_about_us {
	background-image: url(images/title_about_us.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 219px;
}

#wrapper #leftcolumn .title_location {
	background-image: url(images/title_location.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 220px;
}
#wrapper #leftcolumn .title_contact_us {
	background-image: url(images/title_contact_us.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 219px;
}
#wrapper #leftcolumn .title_price_list {
	background-image: url(images/title_price_list.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 177px;
}
#wrapper #leftcolumn .title_special_offers {
	background-image: url(images/title_special_offers.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 283px;
}
form {
	padding-bottom: 17px;
	padding-top: 10px;
	font-size: 120%;
	color: #666666;
	line-height: 20px;
}
h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {list-style:none;
line-height:20px;
}