/* 
	Main CSS doc for Enrich Canada Inc. | Copyright 2008
	Created By Odvod Media. (http://www.odvod.com)
*/

/*
	Palette
	#333333		dark gray
	#8c461f		bg
	#b5d99a		nav
	#009c5a		nav hover
	#C38214		nav current
	#fcba63		header
	
*/

/*
*	Typography
*****************************/


body
{
	background: #ece68e;
	font-size: 62.5%;
	font-family: arial, verdana, helvetica, sans-serif;
}

p
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

	#copyright p
	{
		color: #fff;
		font-size: 1em;
	}


h1, h2, h3, h4, h5, h6 { clear: both; }

h1
{
	color: #C38214;
	font-size: 2.5em;
	margin: .5em 0 .5em 0;
}

h2
{
	font-size: 1.7em;
	color: #C38214;
}

h3
{
	font-size: 1.5em;
	color: #000;
}


p.pleaseNote
{
	text-transform: uppercase;
	font-weight: bold;
}

/*
*	Structure
*****************************/

#page
{
	width: 770px;
	margin: 20px auto 0 auto;
}

	#nav, #footer
	{
		background: #7ecade;
		height: 22px;
		width: 770px;
		margin: 0 !important; 
	}
	
	#nav li, #footer li
	{
		display: inline;
	}
	#nav a, #footer a
	{
		width: 128px;
		height: 15px;
		float: left;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #000;
		padding: 5px 5px 2px 5px;
	}
	#nav a.current, #footer a.current
	{
		color: #a13e1b;
	}
	#nav a:hover, #footer a:hover
	{
		background: #f9c474;
	}
	
	#contentWrap
	{
		background: #fff;
		width: 770px;
		height: 500px;
		overflow: auto;
	}
		#content
		{
			width: 700px;
			margin-left: 30px;
		}
		
		#frame
		{
			width: 770px;
			margin-left: 0px;
		}
			#jumpboxes img
			{
				margin-right: 13px;
			}
			
			#options
			{
				background: url('../images/powered-by.gif') no-repeat left top;
				width: 690px;
				height: 50px;
				margin: 15px 0 0 0;
				padding-top: 10px;
			}
				#options img
				{
					float: right;
					margin-left: 10px;
				}
		
	#copyright
	{
		margin-top: 5px;
	}
	
	
/*
*	Lists
*****************************/	
ul
{
	/*margin: .5em 0 .5em 0;*/
}

	ul#faq
	{
		margin: 2em 1em 1em 2.5em;
		clear: left;
	}
		ul#faq li
		{
			list-style-type: disc;
			font-size: 1.4em;
			margin-bottom: .2em;
		}


/*
*	Misc Classes
*****************************/

.fRight { float: right; margin: 0 0 5px 10px; }
.fLeft { float: left; margin: 0 10px 5px 0; }

.tblContact tr td
{
	padding-bottom: 10px;
}
.input_title { vertical-align: top; }
.td_validation { color: #900; font-weight: bold; font-size: 1.1em; }




/*
*	HOME PAGE
*****************************/


.leftCol {float:left;width:350px;padding:10px 0 0 0;}
.rightCol {float:right;width:300px;padding:10px 0 0 0;}
.leftCol p, .rightCol p {font-size:1.2em;color:#666;}
.rightCol a:link {color:#666;}
.rightCol a:hover {color:#333;}
.rightCol a:visted {color:#666;}


.row {width:700px;float:left;padding:0 0 10px 0;}
.line {border-bottom:1px solid #ccc;float:left;padding:;}



/*
*	Buttons
*****************************/

.learn_btn, .sample_btn, .discussion_btn {float:left;}
.learn_btn a, .sample_btn a, .discussion_btn a {
	display:block;
	width: 200px;
	height:50px;
	padding:0 15px 0 15px;
}

.learn_btn a{background: url("../images/home_buttons.gif") 0 0 no-repeat;}
.learn_btn a:hover {background-position: 0 -50px;}
.learn_btn a:active {background-position: 0 -50px;}


.sample_btn a{background: url("../images/home_buttons.gif") 0 -100px no-repeat;}
.sample_btn a:hover {background-position: 0 -150px;}
.sample_btn a:active {background-position: 0 -150px;}

.discussion_btn a{background: url("../images/home_buttons.gif") 0 -200px no-repeat;}
.discussion_btn a:hover {background-position: 0 -250px;}
.discussion_btn a:active {background-position: 0 -250px;}



/*
*	Typography
*****************************/

h1#home	{
	background-image: url(../images/home_heading.jpg);
	background-repeat: no-repeat;
	display:block;
	width:723px;
	height:174px;
	text-indent:-9999px;
	margin:20px 0 0 0;
	padding:0;
}


h2#_what, h2#_groups {
	display:block;
	width:300px;
	height:38px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	
	
}

h2#_what {
	background-image: url(../images/home_subHeadings.gif);
	background-position:0 0;
}

h2#_groups {
	background-image: url(../images/home_subHeadings.gif);
	background-position:0 36px;
}

.ready {
display:block;
font-size:1.6em;color:#848382;padding:15px 0 0 0;}


