/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#000;
}
div {
        position: relative;
}
img {
   		border:0;
}
#pagewidth{
        width:900px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        background: #fff;
}
#header{
        width:100%;
        background: url("../images/top-cow.gif") no-repeat 0 0;
        height:61px;
        z-index: 300;
}
#wrapper{
   		clear:both;
   		background: url("../images/left-images.jpg") no-repeat 0 0;
        margin-bottom: -110px;
        padding-top: 190px;
        padding-bottom: 110px;
        float: left;
        border-left: 2px solid #cc0000; 
        border-right: 2px solid #cc0000;
        width: 896px;
        z-index: 1; 
}
#leftcol{
        width:200px;
        float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 425px;
        padding-top:20px;
        padding-right: 272px;
        padding-bottom: 40px;
        min-height: 243px;
        height: auto !important;
        height: 243px;
        background:#fff url("../images/cow-head.jpg") no-repeat right bottom;
        margin-left: 180px;               
 }
#footer{
        clear: both;
        background: url("../images/footer.png") no-repeat 0 0;
        height: 310px;
        padding:5px 10px;
        margin-top: 0;
        z-index: 300;
}
#map {
		border: 1px solid #666;
		margin-left: 30px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px  Arial, "Myriad Pro", Verdana, Helvetica, sans-serif;
        color: #000;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.3em;
}
h1 {
        font-size: 1.8em;
        margin-top: 0;
        margin-bottom: .3em;
}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;
		color: #000000;
		border-bottom: 1px dashed #ccc
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
		color: #000000;
		border-bottom: 1px dashed #ccc;
}
h1, legend {
        color:#cc0000;
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:242px;
        margin:0;
        padding:0;
        line-height:1em;
        position: absolute;
        top: 73px;
        right: 8px;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        outline: none;
        padding:13px 5px 12px 45px;
        text-decoration:none;
        color:#cc0000;
        text-transform: uppercase;
        font-size: 1.9em;
        font-weight: normal;
        text-indent: -9999px;
        width:200px; /*  total width */
        w\idth: 185px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */
		outline: none;
}
#nav li a:hover,
#nav li a.current  {
    	text-decoration: underline;
}
#nav li a.shop {
		background: url("../images/menu-shop.png") no-repeat;
		padding:14px 5px 14px 45px;
}
#nav li a.products {
		background: url("../images/menu-products.png") no-repeat;
		padding:14px 5px 11px 45px; 
}
#nav li a.home {
		background: url("../images/menu-home.png") no-repeat;		 
}
#nav li a.contact {
		background: url("../images/menu-contact.png") no-repeat;
		padding:12px 5px 12px 45px; 
}

/*       Links
======================= */
a {
        color:#000;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:171px;
        width: 463px;
        top:73px;
        left:165px;
        overflow:hidden;
        text-indent: -9999px;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.png") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}

/*      Right Side Images
===================================== */
.rt-img {
        float: right;
        width: 250px;
        margin: 0 -291px 0 0;
}
.rt-img img {
        margin-bottom: 5px;
        float: left;
}


/*          Home
===================================== */
.homebox{
float:left;
width:48%;
text-align:center;
}
.homebox a{
text-decoration:none;
}
.homebox a:hover{
color:#c00;
}


/*     Shop
===================================== */
.shop{
      
}
.shop img {
       float: left;
       margin: 0 10px 20px 0;
}
.shop h3 {
       clear: both;
}
.cart {
       float:right;
       margin:-5px -135px 0 0;
       width:150px;
padding:5px;
border:1px dashed #ccc;
text-align:center;
}
.cart h2{
margin:0;
font-size:13px;
border-bottom:none;
}
.cart form{
margin:5px 0;
}
.cart p{
margin:0;
}
.cart p a{
font-size:10px;
}


/*     Paypal Cart Loader
===================================== */
#loadcart{
width:400px;
height:150px;
margin-left:-200px;
margin-top:-75px;
background:#fff url(../images/loader.gif) no-repeat center 90px;
position:fixed;
top:50%;
left:50%;
z-index:500;
opacity:.9;
border:3px solid #666;
border-radius:15px;
-moz-border-radius:15px;
display:none;
}
#loadcart p{
font-size:30px;
text-align:center;
margin:30px 0 0 0;
}


/*      Tables
===================================== */
.tablegrid {
	border-collapse: collapse;
		margin-bottom: 10px;
}
li .tablegrid {
	margin-left: 0;
	margin-top: 5px;
}
.tablegrid thead th, .tablegrid th {
	color:#000;
	font-weight: bold;
	background: #eee;
	border-right: 2px solid #cc0000;
	border-left: 1px dashed #aaa;
	border-bottom: 1px solid #cc0000;
}
.tablegrid thead th {
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #cc0000;
	border-right: 1px dashed #aaa;
	background:  #ddd;
}
.tablegrid tbody td {
	border-left: 1px dashed #aaa;
	border-right: 1px dashed #aaa;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	text-align: left;
        vertical-align: top;
}
.tablegrid th, .tablegrid td {
	padding:7px 9px;
}

/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#666;
        text-decoration: underline;
}

#footer p{
        margin:280px 0 0 0;
        color:#666;
        font-size:.9em;
text-align:center;
}


/*       Forms
======================= */
form.lj fieldset {
border:1px solid #666;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 1px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#cc0000;        /* Submit Colors */
color:#fff;
border: 1px solid #000;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
margin-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
overflow: hidden;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}



/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
}