@charset "UTF-8";


/* -------------------- universal -------------------- */

body,p,div,td,th,tr {
	line-height: 150%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	color: #F93;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4 {
	color: #F93;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0;
}
p {
	margin: 6px 0;
}
li {
	margin: 2px 2px 2px 20px;
}
a, a:link, a:visited {
	color: #F93;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FC0;
}
/* -------------------- body -------------------- */
body  {
	font: 12px, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.bkg_home {
	background: #000 url(/imgD/page_bkg_home.gif) top center repeat-x;
}
.bkg_support {
	background: #000 url(/imgD/page_bkg.gif) top center repeat-x;
}
#bkg_footer {
	background: url(/imgD/page_bkg_footer.gif) bottom center repeat-x;
}

#header_bkg {	
	background: url(/imgD/header_bkg.gif) top center no-repeat;
}
.twoColFixRtHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#page_body {
	background: #000;
	min-height: 500px;
	padding: 0 20px;
	position: none;
	float: none;
	margin-bottom:5px;
	margin-top:15px;
}
#page_body_bottom {
	background: url(/imgD/page_footer.gif) bottom center no-repeat;
	padding-bottom:5px;
}
/* -------------------- header -------------------- */
.twoColFixRtHdr #header { 
	padding: 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#header_right {
	width:675px;
	float:right;
}
#header_eyebrow {
	padding-top: 8px;
	color: #f00;
	height: 50px;
}
#header_nav {
	padding-top: 10px;
	color: #f00;
}
#header_logo {
	padding:0;
	margin:0;
	float:left;
	position: relative;
	z-index:50;
	display:block;
	width:261px;
	height:131px;
}
#header a, #header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#header a:hover {
	color: #F93;
	text-decoration: underline;
}
#header_news {
	background: url(/imgD/header_highlight_bkg.gif) bottom center no-repeat;
	width: 170px;
	text-align: center;
	height: 35px;
	padding-bottom: 5px;
}
#header_news a, #header_news a:link, #header_news a:visited {
	padding-top: 12px;
	display: block;
}
.searchbox {
	background: #4c0000;
	border: 1px solid #f00;
	padding: 2px 6px;
	font-size: 10px;
	margin:0 5px 0 0;
	color: #f00;
	float: left;
}
/* -------------------- sidebars -------------------- */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
#home_text {
	width: 300px;
}
#home-flash {
	float: right;
	margin-top: 10px;
	padding: 0;
}
#home_links {
	float: right;
	padding: 0;
}
/* -------------------- main -------------------- */
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/* -------------------- footer -------------------- */
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	text-align: right;
	color: #ccc;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* -------------------- miscellaneous -------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_pad10 {
	padding: 0 10px;
}
.sale_divider {
	background: url('../imgD/pixel_orange.gif') repeat-y top center;
}

a.whackatech-button {
	display: block;
	border: 1px solid #f00;
	padding: 13px 10px 13px 100px;
	color: #fff;
	font-size: 13px;
	margin: 10px 0;
	background: #840000 url('../images/whack-a-tech_logo_small.png') 10px 5px no-repeat;
}