/* Colours used */
/*----------------

Text Grey				#CCCCCC
Electric Green			#99FF00

------------------*/

@import	url(forms.css);

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Tahoma, Verdana, sans-serif;
	background:#000000 url(../images/main_bg.jpg) no-repeat center top;
	color:#FFFFFF;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:2em;
}

h2	{
	font-size:1.5em;
}

h3	{
	font-size:1.6em;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.2em;
	color:#CCCCCC;
	text-align:justify;
	word-spacing:-1px;
}
a	{
	text-decoration:none;
	color:#99FF00;
}
a img	{
	border:0;
}
a:hover	{
	color:#FFFFFF;
}
a:link {
	position:relative;
}
li	{
	list-style:none;
}

hr {
	border:thin dashed #4f4f4f;
	margin-bottom:1.2em;
}

/*
=============================
COPY LINKS
============================= 
*/

h2 a:link {
	color:#FFF;
}

h2 a:visited {
	color:#FFF;
}

h2 a:hover {
	color:#99FF00;
}

.copy a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #cccccc;
	text-decoration:none;
	position:relative;

}

.copy a:visited {
	font-family: Tahoma;
	color: #cccccc;
	text-decoration:none;

}
.copy a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#cccccc;
	text-decoration:underline;

}

/*
==============================
Follow on links
==============================
*/

.links {
	float:left;
	width:280px;
	top:0px;
	height:100px;
	border:0px; 
	padding:3px;
	z-index:4; 
	}
/*
============================
main divs
============================
*/

#address	{
	float:left;
}

#address ol li {
	font-size:12px;
	padding:3px 3px 3px 0;
}

#col2 li	{
	width:415px;
}

#col2 li,
#col3 li	{
	float:left;
	margin-right:25px;
	padding-top:90px;
}

#col3 li	{
	width:270px;
}
#col2 h3,
#col3 h3	{
	margin-bottom:15px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

#features	{
	/*margin-top:-145px;*/
}
#features div	{
	width:195px;
	margin-right:20px;
	float:left;
}
#features h2	{
	line-height:1.8em;
}
#features ul	{
	margin-top:15px;
	font-size:1.2em;
}
#footer	{
	padding:20px 30px 0;
}
#footer p	{
	font-size:10px;
	text-align:center;
	letter-spacing:.05em;
}

#logo	{
	font-size:30px;
	font-weight:bold;
	padding-top:50px;
}

#main_bg_footer	{
	background-image:url(../images/main_bg_bottom3-trans.png);
	width:932px;
	height:40px;
	border:0px solid red;
}
#navigation_footer	{
	text-align:center;
	font-size:12px;
}
#navigation_footer li	{
	display:inline;
}
#navigation_footer li.space	{
	line-height:2em;
}
#navigation_main {
	background-image:url(../images/main_bg_top3-trans.png);
	padding:20px 20px 0 30px;
	width:882px;
	text-align:right;
	font-size:13px;
	border:0px solid red;
}
#navigation_main li	{
	display:inline;
	position:relative;
}
#navigation_main a:link	{
	position:relative;
}
#portfolio	{
	width:550px;
	float:right;
	margin-top:60px;
	position:relative;
}
#title	{
	position:absolute;
	top:0;
	margin-left:10px;
	font-size:10px;
	padding:12px 0 0 30px;
}

#wrapper	{
	width:930px;
	margin:130px auto 0;
	border:0px solid red;
}


#wrapper_inner	{
	border-left:1px solid #444;
	border-right:1px solid #444;
	padding:0 30px;
	width:870px;
	background-image:url(../images/main_bg2-trans.png);
}

/* for ie6 */
* html  #wrapper_inner {
	padding:0 25px;
}

/* STYLING FOR BLOG */

#content_right	{
	float:right;
	width:550px;
	margin-top:60px;
}

#content_right h3,p  {
	padding:0 0 15px 0;
}

#address p {
	font-weight:bold;
	margin:15px 0px 5px 0px;
}

/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
	.logos	{
		margin-bottom:10px;
		width:200px;
	}
	.lowercase	{
		text-transform:lowercase;
	}
	.marginT40	{
		margin-top:40px;
	}
	.marginTB20	{
		margin:20px 0;
	}
	.title	{
		color:#99FF00;
		font-weight:bold;
	}
