/* 
	E-Dreamz
	Verbatim PhotoSave DVD
	Yeshua Perez
 */
body{
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:arial;
	font-size:12px;
	color:#675f4e;
}
html{
	overflow:scroll;
}

h2{
	font-weight:bold;
	font-size:14px;
	color:#a8fb95;
}

a{
	color:#484848;
	text-decoration:none;
}

a:hover{
	color:#484848;
	text-decoration:underline;
}

ul{list-style-type:disc;}
ol{list-style-type:decimal;}

a.faqs:link{
	position:absolute;
	top:272px;
	left:180px;
	display:block;
	width:79px;
	height:24px;
	background:url(../images/buttons/button-faqs.jpg) no-repeat;
	text-indent:-9999em;
}

a.faqs:visited{
	position:absolute;
	top:272px;
	left:180px;
	display:block;
	width:79px;
	height:24px;
	background:url(../images/buttons/button-faqs.jpg) no-repeat;
	text-indent:-9999em;
}

a.faqs:active{
	position:absolute;
	top:272px;
	left:180px;
	display:block;
	width:79px;
	height:24px;
	background:url(../images/buttons/button-faqs.jpg) no-repeat;
	text-indent:-9999em;
}

a.faqs:hover{
	position:absolute;
	top:272px;
	left:180px;
	display:79px;
	width:115px;
	height:24px;
	background:url(../images/buttons/button-faqs.jpg) no-repeat;
	text-indent:-9999em;
}

.container{
	position:relative;
	margin: 0 auto;
	width:985px;
}

#flashpanel{
	position:absolute;
	top:57px;
	left:208px;
	z-index:1;
}

.header{
	height:111px;
	background:url(../images/header.jpg);
}

.header2{
	height:111px;
	background:url(../images/header2.jpg);
}

.backbutton{
	float:right;
	margin-right:12px;
}

/*---CONTENT---------------------------------------------------------------*/
#contentArea{
	position:relative;
	margin:0;
	height:532px;
	background:url(../images/main-bg.jpg);
}

#contentArea2{
	margin:0;
	height:532px;
	background:url(../images/main-bg-faqs.jpg);
}

	.mainContent{
		position:relative;
		float:left;
		clear:both;
		padding-left:12px;
		margin-left:23px;
		margin-right:2px;
		width:274px;
		height:303px;
	}

	.faqsContentArea{
		position:absolute;
		left:30px;
		width:920px;
		min-height:455px;
		background:#c4bdaf url(../images/lower-right-vine.jpg) bottom right no-repeat;
		border:#FFFFFF 2px solid;
	}
	
	.righttopVine{
		position:absolute;
		top:150px;
		left:250px;
		width:185px;
		height:144px;
	}
	
	.faqsQuestions{
		float:left;
		width:460px;
		margin-top:10px;
		margin-left:15px;
	}
	
	.question{
		padding-bottom:5px;
		margin-bottom:5px;
		width:440px;
		border-bottom:#eee2d5 1px solid;
		color:#FFFFFF;
	}
		.question a{
			width:450px;
			color:#FFFFFF;
			text-decoration:none;
		}
		
		.question a:hover{
			width:450px;
			background:#eee2d5;
			color:#074e7d;
			text-decoration:none;
		}
		
		.question a.selected{
			background:#eee2d5;
			color:#074e7d;
			text-decoration:none;
		}
		
	.attention{
		color:#074e7d;
		padding:5px;
		width:430px;
		background:#e2ded7;
		
	}
		
	.faqsAnswers{
		float:left;
		color:#FFFFFF;
		width:430px;
		min-height:400px;
		margin-top:5px;
		margin-left:0px;
		padding:5px;
		border-left:#eee2d5 1px solid;
	}

	.answertitle{
		margin-top:10px;
		padding-left:7px;
		width:430px;
		height:22px;
		background:#eee2d5;
		color:#074e7d;
		font-weight:bold;
	}

	h3{
		padding-top:13px;
		font-weight:normal;
		font-size:18px;
		color:#236186;
	}

	.mainContent h2{
		width:240px;
		padding-bottom:5px;
		font-weight:bold;
		font-size:13px;
		color:#236186;
	}

	.mainContent p{
		width:240px;
	}

/*---COMPATIBILITY------------------------------------------------*/
.lowerArea{
	height:159px;
	background:url(../images/lower-content-bg.jpg);
}
	.lowerArea .container{
		color:#484848;
		padding-top:31px;
	}

	.lowerArea .title{
		font-weight:bold;
		color:#131781;
	}
	
.lowerArea2{
	height:159px;
	background:url(../images/lower-content-bg-faqs.jpg);
}
	.lowerArea2 .container{
		color:#484848;
		padding-top:31px;
	}

	.lowerArea2 .title{
		font-weight:bold;
		color:#131781;
	}

.vistaLogo{
	float:left;
	clear:both;
	width:75px;
	margin-left:23px;
}

.compatibility{
	width:100px;
	height:96px;
	float:left;
	margin-left:20px;
	border-right:#999999 1px solid;
}

.additionalInfo{
	width:230px;
	height:96px;
	float:left;
	margin-left:10px;
	border-right:#999999 1px solid;
}

.partNumber{
	width:170px;
	height:96px;
	float:left;
	margin-left:10px;
	border-right:#999999 1px solid;
}

/*---COPYRIGHT---------------------------------------*/
.copyright{
	margin-left:15px;
	font-size:10px;
	color:#999999;
	padding-bottom:20px;
}
	.copyright a{color:#999999;}
	.copyright hover{color:#999999;}















