@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #213a70;
	background-image: url('images/maincontainer_bg.gif');
	background-repeat:repeat-y;
	background-position:center;
}


body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: GillSans, Gill-Sans, Gill Sans, Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	color: #51ad4a;
	color: #213a70;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 16px;
}

h3, h4, h5 {
	color: #213a70;
	font-weight: bold;
}

#mainContainer {
	width: 896px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-color: #b3cef5;
	background-image: url('images/contentbg.png');
	background-repeat:repeat-x;
	background-position: 0 153px;
	text-align: left;
	overflow: hidden;
}

* html #mainContainer {
	height: 100%;
}

#topbar {
	padding: 0;
	margin: 0;
	height: 153px;
	background-image: url('images/topbar.jpg');
	text-align:right;
}

#countryMenu {
	padding: 10px 14px 0 0;
}


div#topbar div#countryMenu ul li a img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

div#topbar div#countryMenu ul li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#topbar ul {
	padding: 0;
	margin: 0;
	display: block;
}

#topbar ul li {
	display: inline;
}

#pageContainer {
	padding: 25px;
	overflow: hidden;
}

#menu {
	width: 153px;
	padding-right: 25px;
	padding-top: 4px;
	float: left;
}

#content {
	width: 650px;
	margin-left: 178px;
	min-height: 400px;
}

#menu, #content	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#menu a {
	text-decoration: none;
	color: #213a70;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	padding: 0;
}

#menu ul li a {
	display: block;
	background-image: url('images/btn_normal.gif');
	background-repeat:no-repeat;
	width: 153px;
	height: 30px;
	padding:  8px 0 0 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:143px;
	height:22px;
}

#menu ul li.selected a {
	background-image: url('images/btn_selected.gif');
	color: #fff;
}

#addressInfo {
	display: block;
	margin: 40px 0;
}

#address {
	text-align: center;
	display: block;
}

#flashbanner {
 padding: 0 0 18px 0;
 }

#minimenu {
	width: 898px;
	color: #51ad4a;
	border-top: 1px solid #51ad4a;
	text-align: center;
	position: relative;
	margin: -25px auto 0 auto;
	height: 24px;
	background: #FFFFFF;
}

* html #minimenu {
	margin-top: -24px;
}

#minimenu a {
	color: #213a70;
	text-decoration:none;
}

#minimenu a:hover {
	text-decoration: underline;
}

#minimenu ul {
	display: block;
	padding: 0;
	margin: 5px;
}


#minimenu ul li {
	display: inline;
	padding: 0px 5px 5px 5px;
}

#minimenu ul li.selected a {
	color: #809bd2;
	text-decoration:underline;
}


img {
	border: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

@media print {
	#topbar, #menu, #minimenu, #printCommand {
		display: none;
	}
	
	#content {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	body {
		font-size: 15px;
	}
}