/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color:#FF0000;
	background-image: url(../images/red_strip.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
}



a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box {
	min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Paragraphs, headings, ... */

p {
	line-height: 170%;
	margin-bottom: 10px;
	color: #FFFFFF;
}

h1 {
	font-size: 5.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0px;
	width: 60%;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 21px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h1 span {
	color: #FF0000;
}

h2 {
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0px;
	margin-left: 122px;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
}

h4 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: strong;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
}

address {
}


/* Header */

#header {
	width: 902px;
	height: 270px;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/bg8.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Menu */

#menu-box {
	text-decoration: none;
	background-color: #FF0000;
}

#menu {
	width: 899px;
	background-color: #FF0000;
	margin-bottom: 2;
	margin-left:auto;
	margin-right:auto;
}

#menu li {
	display:inline;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	background-image: none;
}

#menu li a {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 1.9em;
	line-height: 35px;
	text-decoration: none;
	background-image: none;
	width:61px;


}

#menu li a:hover {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

menu li a.active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: none;
}


/* Content */

#content {
min-height: 231px;
}

#content-box {
width: 950px;
margin: 0 auto;
text-align: left;
min-height: 544px;
}

#content-box-in-left {
width: 75%;
float: left;
}

#content-box-in-left-in {
margin: 2em 1em 5em 1.8em;
}

#content-box-in-right {
width: 24%;
float: right;
}

#content-box-in-right h3 {
color: #FFFFFF;
font-size: 1.2em;
margin-bottom: 13px;
padding: 0;
background: none;
}

#content-box-in-right-in {
margin: 2em 1.4em 5em 2.8em;
}


/* Right column directives */

#content-box-in-right-in ul {
list-style-type: none;
margin: 0 0 30px 4px;
}

#content-box-in-right-in ul li {
color: white;
display: inline;
}

#content-box-in-right-in ul li a, #content-box-in-right-in ul li a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 0 4px 16px;
	line-height: 130%;
	display: block;
	font-size: larger;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#content-box-in-right-in ul li a:hover, #content-box-in-right-in ul li a.active {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}



/* Block of text with dotted border-bottom */

.block {
	padding-bottom: 1px;
	margin-bottom: 20px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


/* Small gallery */

#small-gallery {

	width: 100%;
	padding: 1px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#small-gallery img {
	border: 3px solid #FF0000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}

#small-gallery a:hover img {
	border: 3px solid #FFFFFF;
}


/* Footer */

#footer {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

p.footer-left {
	float: left;
	width: 450px;
	color: #FFFFFF;
	text-align: left;
	display: inline;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	line-height: 17px;
}


p.footer-right {
	float: right;
	width: 230px;
	color: #FFFFFF;
	text-align: right;
	margin: 9px 0px 0 0;
	display: inline;
}

p.footer-right a, p.footer-right a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

p.footer-right a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

