/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
}
div#page
{
	margin:0 auto 0 auto;
	width:780px;

}
div#header
{	width:780px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	height:79px;
}
div#navBar
{
	width:780px;
	height:21px;
	float:left;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #85baff;
	
}
div#navBarLinks
{
	width:90px;
	font-size:10px;
	color:#85baff;
	font-weight:bold;
	float:left;
	padding-top:2px;
}
div#navBarLinks a, a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#85baff;
	text-decoration:none;
}
div#navBarLinks a:hover, a:active
{
	font-size:10px;
	font-weight:bold;
	color:yellow;
	text-decoration:none;
}
div#contentContainer
{
	width:780px;
	background-image:url(images/contentrepeaterhome.jpg);
	background-repeat:repeat-y;
	float:left;
}
div#leftNav
{
	width:150px;
	float:left;	
}
div#leftNavHeader
{	
	float:left;
	width:144px;
	padding:6px 5px;
	background-image:url(images/graynav.jpg);
	height:18px;
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
}
div#leftNavHeader a, a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:none;
}
div#leftNavHeader a:hover, a:active
{
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:underline;
}

div#leftNavText
{
	float:left;
	width:135px;
	padding:15px 10px;
}
div#leftNavText	a, a:visited
{
	font-size:11px;
	font-weight:normal;
	color:black;
	text-decoration:underline;
}
div#leftNavText a:hover, a:active
{
	font-size:11px;
	font-weight:normal;
	color:#2c5098;
	text-decoration:underline;
}

div#middleContent
{
	width:460px;
	padding:10px 10px;
	float:left;
	line-height:16px;
}
div#retailPack
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}
div#materials
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}
div#supplies
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}
div#equipMach
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}
div#packServ
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}
div#merchan
{
	width:210px;
	padding:0px 10px 5px 10px;
	float:left;
	line-height:14px;
}

div#rightAdBAr
{
	width:135px;
	padding-top:5px;
	pading-bottom:5px;
	float:right;
	line-height:14px;
	padding-left:10px;
}
div#footer
{
	width:780px;
	float:left;
	height:33px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	color:#85baff;
	font-weight:normal;
	padding-top:10px;
}
/*formatting styles for homepage*/
h1
{
	font-size:16px;
	color:#2c5098;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:normal;
}
h2
{
	font-size:14px;
	color:#2c5098;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
h2 a, h2 a:visited, h2 a:hover, h2 a:active
{
	font-size:14px;
	color:#2c5098;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
a, a:visited
{
	font-size:11px;
	color:#2c5098;
	text-decoration:underline;
}
a:hover, a:active
{
	font-size:11px;
	color:#85baff;
	text-decoration:underline;
}
	


	

	
	
	
	
	
	

