body { 
	background: #474747 url(../images-global/background-gradient.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}


/*  Containers
===================================================================================*/

#container {
	background: transparent;
	width: 910px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

.bannerclients {
	position: relative;
	top: 0px;
	background: transparent url(../images-global/banner-index.jpg) no-repeat;
	width: 910px;
	height: 270px;
	margin: 0px;
	padding: 0px;
}

.bannercontact {
	background: transparent url(../images-global/banner-contact.jpg) no-repeat;
	width: 910px;
	height: 270px;
	margin: 0px;
	padding: 0px;
}

#body {
	background: transparent;
	width: 910px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.body_container {
	border: none 0px #000000;
	background: transparent url(../images-global/background-page.jpg) repeat-y;
	width: 910px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.bodycopy {
	border: none 0px #000000;
	float: left;
	width: 680px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 76px;
}

.client_container {
	border: none 0px #000000;
	background: transparent;
	float: left;
	width: 680px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	clear:left;
}

.clientcopy {
	border: none 0px #000000;
	float: right;
	width: 300px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	clear:right;

}

.menu {
	position: absolute;
	top: 30px;
	background: transparent;
	width: 910px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.footer {
	background: transparent url(../images-global/background-footer.jpg) no-repeat;
	width: 910px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}

.footer_container {
	float: left;
	background: transparent;
	width: 680px;
	height: 120px;
	margin: 0px;
	padding: 0px 0px 0px 76px;
}


/*  Character Styles
===================================================================================*/

p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h1 {
	color: #cc0028;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	text-align: left;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

hr {
	border: 0;
	width: 100%;
	height: 4px;
	color: #cc0028;
	background-color: #cc0028;
}

ul {
	margin: 0px;
	padding: 10px 0px 0px 30px;
}
	
ul li {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

a:link {font-weight: bold; text-decoration:none; color:#cc0028; border-style:none;}
a:visited {font-weight: bold; text-decoration:none; color:#cc0028; border-style:none;}
a:active {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}
a:hover {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}

.menu p {
	color: #ffffff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-style: normal;
	text-align: right;
	margin: 0px 156px 0px 0px;
	padding: 0px;
}

.menu p a:link {font-weight: bold; text-decoration:none; color:#ffffff; border-style:none;}
.menu p a:visited {font-weight: bold; text-decoration:none; color:#ffffff; border-style:none;}
.menu p a:active {font-weight: bold; text-decoration:underline; color:#ffffff; border-style:none;}
.menu p a:hover {font-weight: bold; text-decoration:underline; color:#ffffff; border-style:none;}

.footer p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1em;
	font-style: normal;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/*  Positionings
===================================================================================*/

img {border: none;}

.floatright {
	float:right;
	border:0px;
	margin:25px 0px 0px 0px;
	padding:0px;
}

.floatleft {
	float:left;
	border:0px;
	margin:25px 0px 0px 0px;
	padding:0px;
}

