
/* ***************************************
	OVERALL
****************************************** */
	*
	{
		margin: 0;
		padding: 0;
	}
	html
	{
		background: #fb930b;
		min-width: 950px;
	}
	body
	{
		font: 0.7em verdana,arial,sans-serif;
		background: #fb930b;
	}
	a
	{
		text-decoration: underline;
		outline: 0;
	}
	a:active, a:visited
	{
		color: #333;
	}
	a:hover
	{
		text-decoration: none;
	}
	a:focus
	{
		text-decoration: line-through;
	}
	img, fieldset, table
	{
		border: 0;
	}
	ol, ul
	{
		list-style-type: none;
	}
	.clearfix:after
	{
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		clear: both;
		visibility: hidden;
	}
	.clearfix
	{
		display: inline-block;
	}

/* ----------------- CONTAINER & HEADER ------------------- */
	#container
	{
		width: 100%;
		min-width: 950px;
	}
	
	#header
	{
		width: 100%;
		overflow: hidden;
		color: #d9d9d9;
		border-top: 1px solid #666;
		padding-bottom: 1px;
		background-color: #b5b380;
	}


/* --------------------- MENU ---------------------- */
	#menu
	{
		width: 100%;
		overflow: hidden;
		height: 70px;
		position: relative;
		top: 0;
		background-color: #E8E6C1;
	}
	#menu h1
	{
		float: left;
		text-indent: -9999px;
		width: 340px;
		height: 100px;
		margin: -15px 0px 0px 20px;
		background: transparent url( 'images/logo.gif' ) 0 0 no-repeat;
		z-index: 1000;
	}
	#menu h1 a
	{
		background: transparent;
		width: 170px;
		height: 52px;
		display: block;
		outline: 0;
		text-decoration: none;
	}
	#menu ol
	{
		float: right;
		position: relative;
		top: 23px;
		right: 0;
		margin-right: 33px;
		width: 494px;
		height: 24px;
	}
	#menu li
	{
		text-indent: -9999px;
		height: 24px;
		position: absolute;
		top: 0;
	}
	#menu li a
	{
		height: 24px;
		display: block;
		text-decoration: none;
	}
	#menu li#m1
	{
		left: 0px;
		width: 80px;
		background: url( 'images/nav_home.gif' ) no-repeat 0 0;
	}
	#menu li#m1 a:hover, #menu li#m1 a:focus
	{
		background: url( 'images/nav_home.gif' ) no-repeat 0 -24px;
	}
	#menu li#m1active
	{
		left: 0px;
		width: 80px;
		background: url( 'images/nav_home.gif' ) no-repeat 0 -24px;
	}

	#menu li#m2
	{
		left: 80px;
		width: 80px;
		background: url( 'images/nav_projects.gif' ) no-repeat 0 0;
	}
	#menu li#m2 a:hover, #menu li#m2 a:focus
	{
		background: url( 'images/nav_projects.gif' ) no-repeat 0 -24px;
	}
	#menu li#m2active
	{
		left: 80px;
		width: 80px;
		background: url( 'images/nav_projects.gif' ) no-repeat 0 -24px;
	}

	#menu li#m3
	{
		left: 160px;
		width: 80px;
		background: url( 'images/nav_about.gif' ) no-repeat 0 0;
	}
	#menu li#m3 a:hover, #menu li#m3 a:focus
	{
		background: url( 'images/nav_about.gif' ) no-repeat 0 -24px;
	}
	#menu li#m3active
	{
		left: 160px;
		width: 80px;
		background: url( 'images/nav_about.gif' ) no-repeat 0 -24px;
	}
/*
	#menu li#m4
	{
		left: 240px;
		width: 80px;
		background: url( 'images/nav_about.gif' ) no-repeat 0 0;
	}
	#menu li#m4 a:hover, #menu li#m4 a:focus
	{
		background: url( 'images/nav_about.gif' ) no-repeat 0 -24px;
	}
	#menu li#m4active
	{
		left: 240px;
		width: 80px;
		background: url( 'images/nav_about.gif' ) no-repeat 0 -24px;
	}
*/

/* -------------- FOOTER -------------- */
	#footer
	{
		clear: both;
		width: 100%;
		background: #fb930b url(  'images/bg.jpg' ) repeat-x 0 0;
	}
	#footer p
	{
		color: #af6300;
		text-align: center;
		padding: 265px 0 10px 0;
	}
	#footer p#nobg
	{
		padding: 0 0 15px 0;
		background: #fb930b;
	}
	#footer p, body.ah #footer p
	{
		background: transparent url( 'images/bottom1.jpg' ) 50% 0 no-repeat;
	}

	#footer p strong
	{
		font-weight: normal;
		background: url( 'images/bar.jpg' ) 0 70% no-repeat;
		margin-left: 3px;
		padding-left: 10px;
	}
	#footer p strong.first
	{
		background-image: none;
		padding-left: 0;
	}
	#footer p em
	{
		display: none;
	}
	#footer a
	{
		color: #af6300;
	}
	
/* --------------- CONTENT -------------- */
	#wrapper
	{
		background: #fff;
		width: 100%;
		text-align: center;
		padding: 25px 0 3px 0;
	}
	#content
	{
		position: relative;
		top: 0;
		width: 950px;
		margin: 0 auto;
		text-align: left;
	}
	#content p
	{
		color: #8b8957;
	}
	#content .left
	{
		float: left;
		width: 417px;
	}
	#content .left p, #content .left h4
	{
		color: #fff;
		background: #fb930b;
		line-height: 1.4em;
		font-size: 1.25em;
		font-family: arial,sans-serif;
		font-style: italic;
		padding: 6px 15px 14px 20px;
	}
	#content .left h4
	{
		font-weight: normal;
	}
	#content .left p.slogan
	{
		text-align: right;
	}
	#content .left p.slogan strong
	{
		color: #7d4700;
	}
	#content .left p.slogan a
	{
		color: #fff;
	}
	#content .left p.to_left
	{
		float: left;
		width: 417px;
		padding: 0;
	}
	/* width:227px; */
	#content .left p.to_left .txt
	{
		display: block;
		margin: 6px 20px 14px 20px;
	}
	/* margin-right:47px; */
	#content .left p.to_right
	{
		float: right;
		width: 190px;
		padding: 0;
	}
	#content .left p.to_right .txt
	{
		display: block;
		margin: 6px 55px 14px 0;
	}
	#content .left p.to_right strong
	{
		margin-right: 10px;
	}
	#content .left p.to_left a, #content .left p.to_right a, #content .left p.last2 a
	{
		color: #fff;
		text-decoration: none;
	}
	#content .left p.to_left a:hover, #content .left p.to_right a:hover, #content .left p.last2 a:hover
	{
		text-decoration: underline;
	}
	#content .left p.last, #content .left p.last2
	{
		background: #fb930b url( 'images/botgrit.jpg' ) 0 100% no-repeat;
		padding-bottom: 19px;
	}
	#content .left p.last2
	{
		float: none;
		clear: left;
		display: block;
		margin-top: -2px;
	}
	#content .left ul
	{
		position: relative;
		top: 5px;
		left: 0;
		width: 417px;
		height: 120px;
		background: transparent url( 'images/menu2.gif' ) 0 0 no-repeat;
	}
	#content .left li
	{
		text-indent: -9999px;
		height: 120px;
		width: 139px;
		position: absolute;
		top: 0;
	}
	#content .left li a
	{
		height: 120px;
		width: 139px;
		display: block;
		text-decoration: none;
	}
	#content .left li#l1
	{
		left: 0px;
	}
	#content .left li#l1 a:hover, #content .left li#l1 a:focus
	{
		background: url( 'images/menu2.gif' ) no-repeat 0 -120px;
	}
	#content .left li#l2
	{
		left: 139px;
	}
	#content .left li#l2 a:hover, #content .left li#l2 a:focus
	{
		background: url( 'images/menu2.gif' ) no-repeat -139px -120px;
	}
	#content .left li#l3
	{
		left: 278px;
	}
	#content .left li#l3 a:hover, #content .left li#l3 a:focus
	{
		background: url( 'images/menu2.gif' ) no-repeat -278px -120px;
	}
	
	#content .right
	{
		float: right;
		width: 473px;
	}

	#content .right p
	{
		line-height: 1.5em;
	}
	#content .right p a
	{
		color: #8b8957;
		text-decoration: none;
		font-style: italic;
	}
	#content .right p a:hover, #content .right p a:hover em, #content .right p a:focus, #content .right p a:focus em
	{
		color: #b5b380;
	}
	#content .right p a em
	{
		font-style: normal;
		color: #fb930b;
	}
	#content .right p a:hover .date, #content .right p a:focus .date
	{
		color: #8b8957;
	}
	#content .right p .date
	{
		font-size: 1em;
		display: block;
	}
	#content .right p.info1 strong, #content .right p.info2 strong
	{
		color: #fb930b;
		display: block;
	}
	#content .right p.info1, #content .right p.info2
	{
		line-height: 1.2em;
		float: left;
		width: 220px;
		padding-top: 120px;
		margin-top: 7px;
	}
	#content .right p.info1 a, #content .right p.info2 a
	{
		padding-top: 120px;
		font-style: normal;
	}
	#content .right p.info1
	{
		background: transparent url( 'images/info06.jpg' ) 0 0 no-repeat;
		margin-right: 30px;
	}
	#content .right p.info2
	{
		background: transparent url( 'images/info05.jpg' ) 0 0 no-repeat;
		margin-bottom: 7px;
	}			
/* ------------------------------ DOMTAB ----------------------------- */
.domtab
{
	background: transparent;
	width: 948px;
	position: relative;
	top: 0;
	left: 1px;
}
.domtab h3, .domtab p.top, .domtab p.to_top
{
	text-indent: -9999px;
}
.domtab ul.domtabs
{
	position: absolute;
	top: 0;
	height: 49px;
	width: 948px;
	text-indent: -9999px;
	list-style-type: none;
	background: url( 'images/menu3.gif' ) 0 0 no-repeat;
}
.domtab div#tabi
{
	padding: 55px 0;
}
.domtab ul.domtabs li
{
	height: 49px;
	width: 316px;
	position: absolute;
	top: 0;
}
.domtab ul.domtabs a
{
	height: 49px;
	width: 316px;
	display: block;
}
.domtab ul.domtabs li#ps
{
	left: 0px;
}
.domtab ul.domtabs li#ps a:hover, div ul.domtabs li#ps.active
{
	background: url( 'images/menu3.gif' ) 0 -49px no-repeat;
}
.domtab ul.domtabs li#iw
{
	left: 316px;
}
.domtab ul.domtabs li#iw a:hover, div ul.domtabs li#iw.active
{
	background: url( 'images/menu3.gif' ) -316px -49px no-repeat;
}
.domtab ul.domtabs li#mi
{
	left: 632px;
}
.domtab ul.domtabs li#mi a:hover, div ul.domtabs li#mi.active
{
	background: url( 'images/menu3.gif' ) -632px -49px no-repeat;
}
.domtab h4
{
	font-weight: bold;
	color: #fb930b;
}
.domtab a
{
	padding: 0;
}
.domtab a
{
	color: #8b8957;
	text-decoration: none;
}
.domtab a em, .domtab p.pages a
{
	font-style: normal;
	color: #fb930b;
}
.domtab a:hover, .domtab a:focus, .domtab a:hover em, .domtab a:focus em
{
	color: #b5b380;
}
.domtab p.top, .domtab p.to_top
{
	width: 14px;
	height: 17px;
	background: url( 'images/arrow3.jpg' ) 0 0 no-repeat;
}
.domtab p.top a, .domtab p.to_top a
{
	display: block;
	width: 14px;
	height: 17px;
}
.domtab p.to_top
{
	clear: both;
	margin-left: 925px !important;
}
.domtab .pro
{
	position: relative;
	left: 1px;
	width: 365px;
	height: 300px;
	display: block;
	clear: both;
	margin-top: 5px;
}
.domtab .pro h4
{
	padding: 9px 0 3px 0;
	font-size: 1.2em;
}
.domtab .pro p
{
	padding: 0 10px 10px 0;
}
.domtab .pro strong
{
	color: #fb930b;
}
.domtab .pro p.imago
{
	float: left;
	width: 550px;
	height: 382px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-indent: -9999px;
}
.domtab .pro p.imago a
{
	display: block;
	width: 550px;
	height: 382px;
}
.domtab .pro p#i00
{
	background: url( '../images/avon_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i01
{
	background: url( '../images/flowair_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i02
{
	background: url( '../images/ca_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i03
{
	background: url( '../images/dogs_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i04
{
	background: url( '../images/fatmamas_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i05
{
	background: url( '../images/monety_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i06
{
	background: url( '../images/xoxo_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i07
{
	background: url( '../images/sokker_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i08
{
	background: url( '../images/estudent_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i09
{
	background: url( '../images/cropptown_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i10
{
	background: url( '../images/zentropy_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i11
{
	background: url( '../images/osbridge_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i12
{
	background: url( '../images/tattooricardo_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i13
{
	background: url( '../images/eurosystem_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i14
{
	background: url( '../images/promostars_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i15
{
	background: url( '../images/atmedia_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i16
{
	background: url( '../images/gm_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i17
{
	background: url( '../images/ms_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i18
{
	background: url( '../images/eshee_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p#i19
{
	background: url( '../images/hobby_small.jpg' ) 0 0 no-repeat;
}
.domtab .pro p.more
{
	width: 365px;
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
	background: url( 'images/line.jpg' ) 0 0 no-repeat;
}
.domtab .pro p.more a
{
	padding-right: 15px;
	background: transparent url( 'images/out.gif' ) 100% 80% no-repeat;
}
.domtab .pro p.top
{
	position: absolute;
	top: 90%;
	left: 98%;
}
.domtab .logo
{
	float: left;
	width: 295px;
	margin: 5px 9px;
}
.domtab .logo h4
{
	width: 295px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url( 'images/line.jpg' ) 0 0 no-repeat;
}
.domtab .logo h4 em
{
	font-weight: normal;
	color: #8b8957;
	font-style: normal;
}
.domtab .logo img
{
	margin-left: -10px;
}
.domtab .seo
{
	float: left;
	width: 440px;
	margin: 20px 26px 10px 3px;
	padding-bottom: 5px;
	background: url( 'images/line.jpg' ) 0 100% no-repeat;
}
.domtab .thin p
{
	margin: 0 100px 15px 0;
}
.domtab .seo p
{
	padding: 5px 0 10px 0;
	margin: 0 !important;
	width: 430px !important;
}
.domtab .seo ul
{
	margin: -7px 0 10px 0;
}
.domtab .seo ul a
{
	font-weight: bold;
}
.domtab .seo ul a:hover
{
	text-decoration: underline;
}
.domtab .seo ul li
{
	color: #8b8957;
}
.domtab .seo ul li a
{
	padding-right: 15px;
	background: transparent url( 'images/out.gif' ) 100% 70% no-repeat;
}
	
	
