/*-------------------------------------------------------------
 CSS TEMPLATE FOR XHTML 1.0 TRANSITIONAL HTML-DOCUMENTS
 Version 1.0
 
 - grid
---------------------------------------------------------------*/

/************************************
* page scrolling behaviour
*************************************/

/* when in standards mode, use styles below */

html
{
	overflow:auto;		
	overflow-x:auto;
}
body
{
	overflow:hidden;
}

/* when in quirksmode, use styles below */

/*
html
{
	overflow:hidden;
}
body
{
	overflow:scroll;		
	overflow-x:auto;
}
*/

html,
body
{
}
div
{
}

/************************************
* typolight default structure
*************************************/

/* page wrapper */
#wrapper
{
}
/* header */
#header
{
	display:block;
	height:89px;
	width:100%;
	background-color: #000000;
}
/* inside */
#header .inside
{
	position:relative;
	height:95px;
	width:955px;
	margin-left: auto;
	margin-right: auto;
}

#left
{
	margin-top: 25px;
}

/* main content */
#container
{
	margin-left:auto;
	margin-right:auto;
	width:955px;
	z-index:101;
}
/* main content left column */
#container #left
{
}
#container #left .inside
{
}
/* main content right column */
#container #right
{
}
#container #right .inside
{
}
/* main content main column */
#container #main
{
	border-top:1px #625958 solid;
	background-color:#131313;
	
	padding:20px;
	padding-left:35px;
}
#container #main .inside
{
}

/* footer */
#footer
{
	margin-left:auto;
	margin-right:auto;
	width:955px;
	z-index:101;
}

/* custom sections */

/************************************
* typolight enter default structure 
*************************************/
body.enter #header
{
	height:295px;
	background-image:url(../images/stripes.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
body.enter #header .inside
{
	height:295px;
}

