/* MAIN DOCUMENT */

body {
	background: #e67919;
	font-size: 12pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: #black;
	padding: 0px;
	margin: 10px;
}

/* SITE LINKS, NOT MENU */

a {color: #cc3300; text-decoration:none;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#c43300;}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	margin:0px 
}

h2 {
	color: #9A1212;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h4 {
	color: #9A1212;
	margin:0px;
	padding: 5px 0 5px 0;
}

/* LAYOUT CONTAINER */
#container {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background-color: #e67919;
	/*border:1px solid #8D8D8D;*/
}

/* LOGO */
#logo {
	height:126px;
	text-align: center;
	/* background:  url('../images/template/top2.jpg') no-repeat bottom center; */
background:  url('http://www.hoofcookies.com/images/template/top2.jpg') no-repeat bottom center;

	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
}

/* CONTENT AREA */
div#content { 
	margin: 0;
	height: 100%;
	overflow: auto;
	font-size:12pt;
	padding: 0;
	text-align: left;
	min-height:450px;
	background-color:#fff;
}

div#top-piece {
	position: relative;
	display: block;
	margin-left:140px;
	/* background: url('../images/template/top-piece.gif') repeat-x; */

	z-index: 0;
background: url('http://www.hoofcookies.com/images/template/top-piece.gif') repeat-x;


}

.top-piece {
	/* background: url('../images/template/top-piece.gif') repeat-x; */
 background: url('http://www.hoofcookies.com/images/template/top-piece.gif') repeat-x;
z-index: 0;
}

.left-line {
	margin: 0; 
	padding: 0; 
	/* background: url('../images/template/line.gif') repeat-y left; */
	background: url('http://www.hoofcookies.com/images/template/line.gif') repeat-y left;
	min-height:450px;


	width: 14px;
}

#slogan {
	/* background:  url('../images/template/horiz2.gif') repeat-y top left; */
background:  url('http://www.hoofcookies.com/images/template/horiz2.gif') repeat-y top left;

	margin-left: 140px;
	font: "Freestyle Script", Calibri, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #000000;
	padding: 0;
	overflow-x: hidden;
}

p, pre{
	padding: 5px 5px;
	margin:0px;
}

/* LEFT SIDE */
#left {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	height: 90%;
	/* background: #e67919 url('../images/template/left-top2.jpg') no-repeat top left; */

	background: #e67919 url('http://www.hoofcookies.com/images/template/left-top2.jpg') no-repeat top left;
	display: block;
}

.leftphoto {
	padding-top: 55px;
}

.leftcontent {
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000;
   text-decoration: none;
   text-align: left;
   width: 136px;
   height: 32px;
   background: #e67919;
   /*background: url('menuhover.gif') no-repeat;*/
 }
 
/* MENU CONTAINER */
#menucontainer {
	height: 40px;
	background-color:#cc3300;
	margin-left: 140px;
	width: 849px;
	padding-top:10px;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 45px;
	text-align: left;
	margin-left: 140px;
	color: #ffcc00;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 15px;
}

.footeritem {
	padding-right: 40px;
	padding-left: 15px;
	padding-top: 7px;
}

#footer a {
	text-decoration:none;
	color: #ffcc00;
}

/* MENU STYLES/FUNCTIONALITY */


#menu-items {
	color:#ffcc00;
	text-decoration:none;
	background-color:#cc3300;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size:12px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.6em; 
	/*width: 847px;*/
	z-index: 99;
}

#nav a {
	display:block;
	padding:0px 0px;
	/*border:1px solid #fff;*/
	color:#ffcc00;
	text-decoration:none;
	background-color:#cc3300;

	/*background-color:#333;*/
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size:12px;
}

#nav a:hover{
	/*background-color:#fff;*/
	color:#fff;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
}

#nav li ul a {
	width:10em;
	height:auto;
	float:left;
	
}

#nav li.sub a {
	width:12.5em;
	height:auto;
	float:left;
	
}

#nav li.sublist a {
	width:16em;
	height:auto;
	float:left;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:16em;
	margin:0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

.products-link {
	color: #4caab0;
	text-decoration:underline;
	font-weight:bold;
}


/*BUTTONS*/
input.btn {
   color: #0A0A0A;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   height: 25px;
   background-color:#e67919;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}


.contentheading {
	font-weight: bold;
	font-size: 14pt;
}


/* RETAILER TABLE */

table.contacts {
	width: 450px;
	background-color: #fafafa;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.contact { 
	padding-bottom: 14px;
}

.retailer-button {
	float: left;
	margin-left: -22px;
	margin-top: -22px;
	z-index: 999;
	position: relative;
	clear: both;
}

#indent-right {
	margin-left: 25px;
}


/* NEW STYLES */

#products-block {
	line-height: 12pt;

}

#new-slogan {
	font-family: "Pristina", Arial, Verdana;
	font-weight: bold;
	font-size: 18pt;
	margin-left: 25px;
}

h3.title {
	
	font-size: 18pt;
	font-weight: bold;
}

img.buynow {
	margin-top: -65px;
	margin-left: 740px;
}
