@charset "utf-8";
/* CSS by Jason Bobich, Far North Web Design, LLC */


/* MAIN BODY ELEMENTS */

body {
	background: #fafafa url(XXXimages/body.png) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	line-height: 140%;
}

a {
	color: #3e9fd5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 886px;
	margin: auto;
}

#header { 
	width: 886px;
	height: 90px;
	background: url(images/header.png) no-repeat;
	text-align: right;
}

#menu {
	background: url(images/menu.png) no-repeat;
	width: 886px;
	height: 43px;
}

#main {
	background: url(images/body-bg.png) repeat-y;
	width: 886px;
}

#main-bottom {
	width: 886px;
	height: 21px;
	background: url(images/body-footer.png) no-repeat;
}

#footer {
	padding: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
}

/* MAIN MENU */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.bubplastic.horizontal {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 830px;
	margin: auto;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 37px;
	float: left;
	font-size: 13px;
	color: #4288ae;
	text-decoration: none;
	padding-left: 15px;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 32px;
	padding-top: 10px;
	padding-right: 15px;
	background: transparent url(images/menu-divider.png) top right no-repeat;
	cursor: pointer;
}

.bubplastic.horizontal .start {
	height: 37px;
	width: 2px;
	background: url(images/menu-divider.png) no-repeat;
}

.bubplastic.horizontal ul li a:hover,
.bubplastic.horizontal ul li.highlight a {
	background: transparent url(images/menu-hover.png) top center no-repeat;
}
.bubplastic.horizontal ul li a:hover span.menu_ar,
.bubplastic.horizontal ul li.highlight a span.menu_ar {
	background: transparent url(images/menu-hover.png) top right no-repeat;
}

/* HOME PAGE */

#home {
	width: 826px;
	padding: 10px 30px;
}

.home-box {
	background: url(images/home1.jpg) no-repeat;
	width: 826px;
	height: 300px;
	margin-bottom: 10px;
}

.home-box h1 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.module {
	height: 115px;
	width: 259px;
	background: url(images/module.png) no-repeat;
	padding: 10px;
	margin-top: 10px;
}

.module h2 {
	font-size: 13px;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #47ade6;
	color: #47ade6;
	text-align: left;
}

.home-tips {
	padding: 10px;
}

h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: none;
	color: #47ade6;
	text-align: center;
	border-bottom: 1px solid #47ade6;
}

.home-menu {
	padding: 10px;	
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	background: #fff url(images/left-menu-bg.png) top repeat-x;
	font-size: 12px;
}

.home-menu h3 {
	font-size: 13px;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #47ade6;
	color: #47ade6;
	text-align: left;
}

.home-menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.home-menu li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 18px;
}


/* PAGES */

.content {
	padding: 0;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.content h1 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.left-menu-inner {
	padding: 0 10px;	
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	background: #fff url(images/left-menu-bg.png) top repeat-x;
	font-size: 12px;
}

.left-menu {
	width: 250px;
	margin-right: 10px;
}

.left-menu-top {
	width: 250px;
	height: 6px;
	background: url(images/left-menu-top.png) no-repeat;
}

.left-menu-bottom {
	width: 250px;
	height: 6px;
	background: url(images/left-menu-bottom.png) no-repeat;
}

table.main-table {
	padding: 0 12px;	
}

.left-menu-inner ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.left-menu-inner li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 18px;
}

table.products td {
	background: url(images/row_bg.gif) bottom repeat-x;
	padding: 20px;
	color: #333;
	font-size: 12px;
}

table.products td img {
	border: none;	
}

table.products td h2 {
	font-size: 13px;
	color: #4288ae;
	padding: 0;
	margin: 0;
}