@charset "utf-8";
/* CSS Document */

/******************** Remove Defaults ********************/
* {
	margin: 0;
	padding: 0;
}

a img {
border: 0;
}

body {
	background-color:#738893;
	color:#636464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:10px;
	font-size:75%;
	line-height:1.3;
}

a { 
	color:#7e3389;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

p { margin-bottom:1em;}

.clear {
clear:both;
height:1px;
}

/******************* Structural Elements ***************************/

#wrapper {
	width:801px;
	padding:20px 2px 2px 2px;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
}

#header h1, #header h2 {
display:none;
}

#header .clear{
margin-bottom:17px;
}

#title img {
float:left;
margin:10px 0 0 15px;
}

#contactdetails {
float:right;
margin:3px 20px 0 0;
font-size:9px;
font-weight: 0;
line-height:1;
text-align:right;
color: #738893;
}

/** Start of Side Nav **/
#sideNav {
float:left;
width: 194px;
height: 136px;
padding:5px 0 105px 0;
background:url(../files/headerSidebar.jpg) #5A7D91 bottom left no-repeat;
}

#sideNav ul {
list-style-type: none;
}

#sideNav ul li{
border-bottom:1px solid #7499ad;
height: 2em;
padding-left:16px;
}

#sideNav ul li a{
text-transform:uppercase;
background:url(../files/arrow.gif) no-repeat center left;
padding-left: 2em;
line-height: 2em;
color: #FFFFFF;
font-weight:bold;
font-size: 0.9em;
}

#sideNav ul li ul {
display: none;
}
/** End of Side Nav **/

#masthead {
height: 246px;
width: 607px;
background-image: url(../images/sce/masthead.jpg);
float:right;
}

#sidebar {
float: left;
width: 180px;
padding: 0 15px;
margin-bottom:2em;
}

#productList {
list-style-image:url(../files/sideBarIcon.jpg);
}

#productList li {
margin:0.2em 0 0.7em 1.5em;
}

#productList li a {
color: #668490;
font-size:0.7em;
}


#content {
width:575px;
padding-right: 5px;
float: right;
margin-bottom:2em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
}

#content li {
margin:0.5em 0 0.5em 1.5em;
}

#footerBox {
clear: both;
background-color: #e2e2e0;
height: 3em;
line-height: 3em;
padding-left:2em;
}

#footerBox span{
font-size: 0.8em;
}

#footer, #footer ul {
display: inline;
}

#footer {
margin-left: 3em;
}


#footer .footer_link {
border-right:solid 1px #577a8c; 
padding:0 14px;
font-size: 0.8em;
}

#footer .footer_language_link {
border-left:solid 1px #000;
}

#footer .footer_last{
padding:0 14px;
font-size: 0.8em;
}

/* ---------------- Forms ------------------------ */

#contactform label b {
float:left;
width:25%;
}

div.separator {
height:5px;
}

input.image {
margin: 5px 0 0 25%;
}

span.form_data input, span.form_data textarea{
width:50%;
}
