
/*
**
**	General Layout
**
*/

html,
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 90%;
	color: #58595B;
}

/*
**
**	Global Styles
**
*/

a { text-decoration: none; color: #ff0000; }
a:hover { text-decoration: underline; color: #ff0000; }
img { border: none; }
form { margin: 0px; }
p, ul { margin-top: 10px; margin-bottom: 10px; line-height: 16px; }

a { color: #794400; text-decoration: underline; }
a:hover { text-decoration: underline; color: #d7af28; }
div#footer-content a.welbeck:hover { text-decoration: underline; color: #eb008b; }

h1 { color: #794400; font-size: 1.1em; font-weight: bold; }

/*
**
**	Layout
**
*/

div#container
{
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background-color: #ffffff;
}

div#header
{
	width: 100%;
	height: 170px;
	padding-top: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

div#header-content
{
	width: 972px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back_header.png');
	background-position: center top;
	background-repeat:no-repeat;
}

div#body 
{
	width: 972px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#banner
{
	width: 978px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;	
	border: solid 1px #794400;
}

div#banner div.slide
{
	position: absolute;
}

div#content
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	min-height: 100px;
	position: relative;
}
div#content_left
{
	width: 710px;
	float: left;
	position: relative;
	text-align: justify;
}

div#pre-footer
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 75px;
}

div#footer
{
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0px;
	background-color: #ffffff;
}

#footer div#footer-content
{
	width: 980px;
	height: 63px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #794400;
	font-size: 0.8em;
	font-weight: bold;
	border-top: solid 2px #794400;
	background-image: url('../images/back_footer.png');
	background-position: 0px 2px;
	background-repeat: repeat-x;
}

/*
**
** Header
**
*/

#header-content div#logos
{
	width: 972px;
	height: 60px;
	background-color: #ffffff;
}

#logos div#logo
{
	width: 480px;
	height: 60px;
	float: left;

	background-image: url('../images/logo_animaltracks.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
	
#logos div#basket
{
	width: 250px;
	height: 37px;
	float: right;	
	margin-top: 15px;
	padding-top: 8px;
	padding-right: 50px;
	text-align: right;

	background-image: url('../images/logo_basket.png');
	background-position: right bottom;
	background-repeat: no-repeat;		
}

#header-content div#animal-bar
{
	width: 648px;
	height: 70px;
	background-color: #ffffff;
	text-align: center;
	margin-left: 196px;
	margin-right: 196px;
}

#animal-bar div.animal
{
	width: 98px;
	height: 70px;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header-content div#menu-bar
{
	width: 980px;
	height: 40px;
	background-color: #ffffff;
}

#menu-bar div.menuitem-on
{
	width: 98px;
	height: 30px;
	margin-top: 10px;	
	float: left;
	text-align: center;
	color: #794400;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 30px;

	background-image: url('../images/back_menuon.png');
}

#menu-bar div.menuitem-off
{
	width: 98px;
	height: 30px;
	margin-top: 10px;
	float: left;
	text-align: center;
	color: #794400;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 30px;
	
	background-image: url('../images/back_menuoff.png');
}
#menu-bar ul{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 40px;
	font-weight: bold;
}
#menu-bar ul li {
	display: inline;
	float: left;
	width: 98px;
	height: 30px;
	padding-top: 10px;
	line-height: 30px;
}
#menu-bar ul li a{
	text-decoration: none;
	display: block;
	width: 98px;
	height: 30px;
	background-image: url(../images/menu_item_bg.png);
	background-repeat: no-repeat;
}
#menu-bar ul li a:hover {
	color: #794400;
}
#menu-bar ul li a.li_first{
	background-image: url(../images/menu_item_bg_left.png);
	background-repeat: no-repeat;
}
#menu-bar ul li a.li_last{
	background-image: url(../images/menu_item_bg_right.png);
	background-repeat: no-repeat;
}
#menu-bar ul li a.li_first_selected{
	background-image: url(../images/menu_item_bg_left.png);
	background-position: 0px -30px;
}
#menu-bar ul li a.li_last_selected{
	background-image: url(../images/menu_item_bg_right.png);
	background-position: 0px -30px;
}
#menu-bar ul li a.li_selected{
	background-position: 0px -30px;
}
#menu-bar ul li a:hover {
	background-position: 0px -30px;
}
/*
**
** Main Content
**
*/

div#section-info
{
	width: 710px;
	height: auto;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
}

#section-info img
{
	width: 180px;
	float: left;
}

#section-info div#text
{
	width: 530px;
	height: auto;
	float: right;
}

/*
**
** Home
**
*/

table#associates
{
	width: 970px;
	border: none;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

table#associates td
{
	width: 97px;
	height: 45px;
}

table#associates td div
{
	width: 97px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}
ul#associates_list {
	width: 970px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	clear: left;
}
ul#associates_list li{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 97px;
	height: 45px;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	line-height: 45px;
}
ul#associates_list li img {
	vertical-align: middle;
}
/*
**
**	Shop
**
*/

div#shop-header
{
	width: 972px;
	height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#shop-header div.shop-animal
{
	width: 162px;
	height: 100px;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}

div#shop-content
{
	width: 970px;
	height: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#shop-content div#shop-menu
{
	width: 160px;
	height: 500px;
	float: left;
	font-size: 0.9em;
}

#shop-menu h2
{
	font-size: 1.2em;
	margin-top: 0px;
	padding-bottom: 6px;
	border-bottom: solid 1px #999999;
}

#shop-content div#shop-items
{
	width: 800px;
	height: 500px;
	float: right;
}

#shop-items table
{
	width: 800px;
	height: 465px;
	border: none;
	border-collapse: collapse;
}

#shop-items table td
{
	width: 184px;
	height: 146px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}

div.item-image
{
	width: 182px;
	height: 98px;
	border: solid 1px #999999;
}

div.item-title
{
	font-size: 0.8em;
	color: #59595b;
	font-weight: bold;
}

div.item-price
{
	font-size: 0.8em;
	color: #e7a614
}

input.item-quantity
{
	width: 40px;
	height: 14px;
	float: left;
	padding: 1px;
	border: solid 1px #999999;
	font-family: Verdana;
	font-size: 8pt;
}

div.item-add
{
	width: 94px;
	height: 18px;
	float: right;
	background-image: url('../images/back_addtobasket.png');
}

#shop-items div#shop-footer
{
	width: 790px;
	height: 20px;
	margin-top: 15px;
	padding-right: 10px;
	text-align: right;
	font-size: 0.8em;
	line-height: 20px;
	background-color: #e6e6e6;
}

/*
**
**	Contact
**
*/

table#contact
{
	width: 65%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 17px;
}

table#contact div.contact-title
{
	font-weight: bold;
	color: #774400;
}

div#google-link
{
	width: 90px;
	height: 33px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/*

News

*/
#news_box {
	float: right;
	width: 250px;
	right: 0;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/news_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #794400;
}
#news_box h1{
	margin: 0;
	padding: 0;
}
#news_title_container {
	background-image: url(../images/news_title.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 250px;
	position: relative;
}
#news_title_left {
	float: left;
	background-image: url(../images/news_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 30px;
}
#news_title_right {
	float: right;
	background-image: url(../images/news_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 30px;
	top: 0;
	position: absolute;
	right: 0;
}
#news_title_text {
	width: 240px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#news_main_container {
	background-image: url(../images/newsboxbg.png);
	background-repeat: repeat-y;
	background-position: left;
}
#news_main_sub {
	background-image: url(../images/newsboxbg.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 4px;
	width: 242px;
}
#news_box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#news_box ul h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
#news_box ul h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
#news_box ul li{
	margin-bottom: 10px;
}
#news_box ul li ul li{
	margin-bottom: 0px;
}
#news_summaries {
	width:550px;
}
#news_summaries ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#news_summaries ul h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #794400;
}
#news_summaries ul h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #794400;
}
#news_summaries ul li{
	margin-bottom: 20px;
}
#news_summaries ul li ul li{
	margin-bottom: 0px;
}
#news_summaries ul li ul li.more_news {
	margin-top: 10px;
}
#news_item h2 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #794400;
}
#news_item h3 {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #794400;
}
#news_item p {
	margin: 0;
	margin-bottom: 10px;
	text-align: justify;
}
.backtonews {
	padding-top: 20px;
	clear: left;
}
#news_item .backtonews a{
	font-weight: bold;
}
.news_item_container {
	width: 550px;
	float: left;
}
.news_item_right {
	width: 400px;
	margin-left: 30px;
	float: left;
}
.news_item_right_caption {
	width: 400px;
	text-align: center;
	font-size: 10px;
}
.related_news {
	clear: left;
	margin-top: 20px;
}
.related_news ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#news_business_awards_winners {
	padding-bottom: 15px;
}
#news_business_awards_winners dt{
	display: inline;
	float: left;
	width: 240px;
	clear: left;
	font-weight: bold;
	margin-right: 10px;
}
#news_business_awards_winners dd{
	display: inline;
	float: left;
	width: 250px;
}
/*

More Front Page Styles

*/
.clear {
	clear: both;
}
#frontpage_awards {
	margin-top: 20px;
	margin-bottom: 40px;
}
#frontpage_video{
	width: 350px;
	float: left;
}
#frontpage_awards_text {
	width: 340px;
	float: left;
	padding: 10px;
}
#frontpage_awards_text p{
	float: left;
	width: 340px;
	margin-left: 11px;
	display: inline;
	font-weight: bold;
	color: #794400;
	text-align: left;
}
#frontpage_awards_text img{
	float: left;
	display: inline;
	width: 70px;
	margin-left: 135px;
	margin-right: 135px;
}
#frontpage_awards_text a {
	font-size: 10px;
	font-weight: normal;
	margin-left: 11px;
}
#video_caption {
	width: 350px;
	text-align: center;
	font-size: 10px;
}
