@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}

h1 {
	font-size:150%;
	padding:20px 50px 10px 0;
	font-weight:bold;	
}
h2 {
	font-size:120%;
	padding:20px 50px 10px 0;
	font-weight:bold;	
}

p {
	text-align:justify;
}

strong {
	font-weight:bold;	
}

div#footer {
	font-size:11px;
	text-align:center;
	color:#666666;
}
div#footer a {
	color:#cccccc;	
}

/** Menu **/
ul#menu li a {
	color:#ffffff;
	text-decoration:none;
}
ul#menu li.seperator span {
	font-size:11px;	
}

ul#menu li.hp a:hover {
	background:url("../images/icon-home.gif") no-repeat top center;
}
.contact ul#menu li a.selected,
ul#menu li.contact a:hover {
	background:url("../images/icon-contact.gif") no-repeat top center;
}
.news ul#menu li a.selected,
ul#menu li.news a:hover {
	background:url("../images/icon-news.gif") no-repeat top center;
}
.marketing ul#menu li a.selected,
ul#menu li.marketing a:hover {
	background:url("../images/icon-marketing.gif") no-repeat top center;
}
.about ul#menu li a.selected,
ul#menu li.about a:hover {
	background:url("../images/icon-about.gif") no-repeat top center;
}
.sup ul#menu li a.selected,
ul#menu li.sup a:hover {
	background:url("../images/icon-sup.gif") no-repeat top center;
}

/** Pages colors **/
.contact h1,
.contact a,
.contact ul#menu li a.selected {
	color:#8c696c;
}
.about h1,
.about a,
.about ul#menu li a.selected {
	color:#838972;
}
.marketing h1,
.marketing a,
.marketing ul#menu li a.selected {
	color:#6d8f94;
}
.news h1,
.news a,
.news ul#menu li a.selected {
	color:#776374;
}
.sup h1,
.sup a,
.sup ul#menu li a.selected {
	color:#6f7186;
}


