/* Sweater Toys Css */

body {
	background: url(/dev/images/common/st_background.jpg) no-repeat center top #ffffff;
	color: #ababa4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #7c2625;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.homepage_link {
	display: block;
	float: left;
	height: 100px;
	margin-right: 10px;
	text-decoration: none;
	width: 310px;
}

h1 {
	color: #336666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	color: #7c2625;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

a h2 {
	text-decoration: none;
}

.st_container {
	margin: 0 auto;
	padding-left: 3px;
	width: 601px;
}

img.lifestyle {
	margin-top: 9px;
}

/* Homepage */

.preview {
	float: left;
	width: 300px;
}

img.preview_img {
	border: solid 5px #f1f1e7;
}

/* Animals */

.divider {
	margin: 35px 0 20px 0;
}

.animal_holder {
}

.animal_text {
	float: left;
	width: 190px;
}

img.animal {
	border: solid 5px #f1f1e7;
	float: right;
}

.sold {
	color: #7c2625;
	font-size: 18px;
	font-weight: bold;
}

/* About */

.about_text {
	float: left;
	width: 285px;
}

.about_text p {
	margin-top: 0;
}


/* Footer */

.foot_divide {
	margin: 75px 0 5px 0;
}

.footer_links {
	float: left;
	margin-bottom: 50px;
}

.footer_links a {
	border-right: solid 1px #ababa4;
	font-size: 11px;
	padding: 0 6px;
}

.footer_links a.first {
	padding-left: 0;
}

.footer_links a.last {
	border: none;
}

.footer_copyright {
	float: right;
	font-size: 11px;
	margin-bottom: 50px;
}