/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	background: #ffffff url(images/mainBg.gif) repeat-y; 
	padding: 0;
	margin: 0; 
	}

#contentBg {
	background: url(images/barBg.gif) repeat-x;
	margin:0px;
	}
	

/* ROW 1 */

#row1 {
	height: 275px;
	width:781;
	clear:right;

	}
	
#productImg {
	float: right;
	width:250px;
 }
 
 #productHeader {
	font-size:26px;
	line-height:28px;
	color:#6472B3;
	border-left:7px solid #000;
	height:52px;
	padding: 36px 0 0 30px;
	}	

#subNav{
	height:144px;
	padding-left:22px;
	}
	
#subNavHolder {
	padding-top: 90px;
}
	
	
.navSelected {
	margin:0;
	font-size:17px;
	color:#000;
	font-weight:100;
	text-decoration:none;
	background:url(images/arrow_selected.gif) no-repeat;
	padding-left:12px;
	}
	
.navOff a:link, .navOff a:visted {
	margin:0;
	font-size:12px;
	color:#666;
	font-weight:100;
	text-decoration:none;
	padding-left:12px;
	}

.navOff a:hover{
	background:url(images/arrow_selected.gif) no-repeat;
	padding-left:12px;
	}

/* ROW 2 */

#row2 {
	background-color:#FFF;
	border: 1px solid #FFF;
	}		

#middleLeft {
	margin-right:245px;
	}

#productOverview {
	font-size:16px;
	line-height:24px;
	color:#333;
	padding-left:32px;
	}
	
#productDetails {
	font-size:12px;
	line-height:16px;
	color:#333;
	padding: 20px 0 0 32px;
	}
	
#productLink {
	font-size:12px;
	line-height:16px;
	color:#6472B3;
	margin:30px 0 30px 22px;
	padding-left:12px;
	background:url(images/arrow_selected.gif) no-repeat;
	}


#productLink a:link, #productLink a:visited {
	color:#6472B3;
	text-decoration:none;
	}
	
#productLink a:hover{
	color:#333399;
	}

#middleRight {
	margin-left:30px; 
	width: 236px; 
	float:right;
	}

#largerImageLink {
	padding-left:20px; 
	font-size:11px;
	color:#BFBFBF;
	}

#priceBuy {
	/* 
	border-top:5px solid #ededed; 
	margin-top:10px;
	*/
	padding:0 0 0 20px; 
	
	}
	
.retailPrice {
	font-size: 12px;
	color: #000000;
	}
	
.salePrice {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	}
	
.salePriceDollars {
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
	}
	
#button {
	padding: 15px 0 15px 20px;
	}
	
#productFeaturesList {
	border-top:5px solid #ededed; 
	padding: 15px 0 0 40px;
	}

#productFeaturesList ul {
	margin:0;
	padding:0;
	}
	
#productFeaturesList li {
	font-size: 11px;
	line-height: 14px;
	color: #6472B3;
	}

#computerPlatform {
	padding: 15px 0 0 20px;
	}
	
	

/* ROW 3 */

#newsFeeds {
	margin-top:20px;
	border-top: 5px solid #ededed;
	padding: 20px 0 0 32px;
	clear:right;
	
	}
	
.newsHeader {
	color:#6472B3;
	font-size:18px;
	line-height: 20px;
	}
	
.newsSubheader a:link, .newsSubheader a:visited {
	font-weight:100;
	color:#999;
	font-size:12px;
	line-height: 20px;
	}
	
.newsFeed {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#999999;
	}
	
.newsFeed b{
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	line-height:14px;
	color:#6472B3;
	}
	
.newsFeed small{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#999999;
	}
	
.newsFeed a:link, .newsFeed a:visited {
	color:#666;
	text-decoration:none;
	}
	
.newsFeed a:hover {
	color:#333;
	text-decoration:none;
	}
	
.newsFeed b a:link , .newsFeed  b a:visited {
	color:#666;
	text-decoration:none;
	font-weight:100;
	}
	
.newsFeed b a:hover {
	color:#333;
	text-decoration:none;
	font-weight:100;
	}
	
	
/* left side */


#nav {
	float:left;
	background: #EDEDED url(images/logo.gif) no-repeat 0 0;
	width:243px;
	}
	
#navHeader {
	margin-top: 44px;
	background-color:#b2b2b2;
	height:48px;
	padding: 40px 0 0 33px;
	font-size:18px;
	color:#FFF;
	}

#navList ul {
	margin:0;
	padding:0;
	margin-top:20px;
	padding-left: 22px;
	}

#navList li {
	font-size:12px;
	color:#666;
	line-height:17px;
	text-decoration:none;
	list-style:none;
	background:url(images/arrow_off.gif) no-repeat;
	}

#navList ul li a:link, #navList ul li a:visited {
	padding-left: 10px;
	color:#666;
	text-decoration:none;
	background:url(images/arrow_off.gif) no-repeat;
	}
	
#navList ul li a:hover {
	color:#000;
	text-decoration:none;
	background:url(images/arrow_selected.gif) no-repeat;
	}
	
#navList ul li .selected {
	color:#000;
	text-decoration:none;
	background:url(images/arrow_selected.gif) no-repeat;
	padding-left:10px;
	}

#homeLink {
	margin-top: 25px;
	margin-left:25px;
	height: 75px;
	width: 200px;
	}

#homeLink a {
	display:block;
	height:75px;
	}
	
