/*--------------------------------------------------------------------

Style Sheet for Colorlogic UK Ltd

author: DPI 21 Ltd
email: studio@dpi21.com
website: www.dpi21.com

---------------------------------------------------------------------*/

body {
	background: #CD3301;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Website Structure */

#wrapper {
	width: 620px;
	margin: 20px auto;
}

#content {
	float: left;
	width: 570px;
	background: white;
	padding: 10px 25px;
	background: url(images/borderCenter.jpg);
}

#banner {
	width: 570px;
	background: url(images/banner.jpg) no-repeat;
	height: 125px;
}

#column1 {
	width: 400px;
	float: left;
	line-height: 20px;
	padding: 10px;
}

#column2 {
	width: 150px;
	float: left;
	text-align: center;
}

#column3 {
	width: 550px;
	float: left;
	padding: 10px;
	line-height: 20px;
}

#column4 {
	width: 550px;
	float: left;
	padding: 10px;
	line-height: 20px;
}

/* Main Navagation */

#mainNav {
	float: left;
	background: url(images/menu-bg.jpg);
	width: 565px;
	height: 15px;
	margin: 5px 0px;
	padding: 10px 0px 5px 5px;
	color: white;
}

#mainNav li {
	display: inline;
}

#mainNav li a {
	color: white;
	background: url(images/arrow.jpg) top center no-repeat;
	padding: 10px 5px 0px 5px;
	text-decoration: none;
}

#mainNav li a:hover {
	color: #F9A51A;
}

/* Contact details */

#contactDetails {
	float: left;
	width: 560px;
	margin: 10px 0px 0px 0px;
	background: url(images/menu-bg.jpg);
	padding: 8px 0px 8px 10px;
	color: white;
	font-size: 12px;
}

#contactDetails li {
	display: inline;
	padding: 0px 15px 0px 0px;
}

#contactDetails a {
	color: white;
	text-decoration: none;
}

#contactDetails a:hover {
	color: #F9A51A;
	text-decoration: underline;
}

/* Footer Nav & DPI 21 */

#footerNav, #dpi21 {
	font-size: 10px;
	color: #F9A51A;
}

#footerNav a, #dpi21 a {
	color: #F9A51A;
	text-decoration: none;
}

#footerNav a:hover, #dpi21 a:hover {
	color: white;
}

#footerNav {
	width: 150px;
	float: left;
	padding: 0px 0px 0px 10px;
}

#footerNav li, #dpi21 li {
	display: inline;
	padding: 0px;	
}

#dpi21 {
	width: 250px;
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

/* Contact Form */

#formBox1 {
	float: left;
	width: 250px;
}

#formBox2 {
	float: left;
	width: 200px;
}

form {
	margin: 10px 0px;
	width: 550px;
	height: 290px;
}

/* Typography Styles */

h1, h2, h3, h4 {
	margin: 0px;
}

h1 {
	color: white;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	padding: 70px 0px 0px 255px;
	width: 300px;
}

h2 {
	color: #CD3301;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	color: #CD3301;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

h4 {
	color: #F9A51A;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

h3 a {
	color: #CD3301;
}

h3 a:hover {
	color: #F9A51A;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

p a{
	text-decoration: none;
	color: #333333;
}

p a:hover {
	text-decoration: none;
	color: #F9A51A;
}

ul {
	margin: 0px;
}

.orange {
	color: #F9A51A;
}

.smallOrange {
	color: #F9A51A;
	font-size: 10px;
}

.smallRed {
	color: #CD3301;
	font-size: 10px;
}

/* Products Page */

.productContainer {
	float: left;
	width: 550px;
	margin-bottom: 15px;
}

.productContainer ul {
	list-style-type: none;
	padding: 0px;
}

.productText {
	float: left;
	width: 420px;
}

.productText2 {
	float: left;
	width: 275px;
}

.productText3 {
	float: left;
	width: 550px;
}

.productImage {
	float: left;
	width: 130px;
	text-align: center;
}

/* @group Border */

#borderTop {
	background: url(images/borderTop.jpg) bottom no-repeat;
	height: 10px;
	width: 620px;
	float: left;
}

#borderBottom {
	float: left;
	background: url(images/borderBottom.jpg) top no-repeat;
	width: 620px;
	height: 10px;
}

/* @end */