@charset "UTF-8";
/*

Title:      Accusource Master Stylesheet
Author:     www.webtek.cc
Copyright:  2009, Accusource, All rights resevered.

*/

/*	body structure
-------------------------*/

body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.jpg) repeat-x #1c1b1b 0 30px;
	background-color:#161616;
	}

.clear {clear:both;}

#container {
	width:780px;
	margin:0 auto;}

/*	masthead structure
-------------------------*/

h1 {
	margin:10px 0 0 0;
	background:url(../images/h1_bg02.jpg) no-repeat;
	height:108px;
	text-indent:-9999px;}

#masthead ul {
	height:38px;
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;}
	
#header {height:108px; margin-bottom:10px;}

	
/*	navigation
-------------------------*/

#masthead {height:180px;}

#masthead li {float:left; height:38px; padding:0 0 0 0; margin:0 48px 0 0; background-repeat:no-repeat;}

#masthead a {display:block; height:28px; overflow:hidden; padding:5px 20px 5px 10px; font-size:12px; color:#f5da61; font-weight: bold; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-decoration: none;}
#masthead a span {color:#fff; font-size:11px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; text-transform: none; font-weight: normal;}

#masthead a.t-home {border-bottom:2px solid #f5da61;}
#masthead a.t-about {border-bottom:2px solid #61aef5;}
#masthead a.t-services {border-bottom:2px solid #8db573;}
#masthead a.t-forum {background:transparent url(../images/nav/forum.gif) no-repeat; padding:14px 0 0 5px;}
#masthead a.t-contact {border-bottom:2px solid #f76962;}

#masthead a:hover {color:#fff; border-bottom: 2px solid #fff;}

/*	intro block
-------------------------*/

#introblock {
	height:200px;
	padding:15px 20px 24px 20px;}

#introblock img {
	float:left;
	padding:5px;
	background:#fff;}

#intro {
	float:left;
	width:332px;
	height:200px;
	background:url(../images/intro_bg.gif) no-repeat right center;
	text-indent:-9999px;}
	
#about {
	float:left;
	width:332px;
	height:200px;
	background:url(../images/about_bg.gif) no-repeat right center;
	text-indent:-9999px;}
	
#services {
	float:left;
	width:332px;
	height:200px;
	background:url(../images/services_bg.gif) no-repeat right center;
	text-indent:-9999px;}
	
#contact {
	float:left;
	width:332px;
	height:200px;
	}

#contact p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	color:#FFFFFF;
	font-weight:bold;
	padding:40px 0px 0px 30px;
}

#contact p .highlight {color:#f2d550;}

#contact p a {color:#f2d550; text-decoration:underline;}
#contact p a:hover {color:#ffffff; text-decoration:underline;}

/*	content structure
-------------------------*/

#content {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	margin:20px 0 0 0;}

.left {
	float:left;
	width:435px;
	margin:0;
	padding:0 20px 0 0;}

h2 {background:#f2d550; display:inline; color:#161616; padding:8px 8px 5px 8px; font-family:Helvetica, Arial, sans-serif; text-transform:uppercase; font-size:19px;}

h2.about {background:#519cf2;}
h2.services {background:#7ca960;}
h2.forum {background:#f5a10e;}
h2.contact {background:#f25150;}

h3 {background:#f2d550; display:inline; color:#1c1b1b; padding:5px 5px 3px 5px; text-transform:uppercase; font-size:20px;}

.left p {
	line-height:20px;
	background:#252424;
	padding:10px;}
	
.left .header {font-family:Arial, Helvetica, sans-serif; color:#f2d550; font-size:14px; line-height:30px; font-weight:bold;}


.left a {
	color:#fff;}

.left a:hover {color:#f2d550;}

.left td {font-size:11px;}
.left ul {margin-top:0px;}
.left li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	list-style:disc;
	margin-left:-20px;
	}

.right {
	float:left;
	width:303px;}

.right .header {font-family:Arial, Helvetica, sans-serif; color:#f2d550; font-size:14px; line-height:30px; font-weight:bold;}

.right ul {
	list-style-type:none;
	padding:5px 10px 5px 10px;
	margin:20px 0 0 0;
	background:#252424;}
	
.right li {
	margin:10px 0 10px 0;
	padding:0 0 0 25px;
	background:url(../images/tick.gif) no-repeat;}

/*	footer structure
-------------------------*/

#footer {
	position:inherit;
	bottom:0;
	background:#161616;
	border-top:1px solid #3c3c3c;
	width:100%;
	height:50px;
	margin-top:20px;}

#footer p {
	text-align:center;
	color:#757575;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;}

#footer a {color:#757575; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

