/* Reset default browser rendering */
@import url("reset.css");

/* **************************************** */


body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #ffffff;
	background-color: #A4B166;
	
}

p {
	margin-bottom: 10px;
}

hr {
	border-bottom: white 1px solid;
	border-top: none;
}


/* ne styles */

#container {
	width: 1078px;
	height: 630px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/img/sfp_bkgrnd.jpg');
	/*overflow: hidden;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 70px;
	border: 1px solid white;
	/* opacity:0.8;filter:alpha(opacity=80) */
	}

#main {
	
	width: 820px;
	height: 554px;
	margin-left: auto;
	margin-right: auto;
}

#navcol {
	width: 121px;
	height: 552px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	position: absolute;
	padding-top: 1px;
}

#body {
	width: 700px;
	min-height: 554px;
	border: 1px solid white;
	background-color: #A4B166;
	float: left;
	margin-left: 120px;
	overflow: hidden
}

#col1 {
	width: 330px;
	height: 514px;
	float: left;
	margin: 20px;
	/*background-color: aqua*/
}

#col1 img {
	float: left;
	margin-right: 20px;
}


#col2 {
	width: 300px;
	height: 514px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	/*background-color: blue*/
}

#col2 img {
	margin-bottom: 14px;
}

#subnav {
	width: 280px;
	margin-bottom: 20px;
	background-color: #979E5F;
	text-align: center;
	padding: 10px;
}

#bodytxt {
	width: 330px;
	/*height: 514px;*/
	height: 520px;
	float: left;
	font-size: 0.9em;
	/*background-color: gray*/
}

#bodytxt a {
	color: white;
	text-decoration: none;
	font-weight: bold
}

#bodytxt a:hover {
	color: #E31785;
	text-decoration: none;
	font-weight: bold
}

#bodytxt a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	
}


#bodytxt:focus {
	margin-bottom: 0; text-decoration: none;
	/* Webkit */
	outline: auto 0px -webkit-focus-ring-color; outline-offset: -2px;
	/* Gecko */
	-moz-outline: -moz-mac-focusring solid 0px; -moz-outline-radius: 0 0px 0px;
	-moz-outline-offset: 0;
}



/* list styles */

#navcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#navcol li {
	
	list-style-type: none;
	
	width: 121px;
	height: 37px;
	margin-bottom: 10px;
	}
		
#navcol li a {
	display: block;
	height: 35px;
	
	background-color: #979E5F;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #fff;
	text-decoration: none;
	}

#navcol li.active a{
	display: block;
	height: 35px;
	
	background-color: #A4B166;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid #A4B166;
	color: #fff;
	text-decoration: none;
}
	
#navcol li.order a{
	display: block;
	height: 35px;
	background-color: #E31785;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #FFE100;
	text-decoration: none;
}


#navcol li a:hover {
	background-color: #A4B166;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid #A4B166;
	color: #fff;
	width: 120px;
}

/*  #col1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
		
#col1 li {
	font-size: 0.9em;
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-right: 10px;
	}
		
#col1 li a {
	border-right: 1px solid white;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	}

#col1 li a:hover {
	border-right: 1px solid white;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}

*/


 
#col2 #subnav ul {
	list-style: none;
	margin-left: 0;
	display: inline;
	font-size: 0.8em;
}

#col2 #subnav li {
	margin-left: 0;
	list-style: none;
	display: inline;
	}
		
#col2 #subnav li a {
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	}

#col2 #subnav li a:hover {
	color: #333;
	text-decoration: none;
}

#subnav li.active a{
	padding: 5px;
	background-color: #A4B166;
	color: #fff;
	text-decoration: none;
}
	

#col1 #bodytxt ul {
	margin-left: 0;
	padding-left: 0;
}

#col1 #bodytxt li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-right: 20px;
	}
		
#col1 #bodytxt li a {
	border-right: 1px solid white;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	}

#col1 #bodytxt li a:hover {
	border-right: 1px solid white;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}



/* admin */

#message{
	border: 2px solid red;
	padding: 6px;
}

.admin_bod {
	background-color: #666666;
	color: white
	
}

#navcoladmin {
	width: 121px;
	height: 552px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	position: absolute;
	padding-top: 1px;
}

#navcoladmin ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#navcoladmin li {
	width: 121px;
	height: 37px;
	margin-bottom: 10px;
	}
		
#navcoladmin li a {
	display: block;
	height: 25px;
	padding: 5px;
	background-color: #979E5F;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #fff;
	text-decoration: none;
	}

#navcoladmin li.active a{
	display: block;
	height: 25px;
	padding: 5px;
	background-color: #A4B166;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid #A4B166;
	color: #fff;
	text-decoration: none;
	width: 110px;
}

.orderbutton {
	padding: 5px;
	background-color: #979E5F;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid white;
	width: 150px;
	text-align: center;
	color: white;
}

.orderbutton a:hover {
	padding: 5px;
	background-color: #E31785;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid white;
	width: 150px;
	text-align: center;
	color: white;
}

#footer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	float: left;
	clear: both;
	text-align: right;
	font-size: smaller
}

#blogannounce {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #97a25f;
	height: 41px;
}

#blogannounce a {
	line-height: 0 !important;
}

img.social {
	float:right;
	margin-bottom: 0 !important;
	margin-left:5px;
	margin-right:5px;
}

#find-us {
	margin-top:2px;
	float:left;
	font-weight: bold;
	
}