container { 

	margin: 0px auto 0px auto;
	
	width: 850px;
}


div {

	/*border: 1px solid red;*/

}

body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0px; 
	text-align: center;
	font-family: arial;
	
}
*
{
	margin: 0;
	padding: 0;
}

#main-container
{
	margin: 0px auto 0px auto; 
	text-align: center;
	width: 850px;
	height: auto;
	
	
}
#top
{

	margin: 0px auto 0px auto; 

	background-image: url(images/top_fade.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 330px;
	
}



#header
{
	margin: 0px auto 0px auto; 
	
	height: 108px;
	width: 850px;
	
	

	text-align: left;

}


#navigation
{
	height: 84px;
	
	white-space: nowrap;
}

#nav_buttons
{
	float: left;
	color: #F79239;
	/*top: 70px;
	left: 240px;*/
	/*position: absolute;*/
	text-transform: inherit;
	white-space: nowrap;
	font-size: 15px;
}

#nav_buttons a
{

	color: white;
	text-decoration: none;

}

#nav_buttons a:hover
{

	color: #f79239;
	text-decoration: none;

}

#nav_buttons img
{

	margin-right: 10px;


}

#flash_bar
{

	margin-top: 8px;
	/*width: 810px;*/

}

#headline
{
	font-family: Helvetica;
	font-size: 52px;
	color: white;
	text-align: left;
	margin-left: 15px;
	margin-top: 7px;
	font-weight: bold;
	width: 810px;
}

#content
{
	font-size: 10pt;
	color: #cbcbcb;
	line-height: 25px;
	text-align: left;
	
	/*width: 850px;*/
	width: 850px;

}

#content h2
{
	font-family: Gill Sans, Trebuchet MS;
	font-size: 14pt;
	margin-bottom: 10px;
	font-weight: 500;
	color: white;
}

#content h3
{
	font-family: Gill Sans, Trebuchet MS;
	font-size: 13pt;
	margin-bottom: 8px;
	font-weight: 500;
	color: #feca04;
}


#content h3.design
{

	color: #feca04;
}

#content h3.printing
{

	color: #2390de;
}

#content h3.promotions
{

	color: #0bcb22;
}

#content h3.fulfillment
{

	color: #e7770a;
}

.home_box
{
	float: left;
	width: 350px;
	height: 650px;
	border-color: #373737;
	border-width: 2px;
	border-style: solid;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}



.home_box p {
	
	margin-top: 20px;

}

.home_box h2
{

	margin-top: 20px;

}

hr {
	
	border: none 0;
	border-top: 1px solid #373737;
	width: 100%;
	text-align: left;/*this will align it for IE*/
	margin: 20px auto 0 0; /*this will align it left for Mozilla*/
}

.service_list{
	line-height: 16px;
	float: left;
	margin-right: 20px;
	font-size: 8pt;

}

.indenter
{

	margin-left: -12px;

}

.service_contain
{
	
	clear: both;
	width: 350px;
	height: 100px;
	/*border-bottom: 1px solid #373737;*/
	margin-top: 10px;
}


#phone_box
{
	float: left;
	width: 288px;
	/*height: 21px;*/
	/*background-image: url(images/phone_back.jpg);*/
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	left: 510px;
	color: white;
	margin-top: 5px;
	
	margin-bottom: 0px;
	
}

.text
{
	font-size: 12pt;
	/*margin-right: 20px;*/
	line-height: 12pt;

}

#copyright
{
	margin-top: 0px;
	font-size: 8pt;
	float: left;
	clear: both;
	width: 388px;
	/*height: 21px;*/
	text-align: right;
	position: relative;
	left: 410px;
	color: #757575;
	margin-bottom: 20px;
	line-height: 12pt;
}

img {

	border: 0px;


}


