/*
Theme Name: LollyPop
Theme URI: http://www.upmarketpets.com/aquariums
Description: Our first theme.
Version: 0.1
Author: Bjorn Schultheiss
Author URI: http://www.upmarketpets.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #67c4e8 url('images/background.gif') top center;
	color: #666;
	text-align: center;
	}

#page {
	text-align: left;
	background-color: white;
	}
	
#my_nav {
	font-size: 20px;
	background: #FFF;
}

.t1_btns a {
	color: white;
	font-style: normal;
	margin-bottom:10px;
	
}
.t1_btns#home a {
	background-color:#0093b5;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.t1_btns#petshop a {
	background-color: #fc00ff;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.t1_btns#livestock a {
	background-color: #15A2FF;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.t1_btns#news a {
	background-color: #75764D;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.t1_btns#products a {
	background-color: #FF6D65;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.t1_btns#contact a { 
	color:#FFF;
	background-color:#dcc64f;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.t1_btns#community a {
	color:#FFF;
	background-color:#98c228;
	padding:5px;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}





.t1_btns#products_on {
	background-color: #FF6D65; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.t1_btns#livestock_on {
	background-color: #15A2FF; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.t1_btns#uncategorized_on {
	background-color: #ffffff; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.t1_btns#upmarketpets_on {
	background-color: #fc00ff; 
	text-decoration: underline;
	color: white;
	word-spacing:10px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.t1_btns#news_on {
	background-color: #75764D; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.t1_btns#contact_on {
	background-color: #dcc64f; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.t1_btns#community_on {
	background-color: #98c228; 
	text-decoration: underline;
	color: white;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.t2_btns a {
	color: white;
	font-style: normal;
	font-size: 14px;
}
.t2_btns#uncategorized {
	background-color: #ffffff; 
	height: 27px;
	padding-top: 6px;
	color: white;
	margin-top:5px;
}
.t2_btns#upmarketpets {
	background-color: #fc00ff; 
	height: 27px;
	padding-top: 6px;
	color: white;
	word-spacing:10px;
	margin-top:5px;
}

.t2_btns#products {
	background-color: #FF6D65; 
	height: 27px;
	padding-top: 6px;
	margin-top:5px;
}
.t2_btns#livestock {
	background-color: #15A2FF; 
	height: 27px;
	padding-top: 6px;
	margin-top:5px;
}
.t2_btns#news {
	background-color: #75764D; 
	height: 27px;
	padding-top: 6px;
	margin-top:5px;
}
.t2_btns#contact {
	background-color: #dcc64f;
	height: 27px;
	padding-top: 6px;
	margin-top:5px;
}
.t2_btns#community {
	background-color: #98c228; 
	height: 27px;
	padding-top: 6px;
	margin-top:5px;
}
.t2_btn_on {
	text-decoration: underline;
	color: white;
}


#content {
	font-size: 1.2em;
	background: #FFFFFF;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #67c4e8;
	width:965px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-left:4px;
	padding-bottom:1px
	
	}
	
.footer-box{
	background: #0093b5;
	padding:20px;
	width:920px;
	height:80px;
	margin:30px 15px 15px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.footer-box-text{
	color:#FFF;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
	text-align:left;
	float:left;
	}

.footer-box-text a{
	color:#FFF;
	}

.footer-box-copywrite{
	color: #6CF;
	font-size:12px;
	margin-left:20px;
	margin-top:5px;
	text-align:left;
	float:left;
	}

.footer-box-copywrite a{
	color:#FFF;
	}

.footer-menu {
	margin-left:10px;	
	}
	
.footer-menu ul{
	background: #0093b5;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

.footer-menu li{
	float:left;
	padding-left:10px;
	padding-right:20px;
	font-size:24px;
	border-right:1px solid #6CF;
	}
	
.footer-menu li a{
	color:#FFF;
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



.headinglivestock{
	font-size:26px;
	color: #15A2FF;
	
}

.headingproducts{
	font-size:24px;
	color: #FF6D65;
	font-weight:bold;
}

.headingcommunity{
	font-size:26px;
	color: #98c228;
}

.headingcontact{
	font-size:24px;
	color: #dcc64f;
	font-weight:bold;

}


#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	background: #FFFFFF;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Arial, Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 {
	color: #666666;
	text-decoration: none; 
}
a, a:hover, h3 a:hover {
	color:#39F;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	margin: auto;
	padding: 0;
	width: 966px;
	background-color:#FFF;
	}

#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 315px;
	width: 966px;
	}

#my_nav {
	width: 100%;
}

#my_nav li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	padding: 5px 19px 10px 19px; 
}

#first_tier {
	height: 27px;
	background-color:#FFF;
	margin-top:10px;
}

.current-cat a {
	color: white;
}
.current-cat-parent a {
	color: white;
}

.t1_btns li {
     padding-right: 0px;
     padding-left: 0px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0px 20px 24px;
	width: 650px;
	}

.fullcolumn {
	padding: 0px 0px 0px 1px;
	width: 965px;
	background-color:#FFF;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	background-color:#FFF;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/*#footer {
	margin: 0 0 0 0;
	width: 966px;
	height: 145px;
	}*/
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding:10px; 
	}

#sidebar #searchform #s {
	width: 150px;
	vertical-align:bottom;
	float:left;
	}

#sidebar #searchsubmit {
	vertical-align:bottom;
	margin-left:10px
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	top: 0;
	float: right;
	padding: 20px 0 10px 0;
	/*margin-left: 696px;*/
	width: 270px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


#twitterbox
{ 
	width:269px;
	height:500px; 
	/*overflow:scroll;*/
	background-color: #ffad3f;
	border: thin double rgb(255,204,102);
	
}
.twittercontent
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	border: thin double rgb(255,204,102);
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	color:#666666; 
	width:260px;
	height:337px;
	overflow: scroll;
	text-align:left;
}

/* subscription form*/
.checkboxstyle{

	text-align:left;
	vertical-align:bottom;
	font-size: 14px;
	color:#666666;
	text-align:left;
	padding:10px 5px 10px 5px;
	background-color:#fff6df;
	

}


.lcsubcribetext {
	font-size: 14px;
	color:#666666;
	text-align:left;
	vertical-align:bottom;
	background-color:#fff6df;
	padding: 5px 5px 5px 5px;	
	
}
.lcsubcribetextheadings {
	font-size: 21px;
	color:#efcb73;
	text-align:left;
	padding:10px 5px 10px 2.5px;	
	background-color:#ffffff;
	
}
.lcsubcribesubmitbutton{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size:14px; 
	border:thick; 
	border-width:medium; 
	height:30px; 
	background-color:#efcb73; 
	color:#666666;

}

/*publishing elelemts*/

.livestockheader{
	background-image:url(http://www.upmarketpets.com/aquarium/images/livestock/template/livestockbox_01.gif ); 
	font: Arial, Helvetica, Sans-Serif; 
	font-size:16px;
	width:649px;
	height:29px;
	padding-left:10px;
}
.livestockinfomation
{
	font-size:11px;
	background-color:#b6effc;
	padding-left:5px;
}
.productsheader{
	background-image:url(http://www.upmarketpets.com/aquarium/images/products/templates/products-box-sm_01.gif ); 
	font: Arial, Helvetica, Sans-Serif; 
	font-size:18px;
	width:650px;
	height:38px;
	padding-left:10px;
	color:#000000;
}
.productstextheading{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 18px;
	vertical-align:top;
}

.producttextbody{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 14px;
	vertical-align:top;
	text-align:left;
}


.textintable{
	text-align:left;
	vertical-align:top;

}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
.subscribe {
	background:#fbeec9;
	width:943px;
	padding-top:0px;
	height:140px;
	margin-left:9px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	display:inline;
	text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	

}
.subscribe-heading-box {
	width:943px; 
	height:30px; 
	float:left; 
	background-color:#EFCB73; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	
	}
	
.subscribe-content {
	width:200px; 
	height:45px; 
	float:left;
	margin-left:30px;
	margin-top:10px;
}

.subscribe-content img {
	float:left;
	margin-right:4px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#efcb73 3px solid;
	border-bottom:#efcb73 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
}
	
	
	
	
subscribe-text {
	width:300px;
	float:left;
	margin-right:10px;
	}

.specials {
	background: #ffe5e4;
	width:178px;
	padding-top:0px;
	margin-left:9px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	display:inline;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

.specials-heding-box {
	width:178px; 
	height:30px; 
	float:left; 
	background-color:#ff6d65; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	
	}
	
.specials-heding-box-lg {
	width:567px;
	height:30px; 
	float:left; 
	background-color:#ff6d65; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	
	}

.specials img {
	float:left;
	margin:0px;
	margin:4px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#d465ac 3px solid;
	border-bottom:#d465ac 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
	}
	
.specials-text {
	text-align:left; 
	width:168px; 
	padding:5px;
	float: left;
	
	}
.specials-text-lgbox {
	text-align:left; 
	width:150px; 
	padding:5px;
	float: left;
	margin-left:10px;
	
	}
	
.specials-price {
	text-align:right; 
	width:168px; 
	height:15px; 
	padding:5px; 
	font-weight:bold;
	float:left;
	
	}
.specials-more {
	font-size:14px;
	font-weight:bold;
	color:#ff6d65;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;	
	display:inline-block;
	float:right;
	}

.specials-more a:hover{
	background-color:#ff6d65;
	color:#CCC;	
	}
	
#colwrap2 {
	float:left;
	width:576px;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	border: 0px solid #f0f0f0;

}
#toppage-colwrap2 {
	float:left;
	width:576px;
	margin-top:0px;
	margin-left:0px;
	margin-right:50px;
	border: 0px solid #f0f0f0;

}


.featureproduct {
	background: #ffe5e4;
	width:178px;
	padding-top:0px;
	margin-bottom:10px;
	float:left;
	display:inline;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	
	
	
	

}

.featureproduct img {
	margin-left:5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#d465ac 3px solid;
	border-bottom:#d465ac 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
	
	
	}
.group-heading {
	float:left;
	color:#fff;
	font-size:18px;
	padding: 5px 10px 5px 20px;
	font:Arial, Helvetica, sans-serif; 
	}




.group-heading-connect {
	float:right;
	padding:5px;
	color:#fff;
	}

.group-heading-connect a{
	color:#fff;
	
}

.group-heading-connect a:hover{
	color: #333;
	font-weight:bolder;
}
	
.group-heading-connect img {
	padding-right:5px;
	padding-left:10px;
	
	}


.potm {
	background:#e9fbc5;
	width:566px;
	padding-top:0px;
	height:180px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;

}

.potm-img {
	float:left; 
	margin-left:5px; 
	margin-top:5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#aed256 3px solid;
	border-bottom:#aed256 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;

	}
.potm-main-text {
	 float:left; 
	 height:125px;
	 width:100px; 
	 padding:5px; 
	 margin-top:5px
	
	}
.potm-text-box {
	width: 230px;
	height: 10px;
	float: left;
	
	}
.potm-text {
	 float:left; 
	 height:10px;
	 width:60px;
	 padding-right:10px;
	 padding-left:3px;
	 text-align:left;
	
	}
.potm-text a:hover{
	color: #333;
	font-weight:bolder;
	
	}

.potm-content {
	width:566px; 
	height:100px; 
	margin-top:30px;
	}

.potm-heading-box{
	width:566px; 
	height:30px; 
	float:left; 
	background-color:#A5D62D; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}
	
.potm-past-box {
	width:230px;
	height:60px;
	float:right; 
	margin-top:5px; 
}

.potm-past-box img {
float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#aed256 3px solid;
	border-bottom:#aed256 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;

}




.potm-past-box-date {
	background-color: transpartent; 
	color:#FFF;
	font-size:12px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:70px;
	text-align:center;
	float:left;
	
	}

.potm-past-box-date a:hover{
	color: #333;img-box
	}


.friends-text-box {
	width: 540px;
	height: 10px;
	float: left;
	
	}
.friends-text {
	 float:left; 
	 height:10px;
	 width:150px;
	 padding-right:25px;
	 padding-left:3px;
	 text-align:left;
	
	}
.freinds-text a:hover{
	color: #333;
	font-weight:bolder;
	
	}



.img-box{
	float:left;
	text-align:center;
	margin:0px;
	margin:0px;
	
	}


.img-box img{
	padding:0px;
	margin:0px;
	
	}

.img-box-text{
	text-align:center;
}
	
.img-box-text a:hover{
	color: #333;
	font-weight:bolder;
	
	}

.products {
	background:#ffd3d1;
	width:650px;
	float:left;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.products-content {
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	color: #333;
	font-size: 12px;
	width:550px;
	
	}
	
.products img {
	float:left;
	margin-right:5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#ff6d65 3px solid;
	border-bottom:#ff6d65 3px solid;
	border-left:#CCC 2px solid;
	border-top:#CCC 2px solid;
	background:#FFF;
}
	
.specials-heding-box-lg {
	width:650px;
	height:30px; 
	float:left; 
	background-color:#ff6d65; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	
	}
	
.livestock {
	background:#b6effc;
	width:566px;
	padding-top:0px;
	height:200px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.livestock-heading-box {
	width:566px; 
	height:30px; 
	float:left; 
	background-color:#15a2ff; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}
	
.livestock img {
	float:left;
	text-align:center;
	margin-top:8px;
	margin-bottom:1px;
	margin-right:2px;
	margin-left:1px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#5bb8f5 3px solid;
	border-bottom:#5bb8f5 3px solid;
	border-left:#CCC 2px solid;
	border-top:#CCC 2px solid;
}

	
	
.pets {
	background:#f2d4ff;
	width:566px;
	padding-top:0px;
	height:200px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.pets-page {
	background:#f2d4ff;
	width:640px;
	padding-top:0px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.pets img {
	float:left;
	text-align:center;
	margin-top:8px;
	margin-bottom:1px;
	margin-right:2px;
	margin-left:1px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#b983cb 3px solid;
	border-bottom:#b983cb 3px solid;
	border-left:#CCC 2px solid;
	border-top:#CCC 2px solid;
}




.pets-heading-box {
	width:566px; 
	height:30px; 
	float:left; 
	background-color:#C000FF; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}
	
.pets-heading-box-page {
	width:640px; 
	height:30px; 
	float:left; 
	background-color:#C000FF; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}

.pets-content {
	margin-left:10px;
	float:left;
	}


	
.pets-text-box {
	width: 560px;
	height: 10px;
	float: left;
	
	}
.pets-text {
	 float:left; 
	 height:10px;
	 text-align:left;
	 width:120px;
	 margin-right:10px;
	 margin-left:10px;
	}
.pets-text a:hover{
	color: #333;
	font-weight:bolder;
	
	}
	
	
	

	
	
.breed-decrip-content {
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	
	}
	

.breed-decrip {
	font:Arial, Helvetica, sans-serif; 
	font-size:18px;
	margin-top:40px;
	
	}


.friends {
	background:#e9fbc5;
	width:566px;
	padding-top:0px;
	height:184px;
	float:left;
	display:inline;
	margin-top:10px;
	margin-left:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	

}

.friends-content { 
	height:140px;
	width:540px;
	float:left;
	margin-left:10px;
	
	}
	
.friends-content img {
	float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#aed256 3px solid;
	border-bottom:#aed256 3px solid;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
}
	


#product-container {
	width:180px; 
	height:310px; 
	float:left;  
	margin-right:30px; 
	margin-bottom:40px; 
	background:#f2d4ff;  
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	border-radius: 5px; 
	overflow:hidden; 
	
	}
	

.product-containerheading {
	width:180px;
	height:30px; 
	float:left; 
	background-color:#ff6d65; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px; 
	-webkit-border-radius-topright: 5px; 
	border-topright-radius: 5px;
	border-topleft-radius: 5px;	
	
	}
	
.product-containerheadingcontent {
	float:left; 
	color:#fff; 
	font-size:14px; 
	padding: 5px 5px 5px 10px;
	font:Arial, Helvetica, sans-serif;
	
	}

.product-contentheading {
	width:165px; 
	margin-left:10px; 
	margin-top:40px; 
	margin-bottom:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	
	
	}
	
.product-contenttext {
	width:155px; 
	margin-left:10px;
	margin-bottom:5px;
	margin-top:20px;
	padding-right:5px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	float:left;
	text-align:left;
	
}


.contact {
	background:#dcc64f;
	width:566px;
	padding-top:0px;
	height:200px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.contact-page {
	background:#fbf2bf;
	width:640px;
	padding-top:0px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.contact img {
	float:left;
	text-align:center;
	margin-top:8px;
	margin-bottom:1px;
	margin-right:2px;
	margin-left:1px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-right:#efcb73 3px solid;
	border-bottom:#efcb73 3px solid;
	border-left:#CCC 2px solid;
	border-top:#CCC 2px solid;
}




.contact-heading-box {
	width:566px; 
	height:30px; 
	float:left; 
	background-color:#dcc64f; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}
	
.contact-heading-box-page {
	width:640px; 
	height:30px; 
	float:left; 
	background-color:#dcc64f; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-topright-radius: 5px;
	border-topleft-radius: 5px;
	}

.contact-content {
	margin-left:10px;
	float:left;
	}


	
.contact-text-box {
	width: 560px;
	height: 10px;
	float: left;
	
	}
.contact-text {
	 float:left; 
	 height:10px;
	 text-align:left;
	 width:120px;
	 margin-right:10px;
	 margin-left:10px;
	}
.contact-text a:hover{
	color: #333;
	font-weight:bolder;
	
	}
	
.feature-story-text {
	text-align:left; 
	width:300px; 
	padding:5px;
	float: left;
	
	}

/*.page-box{
	width: 965px;
	
	
	}*/