@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;
	background-color:#161616;
	}

.clear {clear:both;}

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

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

h1 {
	margin: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;}

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

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

#masthead li#t-home {background:transparent url(../images/nav/home.gif); width:83px;}
#masthead li#t-about {background:transparent url(../images/nav/about.gif); width:92px;}
#masthead li#t-services {background:transparent url(../images/nav/servces.gif); width:110px;}
#masthead li#t-forum {background:transparent url(../images/nav/forum.gif); width:132px;}
#masthead li#t-contact {background:transparent url(../images/nav/contact.gif); width:80px;}

#masthead a {display:block; height:24px; overflow:hidden; color:#fff; font-size:11px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; padding:14px 0 0 0;}

#masthead a.t-home {background:transparent url(../images/nav/home.gif) no-repeat; padding:14px 0 0 12px;}
#masthead a.t-about {background:transparent url(../images/nav/about.gif) no-repeat; padding:14px 0 0 2px;}
#masthead a.t-services {background:transparent url(../images/nav/services.gif) no-repeat; padding:14px 0 0 5px;}
#masthead a.t-forum {background:transparent url(../images/nav/forum.gif) no-repeat; padding:14px 0 0 5px;}
#masthead a.t-contact {background:transparent url(../images/nav/contact.gif) no-repeat; padding:14px 0 0 5px;}

#masthead a.t-home:hover {background-position:0px -38px; z-index:50;}
#masthead a.t-about:hover {background-position:0px -38px; z-index:50;}
#masthead a.t-services:hover {background-position:0px -38px; z-index:50;}
#masthead a.t-forum:hover {background-position:0px -38px; z-index:50;}
#masthead a.t-contact:hover {background-position:0px -38px; z-index:50;}

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

#introblock {
	height:200px;
	padding:24px 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:#1c1b1b; padding:10px 5px 3px 5px; text-transform:uppercase; font-size:20px;}

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;}
