@charset "utf-8";
/* CSS Document */

body{
	background-color:#cccccc;
	text-align:center;
}

#wrapper{
	margin:0 auto;
	width:958px;
	border:1px solid #333333;
	/*background-color:#D7DF23;*/
	background-color:#C1D72A;
	text-align:left;
}

#content{
	padding:5px 15px;
	line-height:16px;
}

body, input, textarea{
	font-family:Verdana, Arial;
}

#content, input, textarea{
	font-size:12px;
}

.home-box{
	background-color:#B3C127;
	width:215px;
	float:left;
	margin-right:7px;
	padding:5px;
	height:390px;
}

.home-box h1{
	font-family:Arial;
	color:#EC008C;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

h1{
	font-family:Arial;
	color:#EC008C;
	font-size:20px;
	font-weight:bold;	
}

h2{
	font-family:Arial;
	color:#EC008C;
	font-size:14px;
	font-weight:bold;	
}

h3{
	font-family:Arial;
	color:#EC008C;
	font-size:14px;
	font-weight:normal;	
}

#footer{
	font-size:11px;
	color:#FFF;
	text-align:center;
	padding:3px;
}
#footer a{
	color:#FFF;
}

.stylewidth{
	width:220px;
}

.testimonial{
	margin: 0 50px; 
	padding:10px 15px; 
	background-color:#B3C127; 
	/* border:1px solid #A1A2B6 */
}

.left-quote{
	font-size:100px;
	color:#B3C127;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100px;
	clear:right;
	margin-bottom:-50px;
}

.right-quote{
	float:right;
	font-size:100px;
	color:#B3C127;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100px;
	margin-bottom:-40px;
}

#class_table{
 	border:1px solid black;
	background-color:#B3C127;
}

#class_table td, #class_table th{
 	text-align:center;
 	border-right:1px dotted grey;
 	border-bottom:1px dotted grey;
}

.gal_image{
 float:left;
 padding: 5px; 
 text-align:center;
 border:0;
}

.gal_image img{
 border:0;
}

.wall_image{
 position:relative;
 margin-bottom:6px;
}

.buy_image_holder{
 
	background-color:#B3C127;
 	padding:10px;
 	width:90%;
}

form p {
 width: 100%;
 clear: both;
}

form p label{
 display: inline;
 float: left;
 width: 110px;
 text-align:right;
 font-weight: bold;
 margin-right:5px;
}

a img{
	border:0;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#menu, #menu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#menu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li li { /* all items under the top level */
	z-index: 11113;
}

#menu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#menu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -9999px;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#menu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#menu, #menu ul { /* all submenu lists */
	width: 100%;
	height: 28px;
	line-height: 14px;
	background-color:#EC008C;
	border-top:1px solid #33000D;
	border-bottom:1px solid #33000D;
}

#menu li { /* all list items */
	height: 28px;
}

#menu a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	padding: 7px 8px;
	border-right:1px solid #33000D;
}

#menu li a:hover {
	padding: 7px 8px;
	color: #FFF;
	background-color:#F09;
	border-right:1px solid #33000D;
}

#menu li ul { /* second-level lists */
	width: 148px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: 0;
	line-height: 12px;
	height: auto;
}

#menu li li { /* all items under the top level */
	width: 148px;
	height: auto;
}

#menu li li a { /* all item links under the top level */
	padding: 4px 8px;
	width: 132px;
	height: 20px;
}

#menu li li a:hover { 
	padding: 4px 8px;
	height: 20px;
	width:132px;
}