/******************************************************************** colour scheme */
.primary {
	color:#99CC33;
}

.primary_tint {
	color:#EBF5D6
}

.secondary, body, input, textarea {
	color:#666666;
}

.secondary_tint {
	color:#CCCCCC;
}


/******************************************************************** text styles */

html,body {
	height:100%; /* needed for container min-height */
}

body {
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans",Geneva,Helvetica,Arial,sans-serif;
	font-size:0.7em;
	background-attachment: fixed;
	background-image: url(../images/bg_asterix.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

p {
	display:block;
	line-height: 1.45em;
	margin-top: 0px;
	margin-bottom: 1.2em;
}

h1 {
	display:none;
	font-size:2.5em;
}

h2 {
	display:none;
	font-size:2em;
}

h3 {
	display:block;
	color:#99CC33;
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-size: 1.5em;
}

h4 {
	display:block;
	color:#99CC33;
	font-size:1.1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

a:link {
	color: #99CC33;
	text-decoration: none;
	background-color: #EBF5D6;
	font-weight: bold;
	padding-right: 0.1em;
	padding-left: 0.1em;
}
a:visited {
	color: #99CC33;
	text-decoration: none;
	background-color: #EBF5D6;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CC33;
	font-weight: bold;
}
a:active {
	color: #99CC33;
	text-decoration: none;
	background-color: #EBF5D6;
	font-weight: bold;
}

ul, ol {
	display:block;
	margin-top:1.1em;
	margin-bottom:2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
}

ul li, ol li {
	display:list-item;
	margin-top:0;
	margin-bottom:0.9em;
}

input, textarea {
	display: block;
	width:385px;
	padding: 0.2em;
	border: 1px solid #99CC33;
}

.reference {
	font-style:italic;
	font-weight:bold;
	color: #999999;
	margin-top: -0.5em;
	margin-bottom: 1.5em;
}


/******************************************************************** laytout */

#wrapper {
	width:740px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;	

}

#wrapper2 {
	width:700px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/asterix_edges.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

#header {
	width: 700px;
	height:280px;
	background-image:url(../images/ecolateral_logo.gif);
	background-repeat: no-repeat;
}

#header_graphic {
	width:420px;
	height:280px;
	float:right;
}

#content {
	padding-bottom:4em;
	z-index:100;
}

#footer {
	position:absolute;
	width:700px;
	bottom:0;
}

#footer p {
	color: #99CC33;
	font-size: 0.9em;
	text-align: right;
	margin:0;
	padding: 14px 21px;
}

.quoteblock {
	background-color: #EBF5D6;
	padding:3em 1.4em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-image: url(../images/quote_bg1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.quoteblock p {
	font-size:1.25em;
	color:#99CC33;
	font-weight: bold;
}

.quoteblock p.quotename {
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
}

#col_full {
	width:658px;
	margin:0;
	padding: 0 21px;
}

#col_padl {
	width:679px;
	margin:0;
	padding: 0 0 0 21px;
}

#col_half {
	display:block;
	width:287px;
	margin: 0 21px;
	float:left;
}

#col_half2 {
	display:block;
	width:287px;
	margin-left: 0px;
	float:left;
}

#col_third {
	display:block;
	width:385px;
	margin: 0 21px;
	float:left;
}

#col_thirdb {
	display:block;
	width:360px;
	margin: 0 0 0 21px;
	float:left;
}

#col_thirdr {
	display:block;
	width:385px;
	margin: 0 21px;
	float:right;
}

#col_onethrid {
	display:block;
	width:185px;
	margin: 0;
	float:left;
}

/* homepage */

#col_home1 {
	display:block;
	width:200px;
	float:left;
	padding: 0px;
	margin-right: 21px;
}

#col_home2 {
	display:block;
	width:200px;
	float:left;
	padding: 0px;
	margin-right: 21px;
}

#col_promo {
	float:right;
	width:217px;
	padding: 0px;
}

#col_tipoftheday {
	float:right;
	width:210px;
	margin-right:21px;
	background-color: #99CC33;
	background-image: url(../images/tip_exclamation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-top: 3em;
	padding-right: 1.2em;
	padding-bottom: 3em;
	padding-left: 2em;
	margin-left: 0px;
}

#col_tiplist {
	float:right;
	width:240px;
	margin-right:21px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom: 3em;
	margin-left: 0px;
}


#col_tipoftheday h3 {
	color: #FFFFFF;
	margin-left: 1em;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

#col_tipoftheday p {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-right: 1em;
}


/******************************************************************** navigation */
#nav {
	display: block;
	width: 700px;
	font-size: 1.05em;
	height: 49px;
	z-index:100;
}

#nav ul {
	display: block;
	float: right;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav ul li {
	display: block;
	float: left;
	margin-left: 14px;
	padding-top: 5px;
}

#nav a:link {
	color: #99CC33;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav a:visited {
	color: #99CC33;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav a:hover {
	color: #99CC33;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #99CC33;
}
#nav a:active {
	color: #99CC33;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/******************************************************************** clearfix */


.clearFix:after {
    content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 1.2em;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac *
