@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.p {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	text-align: justify;
	color: #5D504B;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.italic {
	font-style: italic;	
}
.pleft {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	text-align: left;
	color: #5D504B;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.picture {
	margin-right: 10px;
}
h1 {	
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #0592be;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #7A7475;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	padding: 0;
	text-align: left;
	color: #291F1B;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
.prices {
	margin: 0;
	padding: 0;
	color: #5D504B;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
	font-family: Arial;
	font-size: 15px;
}

.box {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #5D504B;
	line-height: 18px;
	font-family: Arial;
	font-size: 12px;
}
.boxcentered {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5D504B;
	line-height: 18px;
	font-family: Arial;
	font-size: 12px;
}
.quote {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3a281e;
	line-height: 22px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
}
.miniheader {
	color: #7B7775;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.miniheader2 {
	color: #5D504B;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.footer2 {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	text-align: left;
	color: #9A9492;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.footer {
	margin: 0px;
	padding: 0;
	color: #9A9492;
	line-height: 14px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
}
.cpmenu{
	font: 13px Arial;
	color: #5D504B;
}
a.gbnavmenu{
	font: 13px Arial;
	color: #0592be;
	}
a, a:link, a:visited {
	color: #0592be;
	text-decoration: none;
	font-weight: normal;
}
a.footerlink{
	color: #9A9492;
	text-decoration: none;
	font-weight: normal;
}
a.linkgrey{
	color: #7A7475;
}
a:hover{
}
a.arrowlink {
	color: #0592be;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../files/icons/arrowblue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-right: 20px;
}

a.awesome, a.awesome:visited {
	background: #222 url(../files/box/buttonoverlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

	a.awesome:hover							{
	background-color: #111;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
	a.awesome:active							{
	top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.small.awesome, a.small.awesome:visited 			{
	font-size: 12px;
padding: ; 	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.awesome, a.awesome:visited,
	a.medium.awesome, a.medium.awesome:visited 		{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.large.awesome, a.large.awesome:visited 			{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
	
	a.green.awesome, a.green.awesome:visited		{
	background-color: #91bd09;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.green.awesome:hover						{
	background-color: #749a02;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.blue.awesome, a.blue.awesome:visited		{
	background-color: #0592be;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.blue.awesome:hover							{
	background-color: #00729A;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.red.awesome, a.red.awesome:visited			{
	background-color: #e33100;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.red.awesome:hover							{
	background-color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.magenta.awesome, a.magenta.awesome:visited		{
	background-color: #a9014b;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.magenta.awesome:hover							{
	background-color: #6F0036;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.orange.awesome, a.orange.awesome:visited		{
	background-color: #ff5c00;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.orange.awesome:hover							{
	background-color: #d45500;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.yellow.awesome, a.yellow.awesome:visited		{
	background-color: #ffb515;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.yellow.awesome:hover							{
	background-color: #fc9200;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
a.brown.awesome, a.brown.awesome:visited		{
	background-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	a.brown.awesome:hover							{
	background-color: #361B00;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}


.thrColFixHdr #backgroundfade {
	background-image: url(../files/box/backgroundfade.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 


.thrColFixHdr #backgroundfadesmall {
	background-image: url(../files/box/smallbackgroundfade.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 

.thrColFixHdr #box {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../files/box/boxmain.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: thin none #D6D0CD;
	margin-bottom: 10px;
} 
.thrColFixHdr #box2 {
	text-align: left;
	background-image: url(../files/box/boxmain2.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin none #D6D0CD;
}
.thrColFixHdr #boxinside {
	text-align: left;
	background-image: url(../files/box/boxbottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin none #D6D0CD;
} 
.thrColFixHdr #boxinside2 {
	text-align: left;
	background-image: url(../files/box/boxbottom2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: thin none #D6D0CD;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 

.thrColFixHdr #boxa {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../files/box/boxmaina.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: thin none #D6D0CD;
	margin-bottom: 10px;
} 
.thrColFixHdr #box2a {
	text-align: left;
	background-image: url(../files/box/boxmain2a.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin none #D6D0CD;
}
.thrColFixHdr #boxinsidea {
	text-align: left;
	background-image: url(../files/box/boxbottoma.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin none #D6D0CD;
} 
.thrColFixHdr #boxinside2a {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: thin none #D6D0CD;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../files/box/boxbottom2a.png);
} 



.thrColFixHdr #boxb {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../files/box/boxmainb.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: thin none #D6D0CD;
	margin-bottom: 10px;
} 
.thrColFixHdr #box2b {
	text-align: left;
	background-image: url(../files/box/boxmain2b.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin none #D6D0CD;
}
.thrColFixHdr #boxinsideb {
	text-align: left;
	background-image: url(../files/box/boxbottomb.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin none #D6D0CD;
} 
.thrColFixHdr #boxinside2b {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: thin none #D6D0CD;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-image: url(../files/box/boxbottom2b.png);
} 



.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../files/headerandnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container2 {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #container3 {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.thrColFixHdr #header {
	height: 115px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #bfb9b5;
} 
.thrColFixHdr #nav {
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #bfb9b5;
	height: 25px;
	background-color: #url(../images/title.png);
	margin-bottom: 10px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 18px;
	padding-bottom: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-bottom: 15px;
}
.thrColFixHdr #songnotes {
	float: right; /* since this element is floated, a width must be given */
	width: 181px;
	background-image: url(../files/box/backgroundfade.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-left: 11px;
	padding-left: 12px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 203px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContentLeft {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.thrColFixHdr #mainContentRight {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 200px;
}
.thrColFixHdr #mainContentFull {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
} 
.thrColFixHdr #mainContentMiddle {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
.thrColFixHdr #titlebar {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6D0CD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-bottom: 12px;
	padding-left: 8px;
} 
.thrColFixHdr #dividerdiv {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6D0CD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-bottom: 2px;
} 
.thrColFixHdr #footer {
	border-top-style: none;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#facebox .b {
	background-image: url(../script/facebox/b.png);
}

#facebox .tl {
  background:url(../script/facebox/tl.png);
}

#facebox .tr {
  background:url(../script/facebox/tr.png);
}

#facebox .bl {
  background:url(../script/facebox/bl.png);
}

#facebox .br {
  background:url(../script/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
