html {
	font-size: 70%;
}
html, body {
	padding: 0;
	background: #9d0707 url(../images/bg_body.gif) 50% 0% repeat-y; 
	margin: 0px; 
	color: white; 
	font-family: trebuchet ms, verdana, arial, helvetica, tahoma, sans-serif; 
}
a {
	color: #ff9900; 
	text-decoration: none
}
a:link {
}
a:visited {
}
a:hover {
	color: #ffffff; 
}
a img {
	border: 0;
}

div#rightInfo {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #B82903;
	padding: 5px;	
}

#wrapper {
	width: 989px;
	margin: 0 auto;
	position: relative;
}
#super-wrapper {
	width: 100%;
	height: 100%;
}
#super-wrapper #popup, #super-wrapper #popup_bg {
	display: none;
}
#super-wrapper.popup #popup, #super-wrapper.popup #popup_bg {
	display: block;
}
#super-wrapper.popup {
	overflow: hidden;
	height: 100%;
}
#super-wrapper.popup #popup_bg {
	background: black;
	-moz-opacity: 0.4;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#super-wrapper.popup #popup {
	background: #9D0707;
	width: 650px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -200px;
	border: 2px solid #606060;
	overflow: auto;
}
#super-wrapper.popup.loading #popup {
	background: #9D0707 url(../images/throbber.gif) 50% 50% no-repeat;
}
#head {
	padding: 0;
	padding-top: 145px;
	width: 987px;
	background: #8f0302 url(../images/logo.jpg) no-repeat 50% 0;
	border: 1px solid #c03805;
	border-top: 0;
}
#head #navigation {
	font-weight: bold; 
	padding: 0;
	margin: 0; 
	list-style: none; 
	height: 28px; 
	background: url(../files/navigation_bg.png) 0% 0% repeat-x;
	border-top: 1px solid #620000;
	width: 100%;
}
#head #navigation li {
	float: left;
	color: #ff9900; 
	font-size: 112%;
	padding: 8px;
}
#head #navigation li.active a {
	color: white;
}
#head #navigation li a {
	text-decoration: none
}
#head #navigation li:hover {
	color: #ffffff;
}
h1 {
	padding: 5px 15px 5px 8px;
	margin: 0px 0px 10px 0;
	font-size: 125%;
	color: #FFBB22;
	border-bottom: 1px solid #b82903;
}
h2 {
	padding: 0 0 5px 0;
	font-size: 115%; 
	margin: 5px; 
	border-bottom: 1px solid #b82903;
}
h3 {
	padding: 0 0 5px 0;
	font-size: 105%; 
	margin: 5px; 
}
h4 {
	margin: 0;
	margin--top: 3px;
	font-size: 100%; 
}
.box {
	clear: both; 
	border: 1px solid #b82903;
	margin: 0; 
	padding: 0;
}
.text-content {
	padding: 15px;
	width: 740px;
}
.bottom-content {
	padding: 15px;
	width: 735px;
}
.bottom-item {
 float: left;
 width: 183px;
}

#main-content {
	margin-top: 10px;
}
#left-content {
	width: 772px; 
	line-height: 16px; 
	float: left;
}
#right-content {
	width: 202px;
	float: right;
}
.teaser-image-right {
	float: right; 
	margin-left: 15px
}
.teaser-text-left {
	width: 200px
}
#left-teaser {
	float: left; 
	width: 349px; 
	height: 145px; 
	padding: 15px; 
	border: 1px solid #b82903; 
	margin-top: 10px;
}
#right-teaser {
	float: right; 
	width: 349px; 
	height: 145px; 
	padding: 15px; 
	border: 1px solid #b82903; 
	margin-top: 10px;
}

#left-teaser-2 {
	float: left; 
	width: 300px; 
	height: 105px; 
	padding: 15px; 
	border: 1px solid #b82903; 
	margin-top: 10px;
}
#right-teaser-2 {
	float: right; 
	width: 300px; 
	height: 105px; 
	padding: 15px; 
	border: 1px solid #b82903; 
	margin-top: 10px;
}

.box-marginal {
	border: 1px solid #b82903;
	padding: 5px 5px 10px 5px;
	margin: 0 0 10px 0;
}
.box-marginal h3 {
	padding: 0 0 5px 0;
	margin: 0px; 
}
.right {
	float: right
}
img.right {
	margin: 0px 0px 0px 15px
}
ul {
	padding: 5px 5px 10px 5px;
	margin: 5px; 
}
li {
}

table {
	width: 100%;
}

input, textarea, select {
	width: 100%;
}

div.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.column-1-2 {
	float: left;
	width: 48%;
}
.column-2-2 {
	margin-left: 1%;
	float: left;
	width: 49%;
}
.column-1-3 {
	float: left;
	width: 30%;
}
.column-2-3 {
	float: left;
	width: 30%;
	margin-left: 1%;
}
.column-3-3 {
	float: left;
	width: 30%;
	margin-left: 1%;
}
table {
	width: 100%;
	border: 1px solid #A81900;
	border-top: 0;
	border-bottom: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	text-align: left;
	background: #9D0707;
	padding: 0;
	border-bottom: 1px solid #A81900;
	border-top: 1px solid #A81900;
}
td {
	border-bottom: 1px solid #A81900;
}
td, th {
	height: 22px;
	padding: 0 5px 0 5px;
}
p {
	margin: 0;
}
fieldset {
	border: 1px solid #780000;
	padding: 5px;
}
legend {
	color: white;
}

ul.cart {
	list-style: none;
	padding: 0 5px 0 0;
}

#feedback {
	height: 70px;
	padding: 5px;
}

