/******************************************************************** colour scheme */


/******************************************************************** text styles */

html,body {
	height:100%; /* needed for container min-height */
}

body {
	color:#000000;
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans",Geneva,Helvetica,Arial,sans-serif;
	font-size:9pt;
	background-attachment: fixed;
	background-image: url(../images/bg_asterix.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

p {
	display:block;
	line-height: 12pt;
	margin-top: 0;
	margin-bottom: 14pt;
}

h1 {
	color:#999999;
	font-size:18pt;
	font-weight:normal;
	margin-left:5%;
}

h2 {
	font-size:24pt;
	margin-bottom:9pt;
	margin-left:5%;
}

h3 {
	font-size:12pt;
	margin-top: 0;
	margin-bottom: 3pt;
}

h4 {
	display:block;
	font-size:10pt;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 4pt;
}

a:link {
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	font-weight: bold;
	text-decoration:underline;
}

ol {
	display:block;
	margin-top:14pt;
	margin-bottom:11pt;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14pt;
}

ol li {
	display:list-item;
	margin-top:0;
	margin-bottom:8pt;
}

input, textarea {
	display: block;
	width:60%;
	padding: 2pt;
	border: 1px solid #99CC33;
}


/******************************************************************** laytout */

#wrapper, #wrapper2 {
	width:100%;
}

#header {
	display:none;
}

#header_graphic {
}

#content {
	padding-bottom:24pt;
}

#footer {
}

#footer p {
	font-size: 8pt;
	text-align: right;
}

.quoteblock {
	background-color: #CCCCCC;
	padding:18pt 14pt;
	margin-top: 14pt;
	margin-bottom: 14pt;
}

.quoteblock p {
	font-size:12pt;
}

.quoteblock p.quotename {
	margin: 0;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}

#col_full, #col_padl, #col_half, #col_third, #col_thirdb, #col_thirdr, #col_onethrid, #col_home1, #col_home2  {
	width:100%;
	margin-left:5%;
	margin-right:10%;
}


#col_promo {
	display:none;
}

#col_tipoftheday {
	display:none;
}


/******************************************************************** navigation */
#nav {
	display: none;
}


/******************************************************************** 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 *
