@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	padding:0px;
	margin:0px;
}

img{
	border:none !important;
}




/**  ABSOLUTE DIV BACKGROUND **/
#flash-bg{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1000;
}

/**  HEADER DIVS **/

#header{
	margin: 20px auto 10px auto;
	width:90%;
	height:100px;

}

#logo{
	margin:0px;
	float:right;
	background:url(../images/bg/trans-white.png) repeat;
	_background:none;
	_background:#ffffff;	
}

/** OUTERFRAME **/

#outerframe{
	margin:0px auto;
	width:800px;
	padding:0px 10px;
	background:url(../images/bg/body-bg.png) repeat-y;
	_background:none;
	_background:#ffffff;}

#contentframe{
	background:url(../images/bg/trans-white-2.png) repeat;
	_background:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#content{
	padding:20px;
	padding-top:0px;
}

#top{
	background:url(../images/bg/top.png) top no-repeat;
	height:3px;
	width:820px;
	overflow:hidden;
	margin:0px auto;
}

#bottom{
	background:url(../images/bg/bottom-bg.png) top no-repeat;
	height:10px;
	width:820px;
	overflow:hidden;
	margin:0px auto 50px auto;
}


#footer{
	height:100px;
	background:#d20001;
	margin:0px;
	overflow:hidden;
}

#bottom-logo{
	margin:30px 10px 50px 0px;
	float:right;
	overflow:hidden;
}


/** NAVBAR **/

#navbar{
	height:40px;
	background:#d20001;
}

ul.navlist{
	margin:0px;
	padding:0px;
	list-style-type:none;
}



ul.navlist li {
	float:left;
	position:relative;
	list-style-type:none;
	margin:0px;
	width:133px;	
}

ul.navlist li.last {
	width:135px;	
}

ul.navlist a, #footer-nav ul a:visited {
	display:block;
	font-size:11px;
	font-weight:bold;
	height:26px;
	text-decoration:none;
	color:#ffffff;
	border:none;
	padding:14px 0px 0px 0px;
	text-align:center;
}

ul.navlist a.active{
	background:#990000;
}


ul.navlist a:hover {
	color:#000000;
	background:#ffffff
}

/** FOOTER NAVBAR **/

#footernav{
	margin:30px 0px 0px 10px;
	background:#d20001;
	float:left;
	overflow:hidden;
}

ul.footerlist{
	margin:0px;
	padding:0px;
	list-style-type:none;
}



ul.footerlist li {
	float:left;
	position:relative;
	list-style-type:none;
	margin:0px;
	width:80px;	
}

ul.footerlist a.active{
text-decoration:underline;
}

ul.footerlist a, ul.footerlist a:visited {
	display:block;
	font-size:9px;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#ffffff;
	border:none;
	padding:10px 0px 0px 0px;
	text-align:center;
}

ul.footerlist a:hover {
	color:#000000;
	background:#ffffff
}

/** GALLERY **/

#gallery{
	height:170px;
	background:url(../images/bg/trans-white-2.png) repeat;
	_background:none;
	_background:#ffffff;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/** CONTENT **/

p{
	font-size:15px;
	line-height:1.5;
	color:#000000;
	text-align:justify;
	margin-right:200px;
}

/** HEADINGS **/

H1{
    font-family:Futura,sans-serif;
    font-style: bold;
	font-size:60px;
	letter-spacing:-4px;
	font-weight:100;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
}
	
H2{
	font-family:Futura, sans-serif;
	font-style: bold;
	font-size:40px;
	letter-spacing:-1px;
	font-weight:100;
	display:block;
	margin:10px 0px 10px 0px;
	padding:0px;
}

H3{
    font-family:Futura, sans-serif;
    font-style: bold;
	font-size:20px;
	letter-spacing:-1px;
	font-weight:100;
	display:block;
	margin:10px 0px 10px 0px;
	padding:0px;
}




/***IMAGE BLOCK*****/

#image-block{
	margin:40px 0px 40px 0px;
	padding:10px 0px;
	background:none;
	overflow:hidden;
}

#thumb{

	float:left;
	margin:0px 10px 10px 0px;
	overflow:hidden;
	background:#f8f8f8;
	}

#image-block img{
	float:left;
	overflow:hidden;
}


/****ADDRESS****/
#address{
	font-size:11px;
	line-height:2;
	width:300px;
	}
#contact-detail{
	text-align:right;
	margin:10px 0px 5px 0px;
	padding:0px;
	width:100%;
	overflow:hidden;
	font-size:11px;
}

#contact-detail b{
	float:left;
}


#contact-block{
	width:300px;
	margin:20px 0px 20px 0px;
}

#email{
	margin:10px 0px 20px 0px;
	overflow:hidden;
	font-size:11px;
}

#email a:link, #email a:visited, #email a{
	text-decoration:none;
	color:red;
	font-weight:bold;
}

#email a:hover{
	text-decoration:underline;
}

/****UL***/

ul{
	font-size:11px;
}

li{
	margin:10px 0px 10px 0px;
}

/***PUMA****/

#puma{
	position:fixed;
	_position:absolute;
	left:60px;
	bottom:30px;
}



















	
	
