/* ------------------------------ */
/* ---- HTML VERSION STYLING ---- */
/* ------------------------------ */

/* Author: B. Hyslop */

/* TOC
	1. Gilder-Levin
	2. Containers
	3. Masthead
	4. Feature
	5. Details
	6. Flash Upgrade
	7. Legal
	8. Footer	
*/

/* v1.0 | 20080212 modified */
html, body, div, span, object, h1, h2, h3, 
p, a, abbr, acronym, em, img, strong, sub, 
sup, b, u, i, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica Neue", arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #000 url(http://enfatico.vo.llnwd.net/o33/img/html/bg.gif) repeat-x;
}

ul, ol {
	list-style: none;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 14px;
}

p, li {
	font-size: .7em;
	line-height: 1.75em;
}

li {
	line-height: 1.3em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* 1. GILDER-LEVIN
------------------------------ */
.gl {
	position: relative;
}
	
.gl span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

/* buttons */
.gl a, .gl a span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10; /* set z-index */
    cursor: pointer; /* fixes IE6 bug */
}
  
.gl li, .gl a, .gl a span {
    display: block;
    width: 340px;
    height: 63px;
}

.gl a span {
	background-repeat: no-repeat;
	background-position: 0 0;
    z-index: 120; /* make span z-index higher than link */
}

.gl a:hover {
    border: none;
} /* IE6 requires "(background || border): none;" */


/* 2. CONTAINERS
------------------------------ */
#wrapper {
	position: relative;
	width: 962px;
	height: 100%; /* swffit needs */
	margin: 0 auto;
}

#masthead {
	height: 102px;
}

#feature {
	position: relative;
	height: 428px;
	color: #6f6f6f;
}

#masthead, #details, #legal, #footer a {
	color: #fff;
}

#details {
	overflow: auto;
	width: 100%; /* IE 6 needs */
	padding: 40px 0 70px 31px;
}

#upgrade {
	position: absolute;
	top: 442px;
	left: 30px;
	width: 250px;
}

#adamo-xps-badge {
	display: block;
	left: 390px;
	position: absolute;
	top: 220px;
}

#legal {
	padding: 15px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0 31px;
}

#footer {
	clear: both;
	padding: 14px 30px 20px 31px;
}


/* 3. MASTHEAD
------------------------------ */
#masthead p {
	width: 962px;
	height: 102px;
	line-height: 1; /* IE 7 needs */
	font-size: .8em;
	font-weight: bold;
	color: #6f6f6f;
}

#masthead p span { 
	background-image: url(http://enfatico.vo.llnwd.net/o33/img/html/logo.gif);
}
	

/* 4. FEATURE
------------------------------ */
#feature h1 { 
	position: absolute;
	top: 123px;
	left: 319px;
	width: 316px;
	height: 52px;
	margin: 0; /* IE 7 needs */
	font-size: .8em;
	z-index: 200;
	padding-top: 2px;
	overflow: hidden;
}

#feature img {
	position: absolute;
	top: 43px;
	left: 0;
}

#feature img#onyx {
	left: 580px;
}

/* Buttons */
#btnOrderPearl, #btnOrderOnyx {
	position: absolute;
	top: 195px;
	z-index: 100;
}

#btnOrderPearl {
	left: 295px;
}

#btnOrderPearl, #btnOrderPearl a, #btnOrderPearl a span {
    width: 107px;
    height: 11px;
}

#btnOrderOnyx, #btnOrderOnyx a, #btnOrderOnyx a span {
    width: 102px;
    height: 11px;
}

#btnOrderOnyx {
	left: 554px;
}

#btnOrderOnyx a span {
	background-position: 0 -11px;
}


/* 5. DETAILS
------------------------------ */
#details div {
	float: left;
	width: 231px;
}

#details #mid {
	margin: 0 98px;
}

#details  h2 {
	margin-bottom: 14px;
}

#details img {
	margin-bottom: 14px;
}

#details li {
	margin-bottom: .8em;
}


/* 6. FLASH UPGRADE
------------------------------ */
#upgrade * {
	text-transform: uppercase;
	line-height: 1;
	color: #6f6f6f;
}

#upgrade h3, #upgrade .getFlash {
	font-size: .75em;
	font-weight: bold;
}

#upgrade h3 {
	margin-bottom: .3em;
}

#upgrade p {
 	font-size: .6em;
	margin-bottom: .5em;
}

#upgrade .getFlash {
	margin-top: .7em;
}

#upgrade .getFlash a {
	padding-right: 10px;
	background: transparent url(http://enfatico.vo.llnwd.net/o33/img/html/arrow.gif) no-repeat right 3px;
}


/* 7. LEGAL
------------------------------ */
#legal li {
	font-size: 0.5625em; /* 16x0.5625=9 */
	line-height: 1.6em; /* 9x1.6=~14 */
}


/* 8. FOOTER
------------------------------ */
#footer p {
	font-size: 0.625em;
	line-height: 1;
	text-transform: uppercase;
}

#footer a {
	color: #6f6f6f;
}

#footer .chooseLang {
	float: right;
}
