body {
	margin:0;
	padding:0;
	position:absolute;
	height:100%;
	width:100%;
	background-image: url(../images/cow_bkgd.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #AD101F;
}

img {
	border: 0px;
}

/*
div.container {
	position:absolute;
	top:0;
	left:50%;
	width:780px;
	height:100%;
	margin-left: -390px;
	background-color:white;
}
*/

div.content { 
	position:absolute; 
	top:0px; 
	left:50%;
	width:780px;
	height:auto; 
	margin-left: -390px;
	background-color:white; 
	padding: 150px 0px 0px 0px;
}

div.content_order { 
	position:absolute; 
	top:0px; 
	left:50%;
	width:780px;
	height:1250px;
	margin-left: -390px;
	background-color:white; 
	padding: 150px 0px 0px 0px;
}

div.header {
	position:absolute; 
	top:0px;
	width:780px;
	height: 150px;
	background-image: url(../images/bb_header.jpg);
	background-repeat: no-repeat; 
}

div.top_nav {
	position:absolute;
	top:150px;
	height: 20px;
	width: 780px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align:center;
	color: #D61427;
	line-height: 20px;
	background-color: #ECECEC;
}

.top_active{
	text-decoration: none;
	color: #660812;
	font-weight: bold;
}

.top_nav a:link{
	text-decoration: none;
	color: #AD101F;
}

.top_nav a:visited{
	text-decoration: none;
	color: #AD101F;
}

.top_nav a:hover{
	text-decoration: underline;
	color: #D61427;
}

.top_nav a:active{
	text-decoration: none;
	color: #AD101F;
}

.inline_email{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.inline_email a:link{
	text-decoration: underline;
	color: #AD101F;
}

.inline_email a:visited{
	text-decoration: underline;
	color: #AD101F;
}

.inline_email a:hover{
	text-decoration: underline;
	color: #D61427;
}

.inline_email a:active{
	text-decoration: underline;
	color: #AD101F;
}

.contact_us{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.contact_us a:link{
	text-decoration: underline;
	color: #AD101F;
}

.contact_us a:visited{
	text-decoration: underline;
	color: #AD101F;
}

.contact_us a:hover{
	text-decoration: underline;
	color: #D61427;
}

.contact_us a:active{
	text-decoration: underline;
	color: #AD101F;
}

div.main_stuff {
	position:absolute;
	top:170px;
	width:780px;
	height: auto;
	background-color: #fff;
}

div.main_stuff_order {
	position:absolute;
	top:170px;
	width:780px;
	height: 100%;
}

/* 520 260 */

div.left_content {
	position:relative;
	float: left;
	width:358px;
	height:auto;
	padding: 0px 16px 10px 16px;
	background-color: #fff;
}

div.right_content {
	position:relative;
	float: left;
	width:358px;
	height:auto;
	padding: 0px 16px 10px 16px;
	background-color: #fff;
}

div.full_content {
	position:relative;
	float: left;
	width:748px;
	height:auto;
	padding: 0px 16px 10px 16px;
	background-color: #fff;
}

div.full_content_ecom {
	position:relative;
	float: left;
	width:100%;
	height:100%;
	padding: 0px 0px 0px 0px; 
	background-color: #fff;
}

div.login_box {
	position:relative;
	float: left;
	top: 100px;
	left: 260px;
	/* width: 300px; */
	/* height:auto; */
	padding: 0px 35px 0px 35px; 
	margin: 0px 0px 0px 0px; 
	border:1px solid #940E1B;
	background-color: #e3e3e3;
}



div.copyright {
	position: relative;
	float: left;
	width: 780px;
	height: 20px;
	font-size: 10px;
	text-align:center;
	line-height: 20px;
	background-color: #fff;
}

div.order_copyright {
	position: absolute;
	top: 770px;
	float: left;
	width: 780px;
	height: 20px;
	font-size: 10px;
	text-align:center;
	line-height: 20px;
	background-color: #fff;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	color: #940E1B;
	padding: 10px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	color: #940E1B;
}

p {
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.disclaimer {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

.drop_cap{
	font-size: 18px;
	font-weight: bold;
}

.ref_name{
	font-size: 14px;
	font-weight: bold;
	text-align: right;	
}

.ref_details{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 10px 0px;
}

.list_format {
	width: 320px;
	background-color: #e3e3e3;
	padding: 2px 30px 2px 0px;
	}
	
.list_format ul{
	font-weight: bold;
	}
	
.list_format ol{
	font-weight: bold;
	}
	
.list_format li{
	padding: 0px 0px 1em 0px;
	}
	
.inline_text {
	width: 320px;
	background-color: #e3e3e3;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	}
	
.inline_image {
	width: 358px;
	text-align: center;
}

.cull_info_centered {
	width: 748px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}