@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #001824 url(../images/spiral-background.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.home-page-text {
	position:absolute;
	top:93px;
	right:156px;
	width: 573px;
}

#video-link {
	position:absolute;
	bottom:20px;
	left: 16px;
}

#branding-header {
	background: #404041 url(../images/header-right.png) right no-repeat;
	height: 103px;
	padding-top: 15px;
	position:relative;
}

div.video {
	margin-bottom:10px;
}

#zone-branding-inner {
	width:960px;
	margin: 0 auto;
	position:relative;
}

p, h1, h2, h3, li {
	font:100% Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	color:#FFF;
}

.table-text, .table-text p {
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	padding: 3px 0;
	margin:0;
}

h1{
	font-size:22px;
}

h1 a{
	text-decoration:none;
}
h2 {
	font-size:18px;
	color:#FFFFFF;
}

h3 {
	font-size:16px;
}

p, li {font-size:13px;
}

h1, h2, h3 {
	font-weight:bold;
}

a{font:Arial, Helvetica, sans-serif;
color:#000;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#main-menu {
	width:200px;
	float:left;
}

#main-menu li{
	padding:0;
}

#main-menu li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	margin-bottom:3px;
	background: url(../images/main-menu-button.png) no-repeat top left;
	font-size: 15px;
}

#main-menu li a:hover{
	opacity:0.7;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr.front #mainContent {
	padding: 20px 0 0 0;
	margin: 0;
	min-height:500px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 0 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}


.oneColFixCtrHdr.home-page #mainContent {
	background:url(/images/Serrated-cutterblocks.jpg) no-repeat 133px 120px;
}

#mainContentInner {
	float:right;
	width:700px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	background:#404041 url(../images/header-right.png) no-repeat right;
}

#footer-inner {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.logo {
	float: left;
	margin-right: 20px;
}

.contact-details {
	float:right;
	margin:13px 300px 0 0;
}

.side-images{
	float:right;
	margin-top:30px;
}


.more-info{
	width:200px;
	height:80px;
	background:#333;
	color:#FFF;
	padding:8px;
}

.more-info a{
	color:#FFF;
}

.more-info.jp100{
	float:left;
	margin-top:250px;
	margin-left:20px;

}

.more-info.jp20{
	float:right;
	margin-top:350px;
	margin-right:20px;

}

.front h1.title{
	background:url(/images/serrated-cutterblocks-title.png) no-repeat;
	text-indent:-1000em;
	height:87px;
	width:717px;
	position:absolute;
	left: 231px;
	top: 35px;
}

h1.well-large{
	font-size:30px;
}

.product-wrapper{
	width:900px;
	border:solid 1px #999;
	height:323px;
	background:url(/images/product-spec-background.png) repeat-x;
	padding:0 0 0 20px;
	margin: 5px 0;
}

.product-wrapper img{
	float:right;
}
.more-info.ultrasonic-tanks {
	position: absolute;
	bottom: 58px;
	left: 527px;
	width: 207px;
}


#block-block-2 {
	position: absolute;
	top: 10px;
	left: 290px;
	width: 600px;
	height: 78px;
	text-align:left;
}

h2.sub-title {
	position:absolute;
	width:179px;
	bottom:45px;
	left: 219px;
	height: 61px;
	color:#FFFFFF;
}

.home-page h2 a{
	color:#FFFFFF;
	text-decoration:none;
}

div.wooden-owl {
	position:absolute;
	bottom:0px;
	left: 573px;
	width: 382px;
	height: 309px;
}

.step-box {
	width:210px;
	float:left;
	margin: 0 30px 0 0;
}
.step-box img{
	border:5px #FFF solid;
	margin-bottom:6px;
}

.step-box.last{
	margin: 0 0 0 0;
}

.step-box.wide{
	margin-top:20px;
	width:auto;
}

table.spec-table h4{
	color:#333;
	font:Arial, Helvetica, sans-serif;
}
#mainContent #mainContentInner li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.image-container {
	float:left;
	width:133px;
	margin-right:15px;
}
