/* Basic Styles */
body {
	margin: 0;
	background: url(images/background.png);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #898077;
}
table {
	border-collapse:collapse;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	margin-bottom: 0px;
}
img {
	border: 0px;
}
a:link, a:hover, a:visited, a:active {
	color: #0b9eb2;
	text-decoration: none;
}
.spacing {
	clear: both;
	width: 936px;
	height:35px;
}
.spacing10 {
	clear: both;
	width: 10px;
	height:10px;
}
.spacing5 {
	clear: both;
	width: 5px;
	height:5px;
}
#canvas {
	width: 936px;
	height: 100%;
	padding: 4px 18px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
.topSpace {
	width:936px;
	height: 63px;
}
	.topSpace .logoHeader {
		height: 63px;
		width: 185px;
		float: left;
	}
	.topSpace .contactInfo {
		height: 63px;
		width: 185px;
		float: right;
		text-align: right;
		padding-right: 34px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: #000000;
	}


/*    NAVIGATION STUFF */
.mainNav {
	clear: both;
	width: 936px;
	height:37px;
	margin: 0px;
	padding: 0px;
	background: url(images/mainnav_background.png);
	background-repeat: no-repeat;
}
.mainNav ul.mainNavList {
	list-style: none;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	float: right;
}
.mainNav ul.mainNavList li {
	float: left;
	padding-right: 8px;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* Normal Links */
.mainNav ul.mainNavList li.home a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.mainNav ul.mainNavList li.how a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.mainNav ul.mainNavList li.products a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.mainNav ul.mainNavList li.about a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.mainNav ul.mainNavList li.contact a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 12px;
}


/* Hover Links */
.mainNav ul.mainNavList li.home a:hover {
	text-decoration: underline;
}
.mainNav ul.mainNavList li.how a:hover {
	text-decoration: underline;
}
.mainNav ul.mainNavList li.products a:hover {
	text-decoration: underline;
}
.mainNav ul.mainNavList li.about a:hover {
	text-decoration: underline;
}
.mainNav ul.mainNavList li.contact a:hover {
	text-decoration: underline;
}


/* Selected Links */
body.index .mainNav ul.mainNavList li.home a {
	text-decoration: underline;
}
body.howitworks .mainNav ul.mainNavList li.how a {
	text-decoration: underline;
}
body.products .mainNav ul.mainNavList li.products a {
	text-decoration: underline;
}
body.about .mainNav ul.mainNavList li.about a {
	text-decoration: underline;
}
body.contact .mainNav ul.mainNavList li.contact a {
	text-decoration: underline;
}

.containerFix {
	clear: both;
	height: 1px;
}
/* HOME PAGE */
.homeMainContainer {
	width: 921px;
	height: 295px;
	background: url(images/home_main_container.png);
	background-repeat: no-repeat;
	padding: 3px 12px 2px 3px;
}
	.homeMainContainer .homePhoto {
		border: 2px #FFFFFF solid;
		width: 506px;
		height: 290px;
		float: left;
	}
	.homeMainContainer .homeExtras {
		width: 400px;
		height: 288px;
		float: right;
	}
		.homeMainContainer .homeExtras .buttons {
			float: left;
			margin-top: -4px;
		}
.homeGreenContainer {
	clear: both;
	width: 928px;
	height: 262px;
	padding: 6px 4px;
	background: url(images/home_green_container.png);
	background-repeat: no-repeat;
}
	.homeGreenContainer .whiteBoxTitle {
		width: 301px;
		height: 35px;
		float: left;
		margin: 0px 4px;
	}
	.homeGreenContainer .whiteBox {
		width: 291px;
		height: 146px;
		float: left;
		margin: 0px 4px;
		padding: 12px 5px 0px 5px;
		background: url(images/whitebox.png);
		background-repeat: no-repeat;
		
	}
	
/* BASIC INTERIOR PAGE */
.greyContainer {
	width: 876px;
	padding: 15px 30px;
	background: url(images/greycontainer.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}
.greyContainerBottom {
	width: 936px;
	height: 8px;
	background: url(images/greycontainer_bottom.png);
	background-repeat: no-repeat;
}
	.greyContainer ul li {
		line-height: 36px;
	}

/* HOW IT WORKS */
.howContainer {
	width: 932px;
	padding: 15px 2px;
	background: url(images/greycontainer.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
	.howContainer .howItem {
		width: 250px;
		padding: 0px 30px;
		float: left;
	}
	.howContainer .howDivider {
		width: 1px;
		height: 150px;
		float: left;
		background: url(images/how_divider.png);
		background-repeat: no-repeat;
	}
/* PRODUCTS */
.productImage {
	width: 100px;
	height: 100px;
	margin-left: 15px;
	margin-bottom: 0px;
	float:right;
	padding: 10px;
	background-image: url('/t/default/images/piconbg.png');
}
.categoryImage {
	width: 160px;
	height: 145px;
	float:left;
	padding: 5px;
	background-image: url('/t/default/images/catbg.png');
}
.productContainer {
	width: 891px;
	padding: 15px 15px 10px 30px;
	background: url(images/greycontainer.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
.productContainer div.description {
	margin-right: 100px;
}
.productContainerBottom {
	width: 936px;
	height: 8px;
	background: url(images/greycontainer_bottom.png);
	background-repeat: no-repeat;
}
	.productContainer ul li {
		line-height: 30px;
	}
.greyContainerTwoColumn {
	width: 906px;
	padding: 15px 15px 7px;
	background: url(images/greycontainer_twocolumn.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}
.greyContainerTwoColumnBottom {
	width: 936px;
	height: 8px;
	background: url(images/greycontainer_twocolumn_bottom.png);
	background-repeat: no-repeat;
}
	.greyContainerTwoColumn ul {
		margin-top: 5px;
		margin-left: 155px;
	}
		.greyContainerTwoColumn ul li a {
			color: #000000;
		}
		.greyContainerTwoColumn ul li a:hover {
			text-decoration: underline;
		}
	.greyContainerTwoColumn .columnOne {
		width: 430px;
		padding-right: 15px;
		float: left;
	}
	.greyContainerTwoColumn .columnTwo {
		width: 432px;
		margin-left: 10px;
		padding-left: 15px;
		float: right;
	}

/* CONTACT US */
	.greyContainer .columnOne {
		width: 387px;
		margin-left: 16px;
		float: left;
	}
	.greyContainer .columnTwo {
		width: 378px;
		margin-right: 16px;
		float: right;
		font-size: 12px;
		font-weight: bold;
		color: #5a5a5a;
	}
		.greyContainer .columnOne .tollFree {
			width: 163px;
			padding-left: 30px;
			float: left;
			font-size: 16px;
		}
		.greyContainer .columnOne .otherNumbers {
			border-left: 1px #CCCCCC solid;
			width: 163px;
			padding-left: 30px;
			float: right;
		}
		.greyContainer .columnOne .greyDivider {
			clear: both;
			padding-top: 15px;
			margin-bottom: 15px;
			border-bottom: 1px #CCCCCC solid;
		}
		.greyContainer .columnOne .address {
			width: 163px;
			padding-left: 30px;
			float: left;
		}
		.greyContainer .columnOne .map {
			width: 168px;
			padding-right: 23px;
			float: right;
		}
#sendmessage {
	background: url(images/btn_send_message.gif);
	width: 166px;
	height: 41px;
	border: 0;
	margin-left: 112px;
	margin-top: 5px;
}



/*  FOOTER */
.footer {
	clear: both;
	width: 928px;
	height:26px;
	margin: 0px;
	padding: 11px 0px 0px 8px;
	background: url(images/mainnav_background.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#howitworks_diagram {
	width: 931px;
	height: 246px;
	background-image: url('/t/default/images/howitworks_diagram.png');
}






















