@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
    background-color: #271405;
	background-image: url(../images/bg_k.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
tr {
	font-size: 13px;
}

html, body { /* this rule keeps the page from appearing to shift when going from a long page, with scroll bar to a short page without on some browsers */
	height: 100%;
	margin-bottom: 1px;
}

#ProductDetailsImage {
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ~~~~~~~~~~~~~~~ ELEMENT SELECTORS ~~~~~~~~~~~~~~~ */
p, ul, ol, dl { /* when using percentage font sizing, be aware that any of these elements nested in each other will decrease the font-size of the nested element accordingly. The rule that follows shows how to offset that */
	font-size: 95%;
	color: #371305;
}
ul p, ul ul, ul ol, ol p, ol ul, ol ol { /* the descendent selectors in this rule keep nested elements from getting exponentially smaller. If you nest more deeply you may need to add a selector to it */
	font-size: 100%;	
}
a:link, a:visited { 
	color: #630;
	text-decoration: underline;
	font-size: 12px;
}
a:hover, a:active, a:focus { /* must be in this order and allows the hover style to be seen for keyboard navigators as well as mouse users */
	text-decoration: none;
	color: #A65D00;
}
a img { 
	border: none;	
}
img {border:none;}


/* ~~~~~~~~~~~~~~~ CONTAINER STYLES ~~~~~~~~~~~~~~~ */
#container {
	width: 928px;  /* this is the width of the main slice minus the 9px of padding on each side */
	background: #FFF;
	/*background: #FFF  repeat-y causes the image to repeat vertically */
	/*padding-left: 9px; /* due to the box model, this must be added to the width to create the width of the slice */
	
	padding-bottom: 15px; /* this creates a little white space before the close of the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 


/* ~~~~~~~~~~~~~~~ HEADER STYLES ~~~~~~~~~~~~~~~ */
#header {
	background: #fff; /* this color should match the color your logo gradient ends on */
	padding: 0;
	margin: 0; /* do not add any margin on this selector or the slice on the #container below it will show */
	position: relative;
}
#apDiv1 {
	position:absolute;
	left:677px;
	top:-2px;
	width:333px;
	height:111px;
	z-index:2;
	padding-left: 80px;
	font-size: 14px;
}
#topNav {
	position:absolute;
	left:-28px;
	top:2px;
	width:374px;
	height:72px;
	z-index:1;
}


/* ~~~~~~~~~~~~~~~ MAIN NAVIGATION BAR ~~~~~~~~~~~~~~~ */
#mainnav
{
	background-color:#B95800;
	color: #FFFFFF;
/*	padding-top: 4px;
	padding-bottom: 4px;*/
	text-align: center;
}

#mainnav ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#mainnav li
{
	display: inline; /*space between menu items*/
	padding-right:8px;
	padding-left: 8px;
	
}

#mainnav li a
{
	text-decoration: none;
	color: #fff;
	/*padding-top: 4px;*/
	padding-right:4px;
	/*padding-bottom: 4px;*/
	padding-left: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #630;
	/*	background-color: #643B32;
*//*	padding-top: 4px;*/
	padding-right:4px;
	/*	padding-bottom: 4px;*/
    padding-left: 4px;
}

#mainnav #active a {
	color: #3A1A18;
}
#mainnav #active a:hover {
	color: #FFF;
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	
}



/* ~~~~~~~~~~~~~~~ HEADER TOP MENU ~~~~~~~~~~~~~~~ */



/* BEGIN style6 */
 #navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	background-color: #fff;
	background-image: url(/assets/images/leftmenubg.gif);
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFF;	
}

#navlist a {
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	
}

#navlist a:link, #navlist a:visited
{
	color: #57371E;
	background-color: #fff;
	text-decoration: none;
}

#navlist a:hover
{
	color: #B95800;
	background-color: #fff;
	text-decoration: none;
	line-height: 11px;
}
#navlist li a.active {
	font-weight: bold;
}
#home-1 #nav-1a a,
#customer-2 #nav-2a a,
#testimonials-3 #nav-3a a,
#faqs-4 #nav-4a a,
#contact-5 #nav-5a a,
 {
	color: #B95800
	
	}

/* END style6 */


/* ~~~~~~~~~~~~~~~ SIDEBAR1 STYLES ~~~~~~~~~~~~~~~ */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 45px 15px 20px; /* remember to add the padding on each side to the width to arrive at the space this div will take up in your layout */
	margin: 0;
}
#sidebar1 h1 {
	color: #000;
	font-size: 110%;
	margin-top: 20px;
}
#sidebar1 h2 {
	color: #797B6F;
	font-size: 100%;
	margin-top: 50px; /* this creates the space between the navigation and the H2 element below */
}

/* NOTE: sidebar1 navigation is contained in the SpryMenuBarVertical.css file */




/* ~~~~~~~~~~~~~~~ MAINCONTENT STYLES ~~~~~~~~~~~~~~~ */
#mainContent {
	width: 600px;
	float: right;
	padding: 20px 20px 0 20px; /* remember that padding is the space inside the div box (and is added to the total width) and margin is the space outside the div box */
	margin: 0;
	background-color: #FFF;
} 
#mainContent h1 {
	color: #A65D03;
	font-size: 125%;
	margin-top: 20px;
	margin-bottom: 0px;
}
#mainContent h2 {
	color: #A65D03;
	font-size: 110%;
	margin: 0px;
}
#mainContent h3 {
	color: #BB5900;
	font-size: 130%;
}
#mainContent h4 {
	font-size: 100%;	
}

/* ~~~~~~~~~~~~~~~ FOOTER STYLES ~~~~~~~~~~~~~~~ */
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	width: 945px;
	padding: 20px 9px;
	margin: 0 auto;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #797B6F;
	font-size: 80%;
}
#FeaturedCallout {
	margin: 22px;
	width: 200px;
	float: left;
}
#FeaturedCallout a {
	margin-left: 10px;
}
#sidebarContent {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sidebarContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -5px;
}

/* ~~~~~~~~~~~~~~~ MISCELLANEOUS CLASSES ~~~~~~~~~~~~~~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ~~~~~~~~~~~~~~~~~~ Contact Form Styles ~~~~~~~~~~~~~~~~~~~~~~~ */

.contactform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dotted gray;
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}


#sidebarCartLinks {
	font-size: 12px;
	width: 160px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ bottom area with boxes~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#divBotLinks {
	clear: both;
	width: 920px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	margin: 0px auto 10px auto; 
}
#botLink1 {
	width: 226px;
	float: left;
}
#botLink2 {
	float: left;
	width: 226px;
	padding-left: 5px;
	
}
#botLink3 {
	float: left;
	width: 226px;
	padding-left: 5px;
}
	
#botLink4 {
	float: right;
	width: 226px;
}
#divBotLinks  img {
	
}

#address {
	font-size: 11px;
	color: #633;
	text-align: center;
	letter-spacing: .1em;
	line-height: 25px;
}
.viewCart {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #633;
}

.copyright {
	font-size: 9px;
}
#address a {
	font-size: 10px;
}
#topImage {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #A85E04;
}
#divHomeBar {
	clear: both;
	width: 590px;
	margin-top: 0px;
	padding-top: 0px;
	/*background-color: #BB5900;*/
	float: right;
	margin-bottom: 10px;
	padding-right: 10px;	
}
/** contact form! info is on contact_krause_chocolates.php page **/


.copy  {
	text-decoration: none;
	color: #3A1A18;
	font-family: Helvetica, Arial;
	font-size: 10px;
}	
a.copy:link  {
	text-decoration: none;
	color: #3A1A18;
	font-family: Helvetica, Arial;
	font-size: 12px;
}
a.copy:visited {
	text-decoration: none;
	color: #3A1A18;
	font-family: Helvetica, Arial;
	font-size: 12px;

}
a.copy:hover {
	color: #3A1A18;
	text-decoration: underline;
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #A65D00;
}
.testimonials {
	font-size: 12px;
	color: #A55D02;
	padding-bottom: 5px;
}
.gray {
	font-size: 13px;
	font-weight: bold;
	color: #656565;
}
.KrauseName {
	color: #A65D00;
}


a.sitemap:link {
	text-decoration: none;	
}
a.sitemap:visited {
	text-decoration: none;
	
}
.homeTesti {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	
}
#apDiv1 .viewCart {
	font-size: 14px;
}
.homeSeasonalTreat {
	font-size: 11px;
}
