body {
	margin: 0;
	padding: 0;
	background: url("../img/bg_fade.jpg") repeat-x #527080;
	color: #203e4c;
	font-family: Arial, Serif;
	font-size: 90%;
	text-align: center;
	overflow-x: hidden;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
a {
	color: #124157;
	font-weight: bold;
	text-decoration: none;
}
.water {
	position: absolute;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	background: url("../img/bg.jpg") no-repeat top center;	
}
.outer {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background: url("../img/bg_main.jpg") repeat-y top center;
}
.wrapper {
	background: url("../img/bg_header_phone.jpg") no-repeat top center;
	text-align: left;
}
.header {
	height: 433px;
}
.header h1 {
	position: absolute;
	width: 270px;
	height: 80px;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 5px;
	text-indent: -9999px;
}
.header h1 a {
	display: block;
	width: 270px;
	height: 80px;
}
.header ul {
	margin: 0;
	height: 38px;
	padding: 356px 0 0 40px;
	list-style-type: none;
}
.header ul li {
	float: left;
	height: 38px;	
}
.header ul li.seperator {
	width: 1px;
	background: url("../img/bg_nav_split.gif") no-repeat top center;
}
.header ul li a {
	float: left;
	display: block;
	height: 16px;
	padding: 11px 10px;
	color: #203e4c;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.header ul li a:hover {
	background: url("../img/bg_nav_highlight.jpg") repeat-x;	
	color: #fff;
}
.main {
	padding: 0 20px 20px 20px;
} 
.content {
	position: relative;
	float: left;
	padding: 20px;
	width: 600px;
	line-height: 140%;
}
.wide {
	width: 900px;
}
.content h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 130%;
}

.content .paging {
	position: absolute;
	top: 20px;
	right: 20px;
}
.content .stocklist {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	list-style-type: none;
}
.content .stocklist li {
	clear: both;
	margin: 0 0 20px 0;
}
.content .stocklist .img_wrapper {
	float: left;
	width: 260px;
	margin: 0 20px 20px 0;
}
.content .stocklist .img_wrapper img {
	width: 250px;
	padding: 5px;
	background: #fff;
}
.content .stocklist .info_wrapper {
	position: relative;
	float: left;
	width: 620px;
}
.content .stocklist h3, .content .stockview h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #44616f;
}
.content .price {
	position: absolute;
	top: 0;
	right: 0;
	color: #1b1b1b;
	font-size: 110%;
}
.content .make {
	color: #000;
	margin: 0 0 15px 0;
	height: 1.2em;
}
.content .make span {
	float: left;
	margin: 0 20px 0 0;
}
.content .stockview {
	position: relative;
}
.content .jumbo_img {
	height: 510px;
	overflow-y: hidden;
	margin: 0 0 10px 0;
}
.content .jumbo_img img {
	width: 890px;
	padding: 5px;
	background: #fff;
}
.content .thumbs {
	overflow-x: auto;
	overflow-y: hidden;
	height: 130px;
	margin: 0 0 20px 0;
}
.content .thumbs img {
	float: left;
	height: 100px;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #fff;
}
.content .back_to {
	font-weight: bold;
}
.content .no_right_margin {
	margin-right: 0 !important;
}

/* Products */
.content .basket {
	float: right;
	font-size: 90%;
}
.content .category_selection {
	font-size: 90%;
}
.content .total_products {

}
.content .products {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	list-style-type: none;
}
.content .products li {
	float: left;
	width: 14%;
	padding: 0 3%;
	height: 200px;
	text-align: center;
}
.content .products .img_wrapper {
	margin: 0 0 2px 0;
}
.content .products .img_wrapper img {
	padding: 5px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #527080;
}
.content .products h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #44616f;
}
.content .products .price {
	position: relative;
	color: #1b1b1b;
	font-size: 110%;
}
.content .product {
	margin: 20px 0 0 0;
}
.content .product .img_wrapper {
	float: left;
	width: 230px;
}
.content .product .img_wrapper img {
	padding: 5px;
	background: #fff;
	border: 3px solid #527080;
}
.content .product .info_wrapper {
	float: left;
	width: 670px;
}
.content .product .info_wrapper h3 {
	margin: 0 0 20px 0;
	padding: 0;
}
.content .product .info_wrapper .price {
	position: relative;
	margin: 0 0 10px 0;
}

.side {
	float: left;
	width: 280px;
	font-size: 75%;
	line-height: 130%;
}
.side h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #706251;
	font-weight: bold;
	font-size: 135%;
}
.side .map {
	margin: 0 0 10px 0;
}
.side .box {
	background: url("../img/bg_side.jpg") no-repeat;
}
.side .box h3 {
	height: 16px;
	padding: 20px 10px;
	color: #203e4c;
	font-weight: bold;
	font-size: 200%;
	text-transform: uppercase;
	text-align: center;
}
.side .box .inner {
	padding: 130px 15px 0 15px;
}
.side .box .inner h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 125%;
}
.side .box .sample {
	background: url("../img/side_sample.jpg") no-repeat top center;
}
.side a {
	display: block;
	color: #5b4733;
	font-size: 125%;
	text-decoration: underline;
	text-align: right;
}
.side a.none {
	display: inline;
	font-size: 100%;
}
.footer {
	padding: 20px;
	background: url("../img/bg_footer.jpg") no-repeat #527080;
	height: 40px;
	color: #fff;
	font-size: 75%;
}
.footer .copyright {
	float: right;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	float: left;
	margin: 0 1em 0 0;
}
.footer ul li a {
	color: #b6d4e1;
	text-decoration: none;
}
.footer .logos {
	display: block;
	float: right;
	height: 70px;
	margin: 0 0 0 10px;
}

.contact_form
{
	width: 500px;
}

.contact_form label
{
	width: 100%;
	display: block;
	margin-top: 10px !important;
}

.contact_form input
{
	width: 100%;
	margin-top: 5px !important;
}

.contact_form textarea
{
	width: 100%;
	height: 50px;
	margin-top: 5px !important;
}

.contact_form .buttons input
{
	width: 100px;
}

/* Gallery */
.gallery_items {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gallery_items li {
	float: left;
	width: 33%;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
.gallery_items li img {
	display: block;
	padding: 5px;
	margin: 0 auto 10px auto;
	background-color: #fff;
}
.gallery_item .back_togallery {
	float: right;
	display: block;
	font-weight: bold;
}
.gallery_item img {
	display: block;
	padding: 5px;
	background-color: #fff;
}

* Info/Error msgs for forms */
.msg_info {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #DDFFF7;
	border: 1px solid #4C91CE;
	text-align: left;
	font-size: 85%;
}
.msg_info a {
	color: #4C91CE;
	text-decoration: none;
	border-bottom: 1px dotted #4C91CE;
}
.msg_fail {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #FFDDDD;
	border: 1px solid #B00000;
	text-align: left;
	font-size: 85%;
}
.flash {
	float: left;
	margin-top: 1px;
}
.flash_text {
	margin-left: 2em;
}
.flash_text a {
	color: #dd0000;
}
.flash_text ul {
	margin: 0.5em;
	padding: 0 1em;
}
