/**

	Web Design & Backend by James Haigh
	
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}
body {
	margin: 1.5em;
	background-color: #F5F5F5;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
fieldset {
	border: 1px solid #DEDEDE;
	margin: 2px;
	padding: 5px;
	background-color: #FDFDFD;
	margin-left: 20px;
	margin-top: 15px;
}
form table tr td {
	padding-right: 10px;
}
legend {
	padding: 1px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #AAA;
	font-size: 10pt;
}
input, textarea {
	border: 1px solid #DEDEDE;
	padding: 3px;
	font-family: "Trebuchet MS";
	color: #666;
}
input:focus {
	border: 1px solid #AAA;
}
h1 {
}
h2 {
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
}
h4 {
}
h5 {
}
div#right_menu img {
	border-bottom: 1px solid #FFF;
	padding-bottom: 1px;
} 
div#right_menu img:hover {
	border-bottom: 1px solid #DDD;
}
div#latest_blogposts {
	border-top: 1px solid #DDD;
	padding-top: 20px;
	margin-top: 300px;
	color: #999;
}
div#latest_blogposts a {
	text-transform: uppercase;
}
div#latest_blogposts ul, div#latestblogposts ul li {
	list-style: none;
	font-family: "Tahoma";
	font-size: 9pt;
}
div#navigation a:hover, a.button:hover {
	background-color: #F5F5F5;
}
div#navigation {
	margin-bottom: 40px;
}
div#logo {
	background-position: center ;
	background-repeat: no-repeat;
	background-image:url('../images/newlogo.png');
	width: 255px;
	height: 85px;
	margin-top: 20px;
	margin-bottom: 40px;
}
div#logo:hover {
	background-image:url('../images/new_logo_nocolour.png');
	cursor: pointer;
}
div#container {
	border: 1px solid #DDD;
	width: 902px;
	height: auto;
	padding: 10px;
	padding-bottom: 0;
	background-color: #FFF;
	background-image:url('../images/middle_divider.png');
	background-position: 271px center;
	background-repeat: no-repeat;
}
div#footer {
	padding-top: 10px;
}
div#footer {
	font-family: "Arial";
	font-size: 8pt;
	color: #696969;
}
div#footer a {
	color: #696969;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer div#bottom {
	margin-top: 10px;
	color: #999;
}
div#footer div#bottom a {
	color: #999;
	margin: 0;
	padding: 0;
}
div#left, div#right {
}
div#left {
	float: left;
	width: 250px;
}
div#right {
	float: right;
	width: 637px;
	min-height: 550px;
	background:url('../images/right_background.png') #FEFEFE;
	background-position: right bottom;
	background-repeat: no-repeat;
}
div#clear {
	clear: both;
}
div#right_title {
	margin: 5px;
	text-align: left;
	padding: 10px;
	padding-left: 0;
	font-family: Tahoma;
	font-size: 8pt;
	color: #AAA;
	margin-bottom: 0;
	width: 617px;
}
div#right_title img {
}
div#right_title small {
	display: block;
	padding-left: 10px;
	color: #999;
}
div#right_title a {
	color: #999;
	text-decoration: underline;
}
div#right_info {
	text-align: left;
	font-size: 8pt;
	color: #515151;
	font-family: "Trebuchet MS";
	width: 441px;
	float: left;
	padding: 7px;
	line-height: 18px;
	margin-top: 4px;
}
div#right_info p {
	margin: 0;
	padding: 0;
	float: left;
}
div#right_menu {
	float: right;
	width: 147px;
	margin-right: 5px;
	margin-top: 9px;
	background-image:url('../images/content_separator.png');
	background-position: left 120px;
	background-repeat: repeat-y;
}
div#right_menu a {
	cursor: default;
}
div#right_menu a img {
	cursor: pointer;
	display: block;
	margin-bottom: 6px;
	padding-top: 2px;
}
div#result_area {
	background-image:url('../images/gradient2.png');
	background-repeat: repeat;
	margin-top: 15px;
	padding: 8px;
	height: 17px;
	
}
div#noscript {
	margin-bottom:20px;
	background-color:#FF0000;
	color:#FFF;
	font-size:8pt;
	font-family:Tahoma;
}
a#homeLink {
	cursor: pointer;
}
a.view {
	background-image:url('../images/button_view.gif');
}
div.item_header {
}
div.item_details {
}
div.item_details_left {
	float: left;
	text-align: left;
	width: 430px;
	font-family: "Arial";
	padding-top: 5px;
	color: #333;
	font-size: 10pt;
}
div.item_details_right {
	float: right;
	padding-left: 10px;
	width: 160px;
}
div.item_details_right a {
	padding: 5px;
	font-family: "Trebuchet MS";
	color: #000;
	font-size: 10pt;
	display: block;
	text-decoration: none;
}
div.item_details_right a:hover {
	background-color: #FFF;
}
div.item_details_right div.menu {
	background-color: #F1F1F1;
}
div.submenu {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div.submenu a:hover {
	text-decoration: underline;
}
input.submit {
	padding: 4px;
	background-image:url('../../dynamic_image/3/Submit');
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	width: 70px;
}
input.reset {
	padding: 4px;
	background-image:url('../../dynamic_image/3/Reset');
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	width: 70px;
}
input.submit:hover, input.reset:hover {
	border: 1px solid #BBB;
}
div#right_title img.description {
	padding-left: 1px;
}
div#right_title img.name {
	margin-top: 26px;
	margin-bottom: 8px;
	border-bottom: 1px solid #DFF2F3;
}
p.product_description {
	color: #999;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.addressline {
	color: #AAA;
	font-family: Arial;
	font-size: 8pt;
}
ul.list_manufacturers {
	list-style: none;
}
ul.list_manufacturers a:hover {
	text-decoration: underline;
}
ul.list_manufacturers li small {
	display: block;
	margin-left: 10px;
	color: #AAA;
	font-style: italic;
	padding-bottom: 10px;
}
ul.list_manufacturers li a {
	font-size: 9pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.pg-normal {
	font-size: 8pt;
	font-family: Arial;
	color: #AAA;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;
}
.pg-selected {
	font-size: 8pt;
	font-family: Arial;
	color: #AAA;
	font-weight: bold;        
	cursor: pointer;
}