/***********************************************************
Title:     Main | Emile Blume - Netcreators.com
************************************************************/

/* Global reset v1.0 | 20081023 //////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, strong, u, i, em, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none;}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/

body { 
	background: #85D0DC  url(../img/bg-main-01.gif) repeat-y center;
	color: #10137E;
	font: normal 76%/1.3 Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#0BA1B8;
	clear:both;
	display:block;
	line-height:1em;
	font-weight:bold; 
	margin-bottom:1.3em;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; font-style:italic; }
h6 { font-size: 0.9em; text-transform:uppercase; }

/*#center h1, #center h2,#center h3, #center h4, #center h5, #center h6 { color:#0BA1B8;}*/

p { font-size: 1em; margin-bottom:1.5em; }
table p { font-size: 1em; margin-bottom:0; } 
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#333; }
#right a { color:#0BA1B8; }
a:hover { text-decoration:underline; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal;}

.hidden { display: none; }
.unhidden { display: block; }

td { height:auto; padding:0.3em; text-align:left;}
td p { margin:0; }
caption, th { padding:0.3em; }
caption { background:black; color:white; font-style:italic; }

#backwrap {
	background: #85D0DC url(../img/bg.gif) repeat-x top;
	height:183px;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:0;
}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	/*
	background: url(../img/bg-main-01.gif) repeat-y center;
	*/
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: auto;
	width: 980px;
	position:relative;
}


#description, #skip, .hide{ display: none;}

#header{
	background:#FFF;
	height: 182px;
	position: relative;
	width: 980px;
}

#header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 280px; 
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	padding:10px 40px;
	width: 480px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right {
	padding: 14px 20px;
	width: 98px;
	overflow:hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{ 
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

