@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bgbottom.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	background-color:#7d4315;
	color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	/*background-repeat: no-repeat;*/
}

.buyalbum {
font-size:.7em;
font-variant:small-caps;
/*padding-top:5px;*/ 
text-align:center;
}
.buyalbum a:link, .buyalbum a:visited {
color:#fff;
text-decoration:none;
}

.buyalbum a:hover{
color:#FFFF00;
text-decoration:none;
}

#mainWrapper {
width:100%;
height:768px; 
background-image:url(../images/bg.jpg); 
background-position:top left; 
background-repeat:repeat-x; 
float:left;
}

#logoWrapper{
margin:1em auto 0 auto; 
width:920px;
}

#centerWrapper{
	margin:2px auto 0 auto;
	width:920px;
}

#homeboxbg{ width:915px; height:465px; background-image:url(../images/homebox.png); background-position:top left; background-repeat:no-repeat;}

.homeimg{
	float:left;
	width:895px;
	height:443px;
	padding:10px 10px 0 8px;
	background-image:url(../images/ashley1b.jpg);
	background-position:-90px 2px;
	background-repeat:no-repeat;
}

.bioimg{
	float:left;
	width:895px;
	height:443px;
	padding:10px 10px 0 8px;
	background-image:url(../images/ashley_bio3.jpg);
	background-position:9px 2px;
	background-repeat:no-repeat;
}

.musicimg{
	float:left;
	width:895px;
	height:443px;
	padding:10px 10px 0 8px;
	background-image:url(../images/ashley_musicpg.jpg);
	background-position:9px 2px;
	background-repeat:no-repeat;
}

.photoimg{
	float:left;
	width:895px;
	height:443px;
	padding:10px 10px 0 8px;
	background-image:url(../images/ashley4.jpg);
	background-position:9px 2px;
	background-repeat:no-repeat;
}

.downloadimg{
	float:left;
	width:895px;
	height:443px;
	padding:10px 10px 0 8px;
	background-image:url(../images/buy_CDimage.jpg);
	background-position:9px 2px;
	background-repeat:no-repeat;
}

.contactimg{
float:left; width:895px; height:443px; padding:10px 10px 0 8px; background-image:url(../images/ashley5.jpg); background-position:9px 2px; background-repeat:no-repeat;
}

.homecontent{
margin:0 0 0 25em; width:490px; height:400px; color:#333;
}

.homecontent p{
font:normal .8em Tahoma, Arial, Helvetica, sans-serif;
}


.homecontent h1{
font-size:1em;
color:#FF6600;
}

.musiccontent {
	margin:0 0 0 26em;
	width:475px;
	height:440px;
	color:#333;
}

.musiccontent p{
font:normal .8em Tahoma, Arial, Helvetica, sans-serif;
}

.musiccontent h1{
font-size:1em;
color:#FF6600;
}

.musiccontent a:link, .musiccontent a:visited {
color:#D40000;
text-decoration:underline;
}

.musiccontent a:hover{
color:#000;
text-decoration:none;
}

.contactcontent{
	margin:0 0 0 32em;
	width:490px;
	height:400px;
	color:#333;
	float:left;
	font:bold .8em Tahoma, Arial, Helvetica, sans-serif;
}


.contactcontent a:link, .contactcontent a:visited {
color:#D40000;
text-decoration:underline;
}

.contactcontent a:hover{
color:#000;
text-decoration:none;
}

.contactcontent h1{
font-size:1.2em;
color:#FF6600;
}


.buynowbutton a:link, .buynowbutton a:visited  {
width:200px;
padding:5px;
border:1px solid #D40000;
text-align:center;
margin:auto;
background-color:#D40000;
color:#fff;
}

.buynowbutton a:hover {
color:#D40000;
background-color:#fff;
border:1px solid #333;
}

.musiccontent .downloadbutton a:link, .musiccontent .downloadbutton a:visited  {
width:200px;
padding:5px;
border:1px solid #000;
text-align:center;
margin:auto;
background-color:#fff;
color:#D40000;
text-decoration:none;
}

.musiccontent .downloadbutton a:hover{
background-color:#D40000;
color:#fff;
}

h1.top {
	font-size:1em;
	color:#FF6600;
	margin:10px 0;
}

#bottombar {
margin-top:10px; width:100%; height:100px;
}

#linksWrapper{
height:50px;
}

.copyright {
	font-size:0.7em;
	color:#8B5F2E;
	text-align:center;
	line-height:130%;
}

.siteby{
text-align:center;
}

.siteby a:link, .siteby a:visited {
color: #8B5F2E;
font-size:0.7em;
text-decoration:none;
}

.siteby a:hover{
	color: #FF0000;
	text-decoration:underline;
}


.mattblacktabs{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black; *//*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-right: 10px; /*offset of tabs relative to browser left edge*/
font: normal .8em Arial, Helvetica, sans-serif;
font-variant:small-caps;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 12px; /*padding inside each tab*/
border-right: 1px solid #140b03; /*right divider between tabs*/
color: #c08542;
background: #341806; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color:#FFFF66;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/*scroller*/

.Scroller-Container {
	position: relative;
	top: 0px;
	left: 0px;
	/*font:1em normal Tahoma, Arial, Helvetica, sans-serif;*/
}
.Scrollbar-Up {
  position: relative;
  width: 10px; height: 10px;
  background-color: #663300;
  font-size: 0px;
}
.Scrollbar-Track {
	width: 10px;
	height: 300px;
	position: relative;
	top: 0px;
	background-color: #ccc;
}
.Scrollbar-Handle {
	position: relative;
	width: 10px;
	height: 100px;
	background-color: #663300;
}
.Scrollbar-Down {
	position: relative;
	top: 320px;
	width: 10px;
	height: 10px;
	background-color: #663300;
	font-size: 0px;
}
#Scrollbar-Container {
	position: relative;
	top: -327px;
	left: 469px;
	width:20px;
}

#Container {
	position: relative;
	top: 5px;
	left: 0px;
	width: 470px;
	height: 350px;
	/*background-color: #fff;*/
	/*margin-left:32em;*/
}

#Container p{
	font:normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}

#News, #About, #Extra {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 460px;
	height: 320px;
	display: none;
}
#News {display: block;}
/*p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}*/
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}

.buysomething {
font-size:.8em;
color:#D40000;
}
