/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html, body {
	height: 100%;
	min-width: 950px;
	background: url(../assets/body_background.jpg) top repeat-x #FFFFFF fixed;
	margin: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #962f34;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-left: -7px;
	margin-bottom: 5px;
	margin-top: 4px;
	display: inherit;
	background: url(../assets/h2_back.gif) no-repeat;
	width: 408px;
	height: 26px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
}
h3{
	display: inline;
	font-size: 12px;
	color: #962f34;
	margin-right: 4px;
}
ul{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 10px;
}
li{
	margin-left: 5px;
	padding-left: 3px;
	line-height: auto;
}
.backTop, .backTop a:link, .backTop a:visited {
	text-align: right;
	font-size: 10px;
	color: #666666;
}
.backTop a:active, .backTop a:hover {
	text-align: right;
	font-size: 10px;
	color: #962f34;
}
.startText{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #962f34;
}
.bodyTable{
	height: 100%;
	width: 930px;
}
.orderText{
	font-size: 16px;
}
#products_btn{
	position: absolute;
	top: 106px;
	left: 50%;
	margin-left: -183px;
	background: none;
	width: 102px;
	height: 50px;
	z-index: 1000;
}
#products_drop{
	position: absolute;
	top: 156px;
	margin-left: 332px;
	background: url(../assets/dropback.png) bottom left no-repeat;
	height: auto;
	width: 120px;
	padding: 2px;
	padding-bottom: 15px;
	line-height: 18px;
	visibility: hidden;
	z-index: 1000;
}
#install_btn{
	position: absolute;
	top: 106px;
	left: 50%;
	margin-left: -79px;
	background: none;
	width: 119px;
	height: 50px;
	z-index: 1000;
}
#install_drop{
	position: absolute;
	top: 156px;
	margin-left: 425px;
	background: url(../assets/dropback.png) bottom left no-repeat;
	height: auto;
	width: 120px;
	padding: 2px;
	padding-bottom: 15px;
	line-height: 18px;
	visibility: hidden;
	z-index: 1000;
}
.dropLink{
	margin-left: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}