/*body*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 0px Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	background-color: #f687f7;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 768px;
	background: url(../images/body_bg.gif);
}

#header {
	margin: 0px auto 0px auto;
	background: url(../images/header.jpg);
	width: 728px;
	height: 115px;
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 35px;
	margin-left: 27px;
}

#menu {
	margin: 0px auto 0px auto;
	color: #fff;
	background-color: #0457b3;
	height: 30px;
	width: 728px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { 
	float: left;
}

#navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	background: url(../images/button.gif) no-repeat top left;
	font-size: 14px;
	float: left;
	margin: 0;
	height: 30px;
	width: 118px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#navcontainer li a:hover {
	color: #c3f6f9;
	background-color: transparent;
}

#leftPanel {
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	width: 540px;
	text-align: justify;
	float: left;
}

#leftPanel a {
	color: #0457b3;
	background-color: #c3f6f9;
}

#body_image {
	background: url(../images/body_image.jpg);
	width: 524px;
	height: 291px;
}

#left_star {
	position: absolute;
	margin-top: 87px;
	margin-left: 37px;
}

#right_star {
	position: absolute;
	margin-top: 87px;
	margin-left: 362px;
}

#rightPanel {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	width: 180px;
	text-align: justify;
	float: left;
}

#rightPanel a {
	color: #0457b3;
	background-color: #c3f6f9;
}

#map_image {
	background: url(../images/map.gif);
	width: 170px;
	height: 168px;
}

#footer_menu {
	margin: 0px auto 0px auto;
  color: #fff;
	background-color: #0457b3;
	height: 65px;
	width: 728px;
	text-align: center;
}	

#footer_menu_list {
	margin: 0px auto 0px auto;
  color: #fff;
	background-color: #0457b3;
	width: 728px;
	text-align: center;
}	

#footer_navcontainer {
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

#footer_navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}

#footer_navcontainer ul li {
	float: left;
}

#footer_navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #0457b3;
	font-size: 10px;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer_navcontainer li a:hover {
	color: #c3f6f9;
	background-color: #0457b3;
}

#copyright {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 500px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;	
}

/* Forms */
#form {
	color: #0457b3;
	background-color: #c3f6f9;
}

#form fieldset {
	/*border: 1px solid #0457b3;*/
	border: 1px solid #b1b1b1;
}

#form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#form div {
	clear: left;
	margin: 0.4em 0 0.6em 0;
	padding-left: 10px;
}

#form fieldset label {
	margin-left: 0.4em;
}

#form legend {
	color: #fff;
}

#form .txt {
	border: 1px solid #55b5bb;
}

#form div.submit {
	text-align: center;
}

#stock_list_pagination {
	text-align: center;
}

#stock_list_pagination a {
	font-size: 12px;
	font-weight: bold;
	color: #0457b3;
	background-color: #c3f6f9;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0457b3;
	background-color: #c3f6f9;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0457b3;
	background-color: #c3f6f9;
}

.clearing {
	clear: both;
}

/* for sale banner */
#topright { 
	position: absolute; 
	right: 0; 
	top: 0; 
	display: block; 
	height: 370px; 
	width: 298px; 
	background: url(../images/forsale.gif) no-repeat; 
	text-indent: -999em; 
	text-decoration: none;
}
