@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background:#111111;
	color:#b6b6b6;
	font-family:Calibri, Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size:100%;
}
p, div, br, h1, h2, h3, a {
	padding:0px;
	margin:0px;
}
a{
	color:#b6b6b6;
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}

a img {
	border:0px;
}
h1 {
	font-size:20px;
}
#wrapper {
}
#wrapper .pagewidth{
	width:974px;
	margin:0px auto;
}
#wrapper .clear {
	clear:both;
}
#wrapper .red {
	color:#FF0000;	
}
#wrapper .left{
	float:left;
}
#wrapper .right{
	float:right;
}
#wrapper .title_red{
	width:190px;
	height:28px;
	display:block;
	background:url(../images/bg_title_red.gif) no-repeat;
	line-height:28px;
	padding-left:16px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
#wrapper .title_blue{
	width:190px;
	height:28px;
	display:block;
	background:url(../images/bg_title_blue.gif) no-repeat;
	line-height:28px;
	padding-left:16px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
#wrapper .textbox{
	width:154px;
	height:24px;
	display:block;
	background:url(../images/bg_text_box.gif) no-repeat;
	padding:5px 0px 0px 5px;
	margin-right:4px;
}
#wrapper .textbox input{
	background:none;
	border:0px;
	color:#b6b6b6;
	width:140px;
	font-size:12px;
}
#wrapper .box_content{
	width:197px;
	background:url(../images/bg_grey_top.gif) top no-repeat #2f3034;
	margin-top:5px;
	padding:12px 4px 0px 4px;
	font-size:11px;
}
#wrapper .box_bottom{
	width:205px;
	background:url(../images/bg_grey_bottom.gif) no-repeat top #2f3034;
	height:6px;
}
#wrapper .box_content1{
	width:186px;
	background:url(../images/bg_grey_top.gif) top no-repeat #2f3034;
	margin-top:5px;
	padding:12px 4px 0px 15px;
	font-size:11px;
}
#topbar {
	background:url(../images/bg_top.gif) repeat-x;
	height:43px;
	line-height:30px;
	padding-top:7px;
}
#topbar .contact {
    float:left;
	background:url(../images/icon_phone.gif) no-repeat;	
	padding:0px 0px 0px 36px;
	height:30px;
}
#header-site{
	height:192px;
	background:url(../images/bg_nav.gif) repeat-x bottom;
}
#header-site .header_left {
	float:left;
	width:750px;
}
#header-site .header_right {
	padding-top:7px;
	float:right
}
#header-site .logo{
	padding-top:24px;
	float:left;
}
#header-site .quote{
	padding-left:45px;
	padding-top:40px;
	float:left;
}
#navigation {
	font-size:12px;
	padding-top:8px;
	font-weight:bold;
}

#header-home{
	background:#2b2b2b;
	padding:20px 0px 20px 0px;	
}
#header-home .left_text{
	width:375px;
	float:left;	
}
#header-home .client_quote{
	font-size:13px;
	text-align:justify;
}
#header-home .text ul{
	margin-left:15px;

}
#header-home .text li{
/*	background:url(../images/spade_bullet.gif) no-repeat; */
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
	list-style:circle;
/*	padding-left:20px;*/
}
#content {
	padding:15px 0px 15px 0px;

}
#left-panel {
	width:206px;
	float:left;
	margin-right:20px;
}
#right-panel {
	width:206px;
	float:right;
	margin-left:20px;
}
#content-panel {
	width:740px;
	float:left;
}
#footer {
	background:#3b3b3b;
	padding:35px 0px 25px 0px;
	color:#999999;
	font-size:12px;
	text-align:center;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: 400px;
	/*	height: 100px;
		background-color: #eee;
		border:  0px solid #ccc;*/
	}
	
	div.cf_element div.content
	{
		padding: 5px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
