/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* 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 { 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 ///////////////////////////////////////////////////////////////*/
#header, #container {
	width: 1000px;
	*width: 994px;
	position: relative;	
}

#container, #main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#container {
	background: url(../images/bg-container.gif) repeat-y left top; 
}

#main {
	background: url(../images/bg-main.gif) no-repeat left top; 
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 1000px;
	*width: 994px;
}

#header{
	background: url(../images/bg-header.gif) no-repeat left top;
	height: 131px;
	width: 1000px;
	*width: 994px;
}

#logo span, #slogan span, .hide{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 220px;
	padding-top: 20px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 500px;
	padding: 20px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 200px;
	padding: 15px;
	padding-top: 20px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../images/bg-footer.gif) no-repeat left top; 
	text-align: left;
	height: 50px;
	width: 1000px;
	*width: 994px;
}