	/*	
	CSS by Chris Duren @ Invisible-Ink.com
	Increase your visibility with Invisible Ink (TM)
	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #fff url(img/bg.png) top left repeat-x;
	font: 12px/1.4 arial, helvetica, verdana, sans-serif;
	color: #036;
	margin: 0;
	}
	
	/*	Typography	*/
	
h3	{
	width: 197px;
	height: auto;
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 7px 15px;
	margin: 0 0 16px 0;
	background: #036;
	border-bottom: 1px solid #fff;
	}
	
h3 a:link, h3 a:visited, h3 a:hover	{
	display: block;
	color: #fff;
	text-decoration: none;
	}
	
h4	{
	font-size: 14px;
	color: #023b6a;
	margin: 0 0 10px 0;
	}

h5	{
	font-size: 13px;
	text-transform: uppercase;
	color: #036;
	padding: 10px 15px;
	margin: 0 0 16px 0;
	background: transparent url(img/h5.png) top left repeat-x;
	border-top: 1px dotted #369;
	border-bottom: 1px dotted #369;
	}
	
p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #369;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #9cf;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: transparent;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	}

#logo	{
	width: 1000px;
	height: 298px;
	position: relative;
	z-index: 500;
	}
	
#logo h1	{
	width: 1000px;
	height: 298px;
	text-indent: -9999px;
	z-index: 500;
	margin: 0;
	padding: 0;
	}
	
#logo h2	{
	width: 202px;
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(img/h2.png) bottom left no-repeat;
	font-size: 14px;
	color: #036;
	padding: 7px 15px 0 15px;
	margin: 0;
	text-transform: uppercase;
	z-index: 600;
	}
		
	/*	Main Navigation	*/

#menu	{
	width: 1000px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 800;
	margin: 0 auto;
	}

#menu div	{
	float: left;
	font-weight: bold;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #fff;
	height: 54px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border-top: 0;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
	margin: -1px 0 0 0;
	padding: 0;
	position: absolute;
	background: #fff url(img/bg-dropdown.png) top right no-repeat;
	}	

/* Product sub-headings */
#menu div ul li div ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	position: relative;
	border: 0;
	}

/* Product sub-menus */
#menu div ul li div ul li ul	{
	list-style: square;
	margin: 0 0 0 15px;
	border: 0;
	}
	
/* Product sub-menu list items */
#menu div ul li div ul li ul li	{
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	background: transparent;
	}

#menu div ul li div ul li ul li a:link, #menu div ul li div ul li ul li a:visited, #menu div ul li div ul li ul li a:hover {
	color: #369;
	text-decoration: underline;
	}

#menu div li	{
	margin: 0;
	padding: 0;
	padding: 5px 15px;
	}	

#menu div li a:link	{
	margin: 0;
	height: auto;
	width: auto;
	color: #036;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	background: transparent;
	}
	
#menu div li a:visited	{
	margin: 0;
	height: auto;
	width: auto;
	color: #369;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	background: transparent;
	}
	
#menu div li a:hover	{
	margin: 0;
	height: auto;
	width: auto;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 0;
	background: transparent;
	}

#home a {background: transparent url(img/menu/home.png) top left no-repeat; width: 84px;}
#products a {background: transparent url(img/menu/products.png) top left no-repeat; width: 120px;}
#services a {background: transparent url(img/menu/services.png) top left no-repeat; width: 111px;}
#company a {background: transparent url(img/menu/company.png) top left no-repeat; width: 115px;}
#community a {background: transparent url(img/menu/community.png) top left no-repeat; width: 133px;}
#contact a {background: transparent url(img/menu/contact.png) top left no-repeat; width: 144px;}

#menu div a:hover, #products.menu-active a, #services.menu-active a, #company.menu-active a {background-position: 0 -54px;}
	
#search	{
	width: 292px;
	height: 54px;
	background: transparent url(img/bg-search.png) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #bcd1e7;
	position: relative;
	}

.terms	{
	position: absolute;
	top: 18px;
	left: 85px;
	width: 160px;
	height: 16px;
	}

.go	{
	position: absolute;
	top: 14px;
	left: 243px;
	background: url(img/go.png) no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
	padding-top: 32px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	}

	/*	Content	*/

#sub	{
	background: transparent;
	width: 227px;
	float: left;
	padding: 0 0 50px 0;
	margin: 0;
	}

#sub p	{
	padding: 0 15px 15px 15px;
	}

#sub ul	{
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	text-align: left;
	}
	
#sub li	{
	margin: 0 20px;
	padding: 8px 0 8px 5px;
	border-bottom: 1px dotted #369;
	}
	
#sub li a	{
	text-decoration: none;
	}
	
#sub li a:hover	{
	text-decoration: underline;
	}
	
.tab	{
	margin-top: 14px;
	}
	
#links	{
	width: 156px;
	background: transparent url(img/bg-links.jpg) bottom left no-repeat;
	margin: 0 auto;
	padding: 0 25px;
	color: #930;
	text-transform: uppercase;
	}

#content 	{
	background: transparent;
	width: 713px;
	float: left;
	margin: 0;
	padding: 25px 30px;
	font: 12px/1.5 arial, helvetica, verdana, sans-serif;
	}
	
#content li	{
	padding: 0;
	margin: 0 0 8px 0;
	}
	
#bottom	{
	clear: both;
	width: 1000px;
	height: 110px;
	background: transparent url(img/sidebar.png) bottom left no-repeat;
	}
	
#advantage	{
	width: 670px;
	border: 1px solid #9cf;
	padding: 15px 20px;
	margin-left: 257px;
	background: transparent url(img/advantage.png) top left repeat-x;
	font-weight: bold;
	text-align: center;
	color: #036;
	}
	
#footer	{
	clear: both;
	width: 100%;
	height: 50px;
	padding: 0;
	background: #fff url(img/footer.png) top left repeat-x;
	text-align: center;
	color: #036;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #9cf;
	}

#copyright	{
	background: transparent;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 25px 0 25px;
	text-align: left;
	}

	/* Slideshow */
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 580px; 
    height:90px; 
} 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

	/*   Classes 	*/

.nomargin	{
	margin: 0;
	padding: 0;
	}

.header	{
	background: #036;
	color: #fff;
	font-weight: bold;
	}

.cell	{
	background: #e5e5e5;
	}

.pics	{
	padding: 6px;
	border: 1px solid #369;
	background: #daeefe url(img/pics.png) top left repeat-x;
	}

	/*   Links 	*/

a:link	{
	color: #036;
	font-weight: bold;
	}
	
a:visited	{
	color: #369;
	font-weight: bold;
	}
	
a:hover	{
	color: #039;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #036;
	padding: 6px 20px;
	color: #fff;
	position: absolute;
	z-index: 999;
	}
	
#selectomatic a	{
	color: #fff;
	}

