#title{
	position: relative;
	top: -63px;
	left: 60px;
}

#new_font{
	font:"Telle's Animals";
}

#frontpage{
	background-image: url(images/backgroundLogo2.jpg);
	position: relative;
	width: 800px;
	height: 780px;
	
}

#products_menu{
	font-size: 15pt;
	font-weight: bold;
	position: relative;
	top: 205px;
	left: 90px;
}

#products_menu a{
	text-decoration: none;
}

#products_menu a:hover{
	padding-left: 0px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-top: 145px;
	text-decoration: underline;
	background-image: url(images/products_menu2.gif);
	background-repeat: no-repeat;
}

#promo_menu{
	font-size: 15pt;
	font-weight: bold;
	position: relative;
	top: 135px;
	left: 180px;
}

#promo_menu a{
	text-decoration: none;
}

#promo_menu a:hover{
	padding-left: 0px;
	padding-right: 90px;
	padding-bottom: 50px;
	padding-top: 173px;
	text-decoration: underline;
	background-image: url(images/promo_menu2.gif);
	background-repeat: no-repeat;
}

#contact_menu{
	font-size: 15pt;
	font-weight: bold;
	position: relative;
	top: 60px;
	left: 250px;
}

#contact_menu a{
	text-decoration: none;
}

#contact_menu a:hover{
	padding-left: 0px;
	padding-right: 120px;
	padding-bottom: 80px;
	padding-top: 133px;
	text-decoration: underline;
	background-image: url(images/contact_menu2.gif);
	background-repeat: no-repeat;
}

#about_menu{
	font-size: 15pt;
	font-weight: bold;
	position: relative;
	top: -15px;
	left: 350px;
}

#about_menu a{
	text-decoration: none;
}

#about_menu a:hover{
	padding-left: 0px;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-top: 92px;
	text-decoration: underline;
	background-image: url(images/about_menu2.gif);
	background-repeat: no-repeat;
}

#news_menu{
	font-size: 15pt;
	font-weight: bold;
	position: relative;
	top: -75px;
	left: 460px;
}

#news_menu a{
	text-decoration: none;
}

#news_menu a:hover{
	padding-left: 0px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-top: 53px;
	text-decoration: underline;
	background-image: url(images/news_menu2.gif);
	background-repeat: no-repeat;
}

#header_links{
	font-size: 9pt;
	position: relative;
	top: -120px;
	left: 377px;
}

#header_links a{
	text-decoration: none;
}

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

#footer_links{
	text-align: center;
	font-size: 12pt;
	position: relative;
	top: 165px;
}

#footer_links a{
	text-decoration: none;
}

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

#categoriesBar{
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 554px;
	font-size: 18pt;
	width: 230px;
	
}

#categories{
	position: relative;
	top: 10px;
	left: 80px;
}

#categories a{
	text-decoration: none;
	font-size: 16pt;
}

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

.center{
	text-align: center;
}

/*
.cartTitle{
	background-color: #0CFF00;
}

.cartTitle p{
	color: white;
}*/

#bottom{
	vertical-align: text-bottom;
}

.searchResultsFormat{
	padding-top: 15px;
	text-align: center;
}


.sub_heading{
    margin-left:2%;
    font-weight:bold;
	margin-top:1%;
	margin-bottom:1%;
	padding-top:1%;
	padding-bottom: 1%;
}

.light_pink_cell{
	background:#FFE4C4;
}

.error{
	color:#FF0000;
	font-weight: bold;
	text-align: center;
}

.underline_title{
	text-decoration:underline;
}

.indented_content{
	margin-left:5%;
}

.bold{
	font-weight:bold;
}

.padded_paragraph{
	padding:1%;
}

.news_heading{
	background:#445500;
	text-align:center;
	margin:1%;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.footer_info{
	position:relative;
	font-size: small;
	font-weight:bold;
	text-align:center;
	width:100%;
	bottom:20px;
	left:0px;
}

.login_box{
	background:#40A23A;
	text-align:center;
}

.login_box_wrapper{
	background:#40A23A;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	
}



.login_indented_text{
	margin-left:15px;
}

.login_form_row{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.login_form_row2{
	padding-right:10px;
	margin-right:10px;
}

.login_indented_text_right{
	margin-right:15px;
	padding-bottom:10px;
	
}

.empty_cell{
	height:100%;
}

.border2{
	border-style:solid;
	border-width:thin;
	border-color:#0000FF;
}

.float_left{
	float:left;
	width:249px;
	height:59px;
}

.float_left2{
	float:left;
	width:276px;
	height:59px;
}

.float_left2 p{
	padding-right:0;
	padding-top:3%;
	padding-bottom:3%;
	padding-left:5%;
	margin:0;
}

.float_left3{
	float:left;
	width:265px;
	height:59px;
}


.float_right{
	float:right;
}

.full_width{
	width:100%;
}

.padded{
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
}

.no_padding{
	margin:0;
	padding:0;
}

