/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html, body {
	background-color: #c00
}
h2{
	font-size: 0.97em;
}
#header {
	height: 120px;
	background-color: #fff;
	background-image: url('../img/logo.png');
	background-position: 9% 0;
	background-repeat: no-repeat
}
#navbar {
	height: 46px;
	background-image: url('../img/bg_navbar.png');
	background-repeat: repeat-x
}
#navbar ul {
	padding: 7px 30px;
	list-style-type: none
}
#navbar ul li {
	display: block;
	float: left;
	height: 28px;
	width: 120px;
	color: #fff;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase
}
#navbar ul li a{
	display: block;
	padding: 7px 0 0 0;
	width: 120px;
	color: #fff;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
#content-wrapper{
	padding: 20px 8%;
	background-color: #fff
}
#content{ 
	padding: 0 20px 10px 20px;
	width: 68%;
	min-height: 400px;
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 1px
}
#content p{
	padding: 5px;
	text-align: justify
}
#content ul{
	padding: 0 30px;
	list-style-image: url('../img/icons/arrow.gif')
}
#content h1{
	margin: 0 0 10px 0;
	color: #c00;
	font-family: Serif;
	font-size: 2em
}
#content h4{
	margin: 20px 0 7px 0;
	font-family: Serif;
	font-size: 1em
}
#content table{
	width: 100%;
}
#content th{
	padding: 0.3em;
	color: #fff;
	background-color: #e84a4a;
	font-family: Sans-Serif;
	font-size: 0.7em;
	text-transform: uppercase
}
#content td{
	padding: 2px 2em;
	background-color: #aaa
}
#content td.odd{
	background-color: #ccc;
}
#content div.top{
	padding: 0 4px;
	text-align: right
}
#content div.top a{
	font-family: Sans-Serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #c00
}
#footer{
	padding: 2%;
	height: 100px;
	background-image: url('../img/bg_footer.png');
	background-repeat: repeat-x
}
#footer div {
	float: left;
	margin: 0 0 0 1%;
	color: #550000;
	width: 32%;
	font-family: Sans-Serif
}
#footer h2 {
	font-size: 1em;
	font-family: Serif;
	color: #450000
}
#footer div ul li{
	display: block;
	font-size: 0.8em;
	list-style: none
}
#footer div a{
	color: #550000;
	text-decoration: none
}
#footer div ul li a{
	display: block;
	padding: 0.2em;
	border-bottom: 1px dotted #450000
}
#footer div a:hover{
	background-color: #e84a4a;
	color: #fff
}
#footer #standards ul li a{
	padding-left: 18px;
	background-image: url('../img/icons/tick.gif');
	background-repeat: no-repeat
}
#language{
	position: absolute;
	top: 2px;
	right: 3%;
	width: 110px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-image: url('../img/bg_language.png');
	background-repeat: no-repeat;
	text-align: center
}
#language a{
	margin-top: 4px;
	display: block;
	width: 110px;
	color: #fff;
	font-family: Sans-Serif;
	text-align: center
}

