/*
File		:	/tpl/2k7/css/page_home.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn, about@webriding.net
C.D.		:	Fri, May 19, 2006 | 11:07:05 AM
U.D.		:	Fri, May 19, 2006 | 11:07:05 AM
COM			:	http://stopdesign.com/examples/ie5mac-bpf/
				http://tantek.com/CSS/Examples/midpass.html
*/

/*-------------------{ imported common links }---------------------*/


@import url("/tpl/carbon/css/global_links.css");
@import url("/tpl/carbon/css/global_typo.css");

/*------------{ imported styles according to browsers }------------*/

@import url("/tpl/carbon/css/global.css");

/* IE5/Mac Only Styles  */
/*\*//*/
  @import "/tpl/shack/small/global_iemac.css";
/**/

/* IE5/Win Only Styles */
@media tty {
 i{content:"\";/*" "*/}} @import '/tpl/carbon/css/global_iewin.css'; /*";}
}/* */


/*-----------------------{ page style }----------------------------*/


/*due to submenu over flash left place menu under home page */
#header {
	margin: 0 auto ;
	background: transparent url("/tpl/carbon/img/header_home_bkg.png") no-repeat left top;
	text-align: center;
	height: 488px;
	padding-top:0;
}

#action {
	display:block;
	height:300px;
	width: 764px;
	margin: 125px 0 10px 0;
	background: transparent url("/tpl/carbon/img/content_bkg.png") repeat-y left top;
	border-bottom:1px #272827;
}

*html div#action {
	margin-top: 135px;
	background: url("/tpl/carbon/img/content_bkg_ie.jpg") repeat-y left top;
	padding: 0;
}

#contentinner {
	margin : 0 22px 0 22px;
	padding-top:2em;
	padding-right:1em;
	text-align:left;
}


ul#nav {
	position:relative;
	margin:10px auto 10px auto;
}
ul#nav li {
	float:left;
	padding-left: 5px;
	line-height: 1.5;
}


/* @group homeboxes */

#boxcontainer {
	margin:25px;
}

/* @end */


/* @group headlines */

#headlines {
	display:block;
	margin:5px 0 0 15px;
}

#headlines a {
	margin-left:2px;
}

/* @end */
