@import url(base.css);

body {
	background: #f0f0f0;
	background-image: url(../images/bg_page.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 900px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 850px;
}

#header {
	background: url(../images/bg_header.png);
	height: 61px;
}

#logo {
	display: inline;
	float: left;
	padding: 11px;
	cursor: pointer;
	cursor: hand;
}

#nav {
	display: inline;
	float: right;
	margin-top: 8px;
}

#nav li {
	display: inline;
	float: left;
	/* margin: 2px 0px 2px 5px; */
	padding: 0px 10px 0px 5px;
	position: relative;
	text-transform: uppercase;
}

#nav li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#nav li.first {
	border-left: none;
}

#nav li.active, #nav li a:hover {
	color: #515B25;
}

#nav li ul {
	display: none;
	left: -10px;
	padding-top: 7px;
	position: absolute;
}

#nav li ul li a {
	background: url(../images/bg_menu.png);
	display: block;
	padding: 0px 10px 8px 10px;
	width: 130px;
}

#nav li:hover ul { display: block; }

#content {
	margin-top: 24px;
}

#caption {
	margin: 35px 0px;
}

#footer {
	font-size: 10px;
	text-align: right;
}

h1, h2, h3 {
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	color: #515B25;
}

h1 {
	margin-bottom: 6px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#logo h1, #logo h2 {
	font-size: 16pt;
	letter-spacing: -0.5px;
	line-height: 97%;
}

#logo h1 {
	color: #ffffff;
	margin-bottom: 0px;
}

#logo h2 {
	color: #515b25;
}

a:link {
	text-decoration: none;
}

p {
	line-height: 145%;
	padding-bottom: 11px;
}

th {
	font-weight: normal;
	text-align: left;
}

.left_50 {
	float: left;
	width: 391px;
}

.right_50 {
	float: right;
	width: 391px;
}

.rounded_box {
	background: url(../images/bg_rounded_box.png);
	margin-bottom: 24px;
	padding: 11px 11px 0px 11px;
}

.pagination {
	text-align: right;
	margin-bottom: 10px;
}

div.listing {
	background: #ffffff;
	border: 1px solid #808080;
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.listing div.thumbnail {
	display: inline;
	float: left;
	width: 133px;
}

div.listing div.details {
	display: inline;
	float: left;
	padding: 5px;
	/* width: 683px; */
	width: 605px;
}

div.listing h3 a {
	color: #000000;
	text-decoration: none;
}

div.listing .price p {
	float: left;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 90px;
}

ul#thumbs {
	margin: 0px -10px -10px 1px;
	
}

ul#thumbs li {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#enquire {
	display: none;
}

.page_content ul {
	list-style: disc;
	margin-bottom: 11px;
	margin-left: 40px;
}

.page_content ul li {
	line-height: 145%;
}

.button {
	border: none;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	outline: none;
	overflow: visible; /* IE6 form button fix */ 
	text-decoration: none;
	vertical-align: middle; /* or top */
	white-space: nowrap;
	
}
.button {
	background-color: #acc;
	color: #000;
	padding: 5px 7px;
}

.button:hover {
	background-color: #cee;
}

.inputtext {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
}

#contact_us .inputtext {
	width: 186px;
}

.error, .message {
	color: #333333;
	margin-bottom: 25px;
	padding: 11px;
}

.error {
	background: #fbe6f2;
	border: 1px solid #d893a1;
}

.message { 
	background: #fff9d7;
	border: 1px solid #e2c822;
}

.error .close, .message .close {
	background: url(../images/icons/delete.png);
	cursor: pointer;
	float: right;
	height: 16px;
	width: 16px;
}

.error p, .message p {
	padding-bottom: 0px;
}
