@charset "UTF-8";
/* CSS Document */
/* ABSTRACTFX STUDIOS - VERSION 4.0
/* DESIGN BY STEFAN D'ALESSANDRO
/* ABSTRACTFX STUDIOS COPYRIGHT 2008
/* WWW.ABSTRACTFX.COM.AU */ 
/* I DARE YOU TO STEAL MY LAYOUT... BUT IF YOU DO, JUST LET ME KNOW SO I CAN FLATTEN YOU :) " */


body	{
	background-color: #36b1c9;
	background-image: url(images/bg.jpg);
	margin: 0px;
	line-height: 1.2em;
	}
	
a:link { color: #0f4b57; text-decoration: underline; }
a:active { color: #0f4b57; text-decoration: underline; }
a:visited { color: #0f4b57; text-decoration: underline; }
a:hover { color: #36b1c9; text-decoration: none; }

img	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
/* OUTER SHELLS */
	
#all	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px;
	padding-top: 0px;
	background-image: url(images/content_top.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
		}
	
#outer	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 40px;
	background: none;
	
	}
	
#inner	{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	}
	
	
#top	{
	position: relative;
	width: 760px;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 15px;
	height: 350px;
	margin-bottom: 25px;
	margin-top: 25px;
	}
		
#content	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	color: #36b1c9;
	padding-top: 25px;
	padding-bottom: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;	}
	
	
/* TOP LOGO AREA */

#logo	{
		text-align: left;
		margin-left: 0px;
		margin-top: 0px;
		float: left;
		}
		

#slogan	{
		text-align: right;
		float: right;
		margin-right: 2px;
		margin-top: 0px;
		}

	
/* CONTENT AREA */

#maincontent	{
	position: relative;
	float: left;
	width: 510px;
	margin-left: 60px;
	padding: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	}
	
#featuredtext	{
	background-color: #ecf7f9;
	padding: 15px;
	color: #2f555d;
	font-size: 11px;
	width: 96%;
	}	
	
#maincontent3 {
	float: right;
	margin-top: 33px;
	width: 260px;
	padding: 0px;
	margin-bottom: 25px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

#line	{
	height: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #36b1c9;
	}
	
	
/* FOOTER STUFF */

#footer	{
	text-align: left;
	color: #ffffff;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 10px;
	padding-left: 45px;
	margin-top: 20px;
	height: 50px;
	font-size: 9px;
	font-family: tahoma;
	line-height: 1em;
	}
	

/* IMAGE STUFF & MISC STUFF */

#titles	{
	padding-bottom: 5px;
	clear: both;
	}
	
#contenttitle	{
	padding-bottom: 15px;
	clear: both;
	}
	
#featureimg	{
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
	
#logos	{
	padding-top: 5px;
	padding-bottom: 5px;
	}
		
#clear	{
	clear: both;
	margin-top: 10px;
	}
	
#clearbottom	{
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: repeat-x;
	height: 6px;
	}
		
#featuredclient	{
	padding-bottom: 7px;
	}
	
hr	{
	margin-bottom: 10px;
	}

h2	{
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	}




/* PRODUCT PAGES */

#productlist {
width: 520px;
padding: 0px;
margin: 0px;
}

#productlist li {
float: left;
list-style: none;
padding: 0px;
margin: 0 2px;
margin-bottom: 5px;
padding-bottom: 10px;
}
#productlist li img {
padding: 3px;
background-color: #eaeaea;
margin: 0px;
display: block;
}

#productlist li a {
color: #a2a3a4;
text-decoration: none;
}

#productimg {
padding: 3px;
background-color: #eaeaea;
margin-right: 10px;
margin-bottom: 10px;
float: left;
}

/* Breadcrumb */
.breadcrumb, .breadcrumb a {
color: #36b1c9;
text-decoration: none;
}
h3 a {
color: #36b1c9;
text-decoration: none;
font-size: 14px;
}