
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {  
	margin:0; 
	padding:0; 
  	height: 101%; /* Required */
	background-color:#000000;

}

body,div,pre,form,fieldset,input,h1,h2,h3,h4,h5,h6,p,textarea,ul,ol,li,dl,dt,dd,blockquote,th,td {  
	margin:0; 
	padding:0; 
}


p {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.2;
	margin: 0px 0px 8px 0px;
	text-align:left;
}

#quote p {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	font-size: 12px;
	line-height: 1.2;
	padding: 4px 0px 4px 0px;
	text-align:left;
}

#footer p {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
	font-size: 9px;
	line-height: 1.2;
	padding: 20px 0px 40px 0px;
	text-align:left;
}

#footer a, #footer a:link {
	color:#666666;
	text-decoration:underline;
}


ul, li {
	font-family:"Times New Roman", Times, serif;
	list-style-position: outside;
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	margin-left: 12px;
	margin-top: 2px;
	padding-left: 12px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 16px;
	color:#990000;
	line-height: 18px;
 	font-weight: bold;
 	margin: 0px 0px 3px 0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
 	font-size: 13px;
	color: #5e3f28;
	line-height: 15px;
 	font-weight: bold;
 	margin: 0px 0px 2px 0px;
}

a:link {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color:#333333;
}
a:active {
	color: #FFF;
}


blockquote {
	margin: 0px 0px 10px 25px;
	text-align:left;
}



a.plainlink {
	text-decoration:none;
	border-bottom: 0px;
	}
	
#menu a, #menu a:link, #menu a:active, #menu a:hover, #menu a:visited {
	text-decoration:none;
	border-bottom: 0px;
	}
	



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper { 
	margin: 0 auto; 
	width: 950px;
	height: 101%;
}

#nav {
	  height: 30px;
	  width: 950px;
	  }

#nav a {
	  line-height: 30px;
	  color:#600;
	  text-decoration:none;
	  font-size:13px;
	  padding: 0px 12px 0px 12px;
	  border-right: 1px #600 solid;
	  }
	  
#nav a:hover {
	  color:#FFFFFF;
	  }
	  
#top { 
	float: left;
	width: 950px;
	background-image:url(images/background-top.jpg);
	background-repeat:no-repeat;
	padding-bottom: 43px;
}

#bottom { 
	float: left;
	width: 950px;
	height: 80px;
	background-image:url(images/background-bottom.jpg);
}

#leftcol { 
	float: left;
	width: 177px;
	padding-left: 44px;
}

#logo { 
	float:left;
	width:177px; 
	height: 144px;
}

#menu { 
	float:left;
	width:174px;
}

#leftarrow {
	float: left;
	width: 37px;
}

#rightarrow {
	float: left;
	width: 37px;
	margin-top: 144px;
}


#contentcol {
	float: left;
	width:624px;
	height: 610px;
	margin-top: 59px;
	padding: 25px;
	background-image:url(images/central-content-background.png);
	background-repeat:no-repeat;
}

#contenthome {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
}


#contentlargeformat {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/largeformat.jpg);
	background-repeat:no-repeat;
}


#contentdigital {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/digital.jpg);
	background-repeat:no-repeat;
}

#contentoffset {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/offset.jpg);
	background-repeat:no-repeat;
}

#contentdesign {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/design.jpg);
	background-repeat:no-repeat;
}

#contentfulfillment {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/fulfillment.jpg);
	background-repeat:no-repeat;
}

#contentbinding {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/binding.jpg);
	background-repeat:no-repeat;
}

#contentcredit {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/credit.jpg);
	background-repeat:no-repeat;
}

#contentFTP {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/FTP.jpg);
	background-repeat:no-repeat;
}

#contentquote {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/quote.jpg);
	background-repeat:no-repeat;
}

#contentportfolio {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/portfolio.jpg);
	background-repeat:no-repeat;
}

#contentawards {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/awards.jpg);
	background-repeat:no-repeat;
}

#contentcontact {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
}

#contentthankyou {
	float: left;
	width:624px;
	height: 611px;
	background-image:url(images/thankyou.jpg);
	background-repeat:no-repeat;
}


#contentdiv { 
	margin: 340px 25px 25px 25px;
	padding: 25px;
	height: 200px;
}

#plain {
	display:inline;
	float:left;
	padding-right:20px;
	width: 200px;
	}

#footer {
	float:left;
    clear:both;
	width: 940px;
	padding-top: 5px;
	}

#quote {
	margin: auto 3px;
	padding: 50px;
	width: 800px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;
	text-indent:5px;
}


#quote h2 {
	padding: 10px;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;
	font-weight:bold;
}

#quote p {
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;
}

p.white, a.white {
	color:#FFFFFF;
}