/***********************************************************
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: #FFF;
	color: #000;
	font: normal 76%/1.5 Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	line-height:1em;
	font-weight:bold; 
	margin-bottom:1.2em; 
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; margin-bottom:0.3em;}

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#0082C8; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 2em 1.3em;
	padding: 0 0 0 2.5em;	
}

ol { list-style:decimal;}
#main ol, #main ul { clear:both; overflow:auto; }

.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; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 976px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background: url(../img/bg.png) repeat-y center;}
#description, #skip, .hide{ display: none;}

#header{
	background: url(../img/bg-header-01.jpg) no-repeat left top;
	color:#FFF;
	position: relative;
	height: 232px;
	width: 976px;
	margin-bottom:16px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { 
	/*margin: 0 0 0 16px;*/
	margin: 0 0 0 32px;
	padding: 0;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	
	width: 500px;
width:450px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { 
	margin: 0 0 0 16px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	border-top: 1px solid #0082C8;
	font-size: 0.9em;
	margin: 1em 32px;
	padding: 0.6em 0;
	width: 912px;
}

