@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #990000;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* ############################### */
/* CONTENT AREA */
#container{ 
	margin:auto 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
#contenttext{
	padding-left:40px;
	padding-right:40px;
	background-image:url(../images/content_middle.png);
	background-repeat:no-repeat;
	min-height:395px;
	overflow:visible;
	line-height: 120%;
}
#contenttext img {
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
}
#contenttext ul {
	list-style-image:url(../styles/images/checkmarkbullet.gif);
}
#contenttext ul li {
	padding-bottom: 3px;
}
#photogallery {
	float:right;
	border-width:thin; 
	border-style:ridge;
	border-color: #CCCCCC; 
	margin:10px;
}
#testimonials {
	font-size: 14px;
	text-align: justify;
	width: 715px;
	padding-left: 30px;
	padding-right: 45px;
}
.testimonialbox {
	padding: 10px;
	border-style:groove;
	border-color:#FFCC00;
	margin-bottom: 10px;
	background-color:#FFFFCC;
	width: 100%;
}
/* ############################### */
/*  NAVIGATION MENU */
#navmenu {
	width:870px;
	height:54px;
	text-align:right;
	vertical-align:bottom;
	background-image:url(../images/hdr_top.png);
	background-repeat:no-repeat;
}
.menu {
	background:url(../styles/images/bgmenu.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	margin:0 auto;
	padding:0;
	height:33px;
	text-align:center;
}
ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:11px;
}
ul.menu li {
	display:block;
	float:none;
	margin:0 auto;
	padding:0;
}
ul.menu li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:700;
}
ul.menu li a:hover,.current {
	color: #FFFF33;
	background:url(../styles/images/bg.png) repeat-x top left;
	text-decoration:none;
	font-weight:700;
}
ul.menu .current a {
	color:#FFFFFF;
	font-weight:700;
}
ul.menu.red{
	background-color:#000000;
}
ul.menu.red li a:hover, .menu.red li.current {
	color: #FFCC33;
	font-weight:700;
}
/* ############################### */
/* FOOTER */
#footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	line-height: 120%;
	width: 95%;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
#footer a:active {
	text-decoration: underline;
	color: #FFCC00;
}
