/*-------------------------------
Home 'N' Spec
Website and CSS by Wikwork
www.wikwork.ca
CSS created by: Brent Mills
-------------------------------*/

/* --- PAGE SETUP --- */

* {
margin: 0 auto;
}

html {
	height: 100%;
	background: #5281b9 url(../images/bg.png) center top repeat-x;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	
}




/* --- READY!!! CLEAR!!! --- */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}




/* --- CONTAINER FOR ENTIRE DOCUMENT CENTERED ON PAGE --- */
		
#container {
	width: 800px;
	margin: 0 auto; /* Centers container on page horizontally */
}

#columncontainer {
	clear: both;
	width: 800px;
	background: #ffffff url(../images/columnbg.png) center top repeat-x;
}





/* --- HEADER --- */

#newsletter {
	clear: both;
	width: 800px;
	height: 24px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#newsletter li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#newsletter a {
	float: right;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#newsletter_button a {
	width: 276px;
	background: url("../images/emailup.png") no-repeat 0 0;
}

#newsletter_button a:hover {
	background: url("../images/emailup.png") no-repeat 0 -24px;
}

#header {
	width: 800px;
	height: 129px;
	background: transparent url(../images/header.png) no-repeat;
	margin: 10px 0px 15px 0px;
}

#clouds {
	width: 800px;
	height: 37px;
	background: transparent url(../images/clouds.png) no-repeat;
}

#clouds p {
	font-size: 18px;
	font-weight: 400;
	color: #000000;	
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	margin: 0px 0px 0px 432px;
	padding-top: 10px;
}




/* ---NAVIGATION SETUP--- */

#nav {
	clear: both;
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav a {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_home a {
	width: 115px;
	background: url("../images/nav/nav.png") no-repeat 0 0;
}

#nav_home a:hover {
	background: url("../images/nav/nav.png") no-repeat 0 -35px;
}

#nav_about a {
	width: 114px;
	background: url("../images/nav/nav.png") no-repeat -115px 0;
}

#nav_about a:hover {
	background: url("../images/nav/nav.png") no-repeat -115px -35px;
}

#nav_mold a {
	width: 114px;
	background: url("../images/nav/nav.png") no-repeat -229px 0;
}

#nav_mold a:hover {
	background: url("../images/nav/nav.png") no-repeat -229px -35px;
}

#nav_testimonials a {
	width: 114px;
	background: url("../images/nav/nav.png") no-repeat -343px 0;
}

#nav_testimonials a:hover {
	background: url("../images/nav/nav.png") no-repeat -343px -35px;
}

#nav_gallery a {
	width: 114px;
	background: url("../images/nav/nav.png") no-repeat -457px 0;
}

#nav_gallery a:hover {
	background: url("../images/nav/nav.png") no-repeat -457px -35px;
}

#nav_faq a {
	width: 114px;
	background: url("../images/nav/nav.png") no-repeat -571px 0;
}

#nav_faq a:hover {
	background: url("../images/nav/nav.png") no-repeat -571px -35px;
}

#nav_contact a {
	width: 115px;
	background: url("../images/nav/nav.png") no-repeat -685px 0;
}

#nav_contact a:hover {
	background: url("../images/nav/nav.png") no-repeat -685px -35px;
}




/* --- SECONDARY NAVIGATION --- */

#navside1 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0 auto;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside1 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side1 a {
	width: 218px;
	background: url("../images/about-nav-1.png") no-repeat 0 0;
}

#nav_side1 a:hover {
	background: url("../images/about-nav-1.png") no-repeat 0 -40px;
}

#navside2 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0 auto;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside2 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side2 a {
	width: 218px;
	background: url("../images/about-nav-2.png") no-repeat 0 0;
}

#nav_side2 a:hover {
	background: url("../images/about-nav-2.png") no-repeat 0 -40px;
}

#navside3 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0 auto;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside3 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side3 a {
	width: 218px;
	background: url("../images/about-nav-3.png") no-repeat 0 0;
}

#nav_side3 a:hover {
	background: url("../images/about-nav-3.png") no-repeat 0 -40px;
}

#navside4 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0 auto;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside4 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside4 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side4 a {
	width: 218px;
	background: url("../images/about-nav-4.png") no-repeat 0 0;
}

#nav_side4 a:hover {
	background: url("../images/about-nav-4.png") no-repeat 0 -40px;
}

#navside5 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0 auto;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside5 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside5 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side5 a {
	width: 218px;
	background: url("../images/about-nav-5.png") no-repeat 0 0;
}

#nav_side5 a:hover {
	background: url("../images/about-nav-5.png") no-repeat 0 -40px;
}





/* --- ABOUT NAV SETUP --- */

#leftcnav {
	float: left;
	width: 260px;
	margin: 0px auto;
	padding-top: 22px;
	text-align: center;
}

#leftcnav img {
	border: 0px;
	margin: 26px 0px 10px 0px;
}




/* --- LEFT COLUMN --- */
	
#leftc {
	float: left;
	width: 260px;
	margin-left: 0px;
	padding-top: 0em;
	padding-left: 0em;
	text-align: center;
}

#leftc img {
	border: 0px;
	margin: 26px 0px 10px 0px;
}
		
#leftc p { 
	padding: 0px 9px 2px 7px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 12px;
	line-height: 17px;
}

#leftc ul { 
	margin-left: 11px;
	padding-left: 11px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 11px;
	line-height: 15px;
}

#leftc h1 {
	font-weight: bold;
	font-size: 14px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 17px;
	margin-top: 15px;
}

#leftc h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 15px;
	padding-top: 8px;
}

#leftc h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 15px;
	padding-top: 14px;
	color: #000000;
	text-align: center;
}




/* --- RIGHT COLUMN - CONTENT SIDE --- */
		
#content {
	margin: 0px 0px 0px 260px;
	padding-left: 4px;
	text-align: left;
}

#content p { 
	padding: 16px 25px 5px 5px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	line-height: 18px;
}

#content a {
	color: #5382be;
	text-decoration: none;
}

#content a:hover {
	color: #a0bfe3;
	text-decoration: none;
}

#content blockquote {
	margin-left: 30px;
	margin-right: 30px;
}

#content ul { 
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 11px;
	padding-top: 10px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: circle;
}

#content ol {
	list-style-type: circle;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
}

#content h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 17px;
	margin-top: 0px;
	padding: 21px 0px 15px;
}

#content h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 19px;
	padding-top: 19px;
	padding-bottom: 10px;
}

#content h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	line-height: 15px;
	padding-top: 14px;
	color: #000000;
	text-align: center;
}

#content img {
	border: 0px;
	padding: 2px 6px 10px 6px;
	text-decoration: none;
}

#galleryphotos {
	text-align: center;
	padding: 10px 0px 20px 0px;
}




/* --- FOOTER --- */	

#footer {
    width: 800px;
	font-size: 12px;
	color: #b3b3b3;	
	background-color: #000066;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
}

#footer a, #footer a:visited {	
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
	background: #ffffff;
}

#footer .links {
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 15px 0px 10px 0px;
}

#footer .designed {
	float: right;
	margin: 0px 145px 0px 0px;
	padding: 15px 0px 10px 0px;
}

#footer .copyright {
	float: left;
	line-height: 30px;
	margin: 0px 0px 0px 15px;
	padding: 15px 0px 10px 0px;
}

