html, body {
margin: 0;
padding: 0;
}

*:focus {
	outline:none; 
}

.top{
	width:100%;
	height:100px;
	background-color:#bf1e2e;
	padding:10px 0 10px 0;
}

.header{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.logo{
	width:133px;
	height:100px;
	float:left;
	background-image:url(../images/header_logo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*  N  A  V  I  G  A  T  I  O  N  */

.navigation{
	width:490px;
	float:right;
	background-color:#bf1e2e;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	margin:74px 0 0 0;
}

.navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation ul li{
	float: left;
	margin:0 10px 0 10px;
}

.navigation ul li a{
	color:#fff;
	text-decoration:none;
	font-size:18px;
}

.navigation ul li a:hover{
	border-bottom:2px solid #fff;
}

.banner_wrapper{
	width:100%;
	height:350px;
	background-color:#ccc;
	margin-bottom:10px;
	background-image:url(../images/header_bg.jpg);
	
	background-repeat:repeat-x;
}

.banner{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.sub_header{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_wrapper_portfolio {
	width:1000px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
}

.content_wrapper_sub {
	width:960px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
}

.content_wrapper {
	width:960px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.content_left {
	width:260px;
	float:left;
	margin-bottom:40px;
}

.content_left h1 {
	font-size:22px;
	color:#333;
}

.content_left ul {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
}

.content_left ul li {
	background-image:url(../images/bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:1px;
}

.content_right {
	width:660px;
	float:right;
	margin-bottom:40px;
}

.content_right h1 {
	font-size:24px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_right h2 {
	font-size:18px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_right ul {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
}

.content_right ul li {
	background-image:url(../images/bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:1px;
}

.content_right img {
	border:0px solid #000;
}

.content_portfolio {
	width:1000px;
	float:right;
	min-height:600px;
	margin-bottom:40px;
}

.content_portfolio h1 {
	font-size:22px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_portfolio h2 {
	font-size:18px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_portfolio p {
	font-size:14px;
	color:#000;
}

.content_news {
	width:960px;
	float:right;
	min-height:600px;
	margin-bottom:40px;
}

.content_news h1 {
	font-size:24px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_news h2 {
	font-size:18px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_news ul {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
}

.content_news ul li {
	background-image:url(../images/bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:1px;
}

.content_contact {
	width:960px;
	float:right;
	min-height:600px;
	margin-bottom:40px;
}

.content_contact h1 {
	font-size:24px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_contact h2 {
	font-size:18px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.content_contact ul {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
}

.content_contact ul li {
	background-image:url(../images/bullet.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:1px;
}


/*  C  O  N  T  A  C  T     F  O  R  M  */


#contact-wrapper {
	width:960px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}



.footer{
	width:100%;
	height:40px;
	background-color:#000;
	padding:20px 0 20px 0;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.footer_container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color:#eee;
}

.news{
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

.date{
	color:#777;
	font-size:12px;
	font-weight:bold;
	bottom:4px;
	position:relative
}

.testimonial{
	background-color:#eee;
	padding:10px;
}

.content_wrapper a{
	color:#bf1e2e;
	text-decoration:none;
	font-weight:bold;
}

.content_wrapper a:hover{
	text-decoration:underline;
}

.content_wrapper_sub a{
	color:#bf1e2e;
	text-decoration:none;
	font-weight:bold;
}

.content_wrapper_sub a:hover{
	text-decoration:underline;
}

.news a{
	color:#bf1e2e;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.news a:hover{
	text-decoration:underline;
}

.footer_container a{
	color:#bf1e2e;
	text-decoration:none;
}

.footer_container a:hover{
	text-decoration:underline;
}
