/* Animal Gift 2009       */
/* by Jennifer Berk       */
/* Amplify Public Affairs */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #e53d08;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
table th, table td {
	vertical-align: top;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 20px;
	margin-bottom: 1em;
}
h1 {
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 17px;
}
h2 {
	margin-bottom: 11px;
	font-size: 14px;
}
h3, h4 {
	margin-bottom: 11px;
	font-size: 12px;
	font-style: italic;
}
hr {
	height: 2px;
	width: 804px;
	margin: 11px auto;
	color: #00aab9;
	text-align: center;
}

.clearfix {
	display:inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.margins {
	margin: 10px 20px;
}

html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 11px;
	font-family: verdana, sans-serif;
	line-height: 1.5;
	background: #ffffff url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/BACKGROUND.GIF) top left repeat-x; /*prev. http://www.animalgift.org/...*/
}
table {
	font-size: 11px;
}
#container {
	min-height: 100%;
	width: 854px;
}
* html #container {
	height: 100%;
}

.left {
	display: inline;
	float: left;
	width: 382px;
	padding-left: 20px;
}
.right {
	display: inline;
	float: right;
	width: 422px;
	padding: 0 10px;
}
a.links {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	background: url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/ARROW.GIF) center right no-repeat;
}

#bow {
	position: absolute;
	top: 0px;
	left: 854px;
	height: 261px;
	width: 75px;
	background: url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/BOW.JPG) top left no-repeat;
}
#content {
	background: url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/BACKGROUND_CONTENT.GIF) top left repeat-y;
}
#breadcrumb {
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
}
#see-all {
	display: inline;
	float: right;
	margin-right: -10px;
	margin-bottom:20px;
}
.callout {
	position: relative;
	clear: both;
	height: 129px;
	margin: 10px 0;
	padding-top: 5px;
	padding-left: 160px;
}
.callout form {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.purchase {
	background: url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/PURCHASE.GIF);
}
.purchase .clearfix {
	padding-left: 20px;
}
.purchase .product {
	float: right;
}
.purchase .buy_now {
	display: inline;
	float: right;
	margin-left: 11px;
	margin-right: 20px;
}
.purchase .buy_button {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 11px;
}
.purchase .animal_buttons {
	display: inline;
	float: right;
	width: 108px;
	margin-right: 20px;
	text-align: center;
}
#menu img {
	float: left;
}
#footer {
	clear: both;
	margin-top: 15px;
	text-align: right;
	font-size: 10px;
	line-height: 1;
}

.home #menu {
	height: 32px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	background: #ffffff url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/BACKGROUND_MENU_HOME.GIF) top left repeat-x;
}
.home .animal_home {
	float: left;
}
.home .animal_home_right {
	position: relative;
	float: left;
	margin-right: -11px;
}
.home #content {
	background: #eed589 url(/atf/cf/{55f52b47-7b8c-4337-a5a9-2f3550ff3d11}/BACKGROUND_CONTENT_HOME.GIF) top left repeat-x;
}
.home #product {
	float: left;
	width: 407px;
	padding-left: 20px;
	padding-top: 10px;
}
.home #product #product_img {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}
.home #product p {
	font-weight: bold;
	line-height: 1.3;
}
.home #types {
	float: right;
	width: 424px;
}
.home #types .type_home {
	float: left;
	margin-top: 15px;
}

.default #content {
	padding: 0px 20px 40px;
	background: #ffffff;
}
/*cart form field spacing -- added 12-01-2009 by Alison*/
form#Form1 tr.CTodd td, form#Form1 tr.CTeven td {
	padding-top:16px;
	padding-bottom:4px;
	vertical-align:bottom;
}
form#Form1 tr.CTodd td td input, form#Form1 tr.CTeven td td input {
	vertical-align:text-bottom;
}
/*format "required" field asterisk -- added 12-01-2009 by Alison*/
font.Alert {
	color:red;
}
/*spread-the-word style fix -- added 12-01-2009 by Alison*/
form#spreadWord center td {
	text-align:left;
}
/*spread-the-word send-button width fix (b/c of non-English sites) (changing preview-button too so it doesn't look weird) -- added 12-01-2009 by Alison*/
form#spreadWord input#Button_send, form#spreadWord input#button_preview {
	/*width:100px;*/
	font-size:12px;
}