html { overflow-y:scroll; }
body{
	margin:0;
	padding:0;
	font-family:Helvetica,Arial,sans-serif;
}
#main{
	width:970px;
	margin:0 auto 0;
	padding:0 15px 0 20px;
	background:#fff url(../img/dog.jpg) no-repeat 0 100%;
	min-height:800px;
}
* html #main{
	height:800px;
	overflow:visible;
}
img{
	border:0;
	display:block;
}
/*-- header --*/
#header{
	width:960px;
	margin:0 0 0 5px;
	overflow:hidden;
	border-bottom:1px solid #dddedf;
}
/*-- logo --*/
#header h1{
	margin:0;
	float:right;
}

#header h2{
	margin:0;
	float:left;
}
#header h1 a{
	display:block;
	width:240px;
	height:150px;
	background:url(../img/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#header h2 a{
	display:block;
	width:136px;
	height:150px;
	background:url(../img/logo_xl.gif) no-repeat 0 0;
	text-indent:-9999px;
}
/*-- end logo --*/
/*-- end header --*/
/*-- content --*/
#content{
	width:965px;
	overflow:hidden;
	padding:0 0 30px 0;
}
/*-- news --*/
#content div.news{
	width:188px;
	margin:20px 0 0;
	padding:0 0 0 72px;
	background:url(../img/book.gif) no-repeat 0 0;
	overflow:hidden;
	float:left;
	display:inline;
}
#content div.news h2{
	margin:10px 0 0;
	font:bold 13px/17px Arial,Helvetica,sans-serif;
	color:#c2d82e;
	text-transform:uppercase;
}
#content div.news p{
	margin:8px 0 0;
	font-size:10px;
	color:#808285;
	line-height:14px;
}
#content div.news a{
	text-decoration:none;
	font-size:10px;
	color:#808285;
	line-height:14px;
	margin:0;
	float:left;
}
#content div.news a:hover{
	text-decoration:underline;
}
#content div.news span.show-me{
	color:#c1d82f;
}
/*-- end news --*/
/*-- centercol --*/
#content div.centercol{
	width:440px;
	float:left;
	padding:0 0 0 20px;
	overflow:hidden;
}
#content div.centercol div.up{
	width:420px;
	overflow:hidden;
	margin:25px 0 0;
}
#content div.centercol div.up p{
	margin:0;
	font-size:17px;
	line-height:21px;
	color:#808285;
	font-weight:bold;
}
#content div.centercol div.up p span{
	color:#c1d82f;
}
#content div.centercol div.comments{
	width:420px;
	overflow:hidden;
	margin:16px 0 0;
}
#content div.centercol div.comments p{
	margin:0;
	font-size:13px;
	color:#808285;
	line-height:21px;
	font-weight:bold;
}
#content div.centercol div.link{
	width:420px;
	overflow:hidden;
	margin:13px 0 0;
}
#content div.centercol div.link p{
	font-size:13px;
	line-height:21px;
	color:#808285;
	font-weight:bold;
	margin:0;
}
#content div.centercol div.link p a{
	color:#c1d82f;
	text-decoration:none;
}
#content div.centercol div.link p a:hover{
	text-decoration:none;
}
#content div.centercol div.animal{
	width:199px;
	float:left;
	margin:15px 0 0;
}
#content div.centercol div.animal div.img{
	width:154px;
	height:112px;
}
#content div.centercol div.animal p{
	font-size:14px;
	color:#c1d82f;
	font-weight:bold;
	line-height:21px;
	margin:14px 0 0;
}
#content div.centercol div.animal p a{
	color:#808285;
	text-decoration:none;
}
#content div.centercol div.animal p a:hover{
	text-decoration:underline;
}
/*-- end centercol --*/
/*-- rightcol --*/
/*-- ul.nav --*/
#content div.rightcol{
	width:240px;
	float:right;
	overflow:hidden;
	border-top:1px solid #dddedf;
	margin:31px 0 0;
	display:inline;
}
#content div.rightcol ul.nav{
	margin:0;
	padding:0;
	list-style:none;
	width:240px;
	overflow:hidden;
}
#content div.rightcol ul.nav li{
	height:48px;
	width:184px;
	border-bottom:1px solid #dddedf;
	padding:0 0 0 56px;
	float:left;
	overflow:hidden;
}
#content div.rightcol ul.nav li a{
	font:bold 10px Arial,Helvetica,sans-serif;
	color:#c2d82e;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	margin:18px 0 0;
}
#content div.rightcol ul.nav li a:hover,
#content div.rightcol ul.nav li a:hover span{
	color:#808285;
}
#content div.rightcol ul.nav li span{
	color:#7e8082;
}
#content div.rightcol ul.nav li.inform{
	background:url(../img/inform.gif) no-repeat 0 0;
}
#content div.rightcol ul.nav li.shop{
	background:url(../img/shop.gif) no-repeat 0 0;
}
#content div.rightcol ul.nav li.links{
	background:url(../img/association.gif) no-repeat 0 0;
}
#content div.rightcol ul.nav li.glass{
	background:url(../img/glass.gif) no-repeat 0 0;
}
#content div.rightcol ul.nav li a.detail{
	float:right;
	width:44px;
	height:38px;
	text-indent:-9999px;
	background:url(../img/detail1.gif) no-repeat 0 0;
	margin:11px -5px 0 0;
}
/*-- end ul.nav --*/
/*-- ul.contact --*/
#content div.rightcol ul.contact
{
	display:none;
	
	margin:0;
	padding:0 0 10px 7px;
	list-style:none;
	overflow:hidden;
	width:233px;
	font-size:10px;
	line-height:12px;
	border-bottom:1px solid #dddedf;
}
#content div.rightcol ul.contact li{
	width:100%;
	float:left;
	margin:13px 0 0;
}
#content div.rightcol ul.contact li h3{
	margin:0;
	color:#c1d82f;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;
}
#content div.rightcol ul.contact li p{
	margin:0;
	overflow:hidden;
	clear:both;
	color:#808285;
	word-spacing:-1px;
}
#content div.rightcol ul.contact li p span{
	float:left;
	width:72px;
}
#content div.rightcol ul.contact li p a, ul.links li p a {
	color:#808285;
	text-decoration:none;
}
#content div.rightcol ul.contact li p a:hover{
	text-decoration:underline;
}
#content div.rightcol ul.contact li div.time{
	width:233px;
	overflow:hidden;
	margin:14px 0 0;
}
#content div.rightcol ul.contact li div.time a{
	color:#c1d82f;
	text-decoration:none;
}
#content div.rightcol ul.contact li div.time a:hover{
	text-decoration:underline;
}
/*-- end ul.contact --*/
/*-- end rightcol --*/
/*-- end rightcol --*/




.clearFix {display:inline-block;}
.clearFix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size:0px;}

#newsItems ul {padding:0px; margin:0px;  }
#newsItems ul li { float:left; list-style:none; margin-right:40px;margin-bottom:25px; }
#newsItems ul li img { border:solid 1px #888888; }
#newsItems h3 { 	color:#808285; margin:0; font-size:12px; }

/* Links */
#content div.rightcol ul.links
{
	display:none;
	margin:0;
	padding:0 0 10px 7px;
	list-style:none;
	overflow:hidden;
	width:233px;
	font-size:10px;
	line-height:12px;
	border-bottom:1px solid #dddedf;
	padding-bottom:10px;
}
#content div.rightcol ul.links li{
	width:100%;
	float:left;
	margin:13px 0 0;
}
#content div.rightcol ul.links li h3 {
	margin:0;
	color:#c1d82f;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
}
#content div.rightcol ul.links li h3 a{
	color:#c1d82f;
	text-decoration:none;
}
#content div.rightcol ul.links li p{
	margin:0;
	overflow:hidden;
	clear:both;
	color:#808285;
	word-spacing:-1px;
}
#content div.rightcol ul.links li p span{
	float:left;
	width:72px;
}
#content div.rightcol ul.links li p a, ul.links li p a {
	color:#808285;
	text-decoration:none;
}
#content div.rightcol ul.links li p a:hover{
	text-decoration:underline;
}
#content div.rightcol ul.links li div.time{
	width:233px;
	overflow:hidden;
	margin:14px 0 0;
}
#content div.rightcol ul.links li div.time a{
	color:#c1d82f;
	text-decoration:none;
}
#content div.rightcol ul.links li div.time a:hover{
	text-decoration:underline;
}

div.footer p{
	margin:8px 0 0;
	font-size:10px;
	color:#808285;
	line-height:14px;
	padding: 0px 0px 0px 320px;
}