/* 
Litesite BASE CSS sheet	
Copyright WebFu 2004		
Ver 2.0 | Date: 2.11.04	
*/

/* TAGS */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
body {background-color: #E6D8BE;}
a {}
a:hover {}
a:active {}
p {}

/* HEADINGS */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 14px;
}
h4 {}
h5 {}
h6 {}
 
/* DIVS */
.footer {}
.error {color:#FF0000}
.list-class {}

/* MENU */
#menu-id a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-right: 1px;
	padding-left: 1px;
}
#menu-id a:hover{
	color: #D1BD8F;
}
#menu-id a:active{}
.menu-cell {
	background-image:url(../_img/layout/menu_bg.jpg);
	color: #FFFFFF;
}
.lh-drop {
	background-image: url(../_img/layout/lh_drop.gif);
	background-repeat: repeat-y;
}
.bot-drop {
	background-image: url(../_img/layout/bot_drop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.rh-drop {
	background-image: url(../_img/layout/rh_drop.gif);
	background-repeat: repeat-y;
}
.plane-cell {
	background-image: url(../_img/layout/plane_water.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#litesite-id a {
	font-size: 9px;
	color: #8A795E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.p-caption {
	font-size: 10px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.large_image {
	margin:1em;
}

