
body
{
	background-color: #212121;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div#wrapper { margin: 0 50 0 auto; }

img {
	border: 0px;
	}
#header
{
	position: static;
	top: 1;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100px;
	background-color: #212121;
	background-image: url(img/header.png);
	overflow: hidden;
	background-repeat: no-repeat;
}
#header a
{
	text-decoration: none;
	color:  #212121;
}

#header_logo
{
	width: 100px;
	height: 100px;
	float: left;
}

#header_banner
{
	height: 80px;
	text-indent: 20px;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
}

#header_menus
{
	height: 20px;
	width: 100%
}

#header_menu
{
	height: 20px;
	position: relative;
	float: left;
	width: 85px;
	text-align: center;
	text-transform: inherit;
	background-color: #414144;
	vertical-align: bottom;
	font-weight: bold;
	border-right: grey;
	border-left: white;
	border-width: 0px 1px 0 0px;
	border-style: none solid none solid;
	color: white;
	padding: 3px;
	display: block;
}
#header_menu a
{
	color: white;
}

#header_menu.selected,
#header_menu.selected a
{
	background-color: black; 
	background-color: white;
	color: #414144;
	border-width: 0px 2px 0 0px;
}


#header_menu_lang
{
	height: 20px;
	position: relative;
	float: left;
	width: 15px;
	text-align: center;
	text-transform: inherit;
	background-color: #414144;
	vertical-align: bottom;
	font-weight: bold;
	border-right: grey;
	border-left: grey;
	border-width: 0px 1px 0 0px;
	border-style: none solid none solid;
	color: white;
	padding: 3px;
	display: block;
}


#header_menu_lang a
{
	color: white;
	text-decoration: none;
}


#body
{
	position: inherit;
	margin: 0 auto 0 auto;
	background-color: white;
	width: 796px;
	overflow: hidden;
	padding: 2px;
}

#footer
{
	width: 798px;
	margin: 0 auto 0 auto;
	position: static;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	text-transform: inherit;
	font-size: 9px;
	color: #C2C5C6;
	padding: 0;
}

/*
#body_menu
{
	float: left;
	position: relative;
	width:100px;
	top: 0px;
}
*/
#body_content
{
	width: 700px;
}

#body_accelerators
{
	float: right;
	display: inline;
	background-color: #A1A6A7;
	width: 250px;
}

#body_accelerator
{
	height: 80px;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-size: 11px;	
}
#body_accelerator td 
{
	font-size: 11px;	
}
h1
{
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #414144;
}

h2
{
	font-size: 12px;
	color: #414144;
}
h3
{
	font-size: 11px;
	color: #414144;
	text-indent: 20px;
}


#contact th
{
	text-align: right;
	font-size: 11px;
}
#contact td
{
	text-align: left;
	font-size: 11px;
}


#store
{
}

#store td
{
	border-color: black;
	border-width: 1;
	border-style: solid;
}

#account th
{
	font-size: 11px;
	text-align: right;
	text-transform: inherit;
}
#account td
{
	font-size: 11px;
	text-align: left;
	text-transform: inherit;
}

#order
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin: 3px;
	font-size: 12px;
}
#order th,
#order td
{
	padding: 2px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

