html {
    height: 100%;
    max-height:100%;
}

body
{
	height: 100%;
	max-height:100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top,  #eee,  #fff); 
}

ul.navMenue{
	list-style: none;
	padding: 0;
	margin: 0;
}

#services{
	z-index: 0;
	position:absolute;
	margin-top:68px;
	margin-left:150px;
	list-style: none;
	display:block;
}

a.subOption{
	width: 15em;
	background: #ff9900;
	text-decoration:none;
	display: inline;
	height: 3em;
	line-height: 2em;
	display: block;
	color: #fff;
	padding-top: 15px;
	padding-left:5px;	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccaa00;
}

a.subOption:hover{
	background-color: #ffcc00;
}

a.contentLink{
	color: #3399ff;
	text-decoration:none;
}

a.contentLink:hover{
	color: #6cf;
	text-decoration:none;
}

li.nav{
	display: inline;
	padding-right: 20px;
	border-bottom:thin;
	border-bottom-color:#000;
}

li.nav{
	display: inline;
	padding-right: 20px;
}

a.nav
{
	padding-top: 20px;
	background: #ff9900;
	height: 5em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	margin-left:10px;
	font-weight:600;
}

a.nav:hover
{
	background: #ffcc00;
}

#nav{
	display:block;
	margin-left: 25%;
	margin-top: -20px;
}

#promo{
	display:block;
	margin-top: 100px;
	margin-left: 30%;
}

#article{
	width: 60%;
	margin-left:20%;
	padding-top:0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

h1.contentHeader{
	color:#ffcc00;
}

p.promo{
	font-style:italic;
	font-size: 32pt;
	font-weight:100;
	line-height: 0.1;
	text-shadow: 0px 2px 5px #fff;
}

strong.emphasis{
	font-weight:800;
}

strong.colorS{
	color:#ff9900;
	font-weight:100;
}

p{
	font-size:12pt;
	font-weight:200;
}

#logo{
	margin-top:20px;
	z-index:0;
	float:left;
}

a.selected
{
	padding-top: 20px;
	background: #3399ff;
	height: 5em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	margin-left: 10px;
	font-weight:600;
}

a.selected:hover
{
	background: #6cf;
}