﻿/*****Reset*****/
/*Remove margin and padding from elements*/
/*Reset all other elements to normal*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0pt;
    outline-color:invert;
    outline-style:none;
    outline-width:0pt;
    padding:0pt;
    vertical-align:baseline;
    }
hr {clear: both;display: none;}
table {border-collapse:collapse;border-spacing:0pt;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
strong {font-weight:bold;}
em {font-style:italic;}
:focus {	outline: 0;} /*define focuse styles*/
ins {text-decoration: none;} /*highlight inserts*/
del {text-decoration: line-through;}
* {
	border:0 none;
	font-style:normal;
	font-weight:normal;
	margin:0;
	outline-style:none;
	padding:0;
	text-decoration:none;
    }


    
/*****Main Elements*****/
/*Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc. */
    
body {
	background:url(../images/bg_homepage_grid.gif) repeat fixed center 0px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	}

h1, h2, h3, h4, h5, h6 {font-weight: bold;margin: 30px 0 10px;}
h1{font-size:2.4em;}
h2{font-size:1.8em;}
h3{font-size:1.4em;}
h4{font-size:1.0em;}

p, blockquote {font-size: 1.2em;margin: 10px 0;}
li {font-size:1.2em;}
a:link {text-decoration:none;color:#CCC;}
a:visited{text-decoration:none;color:#CCC;}
a:hover{text-decoration:none;color:#FFFF00;}
a:active{text-decoration:none;color:#FFFF00;}
cite {text-align:right;font-style:italic;width:100%;}

.box h1 {margin: 0 0 0 10px;}
.box h2 {margin-top: 0px;}

#sidebar h1 {margin: 0px;}
#sidebar h3 {margin-top: 0px;}
#sidebar p, #sidebar blockquote, #sidebar cite, #sidebar li{font-size: 1.1em;}

.important1, .important {
	color: #FFFF00;
	}

address { 
	font-size: 1.1em;
	}
/*****Generic Classes*****/

/*a. Faux Positioning*/
.fap-line {
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;	
	}
	
.fap-item {
	float:left;
	left:100%;
	width: 100%;
	overflow:hidden;
	position:relative;
	}

/*b. Revised Image Replacement*/
.replace { 
	text-indent: -5000px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	} 

/*c. Clear Both*/
.clearboth {
	clear: both;
	}
.center {
	margin: 0 auto;
	text-align: center;
	}
	
	
/*****Basic Layout*****/	

#canvas {
	margin:0px auto;
	padding:0;
	width:960px;
	position: relative;
	}

#flash-content-home {
	width:960px;
	z-index: 10;
	}
	
#content {
	background-color: #000;
	border: solid 1px #1c1919;
	line-height: 18px;
	}

#footer {
	width: 920px;
	padding: 20px;
	background-color: #000;
	border: solid 1px #1c1919;
	}

/***** iFrame Overlay *****/

#iframe-wrap1 {
	width: 890px;
	height: 530px;
	background: black url(../images/ajax-loading.gif) center center no-repeat;
	z-index: 2000;
	border: 1px solid white;
	position: absolute;
	top: 45px;
	left: 35px;
	}
#iframe1{
	background: transparent;
	width: 100%;
	height: 100%;
	}
#close-iframe1, #close-reviews{
	position: absolute;
	top: 12px;
	right: 12px;
	font-weight: bold;
	z-index: 3000;
	}
#reviews {
	width: 890px;
	height: 530px;
	padding: 20px;
	background: black;
	z-index: 2000;
	border: 1px solid white;
	position: absolute;
	top: 45px;
	left: 35px;
	overflow: auto;
	}

/*****Header*****/
	
#header {
	background:url(../images/bg_header.gif) no-repeat scroll -1px 0;
	width: 960px;
	height: 100px;	
	}
	
#navigation {
	margin: 25px -960px 0 0;
	float: right;
	width: 960px;
	text-align: right;
	right: 100%;
	overflow: hidden;
	position: relative;
	}

#navigation li {
	list-style: none;
	font-size: 1.4em;
	display: inline;
	}
#navigation li a {
	color: #CCC;
	display: inline;
	padding: 2px 10px 2px 10px;
	}
#navigation li a:hover {
	color: #FFFF00;
	}

	
/*****Content*****/

/*a. Main*/

#main {
	background-color: #000;
	padding: 10px;
	width: 690px;
	margin: 0 0 0 -960px;
}

#main .box {
	border-bottom: 1px solid #1c1919;
	padding: 15px 0;
	width: 690px;
	}

a.box-link {
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1001;
	}
a.box-link:hover {
	background:#414141 none no-repeat scroll 0 0;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.box-text {
	width: 310px;
	margin: 0 0 0 -340px;
	}

.box-img {
	margin: 0 0 0 -680px;
	height:200px;
	width:318px;
	}


/*b. Detail and Comparison */
.box-text-detail {
	width: 450px;
	margin: 0 0 0 -460px;
	}

.box-img-detail {
	margin: 0 0 0 -680px;
	height:200px;
	width:200px;
	}

.box-text-detail li {
	list-style: disc inside;
	}

/*c. Sidebar*/

#sidebar {
	margin: 0 0 0 -250px;
	background:#000 none repeat scroll 0 0;
	border-left:1px solid #1c1919;
	height:auto;
	padding:10px 0;
	width: 250px;
	}
#sidebar .box {
	border: none 0px;
	padding: 15px 15px;
	}
/* where2getit
----------------------------------*/
#where2getit-container {width:960px;}


#where2getit-container iframe {padding:0px;width:960px;height:100%}

	
.where-to-buy #header {
	margin:10px auto;width:604px;overflow:hidden;
	}
	
.where-to-buy #header img{
	float:left
	}
	
.where-to-buy #footer {
	font-family :arial;
	margin:20px 0 0 180px;
	font-size:1.2em;
	color:#fff
	}
	
.where-to-buy span.close-window {float:right;width:100%;}
	
	.where-to-buy span.close-window a {
	font-family:arial;
	font-size:1.2em;
	color:#999;
	text-decoration:none;
	}
	.where-to-buy span.close-window a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
/* Reviews */
#BVCustomerRatings {
	/* display: none; */
	}
	