/* 
  -----------------------------------
  Glide Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Bluestone
  
  ---AIETA-----
  -----------------------------------
*/
.p7GP03 {
	background-color: #F1EDC8;
	border: 1px solid #A07C2D;
	padding: 3px;
}
.p7GP03 .p7GPinnerwrapper {
	padding: 0;
	border: 0;
	background-color: #F1EDC8;
}

/*sidebar color*/
.p7GP03 .p7GPtwrapper {
	width: 233px;
	float: left;
	margin: 0;
	background-color: #F1EDC8;
}
.p7GP03 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*tab listings not active*/
.p7GP03 .p7GPtwrapper ul a {
	color: #431D0A !important;
	text-decoration: none;
	display: block;
	/*background-image: url(img/p7gp_fadetotan.jpg);
	background-repeat: repeat-y;*/
	background-image: url(img/p7gp_bluestonebut.jpg);
	background-repeat: repeat-x;
	background-color: #D2A336;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CFB872;
	border-bottom-color: #CFB872;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.p7GP03 .p7GPtwrapper ul a:hover {
	color: #F1EDC8 !important;
	background-color: #D5A53A;
}

/*panel that is showing*/
.p7GP03 .p7GPtwrapper ul a.down, .p7GP03 .p7GPtwrapper ul a.down:hover {
	background-image: url(img/p7gp_fadetoblue.jpg);
	background-color: #F1EDC8;
	color: #4B2007 !important;
	border: 0;
	background-repeat: repeat-y;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.p7GP03 .p7GPcwrapper {
	background-color: #F1EDC8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 233px;
}
/*testimonial text color*/
.p7GP03 .p7GPcontent {
	line-height: 1.5em;
	background-color: #F0ECC8;
	color: #331605;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
}
/*testimonial LINK color*/
.p7GP03 .p7GPcontent a {
	color:##331605;
}
.p7GP03 .p7GPcontent a:visited {
	color: #331605;
}
.p7GP03 .p7GPcontent a:hover {
	color: #CC0000;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP03 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*sideContent text*/
.p7GP03 .sidecontent {
	padding: 12px;
	color: #F1EDC8;
}
.p7GP03_external {
	font-size: 1em;
}
.p7GP03_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP03_external ul li {
	margin: 0;
}
.p7GP03_external ul a {
	color: #0033CC;
}
.p7GP03_external ul a:hover {
	color: #00CCFF;
}
.p7GP03_external ul a.down {
	color: #CC0000;
}
