body {
	margin:0px; padding:0px; vertical-align:top; font: 12px Arial; color: #444; 
	background-color:#282828;}
img {
	border:none;
	}

#wrapper-outer {
	float:left;
	clear:both;
	width:100%;
	background: url(/images/body_bg.jpg) white repeat-x;
	}
#wrapper-inner {
	margin: auto auto;
	width:800px;
	}
#header {
	width:100%;
	float:left;
	clear:both;
	padding-top:20px;
	padding-left:20px;
	height:50px;
	}
#content-wrapper {
	float:left;
	clear:both;
	width:770px;
	background-color:white;
	padding:15px;
	padding-bottom:50px;
	}
	
#footer {
	float:left;
	width:100%;
	background:url(/images/footer_bg.jpg) #282828 repeat-x;
	}
#footer-inner {
	width:770px;
	padding:15px;
	margin:0px auto;
	}

a {border:none; text-decoration:none; color:#bd0328;}
a:hover {text-decoration:underline;}


#navi-holder {
	}
#navi {
	width:100%;
	height:50px;
	float:left;
	clear:both;
	list-style:none;
	padding:0px;
	margin:0px;
	background: url(/images/ul_bg.jpg) repeat-x;
	}
#navi li {
	height:50px;
	float:left;
	line-height:45px;
	padding:0px 30px 0px 0px;
	}
#navi li.current {
	background:url(/images/li_bg.jpg) right top no-repeat;
	}
#navi li a {
	height:50px;
	display:block;
	color: white;
	font-weight:bold;
	padding-left:25px;
	}
#navi li a.current {
	background:url(/images/li_a_bg.jpg) left top no-repeat;
	}

ul {
	margin-left:0px;
	padding-left:25px;
	list-style: square outside none;
	}

h1 {
	font-size:17px;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:10px;
	}
h2 {
	font-size:14px;
	color: #444;
	margin-bottom:0px;
	padding-bottom:2px;
	border-bottom:1px solid #eee;
	}
h2 a {
	color: #444;
	}

p {
	margin:3px 0px;
	}

a.arrow {
	font-size:13px;
	color: #bd0328;
	display:block;	
	height:24px;
	line-height:24px;
	font-weight:bold;
	padding-left:30px;
	background: url(/images/arrow.png) left center no-repeat;
	}

#services {
	margin-top:25px;
	}
#services td {
	vertical-align:top;
	}
#services tr.desc td {
	padding-right:15px;
	}

#footer-grid {
	width:100%;
	border-bottom:1px solid #444;
	}
#footer-grid td {
	padding-right:10px;
	padding-bottom:10px;
	width:180px;
	color: #bbb;
	}
#footer-copyright {
	clear:both;
	}

#flags {
	float:right;
	margin-right:15px;
	}
#flags img { }
.clear {
	width:100%;
	clear:both;
	}

p {
	margin-bottom:10px;
	}

.strong {
	font-weight:bold;
	}

td,th {
	vertical-align:top;
	}

ul.subnavi li {
	padding:3px 0px;
	}
ul.subnavi li.active {
	font-weight:bold;
	}
.col1 {
	float:left;
	width:170px;
	}
.col2 {
	float:left;
	width:520px;
	margin-left:20px;
	}
