/* COLORS=
green: #97BE0D
gray: #9727272
 */

body {
	margin:0;
	padding:0;
	color:#000;
	/* background:#d30a1c url(../img/header_background_02.png) repeat-y; */
	font-family: Arial, sans-serif;
	font-size: 11px; 
}

.home {
	background:#d30a1c url(../datas/img/header_background_01.png) repeat-x;
}

#wrap {
	/* width:980px; */
	margin:0 auto;
	min-height: 100%
	/* background:#99c; */
}
#header {
	width:100%;
	height:105px;
	height: 110px;
	color:#fff;
	background:#d30a1c url(../datas/img/header_background_02.png) repeat-y; 
}
.home #header { background:none; }

#header #content {
	width: 900px;
	padding: 0 10px;
	margin:0 auto;
}

#header #content #logo{
	width: 166px;
	height: 50px;
	float:	left;
	margin: 20px 0 0 10px;
}

#header h1, #header h2 {
	display: none;
}

h1 {
	margin:0 0 1em;
	color: #727272;
	font-size: 20px;
}

h2 {
	margin:0 0 1em;
}

a {
	/* color: #000; */
	color: #97BE0D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	border:0;
}

#menu{
		float: left;
		margin: 20px 0 0 50px;
		padding: 0 10px;
		width:620px;
		height:50px;
		font-size:11px;
		font-weight:bold;
		font-family:Arial,Verdana,Helvitica,sans-serif;
		background:url(../datas/img/menu_background-2.png) no-repeat;
	}
		#menu ul{
			list-style:none;
			padding:0 25px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0; /* 2px */
				height:30px;
				line-height:30px;
				vertical-align:middle;
			}
				#menu li a{
					display:block;
					float:left;
					color:#666;
					font-size:11px;
					font-weight:bold;
					padding:0 10px 0 10px;
					text-decoration:none;
					cursor:pointer;
				}
				#menu li a span{
					display:block;
					float:left;
					color:#666;
					padding:0 30px 0 15px;
				}
					#menu li a:hover{
						display:block;
						float:left;
						color:#fff;
						background:url(../datas/img/menu_background_over.png) repeat-x left;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						color:#fff;
						background:url(../datas/img/menu_background_over.png) repeat-x right;
					}
				#menu li a.current{
					display:block;
					float:left;
					/* color:#574622; */
					color:#fff;
					font-size:11px;
					font-weight:bold;
					background:url(../datas/img/menu_background_on.png) repeat-x left;
					padding:0 15px 0 15px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(../datas/img/menu_background_on.png) repeat-x right;
					color:#574622;
					padding:0 38px 0 18px;
				}

#contentwrapper {
	background:#fff url(../datas/img/content_background.png) repeat-x;
	/* border: 1px solid; */
}
.home #contentwrapper {
	background: transparent;
	/* border: 1px solid; */
}

#mainwrapper {
	background: url(../datas/img/mainwrapper_background.png) repeat-y;
	width:920px;
	margin:0 auto;
	padding:50;
	/* min-height: 80%; */
	height: 100%;
}

.home #mainwrapper { background:  url(../datas/img/content_home_background.png) no-repeat left bottom  ; }

#showreel_home {
	width:910px;
	height: 525px;
	margin:0 10px;
}

#showreel {
	width:905px;
}
#main {
	float:left;
	width:670px;
	padding:10px;
}

#main h1, #main p {
	size: 100%;
	margin: 0 0 5px 10px;
}

#breadcrumbs {
	color: #727272;
	margin: 0 0 20px 10px;
	border-bottom: 1px solid #999;
}

#breadcrumbs a {
	color: #727272;
	text-decoration: none;
}

#news {
	background-color:#333;
	border-top: 1px solid #999;
	margin: 0 0 5px 10px;
	width: 660px;
	height: 362px;
	color: #ccc;
}

#main #news h2 {
	font-size: 13px;
	font-weight: bold;
	margin:5px 0 -15px 10px;
	color: #eee;
}

#main #news h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 10px;
	color: #eee;
}
	
#main #news h3 .small {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#main #news p {
	font-size: 10px;
}

#main #news p strong {
	font-size: 11px;
	color: #eee;
}

#main #news a, #main #news a:hover, #main #news a:visited {
	text-decoration: underline;
	font-size: 11px;
}

#main #content_block {
	clear: both;
	width: 670px;
}

#main #content_block.details { height: auto; }

	#main #content_block  .tabs img{
		margin-left: -3px;
	}

	#main #content_block  .content {
		float:right; 
		width: 520px;
		margin: 10px 0 0 10px; 
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		height: 130px;
	}
	
	#main #content_block.details  .content { min-height: 130px; height: auto; }

	#main #content_block  .content h2 {
		size: 90%;
		color: #000;
		margin-top: 10px;
	}

	#main #content_block  .content p {
		color: #727272;
		height: 70px;
		margin: 0;
		overflow: hidden;
	}
	
	#main #content_block.details  .content p { height: auto; }

	#main #content_block  .thumb {
		float:left; 
		width: 140px;
	}
	
	#main #content_block  .content a.more,  a.more{
		font-style:italic;
		text-decoration: none;
	}

	#main #content_block  .content ul.tabs {
		float:right; 
		margin-top: 0;
	}

		#content_block .content ul.tabs li{
			list-style: none;
			float: left;
			width: 32px;
			height: 20px;
			display: block;
			text-align: center;
		}
		
		#content_block .content ul.tabs li.first{ background: url(../datas/img/content_tab_first.png); }
		#content_block .content ul.tabs li.first:hover{ background: #fff url(../datas/img/content_tab_first_over.png); }
		
		#content_block .content ul.tabs li.last{ background: url(../datas/img/content_tab_last.png); }
		#content_block .content ul.tabs li.last:hover{ background: url(../datas/img/content_tab_last_over.png); }
		
			#content_block .content ul.tabs li a.tab{
				display: block;
				color: #727272;
				padding: 3px 0;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 9px;
			}

			#content_block .content ul.tabs li a.tab:hover{	
				color: #fff;				
			}

#sidebar {
	float:right;
	width:225px;
	margin:0 -10px 0;
}

	#sidebar #right_block {
		width: 206px;
		min-height: 67px;
		margin: 20px 0;
	}

	#sidebar #right_block.green h1 {
		background: url(../datas/img/right_background_green_01.png) no-repeat;
		height: 67px; overflow: hidden;
		margin: 0px; padding: 20px;
		line-height: 40px;
		font-size: 125%;
		color: #fff;
	}

	#sidebar #right_block.green p, #sidebar #right_block.green ul {
		background: url(../datas/img/right_background_green_02.png) repeat-y;
		margin:-40px 0 -45px 0; padding:0px 20px;
		min-height:99px;
		color: #fff;
	}

	#sidebar #right_block .green_bottom {
		background: transparent url(../datas/img/right_background_green_03_hat_2.png) 0 -90px no-repeat;
		width: 230px;
		height: 110px;
		margin:0px; padding:0px;
	}

	#sidebar #right_block.gray h1 {
		background: url(../datas/img/right_background_gray_01.png) no-repeat;
		height: 74px; overflow: hidden;
		margin: 0px;
		color: #fff;
	}

	#sidebar #right_block.gray p, #sidebar #right_block.gray ul {
		background: url(../datas/img/right_background_gray_02.png) repeat-y;
		margin:-40px 0; padding:0px 20px;
		min-height:99px;
		color: #fff;
	}

	#sidebar #right_block.green a {
		color: #fff;
		text-decoration: underline;
	}

	#sidebar #right_block.gray a {
		color: #fff;
		text-decoration: none;
	}

	#sidebar #right_block .gray_bottom {
		background: transparent url(../datas/img/right_background_gray_03.png) no-repeat;
		width: 230px;
		height: 50px;
		margin:40px 0; padding:0px;
	}

.clear {
	clear:both;
	padding:5px 10px;
}

#footer {
	clear:both;
	/* position: absolute; */
	bottom: 0;
	/* padding:5px 10px; */
	background:url("../datas/img/content_background.png") repeat-x scroll 0 0 #FFFFFF;
	text-align: center;
}

.home #footer { 
	background:#fff; 
	width: 100%;
}

#footer p {
	margin:0;
	color: #fff;
	width: 100%;
	background:#d30a1c url(../datas/img/header_background_02.png) repeat-y;
}

.home #footer p {
	color: #727272;
}

* html #footer {
	height:1px;
}
