/* 
	General Styles
--------------------------------------------------------*/
html, body { height:100%; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, 
p, img, dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */ 
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child+html .clearfix { min-height: 1px; }

body {
	background: #444;
	line-height: 1;
	color: #6b6b6b;
	font-family: Trebuchet MS, Arial;
}	

a { text-decoration: none; }		

/* 
	Structure & Styles
--------------------------------------------------------*/
#flashContentFixed { width:100%; height:100%; position:fixed; display:none; }
.ie6 #flashContentFixed {position:absolute;}
.noFlash { position: static !important; background:url(../image/no-flash/bg-tile.png) repeat-x}
#flashContent { }
#scrollArea
{
	width:1px;
	background-color:red;
}

#header, 
#footer, 
#primaryContent .inner {
	width: 960px;
	margin: 0 auto;
}

/**
	Header
*/
#header {
	height: 50px;
	width: 960px;
	position: relative;
}

#header .logo {
	display: block;
	width: 106px;
	height: 101px;
	background: url(../image/no-flash/logo-dell-lg.png) no-repeat;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#header h1 {
	width: 180px;
	height: 18px;
	background: url(../image/no-flash/main-heading.png) no-repeat;
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 15px;
	text-indent: -9999px;
	overflow: hidden;
	
}

/**
	Primary Content Area
*/
#primaryContent {
	background: url(../image/no-flash/xps13.png) no-repeat;
	background-position: center 224px;
	height: 590px;
}

#primaryContent .inner { 
	text-align: center; 
	height: 480px; 
	overflow: visible; 
	padding-top: 110px; 
	position: relative;
}

/**
	headings
*/
#primaryContent h2,
#primaryContent h3 {
	text-indent: -9999px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#primaryContent h2{
	background: url(../image/no-flash/heading.png) no-repeat;
	height: 42px;
	width: 569px;
	margin: 0 auto 2px;
}

#primaryContent h3{
	background: url(../image/no-flash/sub-heading.png) no-repeat;
	height: 21px;
	width: 322px;
	margin-bottom: 195px;
}

/**
	Main text
*/
#primaryContent p {
	width: 680px;
	margin: 0 auto 35px;
	font-size: 15px;
	line-height: 18px;
}

/**
	Buttons
*/

#primaryContent .buyBtn,
#primaryContent .shopBtn {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* IE hack to trigger hasLayout*/
	background-image: url(../image/no-flash/buttons.png);
	height: 27px;
	text-indent: -9999px;
}

.ie6 #primaryContent .buyBtn,
.ie6 #primaryContent .shopBtn {
	display: inline;
}

#primaryContent .buyBtn {
	width: 117px;
	margin-right: 4px;
	background-position: top left;
}
#primaryContent .buyBtn:hover {
	background-position: bottom left;
}

#primaryContent .shopBtn {
	width: 137px;
	background-position: top right;
}
#primaryContent .shopBtn:hover {
	background-position: bottom right;
}

/**
	Intel images
*/
#primaryContent .intel {
	position: absolute;
	bottom: 20px;
	left: 0px;
	height: 80px;
	width: 163px;
}

#primaryContent .intel p{
	font-size: 10px;
	display: inline;
}

/**
	Social links
*/
#primaryContent .socialLinks {
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 58px;
	width: 28px;
}

#primaryContent .socialLinks li,
#primaryContent .socialLinks li a {
	display: block;
	height: 28px;
	width: 26px;
	text-indent: -9999px;
	overflow: hidden;
}

#primaryContent .socialLinks li {
	margin-bottom: 1px;
}

#primaryContent .socialLinks li a {
	background-image: url(../image/no-flash/social-icons.gif);
	background-repeat: no-repeat;
}

#primaryContent .socialLinks li.twitter a {
	background-position: top left;
}
#primaryContent .socialLinks li.twitter a:hover {
	background-position: top right;
}

#primaryContent .socialLinks li.facebook a {
	background-position: bottom left;
}
#primaryContent .socialLinks li.facebook a:hover {
	background-position: bottom right;
}


/**
	Footer
*/
#footer {
	height: 212px;
	overflow: hidden;
}

#footer ul {
	list-style-type: none;
	margin-top: 26px;
	float: left;
	margin-bottom: 34px;
}

#footer ul li {
	margin-right: 25px;
	float: left;
}

#footer ul li a,
#footer ul li a {
	font-size: 13px;
	color: #fff;
}

#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	text-decoration: underline;
}

#footer hr {
	border: 0;
	height: 1px;
	background: #aaa;
	clear: both;
	margin: 0 auto 26px;
}

/**
	Footer paragraph
*/
#footer p {
	color: #aaaaaa;
	font-size: 12px;
	line-height: 16px;
	width: 630px;
}

/**
	Footer copyright
*/
#footer .copyright {
	color: #aaaaaa;
	font-size: 12px;
	line-height: 16px;
	float: right;
	width: auto;
	margin-top: 28px;
	margin-bottom: 34px;
}


/* 
	Styles for Flash object
--------------------------------------------------------*/
#scrollArea { width:100%; height:0px; }
object:focus { outline:none; }