body {
	background-color: #FFFFFF;
	background-image: url(/img/page/bg-topstripe.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

html, body {
	width: 100%;
	height: 100%;
}

.clearer {
	overflow:hidden;
	margin:-1px 0 0 0;
	height:1px;
	clear:both;
}

#container {
	width: 100%;
	min-height: 100%;
	text-align: left;
	margin: -50px auto 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
	background-image: url(/img/page/bg-cont.gif);
	background-repeat: no-repeat;
	background-position: center 110px;
}

* html #container {
	height: 100%
}

#header {
	background-image: url(/gfx/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 120px;
	width: 100%;
	float: left;
	margin-top: 50px;
	background-color: #333333;
}

#header h1 {
	display: none;
}

#menu {
	float: left;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	margin: 0px;
}

#menu ul, #menu ol, #menu li {
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	list-style-type: none;
	height: 26px;
}

#menu ul {
	background-color: #FF0000;
	margin-top: 94px;
	margin-left: 20px;
}

#menu ul li a {
	display: inline;
	float: left;
	background-color: #1E1E1E;
	height: 23px;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	color: #CCCCCC;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #5F5F5F;
	color: #FFFFFF;
	text-decoration: underline;
}

#menu ul li a.active, #menu ul li a:hover.active {
	color: #1E1E1E;
	background-color: #FFFFFF;
	text-decoration: none;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #545454;
	float: left;
	width: 740px;
	margin:0px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9EEEF;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #CBB101;
	font-weight: normal;
/*	margin-top: 0px;
	margin-bottom: 0px; */
}

h2 {
	font-size: 17px;
}

hr {
	color: #BCCECF;
	background-color: #BCCECF;
	border: 0px none;
	height: 1px;
}

a, a:visited {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#order td {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	padding-top: 3px;
	padding-bottom: 2px;
}

#order .tdTitle {
	color: #000000;
	padding-top: 20px;
	font-weight: bold;
}

#order td input, #order td select {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.feedbackinput {
	width: 355px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
}

.feedbackdesc {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

.asterix {
	color: #CBB101;
}

#footercontainer {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
	background-color: #333333;
}

#footer {
	height: 40px;
	padding: 10px 20px 0px;
	text-align: left;
	margin: 0px auto;
	background-image: url(/img/page/bg-footstripe.gif);
	background-repeat: repeat-y;
	background-position: -820px top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
	clear: both;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	display: inline;
}

#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#footer li a {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #555555;
	margin-left: 3px;
	line-height: 11px;
}

#footer li a:hover {
	background-color: #CBB101;
}

#footer p {
	margin: 0px;
	padding: 0px;
}
