@charset "utf-8";

/* SAFARI Work around */
@media screen and (-webkit-min-device-pixel-ratio:0) {
h1 {
 margin-top:25px;
 margin-bottom:10px;	
}

}

/* CSS Document */
a:link, a:active, a:visited, a:hover{
	text-decoration:none;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#page{
background-color:#FFFFFF;
height:100%;
margin:auto;
width:960px;
}
#page-inner{
	height:100%;
	margin:auto;
	width:850px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#site-slogan{
font-size:1.2em;
line-height:0.9em;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 0.1em;
	color:#000000;
}
body{
	padding:0 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2{
	font-size:1.2em;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height:0.1;
}

p{
    font-size:1.2em;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
li{
    font-size:1.2em;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#menu-bottom {
	font-size:2em;
	font-weight:normal;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 20px;
	white-space: normal;
	padding-top:10px;
}
.slideshow {  
    padding: 0;  
    margin:  0;  }
.slideshow img {
	border: 0px solid #ccc;
	background-color: #eee;
	vertical-align:middle;
}
#contact-details{

}
#footer-message{
    font-size:0.8em;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
hr  {
color:#000000; background: black; border: 0; Height:1px;
}
ul{
list-style-type: square; 
margin-left: 0; 
padding-left: 15px; 
text-indent: 1em;
}