/* 01.Generic */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .81em;
	line-height: 1.67em;
	color: #000;
	background: #fff url(../i/design/body.gif) 0 0 repeat;
}
/* 02.Headings */
h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	margin: 0 0 0 50%;
	position: relative;
	right: 285px;
	top: 50px;
}

h2 {
	margin: 0 0 15px 0;
	padding: 10px;
	color: #fff;
	background: #943B37;
	text-transform: uppercase;
	line-height: 1.08em;
	font-size: 1.08em;
	font-weight: normal;
}

h3 {
	margin: 0 0 .1em 0;
	font-size: 1.15em;
	font-weight: normal;
	font-style: italic;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* 03.Paragraphs */
p {
	margin: 0 0 .5em 0;
}
p.left {
	padding-right: 15px;
	float: left;
}
p.right {
	padding-left: 15px;
	float: right;
}
div.footer p {
	padding: 65px 10px 10px 0;
	width: 161px;
	float: right;
	font-size: .85em;
	line-height: 1.35em;
}
p.important {
	padding: 10px;
	display: block;
	width: 175px;
	float: right;
	background: #943B37;
	color: #fff;
	font-size: .92em;
}
/* 04.Lists */
ul {
	
}

ol {
	
}

ul li {
	
}

ol li {
	
}

dl {
	
}

dt {
	
}

dd {
	
}
ul.nav {
	margin: 107px 0 0 -232px;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
}
ul.nav li {
	margin: 0;
	padding: 0 0 0 13px;
	float: left;
	list-style: none;
	color: #FFF;
	font-size: 1.23em;
	text-transform: uppercase;
}
ul.nav li.current {
	color: #E3ABA8;
	background: url(../i/design/current.gif) 0 .25em no-repeat;
}
ul.nav li.aboutus {
	margin-right: 87px;
}
ul.nav li.services {
	margin-right: 104px;
}
ul.nav li.clients {
	margin-right: 76px;
}
ul.clean {
	margin: 0;
	padding: 0;
}
ul.clean li {
	margin: 0 0 0 15px;
	padding: 0;
}
ul.clients {
	margin: 0;
	padding: 0;
	float: left;
	width: 760px;
}
ul.clients li {
	margin: 0 20px 0 0;
	padding: 0 0 25px 0;
	width: 360px;
	float: left;
	list-style: none;
}
/* 05.Images */
img {
	
}
a img {
	border: none;
}
div.banners img {
  margin: 0 3px;
  vertical-align: middle;
}
/* 06.Semantic */
em {
	
}
address em {
	margin-top: 1.6em;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
}

strong {
	
}

sub {
	
}

sup {
	
}
small {
	
}

address {
	margin-left: 20px;
	margin-top: -1.5em;
	display: block;
	width: 180px;
	float: left;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}

abbr, acronym {
	
}

blockquote {
	
}

cite {
	
}

q {
	
}

ins, del, kbd, code, dfn, pre, samp, var {

}

hr {
	
}

/* 07.Non-semantic and Presentational */
span {
	
}

br {
	
}

script {
	
}

noscript {
	
}

object {
	
}

.bold {
	font-weight: bold;	
}

.italic {
	font-style: italic;
}

.hidden {
	display: none;
}

.offset {
	position: absolute;
	left: -9999px;
}

.highlight {
	
}

.error {
	
}

/* 08. Tables */
table {
	
}

caption {
	
}

thead {
	
}

tbody {
	
}

tfoot {
	
}

tr {
	
}

th {
	
}

td {
	
}

tbody th {
	
}

tbody td {
	
}

/* 09.Widgets */
form {
	
}

fieldset {
	
}

legend {
	
}

label {
	
}

input {
	
}

input[type="text"] {
	
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

input[type="checkbox"] {
	
}

input[type="radio"] {
	
}

input[type="file"] {
	
}

button {
	
}

input[type="submit"] {
	
}

input[type="reset"] {
	
}

input:focus, select:focus, option:focus, textarea:focus {
	
}

fieldset.contact {
	border: none;
	float: left;
	padding: 0 0 15px 0;
	width: 360px;
}
fieldset.contact label {
	display: block;
	margin-bottom: 0;
}
fieldset.contact input, fieldset.contact textarea {
	border: 1px solid #666;
	width: 360px;
}
input.button-type, fieldset.contact input.button-type {
	background: #DCDCDC none repeat scroll 0 0;
	color: #21555A;
	border: 1px solid #666;
	cursor: pointer;
	padding: 2px 10px;
	text-transform: lowercase;
	width: auto;
}

/* 10.Links */
a:link, a:visited, a:hover, a:focus, a:active {
	color: #21555A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus, a:active {
	
}
ul.nav li a:link, ul.nav li a:visited, ul.nav li a:hover, ul.nav li a:focus, ul.nav li a:active {
	color: #FFF;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #E3ABA8;
}
