@charset "utf-8";
/* CSS Document */

a, img {
	border:none;
}

p {
	text-align:justify;
}

p,label,input,ul,li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

label,input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
	color:#333;
	padding-top:50px;
	padding-bottom: 30px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

label {
	text-align:right;
	width:100px;
}

#container {
	width:1000px;
	margin: 0 auto;

}

#book {
	position:relative;
	background:url(images/tsogr-cover.png);
	background-repeat:no-repeat;
	left:700px;
	width:320px;
	height:261px;
	z-index:1;
}
	

#audiobook-01_ {
	position:relative;
	background:url(images/audiobook_01.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:1000px;
	height:90px;
}

#countdown_timer {
	position:relative;
	width:600px;
	margin: 0 auto;
}


#audiobook-03_ {
	display:block;
	position:relative;	
	left:0px;
	top:-30px;
	background:url(images/audiobook_03.jpg);
	background-repeat:repeat;
	width:1000px;
	height:auto;

}

#body_canvas {
	position:relative;
	display:block;
	width: 600px;
	margin: 0 auto;
	top:0px;
	
}

#audiobook-05_ {
	position:relative;
	background:url(images/audiobook_05.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:-46px;
	width:1000px;
	height:84px;
}

#cd_cover {
	text-align:center;
}

#warranty {
	position:relative;
	background:url(images/certificate.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:464px;
	text-align:center;
	margin:0 auto;
}
#warranty_text {
	position:relative;
	top: 70px;
	margin: 0 auto;
	width: 380px;	

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
}

#ar_form_container {
	width:420px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding:20px 40px 40px 40px;
	border-style:dashed;
	border-color:#F00;
	border-width:4px;
}

#submit_button {
	font-family:"Arial Black", Gadget, sans-serif;
}

#testimonials_container {
	width:420px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:20px 40px 40px 40px;
	border-style:dashed;
	border-color:#CCC;
	border-width:4px;
}

#testimonials_container p {
	font-size:14px;
}

#footer {
	text-align:center;
	font-size:10px;
	padding-bottom: 20px;
	margin-top:40px;
}

.t_foto {
	width: 80px;
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
}

