
/* Layout divisions and rules */

.imgSubMenu		{
	border: 0;
	display: block;
	float: left;
	}
	
.imgLeft	{
	border: 0;
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	}

.imgRight	{
	border: 0;
	display: block;
	float: right;
	padding: 0px 5px 0px 0px;
	}
	

body	{
	margin: 10px 0px;
	padding: 0;
	border: 0;
	text-align:center;	
	color: #555;
	background: url(../images/bodyBG.gif) top repeat-x; 
	font: 11px arial, helvetica, helve, sans-serif;
	}

#wrapper	{
	margin: 0px auto;
	padding: 0;
	border: 0;
	width: 820px;
	background: url(../images/contentBG.gif) top center repeat-y;
	text-align:center;	
	}

#header	{
	
	width: 820px;
	height: 72px;
	padding: 0px;
	margin: 0px 0x -3px 0px;
	clear: both;
	}

	
#introPanel	{
	width: 820px;
	height: 130px;
	padding: 0px;
	border: 0;
	margin: 0 auto;
	}

#content {
	width: 820px;
	padding: 0;
	background: url(../images/contentBGTop.jpg) top center no-repeat;
	text-align: left;
	clear: both;
	*margin: -3px 0px 0px 0px;	 
	}
	
td.tableText {
	background-color: #e7e7e7;
}	

/* Main Content Layout */

#menu	{
	background: url(../images/menuBg.jpg) no-repeat bottom left;
	width: 620px;
	height: 34px;
	padding: 0px 0px 0px 200px;
	*margin: -3px 0px 0px 0px;
	}

/* home layout */




/* 3 column layout */
#mcLeft { 
	
	float:left;
	width: 188px;
	padding: 39px 0px;
	margin: 0px auto;	
	}
	
#mcLeft p {
	
	padding: 0px 8px 0px 18px;

	
}	

#mcMiddle { 
	width: 429px;
	padding: 0px 8px;
	float:left;
	}

#mcRight {
	width: 184px;
	float:left;
	padding: 41px 0px 0px 0px;
	margin: 0px auto;
}

.columns {	
	width: 130px;
	margin-right: 4px;
	margin-left: 4px;
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#products {
		margin: 0px auto;
		padding: 0px 8px;
		float: left;
		width: 600px;
		text-align: left;
		}

#footer		{
	clear: both;
	width: 820px;
	padding: 8px 0px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/footerBg.gif) center repeat-y;
	}

	
#footer ul {
		margin: 0px auto;
		padding: 8px 0px 8px 225px;
		}
		
#footer ul li {
		float: left;
		padding: 0px 8px;
		font-size: 10px;
		list-style: none;
		color: #fff;
	}
	
#footer ul li a:link, #footer ul li a:hover,  #footer ul li a:visited,  #footer ul li a:active{
		color: #fff;
		text-decoration: underline;
	}


/* Linkage */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	font-size: 12px;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #555;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	background: transparent;  
	}

a.stuff,a:link.stuff, a:visited.stuff{
			color:#069;
			font: normal 10px/10px arial, sans-serif;
			text-decoration:none;
			border-bottom: 1px solid #ececec;
						}
			
a:hover.stuff{
			background-color:#e3e3e3;
			}
	
p	{
	line-height: 15px;
	margin-top: 0;
	padding: 5px 5px 0px 5px;
	clear: both;
	}
	
p.events	{
	line-height: 16px;
	margin-top: 0;
	padding: 5px 10px;
	clear: both;

	}
	
.operations strong {
	color: #781319;
}
	
.feature	{
	width: 820px;
	margin: 0 auto;
	padding: 0px;
	}


h1 {
	font-weight: normal;
	margin: 8px 0px 10px 5px;
	padding: 0;
	border: 0;
	letter-spacing: 1px;
	line-height: 1em;
	color: #781319;
	text-transform: uppercase;
	font: 14px arial, helvetica, helve, sans-serif;
	font-weight: bold;
	}


h2, h3, h4, h5	{
	font-weight: normal;
	margin: 15px 0px 10px 5px;
	padding: 0;
	border: 0;
	letter-spacing: 1px;
	line-height: 1em;
	color: #781319;
	text-transform: uppercase;
	font: 14px arial, helvetica, helve, sans-serif;
	font-weight: bold;
	}
	
.nameLogo strong{
	color: #000;
}
	
/*left nav menu*/

	#menu ul {
		margin: 0px auto;
		padding: 8px 0px;
		}
		
	#menu ul li {
		float: left;
		padding: 0px 8px;
		font-size: 12px;
		text-align:center;
		list-style: none;
	}


#products ul{
	margin: 0px auto;
	padding: 0px;
	
}
		
#products ul li {
		float: left;
		padding: 0px 32px 32px 8px;
		font-size: 12px;
		list-style: none;
		margin: 0; 
}
#box {
	padding:5px;
   	border: 1px dashed black;
}