/*******************************************
*
* Clear CSS
*
*******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*******************************************
*
* Taylored Printing CSS
*
*******************************************/

html {
	height:100%;
}
body {
	height:100%;
	background:#000;
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma;
	font-size:14px;
}
p,h1,h2,h3,h4,h5,h6 {
	padding:10px 0;
}
sup {
	font-size:10px;
}
blockquote {
	margin:0px;
	padding:10px 0 10px 10px;
}
a,a:visited {
	color:#003E88;
	text-decoration:none;
}
a:hover {
	color:#003E88;
	text-decoration:none;
}
h1 {
	color:#e1a90c;
	font-size:1.7em;
	font-weight:bold;
	margin:0 10px;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
}
h3 {
	color:#939598;
}
.blue {
	color:#00abda;
}
.green {
	color:#bad248;
}
.magenta {
	color:#b81388;
}
.indigo {
	color:#4a328e;
}
.grey {
	color:#939598;
}
h3 {
	font-size:1.5em;
	font-weight:bold;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
}
h5 {
	font-size:1.3em;
	font-weight:bold;
}
h6 {
	font-size:1.2em;
	font-weight:bold;
}
#wrapper {
	position:relative;
	min-height:100%;
}
.clear {
	clear:both;
}
* html #wrapper {
	height:100%;
}
#header_wrap {
	background:url("/images/stripe-bg.gif") repeat-y;
	width:900px;
	height:113px;
	margin:0 auto;
}
#header_content {
	width:900px;
	min-width:900px;
	margin:0 auto;
	text-align:center;
}
#nav_wrap {
	background:url("/images/nav-bg.gif") repeat-x;
	width:900px;
	height:34px;
	margin:0 auto;
}
#nav_content {
	width:900px;
	min-width:900px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.navigation {
	font-weight:bold;
	width:900px;
}
.navigation ul {
	padding:5px 0;
	margin:0;
	text-align:center;
}
.navigation ul li {
	display:inline;
	margin:0;
}
.navigation ul li a {
	color:#fff;
	padding:5px 0;
	margin:0 10px;
	text-decoration: none;
}
.navigation ul li a:hover, .navigation ul li a.selected {
	border-bottom:3px solid #FFB21F;
}
#slidewrap {
	width:900px;
	min-width:900px;
	height:228px;
	margin:0 auto;
}
#slidetext {
	width:900px;
	padding:10px 0 0 30px;
	color:#e1a90c;
	font-size:2.0em;
	font-weight:bold;
	z-index:999;
	position: absolute;
	top:160px;
}
#serv-img-wrap {
	width:900px;
	min-width:900px;
	height:228px;
	margin:0 auto;
	background:url('../images/services-image.jpg') no-repeat;
}
#serv-img-wrap div.leftcol {
	float:left;
	width:250px;
	padding:10px 0 0 30px;
	color:#e1a90c;
	font-size:2.0em;
	font-weight:bold;
}
#serv-img-wrap div.rightcol {
	float:right;
	width:540px;
	padding:15px 30px 0 0;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1.5px;
	line-height:135%;
}
#equip-img-wrap {
	width:900px;
	min-width:900px;
	height:228px;
	margin:0 auto;
	background:url('../images/equipment-image.jpg') no-repeat;
}
#equip-img-wrap div.leftcol {
	float:left;
	width:250px;
	padding:10px 0 0 30px;
	color:#e1a90c;
	font-size:2.0em;
	font-weight:bold;
}
#equip-img-wrap div.rightcol {
	float:right;
	width:540px;
	padding:15px 30px 0 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
#prepress-img-wrap {
	width:900px;
	min-width:900px;
	height:228px;
	margin:0 auto;
	background:url('../images/prepress-image.jpg') no-repeat;
}
#prepress-img-wrap div.leftcol {
	float:left;
	width:250px;
	padding:10px 0 0 30px;
	color:#e1a90c;
	font-size:2.0em;
	font-weight:bold;
}
#prepress-img-wrap div.rightcol {
	float:right;
	width:540px;
	padding:15px 30px 0 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
#main_content {
	width:900px;
	min-width:900px;
	margin:0 auto;
	height:100%;
	background:url("../images/portfolio-bg.gif") no-repeat #535355;
}
#main_content_inner {
	width:880px;
	min-width:880px;
	margin:0 auto;
	padding:0 10px;
	height:100%;
	background:#fff;
}
#main_left {
	width:630px;
	float:left;
	padding:0 10px;
}
#main_right {
	width:250px;
	float:left;
}
#main_right_col_left {
	width:110px;
	padding:0 5px 0px 0px;
	float:left;
}
#main_right_col_right {
	width:110px;
	float:left;
}
li {
	list-style-image:url("/images/arrow.png");
	margin:10px 50px;
	padding:0px;
}
#footer_wrap {
	margin:0 auto;
	clear:both;
	width:900px;
	height:59px;
	background:url("/images/footer-bg.gif");
	color:#fff;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color:#fff;
	text-decoration:none;
	border:none;
}
#footer_wrap a:hover {
	text-decoration:none;
}
#footer_content {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	font-size: 12px;
}
.footer_nav {
	font-weight:bold;
	width:900px;
}
.footer_nav ul {
	padding:5px 0;
	margin:0;
	text-align:center;
}
.footer_nav ul li {
	display:inline;
	margin:0;
}
.footer_nav ul li a {
	color:#fff;
	padding:5px 0;
	margin:0 10px;
	text-decoration:none;
}
.footer_nav ul li a:hover, .footer_nav ul li a.selected {
	border-bottom:2px solid #fff;
}
#footer_left {
	float:left;
	width:440px;
	padding:0 0 0 10px;
}
#footer_right {
	float:left;
	width:440px;
	text-align:right;
	padding:0 10px 0 0;
}
.services_col {
	float:left;
	width:207px;
	padding:0 5px 0 10px;
	height:600px;
}
.services_col_bdr {
	float:left;
	width:210px;
	padding:0 5px 0 10px;
	border-right:#939393 solid 1px;
	height:580px;
}
.prepress_col {
	float:left;
	width:217px;
	padding:0 5px 0 10px;
	height:575px;
}
.prepress_col_bdr {
	float:left;
	/* width:210px; */
	width:200px;
	padding:0 5px 0 10px;
	border-right:#939393 solid 1px;
	height:565px;
}
.equip_col {
	float:left;
	width:207px;
	padding:0 5px 0 10px;
	height:480px;
}
.equip_col_bdr {
	float:left;
	width:210px;
	padding:0 5px 0 10px;
	border-right:#939393 solid 1px;
	height:470px;
}
.contact_col {
	float:left;
	width:440px;
	padding:0 0 0 10px;
}
.formfield {
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma;
	font-size:14px;
	border:1px solid #e9e9e9;
	padding:5px;
}
.transparent_class {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.toggler { cursor:pointer; color:#000; margin: 0; padding:5px; font-size:16px }
.toggler:hover { background:#eee; }
.element { padding:0 5px; }
#portfolio_left_col {
	float:left;
	width:215px;
	padding:0 0 0 10px;
	color:#fff;
}
#portfolio_img_thumb {
	float:left;
	width:655px;
	padding:0 10px;
	text-align:center;
}
#portfolio_img_thumb img {
	padding:2px;
}
#portfolio_img_large {
	float:left;
	width:655px;
	padding:10px;
	text-align:center;
}

