@charset "UTF-8";
body  {
	background-image:url(../images/bdygray.jpg); 
	background-repeat:repeat-x;
	background-color:#b5bcc2;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


 #container { 
	width: 960px; 
	background: #FFFFFF;
	background-image:url(../images/content_back.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left;
} 

 #menu {
background-image: url(../images/menubarb.jpg); height:44px;
padding-left:20px;
   text-decoration:none;

} 

	
	/* CONTENT AREA */
	
.content {
	margin-left: 12px;
	background-image:url(../images/content_back.jpg);
	background-repeat:repeat-y;}
	
	

	/* GRID */
	
	
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
	display:inline;
	float:left;
	margin-left: 12px;
	margin-right: 12px;
	padding:0px;
	}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.center{margin:0px 6px;}


/* The measurement for the grids is the total width of the bar minus the margins on both sides, except for grid_8 */
.grid_1{width:67px; }
.grid_2 {width:146px; } /* 2 grids wide minus margins on the outsides */
.grid_3{width:225px; } /* 3 grids wide minus margins on the outsides */
.grid_4 {width:304px; }
.grid_5{width:383px; }
.grid_6 {width:462px; }
.grid_7{width:541px; }
.grid_8{width:620px; }
.grid_9{width:699px; }
.grid_10{width:778px; }
.grid_11{width:857px; }
.grid_12{width:936px; }


/* This is set up to push a grid over into the center of the page  - it's the total measurement of the space preceding the grid, not including margins) */
.prefix_1{padding-left:79px}
.prefix_2{padding-left:158px}
.prefix_3{padding-left:237px}
.prefix_4{padding-left:316px}
.prefix_5{padding-left:395px}
.prefix_6{padding-left:474px}
.prefix_7{padding-left:553px}

/* total measurement of the space preceding the grid, not including margins) */
.suffix_1{padding-right:79px}
.suffix_2{padding-right:158px}
.suffix_3{padding-right:237px}
.suffix_4{padding-right:316px}
.suffix_5{padding-right:395px}
.suffix_6{padding-right:474px}
.suffix_7{padding-right:553px}


html body * span.clear,html body * div.clear,html body * li.clear, html body * dd.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
	}
	
.clearfix{display:block}




	/* FOOTER */


 #footer { background-image:url(../images/footerb.jpg); background-repeat:no-repeat; height:108px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:10px;}
	
 #footer a{color:#FFFFFF; text-decoration:none;}
 #footer a:hover{text-decoration:underline;}

 #footer h1 { color:#FFFFFF; font-size:14px; margin:0px; padding:0px; letter-spacing:1px;}

#copyrights{width:410px; float:right; color:#FFFFFF; margin-top:54px; margin-right:10px; }
#customer{width:440px; color:#FFFFFF; margin-right:10px;}

 #footer .footernav {padding-top:20px;}
 #footer .footerhed {padding-top:38px;}
	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

