@charset "utf-8";

@import url("styles.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8598A5;
	margin:0px auto;
	background-color:#D8DDE3;
	text-align:center;
}

#wrapper {
	width:975px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

#edge_top {
	background: #D8DDE3 url(../images/bg_edge_top.gif) no-repeat bottom left;
	width:975px;
	height:10px;
	overflow:hidden;
}

#middle_area {
	background: #D8DDE3 url(../images/bg_edge_sides.gif) repeat-y top left;
	width:955px;
	height:600px;
	padding:0px 10px 0px 10px;
}

#edge_bottom {
	background: #D8DDE3 url(../images/bg_edge_bottom.gif) no-repeat top left;
	width:975px;
	height:20px;
}

#container_area {
	width:955px;
}

#heading_area {
	background: #8598A5 url(../images/bg_site_heading.gif) no-repeat top left;
	width:955px;
	height:109px;
}

#heading_area img {
	margin-top:0px;
}

#language_controller {
	float:left;
	clear:both;
	width:915px;
	padding:20px;
}

#content_area {
	width:955px;
	height:451px;
	background-color:#FFF;
}

#footer_one {
	background: #58656D url(../images/footer_options.gif) no-repeat top left;
	width:943px;
	height:20px;
	padding-left:12px;
}

#footer_two {
	background: #9bA2A7 url(../images/footer_copyright.gif) no-repeat top left;
	width:955px;
	height:20px;
}

#home_main {
	width:955px;
	height:430px;
	background-color:#FFF;
}

#home_left {
	float:left;
	width:784px;
	padding:20px 0px 0px 0px;
	font-size:12px;
	color:#FFF;
}

#home_right {
	float:left;
	width:131px;
	padding:0px 20px 20px 20px;
}

.home_panel {
	width:130px;
	height:130px;
	background-color:#697882;
}

#menu_bar {
	width:935px;
	height:20px;
	padding:1px 0px 0px 20px;
	background-color:#FFF;
}

#menu_bar ul {
	height:20px;
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu_bar ul li {
	float:left;
	height:20px;
	width:106px; /* All buttons are currently the same width */
}

#menu_bar ul li a span {display:none;}
#menu_bar ul li a {
	background-image:url(/en/images/menu_sprite_alt.png);
	background-repeat:no-repeat;
	width:106px;
	height:20px;
	display:block;
}	

.b1 a:link, .b1 a:visited {background-position:0 0;}
.b2 a:link, .b2 a:visited {background-position:-106px 0;}
.b3 a:link, .b3 a:visited {background-position:-212px 0;}
.b4 a:link, .b4 a:visited {background-position:-318px 0;}
.b5 a:link, .b5 a:visited {background-position:-424px 0;}
.b6 a:link, .b6 a:visited {background-position:-530px 0;}

.b1 a:hover, .b1 a:visited:hover {background-position:0 -20px;}
.b2 a:hover, .b2 a:visited:hover {background-position:-106px -20px;}
.b3 a:hover, .b3 a:visited:hover {background-position:-212px -20px;}
.b4 a:hover, .b4 a:visited:hover {background-position:-318px -20px;}
.b5 a:hover, .b5 a:visited:hover {background-position:-424px -20px;}
.b6 a:hover, .b6 a:visited:hover {background-position:-530px -20px;}

.optGroup {
	font-weight: bold;
}
.optProduct {
	margin-left: 10px;
}
