/*
Theme Name: Silsoe Odours Ltd
Theme URI: http://www.uniteldirect.co.uk
Description: Silsoe Odours Ltd
Author: Unitel Direct Ltd
Author URI: http://www.uniteldirect.co.uk
Version: 2.2
Tags: Silsoe Odours Ltd, unitel direct ltd
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f8f6f1 url(images/bg.jpg) repeat-x top left;
}
#wrapper {
	margin: 0 auto;
	width: 942px;
}
/* -----------------------------------
	Header
----------------------------------- */
#header {
	width: 942px;
	height: 140px;
	padding: 0px;
	margin: 0px;
	background: url(images/header-bg.jpg) repeat-x top left;
}
/* -----------------------------------
	Navigation
----------------------------------- */
#navigation {
	width: 942px;
	height: 37px;
	padding: 18px 0px 0px 0px;
	margin: 0px;
	background: url(images/navigation-bg.jpg) repeat-x top left;
}
#theLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#theLinks li a {
	color: #d7d7d7;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
#theLinks li a:hover {
	color: #c6c0a6;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
.current_page_item a {
	color: #c6c0a6 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
/* -----------------------------------
	Content
----------------------------------- */
#content {
	width: 942px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	background: #f8f6f1;
}
#content p {
	color: #242424;
	font-size: 14px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h1 {
	color: #35679a;
	font-size: 32px;
	padding-top: 10px;
}
#content h2 {
	color: #6972b5;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#content h3 {
	color: #444444;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h4 {
	color: #242424;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content li {
	color: #242424;
	font-size: 14px;
	list-style: inside circle;
	margin-left: 40px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#content a {
	color: #242424;
	font-size: 14px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#contactForm {
	min-height: 100px;
	min-width: 100px;
	float: right;
	margin-left: 150px;
}
#contactForm p {
	color: #496481;
	font-weight: bolder;
}
/* -----------------------------------
	Footer
----------------------------------- */
#footer {
	width: 942px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background: #336699;
}
#footer h1, #footer h1 a {
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
}
/* -----------------------------------
	Wordpress Image Alignment
----------------------------------- */
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
	margin: 0 auto;
}