/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#FFFFFF url("../images/wrap-top.jpg") top repeat-x;
	text-align:left; 
	font:12px/16px "Arial", Helvetica, sans-serif; 
	color:#58636e;
	}

h1	{ font-size:1.6em; color:#2372bf; margin-top:10px !important; }
h2	{ font-size:1.1em; color:#2372bf; }
h3	{ font-size:1.0em; color:#2372bf; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2372bf; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#333333; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{clear:both;}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}
img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

.disclaimer {
	font-size:10px;
	line-height:10px !important;
	margin-top:15px !important;
	}

label.solv {color:#009933;}

.map {margin-left:5px; float:left;}
.title {margin-left:2px; }
/* ------------------------ main framework ------------------------ */
#wrap-index {
	width:810px;
	margin:0 auto;
	text-align:left;
	}
#wrap {
	background:url("../images/wrap-inside.jpg") repeat-y;
	width:810px;
	margin:0 auto;
	text-align:left;
	}

.wrap-bottom { 
	background:url("../images/wrap-bottom.jpg") bottom left repeat-x;
	height:86px;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:270px;
	float:left;
	margin-right:2px;
	}
.form-bg{
	background:url("../images/bg-form.jpg") no-repeat;
	height:272px;
	}

	#column-left p {margin:0px 0px 10px 20px;}

	#column-left form { margin-left:21px; } /* set form margin here */
	
div.capabilities {
	background:url("../images/img-left-column.jpg");
	position:relative;
	height:399px;
	}
	div.capabilities a.special-events {
		position:absolute;
		width:125px;
		height:28px;
		margin-left:11px;
		margin-top:65px;
		}
	div.capabilities a.online-quote {
		position:absolute;
		width:125px;
		height:28px;
		margin-left:11px;
		margin-top:198px;
		}
	div.capabilities a.capabilities {
		position:absolute;
		width:125px;
		height:28px;
		margin-left:11px;
		margin-top:331px;
		}
	div.capabilities a span {display:none;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:536px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0px 5px 6px 15px;
		}
	#column-right p {
	line-height:15px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #404040;
}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ol{ padding-left:5px; margin-bottom:10px; }
		#column-right ol li {
			list-style: decimal;
			margin-left:40px;
			}
	/* single column list */
	#column-right ul { padding-left:5px; margin-bottom:10px; }
		#column-right ul.single li {
			background:transparent url("../images/img-arrow.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:20px;
			}
	/* single column list */
	#container ul.single { padding-left:5px; margin-bottom:10px; margin-top:10px; }
		#container ul.single li {
			background:transparent url("../images/img-arrow.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:190px;
			}
			
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#2372bf;
			margin-left:10px;
			margin-top:10px;
			font-size:13px;
			}
		#column-right dl dd {
			background:transparent url("../images/img-arrow.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:20px;
			}
		 dl dd a:link, dl dd a:visited { color:#58636e; text-decoration:underline; outline:none; }
		 dl dd a:hover, dl dd a:active { color:#2372bf; text-decoration:none; outline:none; }

table{
	border-collapse:collapse;
	margin:10px 0px 10px 16px;
	color:#000000;
	border-color:#333333;
	}
	
	table tr.entry td{
		width:249px;
		padding:0px 5px 0px 5px;
		background-color:#E0E0E0;
		font-size:11px;
		border-color:#333333;
		}
	table tr.winners td{
		width:119px;
		padding:0px 5px 0px 5px;
		background-color:#E0E0E0;
		font-size:11px;
		border-color:#333333;
		}
	table tr.winners td.bg {background-color:#FFFFFF !important;}
		
	td strong {color:#000000;}


div.customer-service {
	float:left; 
	width:200px; 
	margin-left:20px; 
	border:#666666 1px solid; 
	padding-bottom:8px;
	}


div.production {
	float:left; 
	width:200px; 
	margin-left:20px; 
	border:#1C1C1C 1px solid; 
	padding-bottom:30px;
	}

	div.customer-service h2, div.production h2 {
		background-color:#1C1C1C;
		color:#FFFFFF;
		width:auto;
		text-align:center !important;
		margin:0px !important;
		}


/* ------------------------ header framework ------------------------ */
#header-graphic { height:177px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#location #header-graphic { background:url("../images/header-index.jpg"); }
	body#pre-press #header-graphic { background:url("../images/header-pre-press.jpg"); }
	body#capabilities #header-graphic { background:url("../images/header-capabilities.jpg"); }
	body#special-events #header-graphic { background:url("../images/header-special-events.jpg"); }
	body#contact-us #header-graphic { background:url("../images/header-contact-us.jpg"); }
	body#online-quote #header-graphic { background:url("../images/header-online-quote.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-online-quote.jpg"); }
	body#directory #header-graphic { background:url("../images/header-directory.jpg"); }



/* ------------------------ title framework with varying heights ------------------------- */
.title-contact {
	height:33px;
	background:url("../images/title-contact.jpg") ;
	}

.title-our-vision {
	height:26px;
	background:url("../images/title-our-visions.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
.bottom-links {
		background:url("../images/img-bottom-links.jpg") no-repeat;
		position:relative;
		clear:both;	
		height:129px;
		}
	.bottom-links a.special-events {
		position:absolute;
		margin:67px 0px 0px 6px;
		width:125px;
		height:28px;
		}
	.bottom-links a.get-quote {
		position:absolute;
		margin:67px 0px 0px 287px;
		width:125px;
		height:28px;
		}
	.bottom-links a.our-capabilities {
		position:absolute;
		margin:67px 0px 0px 554px;
		width:125px;
		height:28px;
		}
	.bottom-links a.special-events span, .bottom-links a.get-quote span, .bottom-links a.our-capabilities span {display:none;}
	
/* ------------------------ form elements ------------------------ */
form {
	width:234px;
	margin:0px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6898c8;
	color:#000;
	width:229px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:162px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select {width:175px; height:20px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea {height:90px; width:300px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	border:none;
	width:96px;
	height:31px;
	cursor:pointer;
	margin:5px 0px 0px 0px; 
	}
input.submit-send{ 
	background:url("../images/btn-send.jpg");
	border:none;
	width:90px;
	height:51px;
	cursor:pointer;
	margin:5px 0px 0px 0px; 
	}

input.submit-send { margin:70px 0 0 180px; } /* defines placement of contact-main submit button */




/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */

#footer {
	width:810px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}
	
#footer p {
	color:#666666;
	margin:0px;
	}

#footer a:link, #footer a:visited { text-decoration:none; color:#CCCCCC; }
#footer a:hover, #footer a:active { text-decoration:none; color:#FFFFFF; }

#footer ul {padding:35px 0px 2px 0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #666666;
		}
	#footer li.first { border: none; }

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:810px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 77px; margin-left:7px;}
#nav-02 { width: 87px; margin-left:2px;}
#nav-03 { width: 110px; margin-left:2px;}
#nav-04 { width: 119px; margin-left:2px;}
#nav-05 { width: 120px; margin-left:2px;}
#nav-06 { width: 169px; margin-left:2px;}
#nav-07 { width: 100px; margin-left:2px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -7px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -86px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -175px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -287px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -408px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -530px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -701px -34px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -7px -34px no-repeat; }
body#pre-press  #nav-02 { background:url("../images/nav.jpg") -86px -34px no-repeat; }
body#capabilities #nav-03 { background:url("../images/nav.jpg") -175px -34px no-repeat; }
body#special-events #nav-04 { background:url("../images/nav.jpg") -287px -34px no-repeat; }
body#online-quote #nav-05 { background:url("../images/nav.jpg") -408px -34px no-repeat; }
body#directory #nav-06 { background:url("../images/nav.jpg") -530px -34px no-repeat; }
body#contact-us #nav-07 { background:url("../images/nav.jpg") -701px -34px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }


/* -----------------------------  fx.Accordion  -------------------------------------------- */

h4.title {
	background-color:#666666;
	width:494px;
	height:auto;
	color:#FFFFFF;
	padding-left:5px;
	margin:2px 0px 0px 5px !important;
	font-size:15px;
	clear:both;
	line-height:11px;
	padding-top:5px;
	padding-bottom:5px;
	}

h3 a:link, h3 a:visited {
	text-decoration:none;
	color:#000000;
	height:auto;
}
h3 a:hover {
	text-decoration:none;
	color:#000000;
}
/* background image list items */

#container {
	width: 480px;
	margin-left:5px;
}

/* fx. Container */
#container h3 {
	background-color:#CCCCCC;
	width:494px;
	height:auto ;
	color:#000000;
	padding-left:5px;
	margin:2px 0px 0px 5px !important;
	font-size:14px;
	clear:both;
	line-height:11px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}
#content {
	padding: 0 0 20px 0;
	}

/* adds padding-bottom to content */
#content div {
	margin: 0;
	padding: 0;
	height: 1%;
	}
.stretcher {
	background-color:#FFFFFF;
	}
#msg {
	width:200px;
	margin-left:34px;
}

#logout {
	float:right;
	margin-right:50px;
	width:50px;
}
#msg, #logout {
	background: #4890AF;
	text-align:center;
	color:#FFF;
}

