@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* ------------------------------- START BASIC LAYOUT CSS ------------------------------- */
body{
	margin:0;
	padding:0;
}
.titles{
	font-size:14pt;
}

.colored_background{
	background-color:#992A31;
	background-color: rgba(153, 42, 49, 0.8);
	color:#FFFFFF;
	width:199px;
	padding-left:5px;
	padding-top:5px;
	position:absolute;
	bottom:0;
}

#social_paypal{
	padding: 0px 0px 20px 0px;
	text-align:center;
}

.product_titles{
	font-size:12pt;
	color:#09C;
}
	.product_titles a:link, a:visited, a:active{
		text-decoration:none;
		color:#09C;
	}
	.product_titles a:hover{
		text-decoration:underline;
		color:#09C;
	}
	
#center_content{
	position:relative;
	width:635px;
	height:220px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
	#ink{
		position:absolute;
		top:0;
		left:0;
		width:420px;
		height:100%;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		color:#FFFFFF;
		background-image:url(inkandtoner.jpg);
		background-repeat:no-repeat;
		background-color:#76C45A;
	}
	#ink2{
	position:absolute;
	top:1px;
	right:430px;
	width:204px;
	height:204px;
	background-image:url(inkandtoner.jpg);
	background-repeat:no-repeat;
	}
	#school{
	position:absolute;
	top:1px;
	right:215px;
	width:204px;
	height:204px;
	background-image:url(school.jpg);
	background-repeat:no-repeat;
	}
	#canada{
	position:absolute;
	bottom:16px;
	right:0px;
	width:204px;
	height:204px;
	background-image:url(canada.jpg);
	background-repeat:no-repeat;
		}
		.square{
			position:absolute;
			bottom:0;
			right:0;
			width:204px;
			background-image:url(trans-bg.png);
			background-repeat:repeat;
			}
			.square a{
				text-decoration:none;
				color:#FFFFFF;
			}
			.square a:hover{
				text-decoration:underline;
				color:#FFFFFF;
			}
			.square a:visited{
				text-decoration:none;
				color:#FFFFFF;
			}
#about{
	position:absolute;
	bottom:0;
	left:0;
	background-color:#992A31;
	padding:14px;
}
	
/* ------------------------------- END BASIC LAYOUT CSS ------------------------------- */


/* ------------------------------- START NIVO SLIDER CSS ------------------------------- */

.nivoSlider {
    position:relative;
    background:url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* ------------------------------- END NIVO SLIDER CSS ------------------------------- */

/* -------------------------------- START FOOTER CSS --------------------------------- */


#body .footer{
	margin:0 auto;
	overflow:hidden;
	padding:0 0 15px 0;
	width:699px;
}
#body .footer div{
	float:left;
	margin:0;
	padding:0;
}
#body .footer div ul{
	margin:0;
	padding:0;
}
#body .footer div ul li{
	list-style:none;
	margin:0 0 15px;
	padding:0 0 15px;
}
#body .footer h3{
	color:#2a4f5e;
	font-size:14px;
	line-height:26px;
	margin:0 0 12px 0;
	padding:0;
	text-align:justify;
	text-transform:uppercase;
}
#body .footer h3 a{
	color:#2a4f5e;
	text-decoration:none;
}
#body .footer h3 a:hover{
	color:#507685;
}
#body .footer .section{
	padding:0 10px;
	width:220px;
}
#body .footer ul li{
	background:url() repeat-x bottom left;
}
#body .footer ul li:last-child{
	background:none;
}
#body .footer li p{
	color:#5d5d5d;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
	text-align:left;
}
#body .footer li p a{
	color:#5d5d5d;
	text-decoration:underline;
}
#body .footer li p a:hover{
	color:#aeaeae;
}
#body .footer li span{
	color:#aeaeae;
	display:block;
	font-size:10px;
	line-height:16px;
	margin:5px 0 0;
	padding:0;
}
#body .footer ul.news li p{
	background:url() no-repeat 0 8px;
	padding:0 0 0 15px;
}
#body .footer .featured{
	padding:0 18px 0 24px;
	width:438px;
}
#body .footer .featured ul li{
	overflow:hidden;
}
#body .footer .featured img{
	border:1px solid #000;
	float:left;
	margin:0 20px 0 0;
	padding:1px;
}
#body .footer .featured p{
	margin:0;
	padding:0;
}
#footer{
	background:#F3F3F3 url() repeat-x top left;
	margin:0;
	min-width:699px;
	padding:0;
}
#footer div{
	margin:0 auto;
	overflow:hidden;
	padding:0px 0 0;
	width:699px;
}
#footer div div{ 
	float:left;
	margin:0;
	padding:17px 17px 8px 17px;
	text-align:left;
	width:140px;
}
#footer div div h3{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
}
#footer div div ul, #footer div div ul li{
	margin:0;
	list-style:none;
	padding:0;
}
#footer div div ul li{
	font-size:12px;
	line-height:22px;
	color:#818a8c;

}
#footer div p{
	color:#000000;
	font-size:12px;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
	text-shadow:1px 1px 1px #fff;
}
#footer div p a{
	color:#000000;
	text-decoration:none;
}
/* -------------------------------- END FOOTER CSS --------------------------------- */

/* HIS NAME IS JAMES CAMERON, THE BRAVEST PIONEER! NO BUDGET TOO STEEP, NO SEA TOO DEEP, WHO'S THAT? IT'S HIM! JAMES CAMERON! JAAAAMES CAMERON, EXPLORER OF THE SEA! WITH A DYING THIRST TO BE THE FIRST, COULD IT BE? THAT'S HIM! JAMES CAMERON! */
