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

body {
	background-image: url('../images/background.jpg');
	background-color: #000000;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 62.5%;
	color: #ffffff;
}

.OneWord { font-weight:bold ;  }

.clear {
	clear: both;
}

.website {
	width: 970px;
	margin: auto;
	margin-top: 40px;
}

.container {
	background-color: #ffffff;
	padding-left: 17px;
	padding-right: 17px;
	color: #000000;
}

.header {
	height: 115px;
	border-bottom: solid 10px #b5b5b5;
}

.logo {
	margin-top: 68px;
	float: left;
}

.tag {
	margin-top: 93px;
	margin-right: 5px;
	float: right;
	font-size: 1.2em;
	color: #515151;
}

.menu {
	width: 191px;
	float: left;
	background: url('../images/menu/menubg.jpg');
	repeat: repat-x;
	min-height: 595px;
}

.menu ul {
	list-style: none;
}

li.menu_item {
	width: 191px;
	height: 32px;
	margin-bottom: 1px;
}

li.submenu_item {
	width: 191px;
	height: 25px;
	margin-bottom: 1px;
}

.content {
	float: left;
}

.splash {
	margin-bottom: 20px;
}

.title {
	padding-bottom: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #9aac22;
}

.page_text {
	width: 730px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
}

.page_text ul {
	list-style-type: disc;
	margin-left: 20px;
}

.casestudy_client, .testimonial_client {
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 730px;
}

.casestudy_text, .testimonial_text {
	font-size: 1.2em;
	width: 730px;
	margin-left: 15px;
	margin-bottom: 25px;
}
	
.contact_col {
	float: left;
	width: 240px;
}

.contact_form_row {
	font-size: 0.95em;
}

.contact_form_row input[type="text"] {
	width: 225px;
	height: 17px;
	border: 0px;
	background-image: url('../images/contactus/field.jpg');
	font-family: Arial;
	font-size: 1.1em;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.contact_form_row input[type="image"] {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.contact_form_row textarea {
	width: 225px;
	height: 111px;
	border: 0px;
	background-image: url('../images/contactus/textarea.jpg');
	font-family: Arial;
	font-size: 1.1em;
	padding-left: 5px;
	padding-top: 2px;
}

.footer_menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_contents {
	float: left;
}

.credit {
	float: right;
	text-align: center;
	margin-right: 10px;
}

.footer_menu ul {
	list-style: none;
}

.footer_menu ul li {
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
}

.footer_menu a:link, .footer_menu a:visited, .footer_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer_copyright {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 1.1em;
}