/* 

STYLE SHEET FOR APATCO.COM WEB SITE
Created by Riverimage 
www.riverimage.ca*/



* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #0F0F0F;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
		}


		
/*  --------- 2. structure  --------- */

#centre {
	width: 960px;
	margin:0 auto;
}	
	
#masthead {
	height: 190px;
		}
#top {
	background-image: url(../imgs/top_bar.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
}
#top span {
	float: right;
	margin-right: 10px;
	color: #CCCCCC;
	font-size: 11px;
}

.right_img {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.left_img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
		
#logo {
	margin: 15px 0 0 15px;
		}
		
#navContainer {
	background-image: url(../imgs/nav_container.gif);
	background-repeat: no-repeat;
	height: 63px;
	margin-top: 15px;
	line-height: 63px;
		}

#content {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #396E92;
	border-left-color: #396E92;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c8532d;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../imgs/swirl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		}
#copyright {
	color: #999999;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.cart {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#copyright a {
	color: #FFFFFF;
}

#copyright span {
	float: right;
}



* html #content {
	margin-top:-10px;
	}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}


#footer {
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: no-repeat;
	height: 145px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #396E92;
	border-bottom-color: #C8532D;
	border-left-color: #396E92;
	margin-bottom: 15px;
		}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	text-decoration: none;
		}
		
a:hover {
		}


#navigation a {
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right center;
		}

#navigation a:hover, #navContainer #navigation ul li a.last:hover {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
	background-position: left 50px;
	}
	
#home #navigation .home a,
#about #navigation .about a,
#services #navigation .services a,
#training #navigation .training a,
#products #navigation .products a,
#links #navigation .links a, 
#contact #navigation .contact a,
#SiteMap #navigation .sitemap a.last  {
	background-image: url(../imgs/current.gif);
	background-repeat: repeat-x;
	background-position: left 50px;
	}
#sub_col {
	width: 225px;
	float: left;
	background-image: url(../imgs/border.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#sub_col ul li a {
	display: block;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../imgs/bottom_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 25px;
	padding-left: 45px;
}
#sub_col ul {
	padding-top: 25px;
	padding-bottom: 60px;
}

#copy {
	width: 630px;
	float: left;
	padding-left: 40px;
}


		
#navContainer #navigation ul li a.last {
	background-image:none;
	}
	
#navigation ul {

		}

#navigation li {
	float: left;
	background-image: url(../imgs/pipe.gif);
	background-repeat: no-repeat;
	background-position: right center;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 24px;
	color: #009E53;
	padding-bottom: 15px;
	padding-top: 25px;
		}


p {
	margin-bottom: 15px;
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
	
		}  
#sub_col ul li  img {
	margin-left: -40px;
}

