* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #ECE6CC;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	margin: 0px auto;
	width: 840px;
}
#header {
	background: url(images/header-top.jpg) no-repeat left top;
	height: 176px;
}
#menu {
	background: url(images/header-nav.jpg) no-repeat left top;
	height: 47px;
}
#menuItems {
	float: left;
	margin-top: 15px;
	padding-left: 263px;	
}
#menuHome {
	float: left;
	width: 70px;
}
#menuProducts {
	float: left;
	width: 109px;
}
#menuAbout {
	float: left;
	width: 89px;
}
#menuInfoDesk {
	float: left;
	width: 114px;
}
#menuShop {
	float: left;
	width: 98px;
}
#menuContact {
	float: left;
	width: 82px;
}
#content {
	background: url(images/body-bg-strip.jpg) repeat-x left top;	
}
#topContent {
	height: 30px;
	background: url(images/body-top.jpg) no-repeat;		
}
#sideContent {
	float: left;
	width: 283px;
}
#mainContent {
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-left: 10px;
}
#homeLeftCol {
	float:left;
	width: 280px;
}
#homeRightCol {
	float:left;	
	width: 200px;
	padding-left: 20px;
}
#boxContent {
}
#boxContent p {	
	float: left;
	font-size: 11px;
	padding: 7px 10px 0 85px;
	line-height: 1.2em;
}
#box1 {
	float: left;
	width: 250px;
	height: 121px;
	margin-left: 30px !important;
	margin-left: 20px;
	background: url(images/tile1.jpg) no-repeat right top;	
}
#box1 h3 {
	font-size: 12px;
	margin: 18px 0 0 60px;
}
#box2 {
	float: left;
	width: 245px;
	height: 121px;
	margin-left: 20px;
	background: url(images/tile2.jpg) no-repeat right top;	
}
#box2 h3 {
	font-size: 12px;
	margin: 18px 0 0 50px;
}
#box2 p {	
	padding-right: 12px;
}
#box3 {
	float: left;
	width: 246px;
	height: 121px;
	margin-left: 20px;
	background: url(images/tile3.jpg) no-repeat right top;	
}
#box3 h3 {
	font-size: 12px;
	margin: 18px 0 0 50px;
}
#footer {
	height: 45px;
	background: url(images/footer.jpg) no-repeat left top;	
}
#footer p {	
	font-size: 11px;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
}
#footer a {
	color: #FFF;
}
.separatorInvisible {
	clear: both;
}
.boldRed {
	font-weight: bold;
	color: #b91f23;
}
.warning {
	color:#B91F23;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #B91F23;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
h3 {
	margin-bottom: 5px;
	font-size: 14px;
}

p, ol, ul, blockquote {
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.5em;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style: square;
}

a {
	color: #B91F23;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.submenu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
.submenu li {
	margin-bottom: 10px;
}
.submenu a {
	color: #003300;
}
.newsdate {
	font-size: 11px;
	color:#999999;
}

/* ------------- CONTACT FORM ------------- */
#contactForm {
	margin: 30px 0 0 0;
}
#contactForm label, #contactForm input, #contactForm select, #contactForm textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#contactForm label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	border: none;
}
#contactForm .submitButton {
	border: 1px solid #B91F23;
	background: #B91F23;
	font-weight: bold;
	color: #FFF;
	width: 80px;
	cursor: pointer;
	padding: 0;
}
#contactForm br {
	clear: left;
}
