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

div {
	margin: 0;
	padding: 0px;
}
body, html {
	background: #f3f3f3 url(../images/layout/bg.png);
	margin: 0;
	pading: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
}
#header {
	height: 231px;
	border-bottom: 2px solid #bec8ce;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0;
}
#headerlogo {
	background: url(../images/layout/vector_02.png) no-repeat center;
	height: 231px;
	width: 733px;
	margin-left: auto;
	margin-right: auto;
}

/*----TOP NAVIGATION-----*/
#navigation-wrapper {
	background: url(../images/layout/navbg.gif) repeat-x;
	height: 60px;
	padding: 0 0 0 10px;
	margin: 0;
}
#navigation {
	height: 60px;
	padding: 0;
	min-width: 1024px;
	margin: 0;
}
#navigation li
{
	list-style: none;
	font: 12px Tahoma, Arial;
	float: left;
	display: inline;
	margin: 0;
	text-align: center;
	height: 60px;
}
#navigation li a
{
	display: block;
	text-decoration: none;
	height: 60px;
}
#navigation li a:hover
{
	color:#8fb5c9;
}	
#navigation li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-color: #fafafa;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
#navigation li ul li
{	float: none;
	display: inline;
	text-align: left;
	height: 20px;
}
#navigation li ul li a
{	
	color: #8fb5c9;
	width: 150px;
	height: 20px;
	margin: 0px;
	padding: 5px 5px 0 5px;
	background: #fafafa;
	border-bottom: 1px solid #ededed;
	text-align: left;
}
#navigation li ul li a:hover
{
	color: #fff;
	background-color: #8fb5c9;
	border-bottom: 1px solid #8fb5c9;
	text-align: left;
}
.top
{
	/*border-top: solid 1px #8989a4;*/
}
#navigation li ul li a.bottom
{
	border-bottom: solid 1px #fafafa;
}

#information
{
	background: url(../images/layout/information.gif) no-repeat right;
	width: 150px;
	height: 60px;
	display: block;
}
#information:hover
{
	background: url(../images/layout/informationover.gif) no-repeat right;
	display: block;
}
#members
{
	background: url(../images/layout/membersarea.gif) no-repeat right;
	width: 178px;
	height: 60px;
	display: block;
}
#members:hover
{
	background: url(../images/layout/membersareaover.gif) no-repeat right;
	display: block;
}
#animals
{
	background: url(../images/layout/animals.gif) no-repeat right;
	width: 142px;
	height: 60px;
	display: block;
}
#animals:hover
{
	background: url(../images/layout/animalsover.gif) no-repeat right;
	display: block;
}
#show
{
	background: url(../images/layout/showring.gif) no-repeat right;
	width: 127px;
	height: 60px;
	display: block;
}
#show:hover
{
	background: url(../images/layout/showringover.gif) no-repeat right;
	display: block;
}
#town
{
	background: url(../images/layout/townandcountry.gif) no-repeat right;
	width: 170px;
	height: 60px;
	display: block;
}
#town:hover
{
	background: url(../images/layout/townandcountryover.gif) no-repeat right;
	display: block;
}
#isg
{
	background: url(../images/layout/myimpulsion.gif) no-repeat right;
	width: 141px;
	height: 60px;
	display: block;
}
#isg:hover
{
	background: url(../images/layout/myimpulsionover.gif) no-repeat right;
	display: block;
}

/*----END NAVIGATION------*/

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8fb5c9;
	text-decoration:none;
}
	a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:ffffff;
	text-decoration:none;
}

/*----LOGIN STYLE----*/
#logincontainer {
	position: absolute;
	z-index: 100;
	top: 200;
	right: 10;
	color: #FFF;
}
#username {
	background: #f3f3f3 url(../images/layout/username.png) no-repeat left center;
	color: 666666;
	font-size:10px;
	height: 25px;
	padding: 5px 0 5px 0;
	width: 175px;
	border: 1px solid #f3f3f3;
    border-radius: 4px;
	 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#password {
	background: #f3f3f3 url(../images/layout/password.png) no-repeat left center;
	color: 666666;
	font-size:10px;
	height: 25px;
	padding: 5px 0 5px 0;
	width: 175px;
	border: 1px solid #f3f3f3;
    border-radius: 4px;
	 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#button {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	color:666666;
	font-size:10px;
	height:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#usrpass {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-bottom:3px;
}
/*-----END LOGIN INFO----*/

/*---NEWS----*/
#newsborder {
	margin-top:5px;
	margin-left:10px;
	width:300px;
	padding:1px;
	background-color:#ffffff;
	border:1px solid #cfcfcf;
	float: left;
}
#news {
	width:300px;
	background-color:#f3f3f3;
}
#newsimg {
	height:35px;
	width:124px;
	background: url(../images/icons/news.jpg) no-repeat;
}
#newstitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#8fb5c9;
	padding:5px;
	background-color:#f3f3f3;
	margin-left:5px;
	margin-right:5px;
}
#newsdate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#8fb5c9;
	border-bottom:1px solid #cfcfcf;
	padding-left:20px;
	padding-bottom:5px;
	background-color:#f3f3f3;
	margin-left:5px;
	margin-right:5px;
}
#newscontent {
	margin-top:5px;
	padding:5px;
	padding-left:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
	line-height:15px;
}

/*----END NEWS----*/

/*----CONTENTAREA----*/
#content {
	/*margin-left: 300px;*/
	border-bottom: 10px solid bec8ce;
	background: #fafafa;
	margin: 0;
	padding: 10px 0 10px 0;
}
#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#8fb5c9;
	text-align:justify;
	padding: 0 10px 0 10px;
}
#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: justify;
	line-height:17px;
	padding: 0 10px 0 10px;
} 

#clear {
	clear:both;
}

/* Footer */
#push {
	clear: both;
	height: 50px;
}
#footer {
	height: 20px;
	padding: 30px 0 0 0;
	color: #fafafa;
	width: 100%;
}
#footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0 10px 0 0;
}
#footer-text a {
	color: #fafafa;
	font-weight: bold;
}