/*Reset and common styles*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

img,fieldset
{
	border:none;
}

.clear
{
	clear:both;
}

/*Page Layout*/

html
{
	/* background:#171718 url("images/tile_bg.jpg") top center;*/
		background-color: #138ed4;
	background-image: url(images/anclas_blue.jpg);
}

body
{
	font-family:rockwell,georgia,serif;
	background: url(images/bg_menu.png) no-repeat;
	background-position: center top;

}

h2,h3
{
	color:#090;
	font-size:1.5em;
	margin:0px 0px 5px 0px;
}

p
{
	font-size:0.8em;
	line-height:1.4em;
	margin:0px 0px 5px 0px;
}

a
{
	color:#FCFF00;
}

#pageContainer
{
	_height:750px;
}

#parallax
{
	width:100%;
	position:relative;
}

#topscroller1
{
	height:150px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	top:21px;
	left: 18px;
}

#topscroller2
{
	height:150px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	top:0;
}

#topscroller3
{
	height:150px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#topscrollingContent1
{
	width:10000px;
	height:150px;
	background-image:url("images/bokeh1.png");
	background-repeat:repeat-x;
}

#topscrollingContent2
{
	width:10000px;
	height:150px;
	background-image:url("images/bokeh2.png");
	background-repeat:repeat-x;
}

#topscrollingContent3
{
	width:10000px;
	height:150px;
	background-image:url("images/bokeh3.png");
	background-repeat:repeat-x;
}

.header
{
	width:100%;
	height:125px;
	left:0px;
	background-color: 000;
	background: url('images/fondo_cab.png') repeat-x bottom left;
}

#headerBG
{
	width:100%;
	height:58px;
	background:url("images/fondo_cab.jpg") repeat-x top left;
}

#header li
{
	float:left;
}

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

#goto_home
{
	display:block;
	width:265px;
	height:93px;
	position:absolute;
	overflow:hidden;
	_background:url("images/IE_charliegentle.png") no-repeat;
	top: 15px;
	background-image: url(images/pd_logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 3px;
}

#header:hover #goto_home
{
	background:url("images/header_text.png") no-repeat -40px -58px;
	_background:url("images/IE_charliegentle.png") no-repeat;
}

#header #goto_home:hover
{
	background:url("images/pd_logo2.png") no-repeat -40px 0px;
	_background:url("images/IE_charliegentle.png") no-repeat;
}

#goto_web
{
	display:block;
	text-indent:-9999em;
	width:70px;
	height:58px;
	left:638px;
	position:absolute;
	overflow:hidden;
	background:url("images/header_text.png") no-repeat -630px 0px;
	_background:url("images/IE_web.png") no-repeat;
	top: 1px;
}

#header:hover #goto_web
{
	background:url("images/header_text.png") no-repeat -630px -58px;
	_background:url("images/IE_web.png") no-repeat;
}

#header #goto_web:hover
{
	background:url("images/header_text.png") no-repeat -630px 0px;
	_background:url("images/IE_web.png") no-repeat;
}

#goto_photo
{
	display:block;
	text-indent:-9999em;
	width:95px;
	height:58px;
	left:700px;
	position:absolute;
	overflow:hidden;
	background:url("images/header_text.png") no-repeat -700px 0px;
	_background:url("images/IE_photo.png") no-repeat;
}

#header:hover #goto_photo
{
	background:url("images/header_text.png") no-repeat -700px -58px;
	_background:url("images/IE_photo.png") no-repeat;
}

#header #goto_photo:hover
{
	background:url("images/header_text.png") no-repeat -700px 0px;
	_background:url("images/IE_photo.png") no-repeat;
}

#goto_contact
{
	display:block;
	text-indent:-9999em;
	width:120px;
	height:58px;
	left:795px;
	position:absolute;
	overflow:hidden;
	background:url("images/header_text.png") no-repeat -795px 0px;
	_background:url("images/IE_contact.png") no-repeat;
}

#header:hover #goto_contact
{
	background:url("images/header_text.png") no-repeat -795px -58px;
	_background:url("images/IE_contact.png") no-repeat;
}

#header #goto_contact:hover
{
	background:url("images/header_text.png") no-repeat -795px 0px;
	_background:url("images/IE_contact.png") no-repeat;
}

#scrollWrapper
{
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#prevArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("images/arrow_left.png")	no-repeat top left;
	position:absolute;
	top:150px;
	left:0px;
	overflow:hidden;
}

#nextArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("images/arrow_right.png")	no-repeat top left;
	position:absolute;
	top:150px;
	right:0px;
	overflow:hidden;
}

#scrollerWindow
{
	margin:0px auto 0px;
	width:860px;
	position:relative;
	overflow:hidden;
	height: 446px;
}

#scrollingContent
{
	width:10000px;
	position:relative;
}

div.scrollPanel
{
	/*width:760px;*/
/*	float:left;
	height: 446px;*/
	
	position:relative;
	width:1520px;
}

#home img
{
	display:block;
	margin:0 auto;
}

.leftColumn
{
	width:425px;
	float:left;
	padding:26px 50px 0px 30px;
	min-height:170px;
	height: 420px;
}

.rightColumn
{
	width:235px;
	float:left;
	padding:0px 0px 0px 50px;
	min-height:170px;
}

div.thumbnails
{
	margin:20px 0px 0px 50px;
}

div.thumbnails img
{
	border:solid 1px #ffffff;
	margin:0px 5px 5px 0px;
}

fieldset
{
	border:0;
	margin:0;
	padding:0;
}

legend
{
	display:none;
}

label
{
	display:block;
	color:#333;
	font-size:0.8em;
	line-height:1.4em;
	margin:0px 0px 5px 0px;
}

input
{
	width:419px;
	margin:0px 0px 10px 0px;
	border:solid 1px #777;
	padding:2px;
	font-family:rockwell,georgia,serif;
}

textarea
{
	display:block;
	width:419px;
	height:130px;
	border:solid 1px #777;
	margin:0px 0px 10px 0px;
	font-family:rockwell,georgia,serif;
	font-size:0.9em;
	padding:2px;
	max-width:419px;
}

.error
{
	border:solid 1px #a21d1d;
	background-color:#f8e6e6;
}

button
{
	display:block;
	width:100px;
}

#loadingImage
{
	padding:50px 0px 0px 80px;
}


#overlay 
{
	display: none;
	clear: both;
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	z-index: 1;
	background: #333;
	opacity:0.5;
}

#popup 
{
	background:#ffffff;
	display: block;
	position: relative;
	margin: 100px auto;
	z-index: 1;
	width: 813px;
}

#footer
{
	width:100%;
	text-align:center;
	color: #000;
	height: 105px;
	background: url(images/fondo_cab.png) transparent repeat-x center top;
}

#footer p
{
	padding-right:200px;
	padding-top:75px;
}

#contact {
	background: url('images/contact.jpg') no-repeat center center;
}

#photo {
	background: url('images/multimedia.jpg') no-repeat center center;	
}
#content{
	overflow:hidden;
	width:760px;
	height:465px;
	float:left;
	margin-left:50px;
	position: relative;
}
#lyrics {
	background: url('images/lyrics.jpg') no-repeat center center;
}
ul, li {
	padding:0;
	margin:0;
	list-style-type:none
}
ol li {list-style-type:decimal;}
.sub {
	float:left;
	height:446px;
	position:relative;
	width:760px;
	text-align:center;
}
.song_lyric {
	width:450px;
	height:345px;
	overflow:hidden;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	margin-top:20px;
	padding:0 10px;
}
.song_title {
	font-weight:bold; font-size:medium; width:100%; text-align:center;
}

#scrollup, #scrolldown { cursor:pointer }

.song_link { padding:2px 0; }
.song_link a { font-weight:bold; text-decoration:none; color:#333 }
.song_link a:hover { color:#000 }
.song {padding-bottom:30px;}

#menu_opts { width:329px; height:54px; margin-left:535px;}
