/* Initialise
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	font-size:1em;
}
body {
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	background:#d8e5ee;
	empty-cells:show;
}
table {
	border-collapse:collapse;
}
img {
	border:none;
	display:block;
}
hr {
	height:1px;
	line-height:0;
	color:#999;
	background-color:#999;
	border:none;
	margin:10px 0;
}
input,select,textarea {
	font-size:100%;
}
form input,form textarea {
	padding-left:2px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Common structure
----------------------------------------------------------- */
form label, .pointer {
	cursor:pointer;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}
.clearboth {
	width:100%;
	clear:both;
}
.simple_clear {
	clear:both;
}
.hidden {
	display:none;
}
.inline {
	display:inline;
}
#logged_in_message {
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	margin-top:3px;
	overflow:hidden;
	width:240px;
}
#left_column {
	float:left;
	width:208px;
}
#left_column ul {
	margin:0;
	padding:0;
	list-style:none;
}
#left_column li {
	margin:0;
	padding:0;
	background: url(../images/frontend/nav_spacer.jpg) left bottom no-repeat;
	padding-bottom:2px;
}
#left_column li a {
	display:block;
	height:17px;
	background: url(../images/frontend/nav_a.jpg) repeat-y;
	color:#FFFFFF;
	padding-left:40px;
	padding-top:3px;
}
#left_column .last {
	padding-bottom:0px;
}
#left_column .last a {
	background: url(../images/frontend/nav_last.jpg) no-repeat;
	height:22px;
}
#left_column .last a:hover {
	background: url(../images/frontend/nav_lastone_ov.jpg) no-repeat;
}
#left_column li a:hover {
	color:#000000;
	background: url(../images/frontend/nav_over.jpg) repeat-y;	
}
#left_column ul#nav2 li {
	background-image:none;
}
#left_column ul#nav2 li a {
	background-position:20px -1px;
	background-image:url(/images/nav2_li_bg.jpg);
}
#left_column ul#nav2 li a:hover {
	background-position:20px -23px;
}
#right_column, #right_column_home {
	float:left;
	width:720px;
	margin-left:0px;
	padding-right:0px;
}
#footer h5 a, #footer h5 a:hover {
	color:#004990;
}
#footer h5 img {
	float:left;
	margin-right:8px;
}
#footer h4 a, #footer h4 a:hover {
	color:#ccc;
	font-size:9px;
}
#right_column h1 {
	font-size:12px;
	background:#004990;
	color:#fff;
	padding: 2px 0 2px 8px;
}
#right_column h2 {
	font-size:12px;
	background:#58c4c4;
	height:10px;
	margin-top:3px;
	color:#fff;
	margin-bottom:15px;
}
.p_margin {
	width:695px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
}
#sync_box {
	font-size:1px;
	width:1px;
	height:1px;
	position:relative;
}
#sync_box #logo_text {
	position:absolute;
	left:30px;
	top:95px;
	width:130px;
	font-size:11px;
	color:#014991;
	text-align:right;
}

/* Language Selector
----------------------------------------------------------- */
div#home_lang_selector {
	width:300px;
	padding-right:10px;
	float:right;
}
div#home_lang_selector p {
	display:block;
	float:right;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	padding-right:10px;
	margin-top:2px;
}
div.home_flag_holder {
	float:right;
	width:20px;
	padding:0 3px 0 3px;
	margin-top:4px;
}

/* Header
----------------------------------------------------------- */
#top_wrapper {
	width:924px;
	margin:0 auto;
}
#lower_wrapper {
	width:942px;
	margin:0 auto;
	background: url(/images/frontend/lower_wrapper_bg.jpg) 9px top repeat-y;
	overflow:hidden;
}
#search_bar {
	background-image:url(/images/frontend/search_bar_bg.jpg);
	width:923px;
	height:24px;
}
#quick_search * {
	float:left;
}
#quick_search {
	padding-top:3px;
	padding-left:20px;
}
#quick_search input {
	border:1px solid #f1f1f2;
	height:16px;
	margin-top:1px;
	padding-left:5px;
	background:#f1f1f2;
	width:70px;
}
#currency {
	float:left;
	cursor:pointer;
	margin:1px 0 0 20px;
}
#currency #left {
	float:left;
	width:6px;
	height:18px;
	background:transparent url(/images/currency_sel_left.jpg) no-repeat left top;
}
#currency #mid {
	float:left;
	width:130px;
	height:18px;
	color:#333;
	line-height:18px;
	background:#fff url(/images/currency_sel_bg.jpg) repeat-x left top;
}
#currency #right {
	float:left;
	width:31px;
	height:18px;
	background:transparent url(/images/currency_sel_right.jpg) no-repeat left top;
}

/* Footer
----------------------------------------------------------- */
#footer {
	width:924px;
	margin:0 auto;
	height:98px;
	background:url(../images/frontend/footer.jpg) no-repeat;
	position:relative;
}
#footer h4 {
	color:#fff;
	padding-top:27px;
	padding-left:40px;
    font-size:11px;
}
#footer h5 {
	float:right;
	padding-top:13px;
	padding-right:20px;
	font-size:11px;
}

/* Links
----------------------------------------------------------- */
a:link, a:visited { color:#2A2A2A; text-decoration:none; }
a:hover, a:active { color:#BF2C2C; }
a.bright:link, a.bright:visited { color:#fff; text-decoration:none; }
a.bright:hover, a.bright:active { color:#fff; text-decoration:underline; }

/* Currency sub menu
----------------------------------------------------------- */
.currency_submenu {
	position:absolute;
	visibility:hidden;
	line-height:18px;
	z-index:100;
	background-color:#F3F3F5;
	margin-left:3px;
	margin-top:0;
	border:1px solid #268AC6;
	border-top:none;
}
.currency_submenu span {
	width:126px;
	display:block;
	padding:3px 0 3px 7px;
	color:#333;
	cursor:pointer;
	background-color:transparent;
}
.currency_submenu span:hover { 
	background-color:#1888CA;
	color:#fff;
}

/* Lists
----------------------------------------------------------- */
ul.error_list,
ul.info_list {
	display:block;
	color:#f00;
	border:1px solid #f00;
	padding:10px 30px;
	margin:10px auto;
	background-color:#FFDFDF;
}
ul.info_list {
	border-color:#329E20;
	color:#329E20;
	background-color:#E9F7E6;
}
