@charset "utf-8";
/************************************************************
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; }
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;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 992px;
	position: relative;
}

#header, #main {
	background: url(../images/bg-header.png) no-repeat center;
	height: 160px;
	width: 980px;
	padding-left: 6px;
	padding-right: 6px;
}

#header span, .hide{
	display: none;
}

#main, #header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#main {
	background: url(../images/bg-main.png) repeat-y top center;
	min-height: 450px;
	height: auto !important;
	/* height: 450px; */
	padding-left: 6px;
	padding-right: 6px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 166px;
	overflow: hidden;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	min-height: 450px;
	height: auto !important;
	/* height: 450px; */
	width: 760px;
	padding: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

#wave {
	background: url(../images/footer-wave.gif) no-repeat center;
	height: 60px;
}
/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 0px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: transparent url(../images/bg-footer.gif) no-repeat center;
	height: 100px;
	width: 980px;
	padding-left: 6px;
	padding-right: 6px;
}

/* Tools //////////////////////////////////////////////////////////////////////*/
#tools {
	position:absolute;
	left:800px;
	top:60px;
}
