﻿/* CSS Document */

html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
} 

.noOutline {
	outline:none;
}
body {
	background-color: #000;
	margin: 2px 0;
}
#Master {
	width: 976px;
	height: 90px;
	margin: 0 auto;
}
#logo {
	float: left;
	width:294px;
	height:76px;
}
#navigation {
	float: right;
	/* left:352px;*/
	/* xposition: relative; */
	width:672px;
	height:56px;
	padding: 20px 0 0 0;
	/* z-index: 500; */
}
#sep_gray_1 {
	width:976px;
	height:10px;
}
#sep_gray_2 {
	width:83px;
	height:8px;
	z-index:2;
}
#lower-wrap {
	padding: 0 0 5px 0;
}
#lower-left-column {
	float: left;
	width: 315px;
}
#lower-center-column {
	float: left;
	width: 315px;
	margin-left: 5px;
}

#lower-left-column h3 {
	color: #C00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 0;
	margin: 0;
}
#lower-left-column p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 10px 3px 0;
	margin: 0;
}
#lower-center-column h3 {
	color: #C00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 0;
	margin: 0;
}
#lower-center-column p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 10px 3px 0;
	margin: 0;
}

.sep_red_1 {
	float: left;
	width:1px;
	padding: 35px 5px 0 5px;
	
}
#movie {
	float: right;
	width:311px;
	height:174px;
	margin-left: 5px;
}

#copyright {
	width:978px;
	height:40px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

.clear {
	clear:both;
}

/*contact.asp page*/
#contact-left-col {
	float: left;
	width: 515px;
	border: 0px solid red;
}
#contact-right-col {
	width: 450px; 
	float: right; 
	border: 0px solid yellow;
}
#customer_login {
	float: left;
	width: 250px;
	height: 100px;
}
#login_button {
	float: left;
	width: 117px;
	padding: 10px 0;
}
#forgot_pw {
	float: right;
	width: 117px;
	padding: 10px 0;
}
#phone_support {
	float: right;
	width: 250px;
	height: 100px;
}

#phone_paragraph {
	color: #fff;
	padding: 10px;
}
#angelic_support {
	padding: 5px 0;
}
#staff-support {
	float: left;
	width: 130px;
}
#gus, #ivan, #kevin, #raphael {
	float: left;
	width: 65px;
}
#remote_sytem_text {
	color: #fff;
	float: right;
	width: 380px;
}
#remote_sytem_text span{
	color: #f00;
	font-size: 12px;
	font-weight: bold;
}
#remote_sytem_text ol {
	padding: 0px 25px;
	margin: 5px 0;
}
#please_note {
	color: #fff;
	padding: 5px 0 15px 0;
}
#please_note span{
	color: #f00;
	font-size: 12px;
	font-weight: bold;
}
#tracking {
	float: left;
	width: 260px;
}
#downloads {
	float: right;
	width: 250px;
}
#download_gfx_title {
	width: 250px;
	padding-bottom: 5px;
}
#nvidia_download {
	float: left;
	width: 105px;
}
#ati_download {
	float: left;
	width: 105px;
}
#download_sep {
	float: left;
	width: 10px;
	padding: 0 15px;
}
#track_order, #ups_bar {
	padding:5px 0;
}
#track_order input.code {
	float: left;
	border: 1px solid #999;
	width: 215px;
	margin:2px 5px 0 0;
	color: #555;
	font-size: 11px;
}
#fedex_text {
	float: left;
	width: 223px;
	color: #fff;
	padding:2px 0 6px 0;
}

#ups_text {
	float: left;
	width: 223px;
	color: #fff;
	padding-top: 2px;
}
#go {
	float: left;
	width: auto;
}
#sep_gray_3 {
	float: left;
	width: 850px;
	height: 17px;
	padding: 8px 0 10px 0;
}
#social {
	float: right;
	width: 120px;
	height: 35px;
}
.pcShowContent.morepadding td{
	padding: 5px 0;
}
.textbox {
	height: 190px;
}

#login_button a {
	display: block;
	background: transparent url(../images/site-graphics/login.png) no-repeat;
	width: 112px;
	height: 27px;
}
#login_button a:hover {
	background: transparent url(../images/site-graphics/login.png) 0 -27px no-repeat;
}  

#forgot_pw a {
	display: block;
	background: transparent url(../images/site-graphics/forgot.png) no-repeat;
	width: 112px;
	height: 27px;
}
#forgot_pw a:hover {
	background: transparent url(../images/site-graphics/forgot.png) 0 -27px no-repeat;
} 

#gus a {
	display: block;
	background: transparent url(../images/site-graphics/gus.png) no-repeat;
	width: 58px;
	height: 68px;
}
#gus a:hover {
	background: transparent url(../images/site-graphics/gus.png) 0 -68px no-repeat;
} 

#ivan a {
	display: block;
	background: transparent url(../images/site-graphics/ivan.png) no-repeat;
	width: 61px;
	height: 68px;
}
#ivan a:hover {
	background: transparent url(../images/site-graphics/ivan.png) 0 -68px no-repeat;
} 

#kevin a {
	display: block;
	background: transparent url(../images/site-graphics/kevin.png) no-repeat;
	width: 58px;
	height: 72px;
}
#kevin a:hover {
	background: transparent url(../images/site-graphics/kevin.png) 0 -72px no-repeat;
} 

#raphael a {
	display: block;
	background: transparent url(../images/site-graphics/raphael.png) no-repeat;
	width: 61px;
	height: 74px;
}
#raphael a:hover {
	background: transparent url(../images/site-graphics/raphael.png) 0 -74px no-repeat;
} 

#nvidia_download a {
	display: block;
	background: transparent url(../images/site-graphics/nvidia.png) no-repeat;
	width: 100px;
	height: 100px;
}
#nvidia_download a:hover {
	background: transparent url(../images/site-graphics/nvidia.png) 0 -100px no-repeat;
}

#ati_download a {
	display: block;
	background: transparent url(../images/site-graphics/ati.png) no-repeat;
	width: 100px;
	height: 101px;
}
#ati_download a:hover {
	background: transparent url(../images/site-graphics/ati.png) 0 -101px no-repeat;
}