<!-- 

/*
################################
##                            ##
##     site_schemes.css       ##
##                            ##
##    module : 000 - Site     ##
##                            ##
################################

(C) 2007 - Modularware
www.modularware.com
email: support@modularware.com


site_schemes.css
----------------
All the major site format, layout and colour schemes.


Page Location
---------------------------------
/site/site_schemes.css

Dependant files required:
---------------------------------
None

*/

/********************
** DEFAULT SCHEMES **
********************/


body {
	background-color: #000000;
	font-size:16px;
	color:#BBBBBB;
	overflow: auto;
		
}


td {
	font: "Times New Roman", Times, serif;
	font-size:14px;
	border: 0;
	padding: 7px;
}


/***********
** FRAMES **
***********/

#main_frame { /* Main page frame. Left position set by javascript. */
	/* LAYOUT */
		position:absolute;
		top:3px;
		width:750px;
		z-index:0;
		border:1px solid #333333;
		border-bottom:none;
	/* SCHEMES */
}



#left_side_bar { /* Left side bar. */
	/* LAYOUT */
		position:absolute;
		top:274px;
		left: 0;
		width:73px;
		z-index:0;
	/* SCHEMES */
}


#content_frame { /* Main content layer on all pages */
	/* LAYOUT */
		background-image:url(images/common/Lucie_Hall_Watermark_5.jpg);
		background-repeat:no-repeat;
		position:absolute;
		padding :20px;
		top:240px;
		left:-1px;
		width:710px;
		z-index:1;	
		border:1px solid #333333;
		border-bottom:none;	
		border-top:none;		
	/* SCHEMES */	
}


.price_list {
border:thin solid #999999;
padding: 20px;
width: 370px;
font-size:small;

}

.testimonial {
font-family:"Comic Sans MS", cursive, serif;
font-style:italic;
font-size:small;
}

.author {
font-size:small;


}


.footer {
font-size:x-small;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#999999;
text-decoration:none;
}

.footer a {
color:#999999;
text-decoration:none;
}

.footer a:visited {
color:#999999;
text-decoration:none;
}


.footer a:hover {
color:#999999;
text-decoration:underline;

}


.footer_mission {

color:#880000;

}



.menu {
	width:708px;
	/*border:thin solid #999999;*/

	margin : 10px;

}


.link {
	width:16%;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;

}


.link a {
color:#BBBBB;
text-decoration:none;
}

.link a:visited {
color:#BBBBBB;
text-decoration:none;
}


.link a:hover {
display:block;
color:#BB0000;
/*background-color:#BBBBBB;*/

}


/*****************
** TEXT SCHEMES **
*****************/


.page_heading {
	text-align:center;
	font-size:large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF ;/* White */
}	


.sub_heading {
	font-weight:bold;
}


.warn {
	text-align:center;
	font-size:16;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FF0000;/* Red */
}	

.confirm {
	text-align:left;
	font-size:16;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00CC33;/* Green */
}


.quote {
	font-size:16;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#BBBBBB ;/* White */
}



/**********
** LINKS **
**********/

a, a:visited {		
	color:#3399FF;
	color:#CCCCCC;
}

a:hover {
	color:#AA0000;
}



a img {
	border-style:none;
}


a:visited img {
	border-style:none;
}



/***********
** IMAGES **
***********/

.float_right {
float:right;
margin-left:30px;
}


.float_left {
float:left;
margin-right:30px;
}






/***********
** FOOTER **
***********/

#footer_left {
	position:absolute;
	left:0px;
	width:325px;
}


#footer_right {
	position:absolute;
	left:325px;
	width:325px;
}

	
#module_name {
	font-size:12px;
	font-family:"Courier New", Courier, monospace
}
-->
