

#topheaderwrapper {
	width:auto;
	overflow:auto;
	padding-top:8px;
	z-index: 2;
	border-radius:0 0 5px 5px;

	
	
}
#header {
	

	width:900px;
	overflow:auto;
	margin:0 auto;
	padding:8px;
	z-index: 3;
	color:#CCC;
	border:1px solid #CCC;
	box-shadow: 4px 4px 4px #ccc;


	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	
	
	
}
.title {
	color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 7px;
}
.servicetitle {
	color: #ffeae9;
	font-size: 18px;
	font-weight: bold;
}

.logo {
	float:left;
	margin-top:3px;
}
.logotext{
	float: left;
    margin-top: 18px;
    padding-left: 20px;
}



