/************************************************************
Title:   Main | Author:    Emile Blume - Netcreators.com
************************************************************/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
/*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong, b { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
table td { vertical-align:top; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote, q { quotes: "" "";}
dd { margin-left:1em;}
kbd, samp { font-size: medium; }
sup { font-size:x-small; vertical-align:top; }
sub { font-size:x-small; vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }
table td { vertical-align:top; }


/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#main, #header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#header{ height: 160px; width: 980px;}
#header span, .hide{ display: none;}

#main {	
	background: url(../img/bg-main.gif) no-repeat left top;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 980px;
	left: 0;
	top: 10px;
	position: relative;
	padding-bottom: 20px;
}

#left, #center, #right { 
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {	
	background: url(../img/bg-left.gif) no-repeat top left;
	margin-left: 20px;
	padding: 10px 0 0 20px;
	width: 490px;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	margin-left: 20px;
	padding-bottom: 20px;
	width: 280px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-left: 10px;
	margin-top: 380px;
	padding-left: 10px;
	width: 130px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../img/bg-footer.gif) no-repeat left top;
	height: 40px;
	width: 980px;
	position: relative;
}