/* store style */

/* main divs */
#all {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 50px;
}

#header {
	width: 800px;
	height: 169px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
}

#logo {
	width: 350px;
	float: left;
}

#cart {
	margin-top: 10px;
	width: 300px;
	float: right;
	font-family: Helvetica, Arial, Sans;
	font-size: 1em;
	color: black;
}

#order_form {
	
	width: 500px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBF4E2;
	
}


#categories {
/* for category links at the top */
	width: 750px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}


#main {
	/* main page content */
	width: 800px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#footer {
	width: 750px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;


}

/* fonts */

body {

	font-family: Helvetica, Arial, Sans;
	font-size: 1em;
	line-height: 1.1em;
	color: black;
	background: url('http://bfi.org/files/dymax/bg/bg.png');
	
}

.cat_link {
	/* link for product category */
	font-size: 0.8em;
	color: #29633A;

}

.footer_link {
	font-family: Helvetica, Arial, Sans;
	font-size: 0.9em;
	color: #29633A;
	
}

.black {
/* just black text */
	font-family: Helvetica, Arial, Sans;
	font-size: 0.9em;
	color: #000000;
	padding: 0px;
}	

/* colors */

a {
	color: #29633A;
	text-decoration: none;
}

a:hover {
	color: #73AD42;
	text-decoration: underline;
}

/* borders */

hr.lt_green {
		border-top: 1px dotted #B6CA9F;
	   	border-bottom: 0px solid #f00;
      	border-left: 0px solid #f00;
      	border-right: 0px solid #f00;
      	color: #fff;
      	background-color: #fff;
      	height: 1px;

}
