/***********************************************************
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: #F0F0F0;
	color: #4C4C4C;
	font: normal 76%/1.5  Arial, Helvetica ,sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	color:#B26F00;	
	line-height:1em;
	font-weight:strong; 
	margin-bottom:1em; 
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em;  font-family: "Trebuchet MS",Arial, Helvetica ,sans-serif; color:#FEBD10;}
h3, h4, h5 { margin-bottom:0.2em; }
h3 { font-size: 1.2em; }
h4, h5 { font-size: 1.1em; }
h6 { font-size: 1em; margin-bottom:0.2em; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#B26F00; text-decoration: none; }
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; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 960px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background: url(../img/bg-main.gif) repeat-y center; padding:0 10px; }
#description, #skip, .hide{ display: none;}

#header{
	background:url(../img/header-01.jpg) no-repeat center top;
	height: 176px;
	position: relative;
	width: 940px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { padding-top:16px; width: 180px; }
#left h2 { color:#B26F00;  padding-left:12px;}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	
	width: 510px;
	padding: 10px 20px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { 
	padding:10px; 
	padding-top:64px; 
	width: 190px;
	background:url(../img/bg-tools.gif) no-repeat left 4px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background:url(../img/bg-footer.gif) no-repeat center top;
	font-size: 0.9em;
	margin: auto;
	padding: 0 10px;
	height:110px;
	width: 940px;
	position:relative;
}

