/*  
Theme Name: First Act Discovery
Description: First Act Discovery Theme
Version: 1.0
Author: John Armstrong
Author URI: http://

*/
	img { border: 0px;}
	.fl { float: left;}
	.fr { float: right;}

	body {
		background-image: url(images/blue45.gif);
		margin: 0;
		padding: 0;
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}
	
	#container {
		z-index: 50;

	}

	#bg_graphic {
		background-image: url(images/bg_top_graphic-trans.png);
		background-repeat: no-repeat;
		width: 1017px;
		height: 500px;
		position: absolute;
		top: 0;
		z-index: 0;
		left: 50%;
		margin-left: -500px;
	}
	
	#guts {
		width: 902px;
		margin: 0px auto;
		position: relative;
left:50%;
margin-left: -451px;
		top: 120px;
		/*overflow: hidden;*/
	}


	#logo {
		/*background-image: url(images/header_logo-trans.png);*/
		height: 95px;
		background-repeat: no-repeat;
		width: 250px;
		float: left;
	}

	#header {
		background-image: url(images/headerbg_full-trans.png);
		/*background-image: url(images/header_bg-trans.png); */
		width: 926px;
		height: 117px;
		position: absolute;
		z-index: 100;
		left: 50%;
		margin-left: -463px;
		top: 120px;
		background-repeat: no-repeat;
	}

	#mainNav {
	
		float: float;
		margin-right: 35px;
		margin-top: 22px;
		padding-top: 25px;
		padding-right: 100px;
	}
	
	#mainNav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#mainNav li {
		float: left;
		padding-left: 20px;
	}
	#mainNav li a{
		font-family: 'Quicksand Bold', Arial, sans-serif;
		text-decoration: none;
		color: #0071bc;
		font-size: 20px;
		text-shadow: 1px 1px 1px #999; 
	}
	#mainNav li a:hover{
		
	}
	
	
/* MAIN */
	#mainTop {
		width: 902px;
		height: 18px;
		background-image: url(images/900wTop-trans.png);
		background-repeat: no-repeat;
	}

	#mainMid {
		background-image: url(images/900wMid.gif);
		background-repeat: repeat-y;
		padding-top: 110px;
		padding-bottom: 20px;
		
	}

	#mainBot {
		width: 902px;
		height: 18px;
		background-image: url(images/900wBot-trans.png);
		background-repeat: no-repeat;
	}

/* ALL MAIN CONTENT */

#content {
	width: 100%;
	overflow: hidden;
}

/* Left SideBar */
#leftSideBar
{
	width: 190px;
	float: left;
	padding-left: 10px;

}

ul#prodCatNav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0em;
}

ul#prodCatNav li {
	font-family: 'Quicksand Bold', Arial, sans-serif;
	font-size: 14px;
	padding-top: 5px;
}

ul#prodCatNav a {
	text-decoration: none;
}

ul#prodCatNav ul.children {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style: none;
}
ul#prodCatNav ul.children li:before {
}

/* Right SideBar */

#rightSideBar
{
	width: 190px;
	float: right;
	padding-right: 10px;

}


.sb_feature {
	bottom-top: 10px;
}

body.products .sb_feature { margin-top: 25px;}

/* Main Content Area */

#mainContent {
	width: 480px;
	margin: 0px 10px;
	float: left;

}

.prodTitle a {
	font-family: 'Quicksand Bold', Arial, sans-serif;
	text-decoration: none;
	color: #0071BC;
	font-size: 22px;
	font-weight: normal;
}

/* Product Content Area */

h2.cat_name, h2.title{
	font-family: 'Quicksand Book', Arial, sans-serif;
	font-size: 24px;
	color: #0071bc;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
h2.cat_description {
	font-size: 1.2em;
	
}


.prodThumb {
	padding: 5px;

}
.prodImage {
}
.prodThumb a{
	display: block;
	text-transform: uppercase;
	font-size: 9px;
}

.prodThumb img {
	border: 1px solid #ccc;
	background-color: #efefef;
	-moz-box-shadow: #555 0px 0px 5px;
	-webkit-box-shadow: #555 0px 0px 5px;
	
/*
	background-color: #ccc;
	margin: 9px;
	border: 1px solid #333;
*/
}

a.product_category_thumb_link
{
	font-family: 'Quicksand Bold', Arial, sans-serif;
	text-decoration:none;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	color: #0071bc;
}

a.product_link {
	font-family: 'Quicksand Bold', Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-transform: capitalize;
	color: #0071bc;
}
a.product_link:hover {
	color: #ff6600;
}


/* ROUNDED BOXES */

.box_top {
	background-image: url(images/barBlueTop.gif);
	background-repeat: no-repeat;
}

.box_top span {
	display: block;
	padding-top: 5px; 
	margin-left: 15px;
	background: url(images/barBlueTop.gif) no-repeat top right;
}

.box_top * {
	color: white;
	font-family: 'Quicksand Bold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	font-size: 12px;
}
.bot_top span a { text-decoration: none;}


.box_content {
	border-top: 1px solid #ccc;
	background-image: url(images/barMidWhite.gif);
	margin: 0px;
	padding: 0px;

}
.box_content span {
	display: block;
	margin-left: 15px;
	background: url(images/barMidWhite.gif) repeat-y top right;
	padding-bottom: 1px;
	padding-top: 5px;
	
}
.bc_blue{
	background-image: url(images/barMidBlue.gif);
	border-top: 0px;
}



.bc_blue span{
	background: url(images/barMidBlue.gif) repeat-y top right;
}



.box_content span a {
	text-decoration: none;
	color: #0071bc;
}
.box_content span a:hover {

}

.box_content p 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.box_foot {
	margin: 0px;
	padding: 0px;
	background: url(images/barBotWhite.gif) no-repeat bottom left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.bf_blue {
	background: url(images/barBotBlue.gif) no-repeat bottom left;

}

.box_foot span {
	display: block;
	margin-left: 15px;
	background: url(images/barBotWhite.gif) no-repeat bottom right;
	height: 5px;
}
.bf_blue span
{	
	height: 10px;
	background: url(images/barBotBlue.gif) no-repeat bottom right;

}

/* BREADCRUMBS */

div.breadcrumb { color: #999;}
div.breadcrumb a {text-decoration: none; color: #999;}
a.bc_current {}
div.breadcrumb a:hover { color: #0071bc;}


/* FOOTER */

	#footer
	{
		margin-top: 10px;
	}

	#footerTop {
		width: 902px;
		height: 18px;
		background-image: url(images/900wTop-trans.png);
		background-repeat: no-repeat;
	}

	#footerMid {
		background-image: url(images/900wMid.gif);
background-color: white;
		background-repeat: repeat-y;
		padding: 3px 10px 3px 10px;
		
	}

	#footerBot {
		width: 902px;
		height: 18px;
		background-image: url(images/900wBot-trans.png);
		background-repeat: no-repeat;
	}
	
	
	#footer a
	{
		text-decoration: none;
		color: #0071bc;
	}

	#footer a:hover
	{
		text-decoration: underline;
		color: #0071bc;
	}


