/* CSS Document */
body {
	background: #e8e8e8;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#container {
	width: 750px;
	height: 712px;
	margin: 0 auto 20px auto;
	text-align: center;
	background: #FFFFFF;
}

#container div {
	float: left;
}

#centralleft {
	width: 250px;
	height: 358px;
}

#centralleft span {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #376dcf;
	padding: 20px 0 0 30px;
	text-align: left;
}

#centralright {
	width: 390px;
	height: 330px;
	padding: 50px 20px 0 20px;
}

#centralright ul {
	padding: 12px 0 0 10px;
	margin: 0;
	list-style: none;
}

#centralright li {
	background: url(../img/puce.gif) no-repeat left;
	padding: 6px 0 6px 18px;
}

.imghome {
	background: url(../img/illustration-home.jpg) no-repeat top left;
}

.imgservices {
	width: 256px;
	height: 280px;
	background: url(../img/illustration-services.jpg) no-repeat top left;
	margin: 20px 0 0 30px;
}

.imgcareers {
	width: 256px;
	height: 280px;
	background: url(../img/illustration-careers.jpg) no-repeat top left;
	margin: 20px 0 0 30px;
}

.imgcontact {
	width: 256px;
	height: 280px;
	background: url(../img/illustration-contact.jpg) no-repeat top left;
	margin: 20px 0 0 30px;
}

.verdananormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: justify;
}

.verdanasmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.verdanaxsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bluest {
	color: #376dcf;
}

.greyst {
	color: #a1a1a1;
}

.bold {
	font-weight: bold;
}

.floatcenter {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.box01 {
	width: 340px;
	height: 70px;
	padding: 10px 0 10px 0;
}

#domain,#account,#at {
	height: 30px;
	display: inline;
	float: left;
}

#at {
	background: url(../img/at.gif) 0 0 no-repeat;
	width: 12px;
}

#account {
	background: url(../img/contact.gif) 0 0 no-repeat;
	width: 45px;
}

#domain {
	background: url(../img/softdomain.gif) 0 0 no-repeat;
	width: 100px;
}

.headerbottom {
	display: block;
	float: left;
}

.headerbottommenu {
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	float: left;
	list-style: none;
	height: 40px;
}

.headerbottommenu li {
	display: inline;
	list-style: none;
}