@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: 900;
}

h2 {
	color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bolder;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
}

.container {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 100%;
	height: 94px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

.header_left {
	float: left;
	padding-top: 20px;
}

.header_right {
	float: right;
	padding-top: 30px;
	width: 600px;
}

#nav {

}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#nav li {
	display: block;
	float: right;
	font-size: 12px;
}


#nav li a {
	display: block;
	height: 40px;
	width: 115px;
	background-image: url(../images/nav.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li a:hover {
	display: block;
	height: 40px;
	width: 115px;
	background-image: url(../images/nav.png);
	text-indent: -9999px;
	background-position: 0px -45px;
}

.about a {
	background-position: -115px 0px!important;
}

.about a:hover {
	background-position: -115px -45px!important;
}

.services a {
	background-position: -229px 0px!important;
}

.services a:hover {
	background-position: -229px -45px!important;
}

.clients a {
	background-position: -371px 0px!important;
}

.clients a:hover {
	background-position: -371px -45px!important;
}

.contact a {
	background-position: -520px 0px!important;
}

.contact a:hover {
	background-position: -520px -45px!important;
}

.content {
}

.top_content {
	height: 280px;
	background-color: #FFF;
	background-image: url(../images/top_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.top_content h1 {
	color: #222;
	height: 130px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/slogan1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.top_content h2 {
	color: #6B6B6B;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 18px!important;
}

.top_content h3 {
	color: #848383;
	font-weight: normal;
	padding-bottom: 10px;
}

.top_content_left {
	float: left;
	width: 55%;
	margin-top: 35px;
}

.top_content_right {
	float: right;
	width: 40%;
	margin-top: 30px;
}

.top_content_right img {
	float: left;
}

.top_content_right p {
	padding-top: 15px;
}

.top_content_right ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.bottom_content {
	background-color: #FFF;
	padding-top: 35px;
	padding-bottom: 20px;
}

.bottom_content h2 {
	height: 40px;
	background-image: url(../images/headers.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.content_left {
	float: left;
	width: 30%;
}

.content_left a {
	color: #0066CC;
}

.content_left a:hover {
	color: #222;
}

.newscontent_left {
	float: left;
	width: 15%;
}

.newscontent_left a {
	color: #0066CC;
}

.newscontent_left a:hover {
	color: #222;
}

.content_right {
	float: right;
	width: 60%;
}

.content_right a {
	color: #0066CC;
}

.content_right a:hover {
	color: #222;
}

.newscontent_right {
	float: left;
	width: 75%;
}

.newscontent_right p {
	padding-bottom: 10px!important;
}

.newscontent_right a {
	color: #0066CC;
}

.newscontent_right a:hover {
	color: #F09;
}

.client_info {
	padding-bottom: 5px;
}

.recent_news {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 8px;
	list-style-type: none;
	font-size: 12px;
}

.recent_news li {
	color: #F09;
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom: solid 1px #CCC;
	width: 80%;
}

.recent_news li a {
	color: #0066CC;
}

.recent_news li a:hover {
	color: #222;
}

.date {
	color: #666;
	padding-right: 5px;
}

.news_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.about_info {
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	list-style-type: none;
	font-size: 11px;
}

.about_info li {
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCC;
	width: 80%;
}

.about_info li a {
	color: #0066CC;
}

.about_info li a:hover {
	color: #222;
}

.about_info_title {
	color: #666;
	padding-right: 5px;
	width: 50px;
}

.about_image {
	border: solid 1px #CCC;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.recent_work {
	float: left;
	width: 212px;
	margin-right: 70px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.recent_work ul {
	font-size: 11px!important;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.recent_work ul p {
	float: left;
	width: 40px;
	color: #0066CC;
	font-size: 11px!important;
}

.recent_work_image {
	float: left;	
}

.recent_work_image img {
	margin: 0px auto;
	padding: 1px;
	border: solid 1px #CCC;
}

.recent_work_image a:hover img{
	border: solid 1px #777;
	background-color: #777;
}

.client_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 3px;
}

.client_image img {
	margin: 0px auto;
	padding: 1px;
	border: solid 1px #CCC;
}

.client_image a:hover img{
	border: solid 1px #777;
	background-color: #777;
}

.recent_work_info {
	padding: 5px;
	width: 202px;
}

.more_info {
	background-image: url(../images/more_info.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	height: 19px;
	padding-top: 2px;
	list-style-type: none;
	font-size: 11px!important;
}

.more_info2 {
	padding: 0px;
	margin: 0px;
}

.more_info a {
	color: #0066CC;
}

.more_info a:hover {
	color: #F09;
}


.portfolio {
	float: left;
	width: 212px;
	margin-right: 23px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.portfolio ul {
	font-size: 11px!important;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.portfolio ul p {
	float: left;
	width: 40px;
	color: #0066CC;
	font-size: 11px!important;
}

.clear_div {
	margin: 0px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	height: 200px;
	background-color: #222;
	margin: 0px;
	color: #FFF!important;
}

#footer ul {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	font-size: 11px;
}

#footer li {
}

#footer li a {
}

.facebook {
	background-position: 0px 0px;
}

.twitter {
	background-position: -24px 0px;
}

.linkedin {
	background-position: -49px 0px;
}

.myspace {
	background-position: -74px 0px;
}

.social {
	background-image: url(../images/social_networks.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	width: 25px;
	height: 20px;
	padding-bottom: 20px;
}

.links {
	margin-left: 15px!important;
	list-style-type: square!important;
}

.links li {
	padding-bottom: 2px!important;
}

#footer h3 {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/headers.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #F09;
}

#footer p {
	color: #FFF;
	font-size: 10px;
	padding-top: 8px;
}

.footer_left {
	float: left;
	width: 60%;
	margin-top: 20px;
}

.footer_right {
	float: right;
	width: 35%;
	text-align: right;
	margin-top: 20px;
}

.footer_right h3 {
	text-align: left;
}

.footer_nav {
	padding-bottom: 100px!important;
}

.footer_nav li {
	float: left;
	padding-right: 7px;
}

.footer_nav li a {
	color: #FFF;
}

.footer_nav li a:hover {
	color: #F09!important;
}


.get_in_touch {
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	padding-top: 8px;
	list-style-type: none;
	font-size: 12px;
}

.get_in_touch img {
	float: left;
	padding-right: 5px;
}

.get_in_touch p {
	padding-top: 12px;
}

.get_in_touch li {
	color: #000;
	padding-top: 7px;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
	width: 80%;
	clear: both;
	margin: 0px;
}

.get_in_touch li a {
	color: #0066CC;
}

.get_in_touch li a:hover {
	color: #222;
}

form {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

textarea {
	font-family: inherit;
}

.contact_form {
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
}

.contact_form li {
	padding-bottom: 3px;
}

.contact_form label {
	float: left;
	width: 70px;
	padding-top: 5px;
}



/* TWITTER FEED */

#juitterContainer {
	margin: 0px!important;
	padding: 0px!important;
}

#juitterContainer ul {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 12px!important;
}

#juitterContainer li {
	clear: both;
	margin: 0px;
	height: 50px;
	padding-bottom: 10px;
	margin-top: 2px;
}

#juitterContainer li a {
	color: #0066CC;
	font-size: 12px;
}

#juitterContainer li a:hover {
	font-size: 12px;
	color: #222;
}

#juitterContainer img {
	float: left!important;
	padding: 1px;
	margin-right: 5px;
	margin-top: -3px!important;
	border: solid 1px #CCC;
}

/* TWITTER FEED END */

