@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d9d9d9;
	background-color: #000000;
}
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
p {
	margin: 0px;
}
a {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title_img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	height: 55px;
	padding: 0;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
}
#header #address {
	float: right;
	text-align: right;
	font-size: 10px;
}

#mainContent {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
#page_content {
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	height: 427px;
	width: 636px;
	margin-right: auto;
	margin-left: auto;
}

#container #menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #menu ul {
	height: 24px;
}
#container #menu li {
	display: inline;
	padding-right: 12px;
	height: 50px;
}
#top_text ul {
	list-style-position: inside;
	list-style-image: url(../images/arrow.gif);
	margin: 0px;
}

#top_text li {
	padding-left: 0px;
	padding-bottom: 5px;
}

#page_content #top_text {
	width: 370px;
	float: right;
	font-size: 12px;
	padding-right: 30px;
}
#contact_add {
	width: 210px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
#enquiry_form input {
	margin-left: 10px;
	font-size: 10px;
	color: #595440;
}
#submit {
	float: right;
	margin-top: 5px;
}
#page_content #bottom_text {
	clear: both;
	padding-top: 10px;
}
#page_content #page_left {
	clear: both;
	float: left;
	width: 290px;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 12px;
	padding-right: 5px;
}
#page_content #page_right {
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 10px;
}
#page_content #vert {
	background-image: url(../images/vert.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 154px;
	width: 2px;
}
#page_content #bottom_text_price {
	clear: both;
	padding-top: 10px;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#center_images {
	padding-left: 35px;
	padding-top: 20px;
}

#footer #copyright {
	background-color: #121212;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottom_text_price td {
	font-size: 10px;
}
.top_img {
	float: left;
	width: 214px;
}
.price {
	vertical-align: top;
}
.standout {
	color: #FFEB75;
}

.ft_left {
	float: left;
	margin-right: 20px;
	border: 3px solid #EDEDED;
}
.ft_right {
	float: right;
	margin-left: 20px;
	border: 3px solid #EDEDED;
}
.tbl_float_rgt {
	float: right;
	vertical-align: top;
}
.tbl_float_lft {
	float: left;
}
.img_no_float {
	margin-right: 10px;
	margin-left: 10px;
	border: 3px solid #EDEDED;
}
