* {
	padding: 0;
	margin: 0;
}
html, body {
	color: silver;
	font-size: 0.88em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #181a20 url(../graphics/global/ground.gif) center 0;
	height: 100%;
	margin: 0;
	padding: 0;
}
strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0.1em;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}
.blue_text {
	color: #9cf;
}
.justify {
	text-align: justify;
}
.text_right {
	text-align: right;
}
.text_small {
	font-size: smaller;
}
hr {
	margin: 0;
	border-color: #184880 transparent transparent;
	border-style: solid;
	border-width: 1px;
}
table {
	padding: 3px;
}
td {
	padding: 3px;
}
.input {
	color: white;
	font-size: 1em;
	background-color: #1f4880;
	padding: 2px;
	border: solid 1px #3369b3;
}
/*--- LISTS ---*/
ol {
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.75em;
}
ul {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
}
li {
	text-align: left;
	margin-top: 0.4em;
}
/*---- LINKS ----*/
a:link {
	color: #408fff;
	text-decoration: none;
}
a:visited {
	color: #408fff;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
/*----- IMAGES -----*/
img {
	border-width: 0;
}
.img_border {
	border-style: solid;
	border-width: 1px;
}
.img_float_left_wpad {
	float: left;
	margin: 0.5em 20px 5px 0;
}
.img_float_right_wpad {
	float: right;
	margin: 0.5em 0 5px 20px;
}
/*----- PAGE -----*/
#wrapper {
	background-color: black;
	width: 860px;
	padding: 0;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#footer {
	background-color: #24272f;
	width: 820px;
	margin: 0;
	padding: 10px 20px;
}
#footer p {
	color: #aaa;
}
/*---- INSIDE PAGES ----*/
#content_wrap {
	width: 800px;
	margin: 20px auto;
	padding: 0;
}
#product_selection_wrap {
	width: 95%;
	padding: 15;
	background-color: #000000;
	margin-top: -60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.remote_box {
	background: #24272f url(../graphics/global/Remote_box_head.gif) no-repeat left 0;
	width: 210px;
	margin-top: 10px;
	padding: 100px 15px 10px;
}
.remote_box h2 {
	display: none;
}
.remote_box_remote {
	float: right;
	margin: -100px -15px 0 0;
	padding-top: 0;
	padding-right: 0;
}
.remote_box_foot {
	background-image: url(../graphics/global/Remote_box_foot.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 0;
	width: 240px;
	height: 10px;
}
#left_col {
	width: 240px;
	float: left;
	margin: 30px 0 0;
	padding: 0;
}
#right_col {
	width: 530px;
	float: right;
	margin: 30px 0 0;
	padding: 0;
}
/*----- HEADER -----*/
#header {
	background: #3369b3 url(../graphics/global/header.jpg) no-repeat center 0;
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}
#header p {
	display: none;
}
/*----- MENU BAR -----*/
#menu_bar {
	background: #c7c7c7 url(../graphics/global/main_nav_ground.png) repeat-x left 0;
	width: 860px;
	height: 36px;
	margin: 0;
	padding: 0;
}
/*----- PRODUCT SUB MENU -----*/
#product_sub_menu {
	float: right;
	margin-top: 0;
}
/*----- IMAGE CHANGE BOX -----*/
#image_change_box {
	width: 860px;
	height: 200px;
}
/*---- INDEX 4 COLUMNS ----*/
#col_wrapper {
	width: 860px;
	margin: 20px auto;
}
#col_wrapper p {
	color: #fff;
	font-size: 0.88em;
	line-height: 1.4;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0.1em;
}
#col_wrapper ul {
	color: silver;
	margin-top: 3px;
	margin-bottom: 1em;
}
#col_wrapper h2 {
	display: none;
}
#col_wrapper h3 {
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.2em;
}
#column_1 {
	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
}
#column_1_box {
	background: #d56808 url(../graphics/index/col_1_top.jpg) no-repeat left 0;
	margin: 0;
	padding: 10px 10px 0 20px;
	width: 210px;
}
#column_1_box p {
	color: white;
	font-size: 0.9em;
	line-height: 1.3;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1.5em;
}
#column_1_box h1 {
	color: white;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	margin: 0 0 0.33em;
}
#column_1_box a:link {
	color: #fe0;
	text-decoration: none;
}
#column_1_box a:visited {
	color: #fe0;
	text-decoration: none;
}
#column_1_box a:hover {
	color: #fe0;
	text-decoration: underline;
}
#column_1_box_base {
	background-image: url(../graphics/index/col_1_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 0;
	width: 240px;
	height: 10px;
	margin-left: -20px;
}
#column_1_box_2 {
	background-color: #16191f;
	text-align: left;
	margin: 20px 0 0;
	padding: 10px 10px 10px 20px;
	width: 210px;
}
/*---- COL 1 DOWNLOADS BOX ----*/
#column_1_downloads_box {
	background-color: #2f313f;
	text-align: left;
	margin: 20px 0 0;
	padding: 10px 10px 10px 20px;
	width: 210px;
}
#column_1_downloads_box h2 {
	font-size: 1.7em;
	display: inline;
}
#column_1_downloads_box p {
	font-size: 1.1em;
	margin-top: 0.1em;
}
#column_1_downloads_box a:link {
	color: #408fff;
}
#column_1_downloads_box a:visited {
	color: #408fff;
}
#column_1_downloads_box a:hover {
	color: white;
}
/*---- COL 1 SUPPORT CONNECTION BOX ----*/
#column_1_support_connection_box {
	background-color: #2f313f;
	text-align: left;
	margin: 20px 0 0;
	padding: 10px 10px 10px 20px;
	width: 210px;
}
#column_1_support_connection_box h2 {
	font-size: 1.7em;
	display: inline;
}
#column_1_support_connection_box p {
	font-size: 1.1em;
	margin-top: 0.1em;
}
#column_1_support_connection_box a:link {
	color: #408fff;
}
#column_1_support_connection_box a:visited {
	color: #408fff;
}
#column_1_support_connection_box a:hover {
	color: white;
}
#column_1_box_2 h3 {
	color: #d56809;
	font-size: 1.1em;
	padding-bottom: 6px;
	border-bottom: 2px dotted #3a3a3a;
}
#column_1_box_2 li {
	text-align: left;
	margin-top: 0.8em;
}
#column_2 {
	margin: 0 0 0 20px;
	padding: 0;
	width: 180px;
	float: left;
}
#column_3 {
	margin: 0 0 0 20px;
	padding: 0;
	width: 180px;
	float: left;
}
#column_4 {
	margin: 0 0 0 20px;
	padding: 0;
	width: 180px;
	float: left;
}
.clear {
	clear: both;
}
/*--- footer_columns ---*/
#foot_col_1 {
	width: 260px;
	float: left;
}
