/* @override http://www.withtaste.ie/css/default.css */



/**
 * With Taste Default CSS [root/css/default.css]
 *
 * Copyright 2007 StudioForty9. This code cannot be redistributed without
 * permission from http://www.studioforty9.com [info@sf9.ie]
 * 
 * Created: September 19, 2007
 */

* { margin: 0; padding: 0; }
	
body {
	background: #97aa11;
	font: normal 62.5% "Arial", "Helvetica", sans-serif;
}


#container {
	width: 692px;
	height: 461px;
	margin: 40px auto;
	margin-bottom: 0px;
}

/**
	Transparency Boxes
**/	

#transboxes {
	position: absolute;
	height: 461px;
	width: 692px;
	top:  40px;
	z-index: 0;
} 
 
#transbox30 {
	width: 230px; height: 230px;
	background: #fff;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	float: left;
} 

#transbox55 {
	width: 230px; height: 230px;
	background: #fff;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	opacity: 0.55;
	margin-left: 1px;
	float: left;
}

#pg_container {
	position: relative;
	width: 692px;
	height: 461px;
	z-index: 10;
}
 
/** 
		Navigation Styles
 **/
 
/* IE Hacks */
* html #nav { padding-top: 30px; }
* html #nav li a { font-size: 1.2em; line-height: 20px; } 
#nav ul li ul li a { font-size: 0.9em; }
* html#ttl_sub_nav #sub_nav ul li a { font-size: 1.2em; }
/* IE Hacks */

#nav {
	width: 230px; 
	height: 200px;
	padding-top: 30px;
	position: absolute;
}

#nav ul { 
	width: 18em; 
	list-style: none; 
	float: left;
}
	
/**
	Primary Nav List
**/
	
#nav li {
	position : relative; float : left;
	margin-bottom : -1px;
	padding: 0px;
}
	
#nav ul li.active a {
	color : #fff; 
}	
	
#nav li a {
	width: 150px; w\idth : 150px;
	height: 20px; line-height: 24px;
	padding: 0 0 0 30px;		
	display : block; 
	color: #fff;
	font-size: 1.3em;
	text-decoration : none; 
	text-transform: uppercase;	
	z-index: 0;
}

#nav ul li.sub a:hover, #nav ul li:hover, #nav ul li.sfhover { 
	color : #fff; 
	background: url("../img/assets/arr_abt_sub.gif") no-repeat; 
}

#nav ul li.nosub a:hover, #nav ul li:hover, #nav ul li.sfhover { 
	color : #fff; 
	background: url("../img/assets/arr_abt_nosub.gif") no-repeat; 
}
	
/**
		Secondary Nav List
**/

#nav li ul {
	position : absolute; left: -999em;
	margin: -2em 0 0 12em; padding: 5px;
	background: #fff; color: #333;
}

#nav ul li ul {
	z-index: 10;
}	
#nav ul li ul li a { 
	width: 17.2em; 
	padding: 1px;
	padding-left: 5px;
	color: #666; font-size: 1em;
	border: 1px solid #dcdecc;
	background: #eee;
}

#nav ul li.active ul li a {
	color: #333;
}
			
#nav ul li.sub ul li a:hover { 
	color: #333; 
	background: #fff; 
}
	
			
#nav li ul ul { /* third-and-above-level lists */ left: -999em; }
			#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }
			#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */ left: 30px; top: -5px;}


/* Title and Subnav */

#ttl_sub_nav {
	width: 210px; height: 210px;
	float: left;
	padding: 10px;
	position: absolute;
	left: 231px;
}

#ttl_sub_nav #ttl h1 {
	margin-top: 15px;
	color: #fff;
	font-size: 2em;
	font-weight: 100;
	font-family: Verdana;
	width: 150px;
	font-style: italic;
	line-height: 1.1em;
	height: 110px;
}

#ttl_sub_nav #sub_nav {
	position: absolute;
	bottom: 0px;
}


#ttl_sub_nav #sub_nav ul {
	list-style: none;
	margin-bottom: 10px;
}

#ttl_sub_nav #sub_nav ul li a {
	background: url('../img/assets/arr_sn_abt_o.gif') no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-bottom: 2px;
	height: 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	z-index: 0;
}

#ttl_sub_nav #sub_nav p {
	margin-bottom: 2px;
	height: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	z-index: 0;
	padding-bottom: 20px;

}

/* Banner Image */

#bnr_img {
	width: 230px; height: 230px;
	position: absolute;
	left: 462px;
}

/* Quote Box */

#quote_box {
	width: 230px; height: 230px;
	position: absolute;
	top: 231px;
	background: #fff;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;
	z-index: 0; 
}

/* Content */

#content {
	width:  461px;
	height: 230px;
	float: left;
	background: #fff;
	padding: 0;
	position: absolute;
	top: 231px;
	left: 231px;
}

#scroller {
	height: 210px; padding: 10px; overflow:hidden;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
}

#content p {
	margin-bottom: 5px;
	font-size: 1.2em;
}

#content p a.linkbox, #content p a.snapshot {
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

#content p a.linkbox:hover {
	background: #FCFBFA;
}

#content ul {
	list-style: none;
	font-size: 1.2em;
}

/* Footer */

#footer {
	height: 70px;
	margin-top: 5px;
	
	
}

#ftr_img {
	height: 70px;
	width:230px;
	background: url('../img/assets/ftr_about.gif') no-repeat;
	background-position: center;
	float: left;
}

#ftr_txt {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	color: #fff;
	border-left: 1px solid;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 20px;
}

#ftr_txt p {
	margin: 5px;
}

#ftr_txt a {
	text-decoration: none;
	color: #fff;
}

#ftr_txt a:hover {
	text-decoration: underline;
}

#preload img {
	display: none;
}

	
	
