/* === General === */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #030;
	font-size: 12px;
	line-height: 18px;
}

body {
	text-align: center;
	background-color: #ccc;
}

a {
/*	color: #1a7b5f;	*/
	color: #c33;
	text-decoration:none;
}
	
a:visited {
	color: #933;
	text-decoration: none;
}

a:hover {
	color: #c30;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

h2 {
	font-size: 13px;
	margin: 30px 0 10px 0;
	color: #1a7b5f;
}

ul {
	margin-left: 1em;
}

li {
	padding-top: 1.5em;
	list-style: none;
}

dt {
	font-weight: bold;
	color: #042;
	padding-left: 1em;
}

dd {
	padding-left: 1em;
	padding-bottom: 1em;
}

p.ptop {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.ptop2 {
	margin-top: 20px;
}


/* === Page === */

#page {
	width: 760px;
	background-color: #fff;
	margin: 40px auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* === Header === */

#header {
	width: 760px;
	height: 101px;
	background-color: #fff;
}

#nav {
	width: 760px;
	margin: 0 auto;
	height: 24px;
}

a.navwwd {
    display: block;
    width: 79px;
    height: 24px;
	background-position: 280px 0px;
    background-image:url(/images/en_nav_whatwedo.gif);
}

#nav a.hover {
	background-position: 0px -24px;
}

/*
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	float: left;
}
*/

/* === Footer === */

#footer {
	clear: both;
	width: 760px;
	background-color:#fff;
}


/* === Top Page === */

#topmessage {
	width: 393px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
}

.toptext {
	padding-left: 55px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	font-size: 13px;
	line-height: 1.5em;
}

#topimage {
	width: 367px;
	height: 345px;
	float: right;
}

.clearblock {
	clear: both;
}


/* === Inner Page === */

#wrapper {
    width: 528px;
	background: #fff;
	text-align: left;
	float: left;
}

#innertext {
	padding-left: 50px;
}

#innerimage {
    width: 232px;
	background: #fff;
	float: right;
	vertical-align: top;
}

.wwd {
	padding-left: 1em;
}

.readmore {
	padding-top: 5px;
	padding-left: 1em;
}

#wwa {
    width: 760px;
	background: #fff;
	text-align: left;
}

.wwadots {
	float: left;
	padding-top: 26px;
    width: 150px;
}

.wwatext {
	float: left;
	width: 560px;
	padding-left: 10px;
	text-align: justify;
}

.wwaeach {
	margin-top: 22px;
	margin-bottom: 3px;
	border-bottom: dotted #ccc;
}

#pagetitle {
	text-align: left;
}

#wrapper2 {
    width: 680px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
}

.websample {
	margin: 1px;
}

.mediasample {
	padding-left: 55px;
}

.ostext {
	margin-top: 20px;
	padding-left: 15px;
	float: left;
	width: 500px;
}

.osimg {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 100px;
}

.ostexttop {
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	width: 500px;
}

.osimgtop {
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	width: 100px;
}
.img100 {
	width: 100px;
	height: 100px;
}

.mctext {
	width: 330px;
	float: left;
}