/* CSS Document */

/*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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}*/
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
	height:100%;
}

body {
	background:url(../images/bg.jpg) no-repeat center top fixed #000;
	width:900px;
	margin: 0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size:21px;
	margin-bottom:5px;
}

h2 {
	font-size:18px;
	color:#999;
	font-weight:400;
	margin-top:12px;
}

h3 {
	margin-bottom:10px;
	color:#000;
}

img {
	border: 0;
}

#productlogo {
	float:left;
	margin-right:5px;
}

#wrapper {
	text-align:left;
	width:900px;
    margin: 0 auto;
	background:#fff;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height: 147px;
}

#headerlinks {
        text-align:right;
        padding: 15px 0 0 0;
		font-size:13px;
}

#headerlinks a, #headerlinks a:active, #headerlinks a:visited {
	color:#000;
	text-decoration:none;
}

#headerlinks a:hover {
	color:#EEE;
	text-decoration:none;
}


#headerlinks ul{
	list-style:none;
	margin: 0 10px 0 450px;
	display:inline;
}

#headerlinks ul li{
	list-style:none;
	padding: 3px 6px;
	background:#aaa;
	border:#CCC solid 1px;
	margin: 15px 2px;
	display:inline;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#headerslogan {
	color:#0F0;
	font-family:"Comic Sans MS", cursive;
	margin: 60px 15px 0 0;
	text-align: right;
	font-size:22px;
}


#content {
	width: 860px;
	padding: 20px 20px;
	background:#fff;
}

#pagecontent {
	padding: 15px 30px;
	font-size:14px;
	line-height:16px;
	background:#fff;
}

#pagecontent h1 {
	padding-left:25px
}

#description p {
	color:#555;
	font-size:13px;
	line-height:14px;
	margin-left:10px;
}

#images {
	margin: 40px 0 50px 0;
}

#images a{
	
}

#images a:hover{
	margin-left:2px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#features {
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	clear:both;
	display:block;
	margin:25px 5px 20px 0;
	padding:5px 5px 10px;
	width:100%;
}

#features ul {
	list-style:square;
	font-size:13px;
}

#features ul li {
	margin-bottom:5px;
}


#sidebar {
	width:280px;
	float:right;
	padding-top: 50px ;
	
	
}

#buybox {
	width:260;
	background:#ccc;
	background:url(../images/buybox_bg.jpg) no-repeat;
	width:260px;
	height:180px;
	margin: 0 10px;
}

#price {
	font-size:34px;
	font-weight:bold;
	color:#000;
	padding:5px;
}

#retail {
	font-size:12px;
	text-align:right;
	padding:5px;
	line-height:16px;
}

#addbutton {
	width:260px;
	height:66px;
	text-align:center;
}

a.addtocart {
	display:block;
	background:url(../images/buybox_button.png) no-repeat top left;
	width:260px;
	height:66px;
}

a.addtocart:hover {
	background:url(../images/buybox_button_hover.png) no-repeat top left;
}

#howmany {
	padding: 15px 10px;
	border:dashed 2px #333;
	background-color:#ddd;
	margin: 15px 10px;
}

#howmanytitle {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

#few {
	margin: 5px 0 5px 5px;
	font-weight:bold;
	color:#F60;
	font-size:16px;
	display:block;

}

#getone {
	margin: 5px 0 5px 5px;
	color:#00F;
	font-weight:bold;
	font-size:16px;
	display:none;
}

#almostgone {
	margin: 5px 0 5px 5px;
	color:#F00;
	font-weight:bold;
	font-size:16px;
	display:none;
}

#howmanytext {
	font-size:12px;
	padding-top:15px;
}

#emailalerts {
	margin: 15px 10px;
	padding: 15px 10px;
	border:dashed 2px #333;	
}

#advertisements {
	margin:0 10px;
	padding: 10px 0;
}


/* ****** FAQ ****** */

#faq .question {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	color:#333;
}

#faq .answer {
	font-size:14px;
	margin:0 0 30px 10px;;
	color:#555;
}

.faqdescription {
	padding: 15px 10px;
	border:dashed 2px #333;
	background-color:#ddd;
	margin: 15px 10px;
}

#faq a {
	color:#000;
}

#faq a:hover {
	color:#999;
}



/* ****** FOOTER ****** */


#footer {
	color:#999;
	background:#000;
	font-size:70%;
	text-align:center;
	clear:both;
	background:url(../images/footer_bg.jpg) no-repeat;
	height:147px;
}

#footercontent {
	padding-top:30px;
}

#footer p {
	padding: 15px 0 0 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#999;
	text-decoration:none;	
}

#footer a:hover {
	color:#eee;
}


#adsense {
	text-align:center;
	margin: 10px 0;
	clear:both;
}


#hometext {
	padding: 10px 15px;
}

#hometext .question {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	color:#333;
}

#hometext .answer {
	font-size:14px;
	margin:0 0 30px 10px;;
	color:#555;
}




