farticle, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }

body {
	font: 300 12px/1.5 Arial, sans-serif;
	color: #000;
	background-color: #fdfdfd;
}

/*
	Typography and text styles
*/

p {
	padding-bottom: 12px;
}

strong,
th,
thead td {
	font-weight: 700;
}

/* Default titles */

h1,
h2,
h3,
h4 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: 300;
	color: #000;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a {
		border: 0;
	}

h1 {
	font-size: 20px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 16px;
	padding: 0 0 8px 0;
}

h4 {
	font-size: 14px;
	padding: 0 0 2px 0;
}

/* Links */

a {
	text-decoration: underline;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

/* Defaults */
#content ul{
	padding: 0 0 12px 20px;
}

#content ol {
	padding: 0 0 12px 25px;
}

small {
	font-size: 11px;
}

em {
	font-style: italic;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding-right: 10px;
}

img.alignRight {
	float: right;
	padding-left: 10px;
}

p.floatedImage {
	padding-bottom: 0;
}

a.linkedImage {
	border: 0;
}

/*
	Page structure and layout
*/

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.clearboth{
	clear: both;
}

/*
	Header
*/
#headerwrapper{
	background-color: #91c554;
}

#header{
	margin: 0 auto;
	width: 990px;
	height: 205px;	
	background-image: url("../images/header_bg.jpg");
}

#header #language{
	float: right;
	margin: 2px 5px 0 0;
}

#header #language a{
	color: #f1f2ec;
	padding: 0 5px;
}

#header #language .selected a{
	text-decoration: none;
}

#header #language ul li{
	display: inline;
}

#header h1{
	float: left;
	display: block;
	width: 236px;
	height: 170px;
	margin: 0 0 0 20px;
	padding: 0;
}

#header h1 a{
	display: block;
	width: 236px;
	height: 170px;
	background-image: url("../images/header.png");
}

#header h1 a span{
	display: none;
}

#header #navigation{
	clear: both;
	margin-left: 25px;
}

#header #navigation ul li{
	float: left;
	color: #FFF;
	font-size: 17px;
	list-style: none;
}

#header #navigation ul li a{
	display: block;
	padding: 0 22px;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#header #navigation ul .selected a{
	color: #ffa01d;
}

#header #navigation ul li a:hover{
	color: #ffa01d;
}

#header #address{
	float: left; 
	margin: 30px 30px 0 140px; 
	color: #f1f2ec; 
	font-size: 15px;
	text-align: center;
}

#header #address a{
	color: #f1f2ec; 
}

/*
	main
*/
#main{
	clear: both;
	margin: 10px auto;
	border: 1px solid #b5b5b5;
	width: 948px;
	padding: 0 20px;
	min-height: 500px;
	background-color: #fdfdfd;
	background-image: url("../images/main_bg.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: left;
}

#main img{
	border: 1px solid #ffa01d;
}

.pageTitle h2{
	color: #FFF;
}

/*
	sidebar
*/
#content{
	padding: 20px 0;
	float: right;
	width: 680px;
	min-height: 550px;
	background-image: url("../images/content_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#sidebar{
	margin: 20px 0;
	float: left;
	width: 240px;
	color: #666;
}

#main .seperator{
	display: none;
}

#sidebar .sidebarblock{
	margin-bottom: 50px;
	background-image: url("../images/sidebar_h3_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#sidebar .nav li a{
	background-image: url("../images/sidebar_menu_item.png");
	display: block;
	widht: 240px;
	height: 30px;
	padding: 8px 0 0 0;
	margin: 0 0 10px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#sidebar .nav li{
	list-style: none;
}

#sidebar .nav li a:hover{
	color: #444;
}

#sidebar .nav .selected a{
	color: #444;
}

#sidebar h3{
	display: block;
	widht: 240px;
	height: 43px;
	padding: 12px 0 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#sidebar h4{
	color: #666;
	padding: 2px 10px;
}

#sidebar p{
	padding: 2px 10px;
}


/*
	footer
*/
#footerwrapper{
	background-color: #91c554;
}

#footer{
	margin: 0 auto;
	width: 990px;
	height: 65px;
	padding-top: 15px;
	color: #FFF;
	background-image: url("../images/footer_bg.jpg");
	font-size: 13px;
	text-align: center;
}

#footer a{
	color: #FFF;
}

/* 
	breadcrumb
*/
#breadcrumb{
	font-style: italic;
	color: #666;
}

#breadcrumb a{
	color: #666;
}

/*
	forms
*/
input{
	padding: 2px 1px;
	width: 170px;
	font-size: 12px;
}

textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	padding: 1px;
	width: 260px;
	height: 120px;
	font-size: 12px;
	resize: none;
}

label{
	display: block;
	margin-top: 3px;
}

.error, .formError{
	color: #F00;
	font-style: italic;
}

abbr{
	margin-left: 3px;
}

.inputRadio{
	margin: 0;
	width: auto;
	border: 0px;
	background-color: transparent;
}

/* Product table */
#producttable{
	margin: 10px 0 0 65px;
	width: 500px;
}

#producttable td{
	padding: 0 10px;
}	

#producttable tr{
	border-bottom: 1px solid #888;
}	

#producttable tr:hover{
	background-color: #FFF;
}	