/* Global Markup */
html, body{
	margin:0;
	padding:0;
	min-height: 100%
}
body {
	padding:10px;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background: #467cc4 url('images/bgres.png') repeat-x bottom left;
}
h1, h2, h3 {
	margin:0;
	padding: 2px 0px;
}
p, ul{
	margin: 3px 0px;
}
a img {
	border: 0;
}
img.contentimg {
	margin: 5px;
	border: 1px solid #000;
}
div.defhr {
	padding: 0;
	margin: 0;
	height: 1px;
	width:100%;
	border-top: 1px solid #000;
}
/* Specific Divs */
#wrap {
	width:800px;
	margin:0 auto;
	padding: 0 10px;
	background: #000 url('images/bgpattern.png');
}
#header {
	padding: 0px 0px;
	height: 50px;
	background: #A5C801 url('images/headbg.png') no-repeat top left;
	position: relative;
	text-align: right;
}
#nav {
	padding:0px 10px;
	margin: 0;
	background:#FFF;
	position: relative;
	border-top: 1px solid #000;
	background: #959595 url('images/buttonbg.png') repeat-x;
}
#main {
	float:right;
	position: relative;
	width:590px;
	padding:0px;
	margin-top: 10px;
	background:#FFF;
}
#sidebar {
	float:left;
	width:200px;
	padding:0px;
	margin-top: 10px;
	background:#e1e1e1 url('images/sidenavbg.png');
	position: relative;
	overflow: hidden;
}
#footer {
	clear:both;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
* html #footer {
	height:1px;
}
/* Round Corners */
/* Main Wrapper */
.wrapcorners {
	width:820px;
	height: 10px;
	margin:0 auto;
	padding: 0;
	font-size: 5px;
	line-height: 5px;
	background: url('images/wrapcorners.png') top left no-repeat;
}
.wrapbottomcorner {
	background-position: 0 -10px;
}
/* Content Corners */
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	background: url('images/corner.png') no-repeat;
}
.cornerInner {
	padding: 10px;
}
.cornerInnerNoHorPad {
	padding: 10px 0px;
}
.tl {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.tr {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.bl {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.br {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}
/* Nav marup */
/* Headnav */
#navhead ul {
	padding: 0;
	margin: 0;
	background: #959595 url('images/buttonbg.png') repeat-x;
	color: #FFF;
	float: left;
	width: 100%;
	margin: 0px;
	position: relative;
}
#navhead ul li {
	display: inline;
}
#navhead ul li a {
	padding: 2px 8px;
	background: #959595 url('images/buttonbg.png') repeat-x;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
}
#navhead ul li a:hover {
	background: #959595 url('images/buttonbgact.png') repeat-x;
	color: #000;
}
#navhead ul li a#current  {
	background: #959595 url('images/buttonbgact.png') repeat-x;
	color: #000;
}
/* Subnav */
#navsub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navsub a {
	display: block;
	padding: 2px 5px;
	width: 100%;
	background-color: #EEE;
	border-bottom: 1px solid #E1E1E1;
}
#navsub a:link, #navsublist a:visited {
	color: #000;
	text-decoration: none;
}
#navsub a:hover {
	background-color: #E1E1E1;
	color: #000;
}
/* Classes */
.addresscol {
	text-align: center;
	font-size: 10px;
}
.langflags {
	text-align: right;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-right: 10px
}