body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav {
	position: relative;
	width: 200px;
	float: left;
}
#search {
	position: relative;
	width: 650px;
	padding: 55px 40px 40px 0;
	float: right;
}
#search p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color: #2f5aac;
}
#search input, #search select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	vertical-align: middle;
}
#content {
	position: relative;
	width: 672px;
	padding: 35px 22px 35px 0;
	float: right;
}
.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}

/* PAGE SPECIFIC */

#col_left, #col_right {
	position: relative;
	float: left;
	width: 310px;
}
#col_right {
	float: right;
}
#content.index #col_left {
	width: 350px;
}
div.summary {
	position: relative;
	width: 160px;
	float: left;
	margin: 0 30px 30px 0;
	background-color: #2f5aac;
}
div.cnc_machine_tools div.summary {
	margin: 0 10px 10px 0;
}
div.last, div.cnc_machine_tools div.last {
	margin-right: 0;
}
div.summary img.cap {
	position: absolute;
	top: 0;
	left: 0;
}
div.summary a.description {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	padding: 4px 4px 30px 4px;
	background-image: url(../images/thumb_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.summary a.description strong {
	font-size: 1.2em;
}
#content.index #col_right {
	width: 270px;
}

/* NAV */

#nav ul {
	position: relative;
	margin: 25px 0 0 0;
	padding: 4px 0 0 0;
	list-style: none;
	background-image: url(../images/nav_colour_strip.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
	width: 200px;
}
#nav ul li a {
	position: relative;
	display: block;
	color: #252074;
	text-decoration: none;
	font-size: 1.2em;
	width: 200px;
}
#nav ul li a img {
	vertical-align: middle;
}
#nav ul li a span {
	position: relative;
	display: block;
	float: left;
	font-size: 1.8em;
	padding: 0 10px;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 36px;
	text-align: center;
}
#nav ul li a:hover span, #nav ul li.selected a span {
	background-image: url(../images/nav_highlight.gif);
	background-position: center 1px;
	background-repeat: no-repeat;
}
#nav ul li ul {
	font-size: 0.7em;
	margin: 0 0 10px 57px;
	background-image: none;
	width: 143px;
}
#nav ul li ul li a {
	padding: 3px 0;
	width: 143px;
}
#nav ul li ul li a:hover, #nav ul li ul li.selected a {
	text-decoration: underline;
}
p.address {
	padding-top: 80px;
	background-image: url(../images/nav_footer.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#CNC_Machine_Tool_detail #images {
	position: relative;
	width: 310px;
	float: left;
}
#CNC_Machine_Tool_detail #details {
	position: relative;
	width: 352px;
	float: right;
}
#CNC_Machine_Tool_detail #details form p {
	padding: 0 10px;
	font-weight: bold;
}
#CNC_Machine_Tool_detail #details form input.Name {
	position: relative;
	width: 165px;
	float: left;
	color: #666666;
}
#CNC_Machine_Tool_detail #details form input.Contact_on {
	position: relative;
	width: 165px;
	float: right;
	color: #666666;
}
#CNC_Machine_Tool_detail #details form textarea {
	width: 100%;
	margin: 10px 0;
	color: #666666;
}

/* MISC */

h1.substituted {
	position: absolute;
	margin-left: -999em;
}
p.latest_stock {
	position: relative;
	background-image: url(../images/title_latest_stock.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 28px 15px 10px 0;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: right;
}
div.thumbnail {
	position: relative;
	width: 160px;
	margin: 0 1px 2px 1px;
	float: left;
	text-align: center;
	background-color: #666666;
}
a.accessibility_link {
	position: absolute;
	margin-left: -999em;
}
a img {
	border: none;
}
.smaller {
	font-size: 0.8em;
}
p.disclaimer {
	border: 1px solid #252074;
	background-color: #f0f3f9;
	padding: 4px 8px;
	font-size: 0.8em;
	text-align: center;
	margin-top: 50px;
}
form p span {
	font-size: 0.8em;
	color: #999999;
	font-style: italic;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	width: 100%;
	height: 85px;
}
#errors {
	background-color: #fbeded;
	color: #CC0000;
	font-weight: bold;
	padding: 12px 5px 0 5px;
	margin: 0 0 12px 0;
	border: 1px solid #CC0000;
}
img.sold {
	position: absolute;
	top: 0;
	left: 0;
}