	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #fff url(img/bg.png) top left repeat-x;
	font: 12px/1.3 arial, helvetica, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	height: 0;
	padding: 0;
	margin: 0;
	}
	
h2	{
	font-family: Jester, arial, helvetica;
	font-size: 17px;
	color: #c00;
	padding: 0;
	margin: 0 0 16px 0;
	}

h4	{
	font-family: Jester, arial, helvetica;
	font-size: 15px;
	color: #09c;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #c00;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
.btn { 
	color: #fff; 
	font-size: 14px; 
	font-family: Jester, arial, helvetica;
	background: #e5e5e5; 
	border: 0; 
	padding: 15px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 15px;
	border-radius: 15px;
	} 
	
.btn:hover	{background: #c00;}
	
input.btn	{color: #000;}
input.btn:hover	{color: #fff;}

.btn_wrap 	{
	margin: 15px 0;
	}
	
a:link.btn, a:visited.btn	{text-decoration: none; color: #000;}
a:hover.btn	{text-decoration: none; color: #fff;}

.item	{
	width: 172px;
	height: 235px;
	float: left;
	margin: 13px;
	}

.btn_img	{
	width: 170px;
	height: 170px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
	}

	/*   Basic Layout Divisions	*/
	
#top	{
	width: 990px;
	height: 88px;
	background: transparent url(img/printguys.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
.orderbtn	{
	position: absolute;
	top: 21px;
	right: 60px;
	display: block;
	width: 121px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(img/order.png) top left no-repeat;
	border: 0;
	}
	
#wrapper	{
	background: #fff;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	}
	
#content 	{
	width: 920px;
	float: left;
	margin: 0;
	padding: 10px 35px 0 35px;
	}
	
#footer	{
	clear: both;
	background: #fff url(img/footer.png) bottom left no-repeat;
	width: 870px;
	height: 77px;
	margin: 0;
	padding: 18px 110px 0 0;
	text-align: right;
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 59px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 59px;
	width: 990px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 59px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 364px; width: 65px;}
#services	{left: 429px; width: 213px;}
#equipment	{left: 642px; width: 100px;}
#quote	{left: 742px; width: 142px;}
#contact	{left: 884px; width: 106px;}

#home a:hover {background: transparent url(img/menu.png) -364px -59px no-repeat;}
#services a:hover {background: transparent url(img/menu.png) -429px -59px no-repeat;}
#equipment a:hover {background: transparent url(img/menu.png) -642px -59px no-repeat;}
#quote a:hover {background: transparent url(img/menu.png) -742px -59px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -884px -59px no-repeat;}

	/* Additional Formatting	*/
	
.framed	{
	border: 1px solid #666;
	}

.header	{
	background: #c00;
	color: #fff;
	font-weight: bold;
	}
	
.cell	{
	background: #fff;
	}

.div	{
	border-right: 1px dotted #999;
	}
	
	/* Shameless Plug	*/

#ink	{
	background: transparent;
	float: left;
	margin: 35px 0 20px 200px;
	font-size: 11px;
	}
	
#ink a	{
	color: #9cf;
	}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a, #selectomatic strong	{
	color: #fff;
	}
