body
{
	background-color: #AE0000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#top-layer
{
	width: 100%;
	height: 54px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#topnavi
{
	width: 800px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
}

#center-layer
{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

#top
{
	width: 800px;
	height: 120px;
}

#logo
{
	width: 261px;
	height: 120px;
	margin-left: 30px;
	float: left;
}

#headline
{
	width: 380px;
	height: 55px;
	margin-right: 28px;
	margin-top: 50px;
	background-color: #ffffff;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float: right;
	text-align: center;
	padding-top: 25px;
	font-size: 30px;
	color: #AE0000;
}

#center
{
	clear: both;
	width: 800px;
	height: auto;
	background-color: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content
{
	width: 700px;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
	padding: 20px;
	line-height: 1.5;
}

#spacer
{
	width: 800px;
	height: 30px;
}
#footer-layer
{
	width: 100%;
	height: 150px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer
{
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
}

/* Navigation styles */

#topnavi ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -1px;
}

#topnavi li
{
	float: left;
}

.navi-first, a.navi-first
{
	width: auto;
	height: 36px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.navi-active-first, a.navi-active-first, .navi-first:hover, a.navi-first:hover
{
	width: auto;
	height: 36px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-image: url(../images/navi_active_bg.jpg);
	background-repeat: repeat-x;
}

.navi, a.navi
{
	width: auto;
	height: 36px;
	border-right: 1px solid #ffffff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.navi-active, a.navi-active, .navi:hover, a.navi:hover
{
	width: auto;
	height: 36px;
	border-right: 1px solid #ffffff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-image: url(../images/navi_active_bg.jpg);
	background-repeat: repeat-x;
}

#footer td
{
	font-size: 12px;
	color: #ffffff;
}

.foot, a.foot
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.foot:hover, a.foot:hover
{
	text-decoration: underline;
}

h1
{
	color: #AE0000;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	color: #AE0000;
	font-size: 12px;
	font-weight: bold;
}

#content td
{
	font-size: 12px;
	color: #333333;
}

.product-ul
{
	padding: 0;
	margin-left: 17px;
	line-height: 1.5;
}

.price
{
	padding: 0;
	margin-left: 27px;
	list-style-image: url(../images/price-li.jpg);
}

#content a
{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #AE0000;
}

#content a:hover
{
	text-decoration: none;
}

/* ------------- form styles begin ------------------*/

.tableform
{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: left;
	border-left: 3px solid #AE0000;
	background-color: #efefef;
}

.tdlabel
{
	text-align:right;
	vertical-align: top;
	width: 200px;
}

.inputfield
{
	width: 250px;
	background-color: #ffffff;
	border: 0;
	border-bottom: 1px solid #ae0000;
}

.inputarea
{
	width: 250px;
	height: 150px;
	border: 0;
	border-bottom: 1px solid #ae0000;
}

form select
{
	width: 250px;
}


#globalerror
{
	width: 100%;
	height: 25px;
	padding-top: 8px;
	color: #ffffff;
	background-color: #ae0000;
	display: none;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.submit-button
{
	padding: 5px 10px 5px 10px;
	background-color: #ae0000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* ------------- form styles end ------------------*/
