/* HOME Page Styles */

/* Global Styles */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #000000;
}

td {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	color:#FFFFFF;
}

/* heading styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

/* HOME ID styles */

#wrapper {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
	margin-top: 25px;
	margin-bottom: 0px;
	background-color: #99776E;
}

#wrapper #header {
	width: auto;
}

#wrapper #topnavbar {
	height: 25px;
	width: 951px;
	background-color: #99776E;
	text-align: center;
	padding-left: 9px;
	padding-top: 10px;
}

#wrapper #body-wrapper {
	background-color: #99776E;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#wrapper #body-wrapper #body-content-wrapper {
	float: right;
	width: 940px;
}

#wrapper #body-wrapper #body-content-home {
	float: left;
	width: 940px;
	height: 400px;
	clear: right;
}

#wrapper #footer {
	background-image: url(images/footer.jpg);
	height: 70px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 6em;
	color: #FFFFFF;
	clear: both;
	float: left;
}

/* Begin Home Absolute Styles */

#wrapper #home-flash-frame {
	position:absolute;
	top:184px;
	left:103px;
	width:750px;
	height:165px;
}

#wrapper #touch-remote-tag-line {
	position:absolute;
	top:120px;
	left:202px;
	width:591px;
	height:26px;
	font-size: 20px;
}

#wrapper #enter-link-div {
	position:absolute;
	top:379px;
	left:699px;
	width:140px;
	height:38px;
}

#home-order-form-link {
	position:absolute;
	left:439px;
	top:389px;
	width:239px;
	height:34px;
	z-index:2;
}


/* Class Styles */



.a11 {
	font-size: 11px;
}

.a12 {
	font-size: 12px;
}

li {
	line-height: 1.2em;
}


/* Global hyperlink style */

a:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-decoration: underline;
}

a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-decoration: underline;
}

a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-decoration: none;
}

/* custom link styles */

/* top nav bar link style */

a.link-topnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 112px;
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 4px;
	background-image: url(images/button_default.png);
}

a.link-topnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 112px;
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 4px;
	background-image: url(images/button_default.png);
}

a.link-topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	font-weight: bold;
	height: 20px;
	width: 112px;
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 4px;
	background-image: url(images/button_over.png);
}

/* generic custom link style - clone this to make a custom link style */

a.linkgeneric:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}

a.linkgeneric:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}

a.linkgeneric:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

