* {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A {
	outline: none
}
IMG {
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
.logo {
	BACKGROUND: url(img/logo_green.gif) no-repeat left top; 
	MARGIN-BOTTOM: 20px; 
	WIDTH: 68px; 
	HEIGHT: 62px;
	margin-top: 80px;
	margin-left: 800px;
	position: relative;
}
.film-showreel {
	MARGIN-BOTTOM: 10px; 
	WIDTH: 455px; 
	HEIGHT: 350px;
	margin-top: 0px;
	margin-left: 250px;
	position: relative;
}
.menu {
	height: 50px;
	width: 900px;
	MARGIN-TOP: 50px; 
	margin-left: auto; 
	margin-right: auto;
 	position: fixed;
	bottom: 10px;
	BACKGROUND: url(../images/transp.png) left top; 
	text-align:center
}
.menu UL LI {
	DISPLAY: inline; 
	MARGIN-RIGHT: 10px;
}
.menu UL LI A {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR: #fff; 
	TEXT-DECORATION: none;
}

/* film show reel*/

	
/* contact page text*/

.intro1 {
	MARGIN-TOP: 50px; 
	MARGIN-BOTTOM: 0px; 
	FONT-SIZE: 12px; 
	MARGIN-LEFT: 550px; 
	padding-bottom: 50px;
	WIDTH: 320px; 
	COLOR: #7d9f41; 
	LINE-HEIGHT: 18px; 
	HEIGHT: auto;
	text-align:right;
}

.intro1 P {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 8px; 
	COLOR: #7d9f41; 
	PADDING-TOP: 8px;
}

/* formatare meniu*/
	
/* imagini meniu About Us*/
a#aboutus { 
	background-image: url(img/g_about_us.gif); 
	height: 47px; 
	width:109px; 
	display:inline-block; 
	}
a#aboutus span { display:none; }
a#aboutus:hover { background-image:url(img/g_about_us1.gif); }

/* imagini meniu Show Reel*/
a#showreel { 
	background-image: url(img/g_showreel.gif); 
	height: 47px; 
	width:121px; 
	display:inline-block; 
	}
a#showreel span { display:none; }
a#showreel:hover { background-image:url(img/g_showreel1.gif); }

/* imagini meniu Full Service*/
a#fullservice { 
	background-image: url(img/g_fullservice.gif); 
	height: 47px; 
	width:121px; 
	display:inline-block; 
	}
a#fullservice span { display:none; }
a#fullservice:hover { background-image:url(img/g_fullservice1.gif); }

/* imagini meniu Production Service*/
a#productionservice { 
	background-image: url(img/g_productionservice.gif); 
	height: 47px; 
	width:188px; 
	display:inline-block; 
	}
a#productionservice span { display:none; }
a#productionservice:hover { background-image:url(img/g_productionservice1.gif); }

/* imagini meniu Contacts*/
a#contacts { 
	background-image: url(img/g_contacts.gif); 
	height: 47px; 
	width:111px; 
	display:inline-block; 
	}
a#contacts span { display:none; }
a#contacts:hover { background-image:url(img/g_contacts1.gif); }

/* end formatare meniu*/

/* page links*/
a:link {
	color: #7d9f41;
	text-decoration: none;
	}
a:visited {
	color: #7d9f41;
	text-decoration: none;
	}
a:hover, a:active {
	color: #93d917;
	text-decoration: none;
	}