/*
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: 538px;
	padding-top:0;
}

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

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

}

#contentinner {
	padding-top:1em;
}

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


/* @group homeboxes */

#boxcontainer {
	width: 394px;
	color: #fff;
	float: right;
}
#boxcontainer h2 {
	text-align:center;
	letter-spacing: .1em;
}

.darkbox, .lightbox {
	float: left;
	width: 182px;
	margin: 5px 7px 10px 0 ;
	color: #fff;
}
.lightbox h3, .darkbox h3 {
	color: #e16e21;
	padding: 5px 15px 5px 15px ;
	border-bottom: 1px solid #959595;
	font-size:1.2em;
}
.lightbox p, .darkbox p {
	font-size:.9em;
	min-height:65px;
	padding: 10px 15px;
}
.lightbox {
	text-align: right;
	background-color: #5e5f5e;
}
.lightbox h3 {
	background:  #5e5f5e url("/tpl/carbon/img/box_light_top.png") no-repeat left top;
}
.lightbox p {
	background: #5e5f5e url("/tpl/carbon/img/box_light_bot.png") no-repeat left bottom;
}
.darkbox {
	background-color: #3d3e3d;
}
.darkbox h3 {
	background:  #3d3e3d url("/tpl/carbon/img/box_dark_top.png") no-repeat left top;
}
.darkbox p {
	background: #3d3e3d url("/tpl/carbon/img/box_dark_bot.png") no-repeat left bottom;
}

/* @end */


/* @group headlines */

#headlines {
	display:block;
	padding: 25px 25px 0 0;
	width: 240px;
	border-right:1px dotted #000;
	float: left;
	border-style: dashed;
}

dl.tease {
	width: 90%;
	padding:0  0 1.2em 15px ;
}
dl.tease.last {
	padding-bottom :.3em ;
}

dl.tease dd.title {
	margin-bottom:.5em;
	padding-left:30px ;
	background: url("/tpl/carbon/img/dl_tease.png") no-repeat 0 0;
}

dl.tease dt.more {
	padding-top: 5px ;
	text-align:right;
}

/* @end */
