* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
#wrapper {
	width: 780px;
	min-height: 97.5%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px auto; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 20px; /* .push must be the same height as .footer */
}

body {
background-image: url(../images/bg.gif);
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	padding: 15px 10px 5px 10px;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/logo_mid.gif);
	background-position: 0px;
}

#content {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content p {
	display: block;
	padding-bottom: 15px;
}


#menubar ul
{
	background-color: #141011;
	color: White;
	float: right;
	margin-left: 0px;
	width: 660px;
padding-left: 120px;
	font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

#menubar ul li { display: inline; }

#menubar ul li a
{
	padding: 0.2em 1em;
	background-color: #141011;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#menubar ul li a:hover
{
	background-color: #DE361B;
	color: #FDFDFF;
}

#fx ul li a
{
	padding: 0.2em 1em;
	background-color: #141011;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#fx ul li a:hover
{
	background-color: #DE361B;
	color: #FDFDFF;
}
#footer {
	width: 780px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
#content a.button {
	background-color: #DE442C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
}
#content h2 {
	font-size: 16px;
	color: #DD4329;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #DD4228;
}
a {
	color: #DD4228;
}
hr {
	border: 1px solid #DD4228;
	margin-bottom: 10px;
}
#content ol,#content ul {
	padding-left: 40px;
}
.bolder {
	font-size: 18px;
	color: #000000;
}
.bolder2 {
	font-size: 18px;
	color: #ffffff;
}

#content .product {
	display: block;
	background-color: #e9e9e9;
	border: 1px solid #DD4B30;
	padding: 5px;
	height: 150px;
	vertical-align: middle;
}
#content .product img {
	top: 10px;
	position: relative;
}
