
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

h1 {
	font-size:16px;
	}
	
h2 {
	font-size:14px;
	}

body
{
	background-repeat: repeat-x;
	color:#FFFFFF;
	line-height: 1.4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #0066CC;
	/*color: #B266B2;*/
}

a:hover
{
	text-decoration: none;
}



/* MENU --------------------------------------------------------------------- */

#menu
{
	position: relative;
	z-index: 2;
	height: 1.7em;
	margin-top: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

* html #menu
{
	height: 1.35em;
}

#menu ul
{
	float: left;
	border-right: 0px solid #3399FF;
	list-style: none;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	border-top: 1px solid #672830;
	border-left: 1px solid #672830;
	border-right: 1px solid #672830;
	border-left: 1px solid #672830;
	padding: 0.1em 16px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #menu a
{
	height: 1px;
	float: left;
}

#menu li.on a
{
	border-top-color: #872935;
	border-left-color: #872935;
	color: #ffffff;
	background-color: #940f1f;
	font-weight: bold;
}

#menu a:hover
{
	background-color: #940f1f;
}

/* CONTACT --------------------------------------------------------------------- */

.content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px;
}

.header {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
padding-left:5px;
}

.header_upper {
background-image:url(../images/header.jpg);
}

#slider {
	margin-left:170px;
	margin-top:50px;
	
    width: 440px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:0px;
}
#sliderContent {
    width: 440px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span2 {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	border:0px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
