/* Styles for FGG website */



/***

 Basic Styles
 
***/

	body {
		margin: 0;
		padding: 0;	

		text-align: center;
		font-family: Arial, Helvetica, sans-serif;		
		color: #000;
		background: url(/img/layout/bg.gif) 0 0 repeat;
		}

		body {
		font-size: 75%;
		}
		 
		html>body {
		font-size: 12px;
		}
		 
	

	
	li {
		height: 1em;
		}
	
	html>body li {
		height: auto;
		}

	.clear {
		clear: both;
		}

	a img {
		border: none;
		}
	

	form {
		margin: 0;
		padding: 0;
		}




/***

 Layout
	
***/


	#frame {
	
	
		width: 770px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0px;
		
		text-align: left;
		
		
		background: #fff url(/img/layout/shadow.gif);
		
		}
		
		
		
	#header {
		width: 760px;
		height: 258px;
		padding: 0 5px;
		margin: 0;
	}

	



/***

 Main div (holds nav menu and content)

***/



	
	#main {	
	  background: url(/img/layout/bottom.gif) bottom center no-repeat;
	
	}
	
	
	

/***

	Sidebar

***/

	#sidebar {
		width: 180px;
		float: left;
		padding: 15px 0 0 0;	
	
		font-family: Helvetica, Arial, sans-serif;		
		font-size: 12px;
		line-height: 16px;		

	}
	
	.visit-us {
		text-align: center;
	}
	
	.visit-us h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
		margin: 5px;
		}
	
	.visit-us p {
		margin: 5px;
		}
	
	.visit-us .link {
		margin-top: 10px;
	}
	
	.visit-us a {
		font-weight: bold;
		color: #24752C;
	}
	
	.visit-us a:hover {
		color: #44954c;
		}




/***

 Navigation

***/

	#side-items {
		margin: 0;
		padding: 0;
		width: 140px;
		margin-left: 20px;
		text-align: center;
	}

 

/***

 Main nav
 
***/

	#nav {
		margin: 0;
		padding: 0;
		width: 140px;
		margin-left: 20px;
	}


	
	#nav ul  {	
		list-style-type: none;
		margin: 0;
		padding: 0;	
		padding-bottom: 55px;
		
		background: url(/img/layout/menu_swirl.gif) no-repeat center bottom;
		}

	#nav ul li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
		
		text-align: center;

	}
	
	#nav ul a {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 9px;
		padding-bottom: 9px;
		
		text-decoration: none;		
		color: #146417;
		font-weight: bold;
		}
		
	#nav ul a:hover {
		background: #C5D8C6;
		color: #000;
		}
		
	#nav ul li a.nav-active, #nav ul li a.nav-ancestor {
		color: #fff;
		background: #467053 url(/img/bg-current.gif) repeat-x left bottom;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		}		
	
	#nav ul li a.nav-active:hover {
		color: #fff;
		}
		
	
	#nav p {
		padding-left: 10px;
		padding-right: 10px;
		}		




/* Submenu */

#nav ul ul {
	background: none;
	padding: 0;

	border-left: 1px solid #b4ccbb;
	border-right: 1px solid #b4ccbb;
	background: #fff;
	margin: 0px 5px;
	}
	
	#nav ul li ul li {
		margin: 0;
		padding: 0;
	}
	
	#nav ul li ul a, #nav ul li ul a {
		padding: 8px 0;
		font-size: 11px;
		border: none;
		border-bottom: 1px solid #b4ccbb;	
		background: #fff url(/img/bg-submenu.gif) repeat-x left bottom;
		color: #333;
		font-weight: normal;
		margin:0;
		}
	
	
	#nav ul li ul a.nav-active, #nav ul li ul a.nav-active:hover {
		background: #fff;
		border: none;
		border-bottom: 1px solid #b4ccbb;	
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		}
		
	
	#nav ul li ul a:hover {
		background: #fff url(/img/bg-submenu.gif) repeat-x 0 0;
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		}
	

	

/***

 Main content area

***/

	#content {
	
		width: 555px;
		float: right;
		padding: 20px 30px 0 0;
		
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 21px;
		
	
		}
		
		
	.breadcrumb {
		color: #999;
		margin-bottom: 1px;
		}
		#content .breadcrumb a {
		color: #999;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px dotted #ddd;
		}
		
		
	
	#content p {
		font-size:1em;
		margin-top: 1.4em;
		margin-bottom: 1.4em;
		}

	
	#content h1 {
		margin: 0;		
		padding: 0;
		
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #077619;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		
		border-bottom: 1px #e6E0D6 dotted;
		}
		
	#content h2 {
		margin-top: 1.75em;
		margin-bottom: .5833em;
		padding: 0;
		
		color: #000;
		font-weight: bold;
		font-size: 18px;	
		line-height: 1.1667em;
		}
		
	#content .spaced li {
		margin-top: 1em;
		}
		
	#content p.brief {
		border-bottom: 1px #e6E0D6 dotted;
		padding-bottom: 1.45em;
	}
		
	#content p.center {
		text-align: center;
		}
		
	#content a {
		color: #077619;
		font-weight: bold;
		}
	#content a:hover {
		color: #3da14d;
		}
	
	.smallcaps {
		text-transform: uppercase;
		font-size: 11px;
		}
		

	
	.nobr {
		white-space: nowrap;
		}
		
		
	
	#content .col50 {
		float: left;	
		width: 45%;
		}

	
	.link-brief {
		font-size: 12px;
		color: #777;
		display: block;
		line-height: 16px;
		}
	
	
/***

 Footer

***/

#footer {

	padding: 25px 20px 17px 50px;
	text-align: right;
	
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;

}


#footer2 {

	width: 730px;
	text-align: right;
	margin: 5px auto 9px auto;
	
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #aaa;
}

	#footer2:hover {
		color: #ccc;
		}
	
	#footer2 a {
		color: #aaa;
		}
	
	#footer2 a:hover {
		color: #fff;
		}



/***

 Typography

***/

#content .small {
	font-size: 12px;
	}

.error {
	color: #c00;
	font-weight: bold;
	padding-left: 28px;
	background: url(/img/error.jpg) left 1px no-repeat;
	}

.msg {
		color: #077619;
	font-weight: bold;
	}

.address {
	border-left: 5px solid #eee;
	padding-left: 12px;
	margin-left: 20px;
	}


#content ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	}
#content ul {
	margin-bottom: 1em;
	}
	
	

/***

Misc

***/

.product {
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding-bottom: 1em;
	}

	.product .prodimg {
		float: left; 
		margin-right: 20px;
		width: 90px;
		}
	
	.product h3.prodname {
		padding-top: 2em;
		}
		
	.product .prodprice {
		
		}
	
	.product .prodinfo {
	
		}

#gallery {
	text-align: center;
	}
		
	#gallery a img {
		border: 5px solid #e8f2e8;
		padding: 1px;
		border-width: 5px 5px 20px;
		margin: 10px;
		}
	
	#gallery a:hover img {
		border: 5px solid #426a4e;
		border-width: 5px 5px 20px;
		color: #fff;
		}
	
	#gallery a:hover { color: #fff; }



#slideshow { 
	width: 540px; height: 200px; border: 4px solid #eee; overflow: hidden; 
	}
	
	#slideshow:hover {
		border-color: #ddd;
		}

#content p#slideshow-caption { 
	margin-top: 0; 
	padding: 0;
	width: 548px; font-size: 10px; background: #eee; text-align: center; color: #666; 
	}

#content p#slideshow-caption span { 
	display: block;
	padding: 3px 3px 4px 3px;
	}
	
	
#stores {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	#stores li {
		display: block;
		float: left;
		width: 230px;
		height: 100px;
		margin: 20px;
		}
			
	#stores h2.storename {
		background: url(/img/icon_home.gif) left 0 no-repeat;
		padding-left: 23px;
		padding-top: 1px;
		font-size: 1em;
		}
	
	#stores .storeaddr {
		margin: 0;
		padding: 0;	
		padding-left: 25px;		
		font-size: 0.857em;
		}
	
	#stores .storephone {
		margin: 0;
		padding: 0;
		padding-left: 25px;
		font-size: 0.857em;		
		}

	#page-stores #content {
		padding-bottom: 1.5em;
		}


#page-index .promo {
	border-bottom: 1px #e6E0D6 dotted;
	padding-bottom: 1.45em;
	}

#page-index .promo p {
	font-size: 12px;
	color: #444;
	}

#page-inthenews .article {
	border-bottom: 1px #e6E0D6 dotted;
	padding-bottom: 1.45em;
	}



/***

 Forms

***/

#content .required-label {
	width: 65%;
	margin: 20px auto 4px auto;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	}

form {
	border-top: 1px solid #dcc;
	border-bottom: 3px solid #522;
	padding: 5px 30px;
	width: 60%;
	margin: 4px auto 20px auto;
	background: #fdf8ec url(/img/form.jpg) left bottom repeat-x;
	}
	
form label {
	font-weight: bold;
	font-size: 12px;
	}


form .text {
	width: 60%;
	}

form textarea {
	width: 100%;
	}

form .button {
	font-size: 1.3em;
	}

form .contacterror {
	border: 2px solid #f00;
	}

.message {
	padding: 0 20px;
	background: #f3feee;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	margin-top: 20px;
	color: #030;
	}

/***

 Images

***/

img.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	float: right;
	margin: 0 0 10px 20px;
	}
	
img.border {
	border: 6px solid #eee;
	padding: 1px;
	}
	
img#i-products2 {
	border: 6px solid #eee;
	padding: 1px;
	margin: 20px auto; 
	}
	

#i-products-front {
	position: relative;
	margin-top: -10px;
	}
	
	
	
	
#content hr {
	margin-top: 2em;
	margin-bottom: 1.5em;
	}