@media print
{
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#main-nav { visibility:hidden; }
	#description { visibility:hidden; }
}


#container
{
	margin:auto;
	width:1100px;
}

#header
{
	position: relative;
	height: 215px;
	width: 1100px;
	background: url("/images/public/header_bg.jpg") no-repeat top center;
}

#header-content
{
	position: absolute;	
}

#logo
{
	
	background:transparent url(/images/public/logo_guys.gif) no-repeat right bottom;
	position: absolute;
	top: 90px;
	left: 90px;
	padding: 0 100px 20px 0;
}

#logo a
{
	width:210px;
	height:105px;
	display: block;
}

#tag-line
{
	position: absolute;
	top: 125px;
	right: 95px;
}

#tag-line ul
{
	display: inline;
}

#tag-line li
{
	display: inline;
	font-size:12px;
}

#tag-line p
{
	font-size:12px;
	float:left;
	padding-right:5px;	
}

#main-nav
{
	position: absolute;
	top: 162px;
	right: 85px;
}

#main-nav dt
{
	float:left;
	padding-bottom: 24px;
}

#main-nav dt#current
{
	background-image: url("/images/public/nav_bracket_bottom.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#main-nav span
{
	display: block;
}

#main-nav span#current
{
	background-image: url("/images/public/nav_bracket_side.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
}

#main-nav a
{
	display: block;
}

#main-nav a#current
{
	background-image: url("/images/public/nav_bracket_side.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#main-nav img
{
	padding:10px 10px 8px 10px;
}


#frame-modules
{
	padding:0;
	background: url("/images/public/content_bg.jpg") repeat-y top left;
}

#footer
{
	background: url("/images/public/footer_bg.jpg") repeat-x top left;
	height:115px;
	padding:25px 98px 0 97px;
}

#footer-contact
{
	float:left;
	padding-left:0;
	padding-right:6px;
}

#footer-copyright
{
	float:right;
}

.link-arrow-right
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}
