	html {
        margin: 0;
        padding: 0;
    }
    body {
        font-size: 62%;
        background-color: #e4e4e4;
        font-family: Verdana, Tahoma, "sans-serif";
        text-align: center;
        margin: auto;
    }
    div#body_wrapper {
        background: #e4e4e4 url(/images/main_background.gif) top repeat-y;    	
    }    
    div#container {
        font-size: 1.1em;
        width: 980px;
        margin: auto;
        text-align: left;
    }
    a {
        color: #000;
        font-weight: bold;
    }
    img#banner_cta {
    border: 0px;
    }
    div#magstand_header {
        background: #949494;
        height:     32px;
    }
    div#breadcrumb {
        width: 800px;
        height: 32px;
        display: block;
        float: left;
        background: transparent url(/images/topbar_left.gif) left no-repeat;
        padding-left: 20px;
    }
    div#breadcrumb ul {
        margin: 0; padding: 0;
        display: block;
        margin-top: 10px;
    }
    div#breadcrumb ul li {
        display: inline;
        margin: 0; padding: 0;
        color: #fff;
        height: 10px;
        padding: 0px 15px 2px 0;
        background: transparent url(/images/topbar_arrow.gif) right no-repeat;
    }
    div#breadcrumb ul li.no_arrow {
        background-image: none;
        padding: 0;
    }
    div#breadcrumb ul li a {
        color: #fff;
        font-weight: normal;
    }
    div#logo {
        float: right;
    }
    /* See ie.css for ie version of clearfix */
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    div#content {

    }
    /* Navigation */
    div#navigation {
        
        width: 205px;
        float: left;
    }
    div#navigation ul {
        margin: 0; padding: 0;
        margin-top: 0px;
        background: #F5F5F5;
    }
    div#navigation ul li {
        margin: 0; padding: 0;
        list-style: none;
        border-bottom: 1px dotted #000;
    }
    div#navigation ul li a {
        display: block;
        padding: 7px 10px;
        color: #000;
        text-decoration: none;
        background: transparent url(/images/nav_bullet.gif) left no-repeat;
        font-weight: normal;
    }
    div#navigation ul li:hover {
        background: #fff;
        /* text-decoration: underline; */
    }
    div#navigation ul li a.supp_selected {
        background: #fff;
        color: #ea1821;
        /* text-decoration: underline; */
    }
    div#navigation ul li.features {
		background-color: #ea1821;
		color: #fff;
		padding: 9px 12px;
		font-size: 1.2em;
		font-weight:bold;
		text-transform: uppercase;
		
    }
    div#navigation ul li a.no_bullet {
        list-style: none;
        background: none;
        padding-left: 0;
    }
    /* body */
    div#content_body {
        float: left;
        width: 740px;
        /*padding: 25px 25px 0px 25px;*/
        padding: 0px 0px 0px 25px;
    }
    div.center_col {
        width: 480px;
    }
    div.content_center {
        background: #F8F8F8;
        padding: 10px;
				border: 1px solid #eaeaea;
    }
    .mbott {
        margin-bottom: 25px;
    }
		
    div.content_center ul {
        padding: 0px;
				margin-left: 30px;
    }
		
    div.content_center ul li {
        padding: 5px;
				margin: 0px;
    }	
			
    div.content_center ul.smlpad, div.nopadonul ul {
    }
		
    div.content_center div img {
        border: 1px solid #767676;

    }
    div.content_center h1,
    div.content_center h2,
    div.content_center h3,
    div.content_center h4 {
        padding: 0; margin: 0;
        font-size: 1.4em;
        font-weight: bold;
        background: #EAEAEA;
        padding: 10px;
        margin: -10px;
        margin-bottom: 10px;
    }
    div.content_center h2.supp_download {
    	padding: 0;
    	margin: 0;
    	background: transparent;
    	font-weight: bold;
    	padding-bottom: 5px;
    	border-bottom: 1px solid #EAEAEA;
    }
    .bold {
        font-weight: bold;
    }
    div.content_right {
        text-align: center;
        width: 250px;
        float: right;
        background: transparent url(/images/content_right_bg.gif) 50% repeat-y;
        padding-bottom: 30px;
    }
    div.content_right div.content {
        text-align: left;
        width: 230px;
    }
    .al {
        text-align: left;
    }
    .ar {
        text-align: right;
    }
    .ac {
        text-align: center;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .mar10 {
        margin: 10px;
    }
    .subscribe {
        text-decoration: none;
        font-weight: bold;
        color: red;
    }
    img.no_border {
        border: 0;
    }

    div.cta {
        text-align: center;
    }
    div.cta a, div.cta a img {
        border: 0;
    }
    
    .supp_box_wrapper {
		display: block;
		border: 0px solid blue;
		height: 550px;
    }
    .supp_box {
        width: 315px;
        float: left;
        margin: 10px;
        background-color: #fff;
        min-height: 250px;
    }
    .supp_box p {
        padding: 0; margin: 0;
        margin: 10px;
    }
    div.supp_box h3 {
        padding: 0;
        margin: 0;
        padding: 10px;
    }
    div.supp_thumb {
        float: right;
        margin: 5px;
    }

    .make_payment {
        text-decoration: underline;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
    }
    a.make_payment {
        text-decoration: none;
    }
    div.sitemap ul {
        margin: 10px 0 10px 20px;
        padding: 0;
    }
    div.sitemap ul li {
        margin-bottom: 5px;
    }


    div#wrapper {
        position: relative;
       	border: 0px solid red;
       	font-size: 1.1em;
        width: 100%;
        background: #e4e4e4 url(/images/main_background.gif) top repeat-y; 
        margin: auto;
        text-align: left;
    }


	.img-shadow1 {
	  float:left;
	  background: url(/images/common/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(/images/common/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 0 10px !important;
	  margin: 10px 0 0 5px;
	  }
	.img-shadow1 img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  } 

    /** FOOTER STUFF **/

    div#footer {
        font-size: 1em;
        width: 980px;
        border: 0px solid blue;
        padding-top: 10px;
        text-align: left;
        background-color: #000000;
        height: 28px;
        position: relative;

    }
    div#jf_footer {
        border: 0px solid blue;
        background-color: #e4e4e4;
        font-size: 1.1em;
        width: 980px;
        margin: auto;
        text-align: center;
    }

    div#footer_left{
        float: left;
        padding-left: 10px;
        border: 0px solid red;
        color: #ffffff;
        width: 512px;
    }
    div#footer_left a {
        float: left;
        padding-left: 10px;
        border: 0px solid red;
        color: #ffffff;
    }
    div#footer_right {
        float: right;
        text-align: right;
        color: #ffffff;
        padding-right: 10px;
        border: 0px solid pink;
        width: 427px;
    }
    div#footer_links {
        width: 765px;
        padding-top: 18px;
        float: left;
    }
    div#footer_links_left {
        float: right;
        width: 320px;
        margin-top: 10px;
    }
    div#footer_links_left ul {
        margin: 0; padding: 0;
    }
    div#footer_links_right {
        float: right;
        width: 440px;
    }
    div#footer_links_right p {
        margin: 0; padding: 0;
        margin-top: 10px;
    }
    div#footer_links div ul, div#footer_links div ul li {
        display: inline;
    }
    div#fl_l {
        margin-left: 80px;
    }
    
    
    div#breadcrumb {
    	margin: 25px 0 0 25px;
    	width: 600px;
    	padding: 0;
    }

    div#magazine_header {
        margin: 0; padding: 0;
        height: 110px;
        background-color: #011422;
        background-image: url(/images/computer_shopper_logo.gif);
        background-position: 16px 16px;
        background-repeat: no-repeat;
    }
    div#magazine_header div#offer_details {
        color: #fff;
        padding-top: 45px;
        margin: 0 0 0 250px;
    }
       
    div#magazine_header div#offer_details p {
        margin: 0; padding: 0;
    }
    div#magazine_header div#offer_details ul {
        margin: 0; padding: 0;
        margin: 5px 0 0 17px;
    }
    div#magazine_header div#offer_details ul li {
        list-style: url(/images/bullet.gif);
    }

    div#navigation ul li a.no_bullet strong {
        font-weight: normal;
    }


#cta_top{
	width: 350px;
	padding:10px 10px 0px 0px;	
}

.cb{
	clear: both;
}	
		
/*     DROP SHADOW           */
.wrap1 {
	margin-left:5px;
  float:right;
  background:url(/images/drop_shadow/shadow.gif) right bottom no-repeat;

}

 

.wrap2 {
  background:url(/images/drop_shadow/corner_bl.gif) left bottom no-repeat;
	margin:0px;
	padding:0px;
}

 

.wrap3 {
  padding:0 8px 8px 0;
  background:url(/images/drop_shadow/corner_tr.gif) right top no-repeat;
}

 

.wrap3 img {
	margin:0px;
	padding:0px;
}

.drop_shadow{
	border: 1px solid #e4e4e4;
}

.drop_shadow_home{
  padding:0 8px 8px 0;
  background:url(/images/drop_shadow/shadow.gif) right bottom no-repeat;
  border: 0px;
}

.head_banner
		{
		background-color: transparent;
		width: 980px;
		display: block;
		height: 40px;
		}
#new_strap_wrapper {
	display: block;
	background-color: #000000;
	text-align: left;
	height: 15px;
	padding: 2px 2px 2px 5px;
	margin-bottom: 5px;
	font-size: .9em;
	color: white;
}
#new_strap_bread {
	display: block;
	background-color: transparent;
	text-align: left;
	height: 15px;
	padding: 2px 2px 2px 12px;
	margin-bottom: 5px;
	font-size: .9em;
	color: black;
}
#new_strap_left {
	width: 220px;
	padding-left: 6px;
}

#new_strap_right {
	width: 300px;
	text-align:right;
	padding: 0px 10px 0px 0px;
	float:right;
}
#new_strap_right a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#new_strap_right a:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:link, a:visited {
text-decoration: underline;
color: #ff0000;
}

a:active {
color: #ff0000;
font-weight: bold;
}

a:hover{
color: #ff0000;
font-weight: bold;
text-decoration: none;
}



#homepage_link {
	display: block;
	width: 250px;
	height: 50px;
	padding-top: 45px;
	float: left;
	text-decoration: none;
}

#addresses{
	border: 0px solid green;
	width: 400px;
}


#hdtv_head_wrapper {
	height: 80px;
}

#hdtv_head {
  border: 0px solid blue;
  width: 200px;
  float: left;
}

.confirmation_address {
	float: left;
	width: 200px;
}
