/*
***********************************************************
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 { 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: 1000px;
	width: 998px;
	position: relative;	
}

#main, #wrap, #left, #center, #right, #intro, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: #FFF url(../img/bg-main.jpg) no-repeat left top;
	width: 1000px;
	width: 998px;
}

#header, #wrap, #footer {
	background: url(../img/bg-header2.gif) no-repeat center 114px;
	height: 180px;
	width: 998px;
	position: relative;	
}

#header span, .hide, #description, #skip, #intro{
	display: none;
}

#wrap {
	background: url(../img/bg-wrap.gif) center;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding-top: 15px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	background: url(../img/bg-left.jpg) no-repeat left top;
	margin-left: 30px;
	width: 230px;
	
	min-height: 108px;
	height: auto !important;
	height: 325px;
}

/* Center  ////////////////////////////////////////////////////////////////////////*/
#center {
	width: 430px;
	margin-left: 20px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-left: 20px;
	width: 240px;
}
#center img , #right img {
	border : 1px solid #CECECE;
	margin-bottom:5px;
	padding:0px;
}
#center ul{
	margin:0;
	padding:0;
}

#center .browsebox li{	
	height:10px;		
	display:inline;		
	padding: 0 3px 5px 3px;			
	/* Footer ////////////////////////////////////////////////////////////////////////*/	
}
#footer{
	background: url(../img/bg-footer.gif) no-repeat center bottom;
	margin: auto;
	height: 85px;	
}
