﻿body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font: normal 11px/125% arial, verdana, sans-serif;
	color: #5D5D5D;
	text-align:center;
}
html, body {
	height: 100%;
}

p, h3{
	margin:0;
	padding:0;
}

a:link, a:visited {
	border-bottom: 1px #5d5d5d dotted;
	padding-bottom: 1px;
	text-decoration: none;
	color: #5D5D5D;
	background-color: #fff;
}
a:hover {
	border-bottom: 1px #FE591A dotted;
	color: #FE591A;
	background-color: #fff;
}

div.icons img{
	float:left;
	margin-right:10px;
	border:0;
	}
	
div.icons{
	padding-top:10px;
}
#clr{
	clear:both;
}
#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align:left;
}
#topcontainer {
	height: 430px;
}
#bottomcontainer {
	padding-top: 0px;
	height: auto;
	clear: both;
}
#content-right {
	float: right;
	margin-top: 45px;
	width:360px;
	
}
#content-right ul {
	font-size: 12px;
	line-height: 22px;
	margin-left: 0;
	padding-left: 20px;
}
#content-right li {
	list-style-type: none;
	list-style-image: url('images/list.style.image.gif');
	padding-left: 15px;
}
#content-left {
	float: left;
	width: 430px;
	margin-top: 45px;
}

.logo{
	margin-bottom:15px;
}
#content-left img, #content-right img {
	display: block;
}
#content-left p {
	background-image: url('images/contact.brdr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	display: inline;
	height: 40px;
	padding: 0 12px;
	margin-bottom:5px;
}
#content-left h3 {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin-right: 27px;
	color: #fff;
	background-color: #FF591B;
	padding: 2px 5px 2px 8px;
}
.email-techno, .web-techno {
	display: inline;
	float: left;
	clear: left;
	margin-right: 243px;
	background-image: none;
	color: #A3A3A3;
}

.web-techno a:link, 
.web-techno a:visited,
.email-techno a:link, 
.email-techno a:visited {
	text-decoration: none;
	border: none;
	color: #A3A3A3;
	display: inline;
	white-space: nowrap;
	background-color: #fff;
}
.email-techno a:hover, 
.web-techno a:hover {
	padding-bottom: 1px;
	border-bottom: 1px #FF591A dotted;
	color: #FF591A;
	background-color: #fff;
}
.web-techno {
	margin-top: 3px;
	background-color: #fff;
}
.email-techno {
	white-space: nowrap;
	margin-top: 5px;
	background-color: #fff;
}
#bottomcontainer img {
	padding-left: 429px;
}
#bottomcontainer h3 {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-right: 27px;
	color: #fff;
	background-color: #035993;
	padding: 2px 5px 2px 8px;
}
#bottomcontainer p {
	background-image: url('images/contact.brdr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	display: inline;
	height: 40px;
	padding: 0 12px;
	margin-bottom:5px;
}
.email {
	display: inline;
	clear: right;
	float: right;
	margin-right: 243px;
	background-image: none;
	color: #A3A3A3;
	margin-top: 5px;
	background-color: #fff;
}
.email a:link, .email a:visited {
	border: none;
	text-decoration: none;
	color: #A3A3A3;
	background-color: #fff;
}
.email a:hover {
	padding-bottom: 1px;
	color: #035993;
	background-color: #fff;
	border-bottom:1px #035993 dotted;
}
