/*===== Default styles =====*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#040404;
	background-color:#fff;	
	background-image:url("/gfx/background.png");
	background-position:top;
	background-repeat:repeat-x;
}

.size1 { font-size: 75% !important; }
.size2 { font-size: 100% !important; }

h1 {
	font-size:2.17em;
	font-weight:normal;
	padding-top:10px;
}

h2 {
	font-size:1.17em;
	font-weight:normal;
}

.panel h2 {
	color:#fff;
	background-image:url("/gfx/panelBg.gif");
	background-repeat:repeat-x;
	border-bottom:1px solid #020202;
	font-weight:bold;
	padding:0 12px;
	height:33px;
	line-height:33px;
}

h3 {
	margin:0 0 1.12em 0;
	font-size:1em;
	color:#bec0c2;
}

img {
	border:0;
}

p {
	margin:0 0 1.12em 0;
	line-height:1.25em;
}

a {
	color:#ee2e24;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.hr {
	height:1px;
	line-height:1px;
	margin:20px 0;
	clear:both;
}
.cleaner {
	height:1px;
	line-height:1px;
	clear:both;
}

.hidden {
	display:none;
}

#mainContainer ul {
	margin:1em 0;
	line-height:1.25em;
}
#mainContainer ul ul {
	margin:2px 0;
}
	
#mainContainer ol {
	padding-left:30px;
	margin:1em 0;
	line-height:1.25em;
}

#mainContainer ul li {
	padding-left:30px;
	list-style-type:none;
	background-image:url("/gfx/bullet.gif");
	background-position:10px 3px;
	background-repeat:no-repeat;
}


/*===== Layout etc =====*/

/*-- Top Nav -- */
#topnav {
	margin:0 auto;
	width:920px;
	height:40px;
}

	ul#bonusMenu {
		height:40px;
		width:400px;
		float:left;
	}
	
	#bonusMenu li {
		float:left;
		list-style:none;
		padding-top:14px;
		padding-right:30px;
	}
	
	#bonusMenu a {
		color:#e9e9e9;
		font-size:0.92em;
	}
	
	#bonusMenu img {
		vertical-align:top;
	}
	
	#search {
		float:right;
		width:252px;
		padding-top:9px;
	}
		
	#searchBox {
		border:1px solid #000;
		background-image:url("/gfx/searchBox.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:223px;
		padding:2px;
		vertical-align:middle;
	}
		
	#searchButton {
		vertical-align:middle;
	}
	
#header {
	margin:0 auto;
	width:920px;
	height:100px;
	position:relative;
}

	#logo {
		position:absolute;
		top:10px;
		left:0;
	}
	
	#millsCNC {
		position:absolute;
		top:32px;
		right:0;
	}

#mainContainer {
	margin:0 auto;
	width:920px;
}

	#leftNav {
		float:left;
		width:260px;	
	}
		
		#leftNav ul li a {
			font-weight:normal;
		}
		
		#leftNav ul li a.on {
			font-weight:bold;
			color:#040404;
		}
		
		#leftNav ul li {			
			font-size:1.17em;
			padding-bottom:5px;
		}
		
		.panel {
			border:1px solid #020202;
			margin-bottom:10px;
		}
		
		.contactUs {
			background-color:#020202;
			cursor:pointer;
		}
		
		.contactUs div {
			font-size:1.5em;
			color:#fff;
			padding:0px 15px 10px;
		}
		
			
			.contactUs h2 a {
				color:#fff;
			}
			
			.contactUs h2 a:hover {
				text-decoration:none;
			}
			
			.contactUs strong {
				color:#7399c6;	
			}
			
		.story {
			background-color:#e6e6e6;
			width:257px;
			height:119px;
			border-bottom:1px solid #fff;
		}
		
		.size2 .story {
			height:175px;
		}
		
			.story img {
				float:left;
			}
			
			.story p {
				float:right;
				width:115px;
				margin-top:15px;
				margin-right:10px;
				margin-bottom:0;
			}
		
	#main {
		float:right;	
		width:610px;
		border:8px solid #bec0c2;
		padding:12px;
		background-image:url("/gfx/jigsaw.jpg");
		background-position:top right;
		background-repeat:no-repeat;
	}
	
		#heading {
			height:85px;
			width:400px;
			margin-bottom:24px;
		}
	
#footer {
	margin:0 auto;
	width:930px;
	height:60px;
	clear:both;
	background-image:url("/gfx/footer.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	position:relative;
}

	#footer div {
		position:absolute;
		top:15px;
		left:295px;
		font-weight:bold;
		color:#fff;
	}
	
#footer2 {
	width:920px;
	margin:0 auto;
	font-size:0.92em;
}

.copyright {
	font-weight:bold;
	float:left;
	width:500px;
}
	
#plug {
	float:right;
	text-align:right;
	width:120px;
	height:20px;
	line-height:20px;
	background-image:url("/gfx/fivesite.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.size2 #plug {
	width:145px;
}
	#plug a {
		color:#040404;
	}


