@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
  
  /* HEADER ELEMENTS */
  .twoColHybLtHdr #header {
	padding: 0 0;  /* 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: 120px;
	 /*background-image:url(/images/gen_bg_repeat.gif);
	background-repeat:repeat-x;*/
} 
.twoColHybLtHdr #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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/

.twoColHybLtHdr #header2 {
	padding: 0 0;  /* 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: 120px;
	background-color:#FFFFFF;
	background-image:url(../images/logo_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	
	 /*background-image:url(/images/gen_bg_repeat.gif);
	background-repeat:repeat-x;*/
} 




 
.header_menu {
	 width:auto;
	 height:auto;
	 margin-top:20px;
	 margin-left:40px;
	 margin-right:40px;
	 margin-bottom:0px;
	 }
	 
	 
.sub_menu {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:1px;
	}

.sub_menu2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:1px;
	
	}
	
 div #searchbar { /* 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. */
	margin-top: 10px;
	margin-bottom:5px;
	margin-right:3px;
	width:600px;
	float:right;

}

div #searchbar_checkout { /* 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. */
	margin-top: 10px;
	margin-bottom:5px;
	margin-right:3px;
	width:100%;
	

}


/*- Menu 1 This menu is made for a sidebar or in cojunction with the sidebar class */
	
#menu1 {
	width: 200px;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(../images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
 /* end side bar menu */ 
 
 
 
 /* THIS IS THE MENU CURRENTLY IN USE - JO 8/26/09 */
 
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 1px solid  #BABABA; /*Gray color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;


}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 10px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px 9px 5px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED, ON SECOND THOUGHT DO NOT REMOVE BECAUSE ITS IS KINDA COOL*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #CCC; /*gray color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #CCC; /*gray color theme*/
padding-top: 20px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: black;
font-size:12px;
}
 
/* END CURRENT MENU */ 

.ad{
	margin-top:9px;
	margin-bottom:9px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-image:url(/images/ad_bar_bgimage.gif);
	height: 40px;
	color:#FFFFFF;
	text-align:center;
	
    }
.ad2{
	margin-top:0px;
	margin-bottom:0px; 
	/*margin-bottom:30px;*/
	margin-left: 0px;
	margin-right: 120px;
	text-align: center;
	/*background-image:url(/images/ad_bar_bgimage2.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	height: 50px;
	/*height: 40px; */
	width:540px;
	float: right;
	color:#FFFFFF;
	text-align:center;
	/*border:#000 solid 1px; */
    }

	
	
	

.ad_menu{
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-color:#FFFFFF;
	
}

.searchfield{
background-color: #FFFFFF;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
}
/* END HEADER ELEMENTS */
/**/
/**/  
/**/ 
/**/ 
/**/ 
  /*BODY ELEMENTS*/

  
body {
	

	}
	
#Body{
	/*background-image:url(../images/BG_memday.jpg); */
	/*background-image:url(../images/easter_2010.jpg); <---Use this for easter time */
  /* background-image:url(../images/Christmas_Background_pres.gif); /* <---Use this for winter time */
   /*  background-image:url(../images/site_BG_val.gif); /*<--Use this for Valentine's day*/
  /*  background-image:url(../images/mem_flag_BG.jpg);*/
      background-image:url(../images/site_BG_blue.gif);  /* <---Use this for default BG */
	background-repeat:repeat-x;
	background-position: top;
	
	
	font: 100% Verdana, 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: #000000;
	}
	
	
.belowfooter {
	width:815px;
	height:50px;
	background-image: url(/images/bottom_reflect.jpg);
}

.sample{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
}


.twoColHybLtHdr #container {
	
	width: 815px;
	background-color:#FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(../images/front-page-header-top.jpg);
	background-repeat: no-repeat;*/
	height: auto;
	/*top: 5px;*/
	/*border: solid 1px;
	border:#333;*/
	
} 



.twoColHybLtHdr #sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	height: 900px;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
(currently we are not using the side bar, but if we were)
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div .  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybLtHdr #mainContent { zoom: 1; padding-top:15px; }



/*.twoColHybLtHdr #mainContent
{
	margin: 0 20px 0 13em;
	margin: 0 0px 0 ;
	 background-color:#ECF1F7;
	
}*/

.twoColHybLtHdr #mainContent_2
{
	/*margin: 0 20px 0 13em;*/
	margin: 0 0px 0 ;
	background-color:#FFF;
	border:solid 1px;
	border-color:#000;
	padding:5px;
}

.twoColHybLtHdr #mainContent_front {
	margin: 0 20px 0;
} 
.twoColHybLtHdr #mainContent_product {
	margin: 0 0px 0;
	background-color:#FFFFFF;
	color:#000000;
	border:solid 1px;
	border-color:#000;
	
} 

.twoColHybLtHdr #mainContent2 { zoom: 1;
                               padding-top: 15px;
	                           padding-left: 25px;
	                           padding-right: 25px;}
							   
.twoColHybLtHdr #mainContent2
{
	/*margin: 0 20px 0 13em;*/
	margin: 0 0px 0 ;
	background-color:#FFFFFF;
	/*border:solid 1px;
	border-color:#000; */
}


/* Miscellaneous classes for reuse */
.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;
}
	div #man_option_small {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid  #BABABA;
    background-color:#FFFFFF;
	width:200px;
	height:175px;
	float:left;
	margin-right:10px;
	margin-left: 20px;		/*background-color:#993300;*/
	margin-bottom: 10px;
	margin-top: 10px;
	}
	div #man_option_small_gateway {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid  #BABABA;
    background-color:#FFFFFF;
	width:200px;
	height:175px;
	float:left;
	margin-right:10px;
	margin-left: 20px;		/*background-color:#993300;*/
	margin-bottom: 10px;
	margin-top: 10px;
	/*background-image:url(../images/b_w_horz_trans.png);*/
	background-repeat:no-repeat;
	background-position: bottom;
	}
	div #man_option_small_emachines {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid  #BABABA;
    background-color:#FFFFFF;
	width:200px;
	height:175px;
	float:left;
	margin-right:10px;
	margin-left: 20px;		/*background-color:#993300;*/
	margin-bottom: 10px;
	margin-top: 10px;
	/*background-image:url(../images/em_logo_small_trans.gif);*/
	background-repeat:no-repeat;
	background-position: bottom;
	}
	
	div #man_option_small_center {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid  #BABABA;
    background-color:#FFFFFF;
	width:200px;
	height:175px;
	float: right;
	margin-right:50px;
	margin-left: 5px;		/*background-color:#993300;*/
	margin-bottom: 10px;
	margin-top: 10px;
	}
	div #man_option_small_2 {
	font-family: Arial, Helvetica, sans-serif;	
	background-color:#FFFFFF;
	border: 1px solid  #BABABA;
	width:200px;
	height:175px;
	float:right;
	margin-right:20px;
	margin-left: 30px;		/*background-color:#993300;*/
	margin-top: 10px;
	margin-bottom: 10px;
	}
div #man_option_small_inside {
	text-align:left;
	color:#000000;
	float:left;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:10px;
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
}
/* We only use this is you need two columns inside the small option boxes*/
div #man_option_small_inside_2 {
	width:55px;
	text-align:left;
	float:left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:10px;
	margin-top:4px;
	margin-left:5px;
	margin-right:8px;
}

	
div #man_option_inside {
	font-family: Arial, Helvetica, sans-serif;
	/*font:bold;*/
	width: auto;
	/*float:left;
	margin-left:10px;
	margin-right: 10px;	
	margin-top: 10px; /*background-color:#993300;*/
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	color:#000000;
	text-align: left;
	}	
	
	.topic_Header{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-bottom:2px solid  #BABABA;
	height:28px;
	/*background-image:url(../images/background_repeat_small.gif);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#D3D6DD;
	/*border-top-color: #000;
	border-top-style: solid;*/
	text-align: center;
	margin-bottom:5px;
	padding-top:5px;
	}
	
	.topic_Header_a{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	border:2px solid  #BABABA;
	height:28px;
	/*background-image:url(../images/background_repeat_small.gif);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#D3D6DD;
	/*border-top-color: #000;
	border-top-style: solid;*/
	text-align: center;
	margin-bottom:5px;
	padding-top:5px;
	}
	
	
	
div #man_option {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ECF1F7;
	border: 1px solid  #BABABA; 
	width:350px;
	height:250px;
	float:left;
	margin-bottom:20px;
	margin-left:24px;
	/*margin-right:10px;		background-color:#993300;*/
	vertical-align:top;
	/*background-image:url(../images/acer-logo.gif);*/
	background-repeat:no-repeat;
	background-position: bottom;
	
	
	}
div #man_option_2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ECF1F7;
	border: 1px solid  #BABABA; 
	width:350px;
	height:250px;
	float:right;
	margin-bottom:20px;
	margin-right: 24px;		/*background-color:#993300;*/
	/*margin-left: 10px;*/
	vertical-align: top;
	/*background-image:url(../images/b_w_horzbig.png);*/
	background-repeat:no-repeat;
	background-position:bottom;
	
	}
	div #man_option_spacer {
		width:50px;
		height:auto;
		float:left;
		margin-bottom:30px;
		/*background-color:#993300;*/
		
	}


img {
    border: none;
} 


.table_models_list_small  {
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid  #000; 
	text-align:left;
	background-color: #CCCCCC;
	width: 200px;
	margin-left:10px;
	margin-right:10px;
	color:#000000;
	}
	
	.table_models_list  {
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid  #BABABA;*/ 
	text-align:left;
	background-color:#FFFFFF;
	width: 750px;
	margin-left:10px;
	margin-right:10px;
	color:#000000;
	}
	
	
	
.table_models_list_tpic_header
	{
	background-image:url(../images/background_repeat_small.gif);
	background-repeat:repeat-x;
		}
		
/* END BODY ELEMENTS */
/**/
/**/  
/**/ 
/**/ 
/**/
/* Text Formatting */

.product_price{
	font-size:14px;
}

H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
H2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin-bottom:5px;
	    margin-left:5px;
	    margin-right:5px;
	    margin-top:0px;
	}
	
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;*/
	}	
	
	H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;*/
	}	
	#link_standout {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	 
}
	
.bigclick {
	display: block;
	}

.product_display {
	background-color:#FFFFFF;
	
	}
a:link, a:visited , a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;}	
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055AA;
	text-decoration: underline;}	
	
.prod:link, .prod:visited , .prod:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}		
	
.prod:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;}	
	
.hdrproduct{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

/* END TEXT FORMATTING */
/**/
/**/  
/**/ 
/**/ 
/**/
</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr # { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

</style>
<![endif]
/**/
/**/  
/**/ 
/**/ 
/**/
/* FOOTER ELEMENTS */
.twoColHybLtHdr #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 */
	font-size: 12px;
	text-align: center;
}
.twoColHybLtHdr #footer {
	padding: 0 10px;
	vertical-align: bottom;
} 
.bottom_note  {
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* END FOOTER ELEMENTS */

