body {
	font-family: arial;
	font-size: 12px;
	margin: auto;
	background-color: #3b3736;

}

#wrapper {
	margin: auto;
	overflow: auto;
	padding-bottom: 20px;
	background: transparent
				url(../images/page/site-bg.png)
				top center
				no-repeat;
}

#header {
	width: 960px;
	margin: auto;
}

#header h1 {
	text-indent: -500px;
	overflow: hidden;
	height: 110px;
	width: 340px;
	float: left;
	margin-top: 20px !important;
	background: transparent
				url(../images/page/logo.png)
				no-repeat;
}

#header .welcome {
	float: right;
	color: #fff;
	margin-top: 45px;
}

#header .welcome h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#header .welcome p {
	padding: 0;
	margin: 0;
}

#header .welcome a {
	color: #e54f21;
}

#header .welcome a:hover { 
	text-decoration: none;
}

#page {
	margin: auto;
	width: 960px;
	clear: both;
	position: relative;
}

.product h3 {
	font-size: 30px;
	font-weight: normal;
	color: #e54f21;
}

.product .table {
	float: left;
	width: 360px;
}

.product .key-information {
	margin-top: 45px;
	float: left;
	width: 360px;
	height: 238px;
	position: relative;
}


.product.squaredevil .table,
.product.squaredevil .key-information {
	width: 360px;
}



.table th {
	text-align: left;
	background: #ccc
}

.table td,
.table th {
	font-family: tahoma;
	font-size: 11px;
	padding: 5px 8px;

}

.table td {
	background-color: #fff;
}

.mini-gallery {
	width: 180px;
	float: left;
	margin-top: 45px !important;
}

.mini-gallery img {
	border: 5px solid #e9e9e9;
	float: left;
}

.mini-gallery img.large {
	margin-bottom: 1px;
}

.mini-gallery img.small {
	margin-right: 1px;
}

.description {
	float: left;
	width: 374px;
	margin: 0 10px;
}

.product.squaredevil .description {
	width: 370px;
	margin-right: 5px;
}

.description h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

.description .padding {
	padding: 12px 14px;
	line-height: 18px;
	color: #fff;
	height: 218px;
	background: transparent
				url(../images/products/product-information-bg.jpg)
				no-repeat;
}

.description .padding p {
	margin: 0;
	padding-bottom: 5px;
}

.description .padding a {
	color: #fff;
	font-weight: bold;
}

.description .padding a:hover {
	text-decoration: none;
}

.description ul.features {
	margin: 0 20px;
	padding: 10px 0;
}

.description ul.features li {
	list-style-type: disc;
	float: none !important;
}

.jcarousel-container {
	margin-bottom: 130px;
}

.key-information .button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.key-information .button a.enquire {
	color: #fff;
	font-size: 18px;
	float: left;
	line-height: 18px;
	text-decoration: none;
	padding: 12px 20px;
	text-shadow: #d67f3a 1px 1px 1px;
	background: transparent
				url(../images/page/enquire-btn-bg.png)
				no-repeat;
}

.key-information .button a:hover {
	background-position: 0 -42px;
}

.content {
	float: left;
	width: 600px;
}

.content .padding {
	overflow: auto;
	padding-bottom: 40px;
}

.content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #e54f21;
}

.content p {
	color: #fff;
	line-height: 18px;
}

.contact-details {
	
}

.contact-details ul {
	margin: 0;
	padding: 0;
	color: #fff;
}

.contact-details ul li {
	float: left;
	width: 220px;
	list-style-type: none;
	line-height: 18px;
	padding-bottom: 10px;
}

.contact-details ul li img {
	float: left;
	padding-right: 10px;
}

.contact-details ul li p {
	margin: 0;
	padding: 0;
	color: #fff;
}

.contact-details strong {
	color: #e54f21;
}
.contact-details a {
	color: #fff;
}

.contact-details a:hover {
	text-decoration: none;
}

.sidebar {
	float: right;
	margin-top: 10px;
	width: 300px;
	background: transparent
				url(../images/page/sidebar-container-bg.png)
				no-repeat;
}

.sidebar .padding {
	padding: 12px 15px;
	background: transparent
				url(../images/page/sidebar-container-cap.png)
				0 100%
				no-repeat;
}

.sidebar h4 {
	color: #e54f21;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#contact-form {
	display: none;
}

#facebox #contact-form {
	display: block;
}

.form label {
	color: #fff;
	display: block;
	padding-top: 10px;
}

#facebox .form label {
	color: #000;
}

.form .textbox {
	font-size: 12px;
	width: 260px;
	border: 3px solid #6a5650;
	padding: 2px;
}

#facebox .form .textbox {
	border: 3px solid #ccc;
}

.form .textarea {
	font-family: arial;
	font-size: 12px;
	width: 260px;
	height: 120px;
	border: 3px solid #6a5650;
	padding: 2px;
}

#facebox .form .textarea {
	border: 3px solid #ccc;
	float: leftd;
}

#facebox .form .submit-btn {
	clear: both;
	margin-top: 20pxd;
}



