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


html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

html{
	background:url(../img/background.jpg);	
}

body{
	background:url(../img/background-side.jpg) right top no-repeat;
}

#container{
	height:100%;height:auto;min-height:100%;
}
	
#shell{
	width:885px;
	margin:0 auto 0 auto;
}

#side{
	height:438px;
	width:122px;
	background:url(../img/side-lines.jpg);
	float:left;
}

#header{
	height:116px;
	width:688px;
	float:left;
	background:url(../img/background-header.jpg) left no-repeat;
	padding:200px 0 0 72px;
}

#logo{
	position:relative;
	left:-240px;
	top:-180px;
	z-index:10;
}


#rabbit{
	position:relative;
	right:-460px;
	top:-348px;
	z-index:10;
}


#header ul{
	z-index:100;
	list-style:none;
	position:absolute;
	
}

#header ul li{
	color:#FFF;
	font-weight:700;
	display:inline;
	margin: 0 11px 0 0;
}

#header ul li a{
	text-decoration:none;
	color:#F2F2F2;
}

#header ul li a:hover{
	text-decoration:none;
	color:#0089B3;
}

#top-lines{
	background:url(../img/lines-top.jpg);
	width:762px;
	height:122px;
	float:left;
}


#main{
	clear:both;
	padding:66px 0 0 95px;
	min-height:60px;
}

#info-box{
	width:603px;
	height:180px;
	background:url(../img/background-info.png);
	margin-top:60px;
	padding: 8px 14px 14px 14px;
	float:left;
}

#info-button{
	float:left;

	margin-top:107px;
	margin-left:32px;
}

h1{
	color:#E9D001;
	font-size:24px;
	display:inline;
	padding:0;
	margin:0;
}

#main p{	
	color:#FFF;
	line-height:23px;
	font-weight:700;
	text-align:justify;
	
}

#info-box p{	
	color:#FFF;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	text-align:justify;
	padding:0;
	margin:0;
}


#footer{
	clear:both;
	height:100px;
	padding:10px 0 20px 94px;
}

#footer p{
	font-size:10px;
	color:#CCC;
	
}

#footer a{
	font-size:10px;
	color:#0089B3;	
}

#nextBtn a{ 
	background:url(/img/button.jpg) no-repeat 0 0;
	position:relative; 
	left:678px; 
	top:100px; 
	border:none;
	display:block;
	width:106px;
	height:106px;
}

#info-box  ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
}
#info-box  li{
 			height:180px;
			width:600px;
			overflow:hidden; 
				
}

h3{
	font-size:10px;
	color:#CCC;
	margin:0;
	padding:0;
}

#canvas{
	width:100%; height:23px; clear:both;position:relative;z-index:500;margin-top:-22px;
}

img{
	border:none;
}

.viewlist{
margin:0px;
padding:0px;
float:left;
}

h6 ,h6 a, h6 a:visited{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	display:inline;
	height:15px;

}

h6 img{
	border:none;
}

a{
	text-decoration: none; 
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	color:#CCC;
}
a img {outline: none; }
a {outline: none; }
#breadcrumbs h4{
	font-size:10px;
	text-decoration:underline;
	width:auto;
	margin:0;
	padding:0;
	display:inline;
}

#breadcrumbs h3{
	font-size:10px;
	display:inline;
		margin:0;
	padding:0;
	color:#FFF;
}

#breadcrumbs{
	z-index:30;
	position:relative;
	font-size:10px;
	color:#FFF;
}


#content {
	height:auto;
	width:auto;
	display: none;
	border-color:#CCC;
	border-width:0px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:14px;
}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

