/* prevents horizontal jumping in firefox */
html {height:100%}
body {min-height:101%}

.index_page {
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/mainbkg_index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
body {
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/mainbkg_green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.produkcija_page {
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/mainbkg_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*
 * Header - ALL
 */
.header {
	width: 870px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(../images/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header .logo{
	width: 245px;
	height: 128px;
	float: left;
}
.header .header_right{
	width: 625px;
	height: 128px;
	float: left;
}
/*
 * Header - LANG MENU
 */
.header .header_right .lang_menu{
	width: 69px;
	height: 28px;
	line-height: 28px;
	float: right;
	clear: both;
	padding: 0 0 72px 0;
}
.header .header_right .lang_menu a.english {
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/english.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 69px;
}
.header .header_right .lang_menu a.srpski {
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/srpski.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 69px;
}
/*
 * Header - MAIN MENU
 */
.header .header_right .main_menu{
	clear: both;
	width: 623px;
	padding: 0 2px 0 0;
	float: right;
	line-height: 28px;
	height: 28px;
	display: block;
}
.menu_naslovna {
	float: right;
	width: 84px;
	height: 28px;
	line-height: 28px;
}
.menu_onama {
	float: right;
	width: 72px;
	height: 28px;
	line-height: 28px;
}
.menu_marketing {
	float: right;
	width: 88px;
	height: 28px;
	line-height: 28px;
}
.menu_produkcija {
	float: right;
	width: 93px;
	height: 28px;
	line-height: 28px;
}
.menu_ljudi {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
}
.menu_zaposlenje {
	float: right;
	width: 92px;
	height: 28px;
	line-height: 28px;
}
.menu_kontakt {
	float: right;
	width: 76px;
	height: 28px;
	line-height: 28px;
}
a.naslovna{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_naslovna1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 84px;
}
a.naslovna:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_naslovna2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
}
a.onama{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_onama1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 72px;
}
a.onama:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_onama2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.marketing{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_marketing1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 88px;
}
a.marketing:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_marketing2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.produkcija{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_produkcija1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 93px;
}
a.produkcija:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_produkcija2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.ljudi{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_ljudi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 60px;
}
a.ljudi:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_ljudi2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.zaposlenje{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_zaposlenje1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 92px;
}
a.zaposlenje:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_zaposlenje2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.kontakt{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_kontakt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 76px;
}
a.kontakt:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_kontakt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_naslovnaactive {
	width: 84px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_naslovna2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_onamaactive {
	width: 72px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_onama2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_marketingactive {
	width: 88px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_marketing2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_produkcijaactive {
	width: 93px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_produkcija2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_ljudiactive {
	width: 60px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_ljudi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_zaposlenjeactive {
	width: 92px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_zaposlenje2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_kontaktactive {
	width: 76px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_kontakt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
/*
 * Header - IMAGE
 */
.header_img {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/*
 * MAIN CONTENT - Index
 */
.maincontent_index {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 20px 0;
}
.maincontent_index .container{
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
}
.maincontent_index .container .marketing_icon{
	float: left;
}
.maincontent_index .container .produkcija_icon{
	float: right;
}
.maincontent_index .container .ideje_icon{
	float: left;
}
/*
 * MAIN CONTENT - Marketing
 */
.maincontent_marketing {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_marketing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - Produkcija
 */
.maincontent_produkcija {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_produkcija.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - Ljudi
 */
.maincontent_ljudi {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_ljudi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - Zaposlenje
 */
.maincontent_zaposlenje {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_zaposlenje.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - O nama
 */
.maincontent_onama {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_onama.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - Kontakt
 */
.maincontent_kontakt {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - All
 */
.page_title {
	width: 870px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 0;
}
.content_left {
	width: 440px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	padding: 12px 65px 0 160px;
}
.content_left_ppl {
	width: 665px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	padding: 12px 0 0 0;
}
.contentppl_padd {
	padding: 0 5px 10px 0;
}
.company_title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #86a0b9;
}
.content_left form{
	margin: 0;
	padding: 0;
}
.content_left p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px 0;
	margin: 0;
}
.submenu {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	padding: 14px 10px 0 5px;
	width: 150px;
}
.submenu .submenu_item {
	border-bottom: 1px dotted #c1d1e1;
}
.submenu .submenu_active {
	padding: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #86a0b9;
	border-bottom: 1px dotted #c1d1e1;
}

.submenu_active a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
.submenu .submenu_item a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86a0b9;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.submenu .submenu_item a:hover {
	color: #ffffff;
	background-color: #c1d1e1;
}

.submenu1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	padding: 14px 10px 0 5px;
	width: 150px;
}
.submenu1 .submenu_item {
	border-bottom: 1px dotted #a4d46a;
}
.submenu1 .submenu_active {
	padding: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #86ad35;
	border-bottom: 1px dotted #a4d46a;
}
.submenu1 .submenu_item a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86ad35;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.submenu1 .submenu_item a:hover {
	color: #ffffff;
	background-color: #a4d46a;
}
.content_center {
	width: 415px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	padding: 12px 65px 0 20px;
}
.content_center p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px 0;
	margin: 0;
	text-align: justify;
}
.content_rite {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 170px;
	background-attachment: scroll;
	background-image: url(../images/contact_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0 0 0;
	float: left;
}
.content_rite p{
	margin: 0;
	padding: 0 0 20px 0;
}
.content_rite .address{
	padding: 0 0 0 25px;
}
.content_rite .address .green1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #86ad35;
}
.content_rite .address .green2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #86ad35;
}
.content_rite .address .blue1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #86a0b9;
}
.content_rite .address .blue2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #86a0b9;
}
.content_left p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px 0;
	margin: 0;
}

/*
 * Footer
 */
.footer {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	padding: 45px 0 0 0;
}
.footer .footer_menu {
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	padding: 0 0 10px 0;
	display: block;
}
.footer .footer_menu .fmenuitem {
	float: left;
	margin: 0;
	padding: 0 20px;
}
.footer .footer_menu .fmenuitem_active {
	float: left;
	margin: 0;
	padding: 0 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.footer .footer_menu .fmenuitem a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footer .footer_menu .fmenuitem a:hover{
	text-decoration: underline;
}
.footer .copy {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	clear: both;
}

.footer #implementek{
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#implementek a{
	position: relative;
	width: 150px;
	height: 20px;
	background-image: url(../images/implementek.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
#implementek a:hover{	
}
#implementek a:link, #implementek a:visited{
	text-indent: -9999px;
}
#implementek h3{
	background-image: none;	
	margin: 0px;
	text-indent: -9999px;
}
/*
 * MixMIXmiX
 */
 
a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #86ad35;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.txtfield1 {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/txtfield_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	border: 1px solid #8eaf2e;
}
.img_left {
	padding: 0 15px 0 0;
}

/*
 * ****************** E N G L I S H ********************
 */


/*
 * Header - MAIN MENU
 */
 
.menu_homepage {
	float: right;
	width: 86px;
	height: 28px;
	line-height: 28px;
}
.menu_aboutus {
	float: right;
	width: 81px;
	height: 28px;
	line-height: 28px;
}
.menu_production {
	float: right;
	width: 95px;
	height: 28px;
	line-height: 28px;
}
.menu_people {
	float: right;
	width: 65px;
	height: 28px;
	line-height: 28px;
}
.menu_jobs {
	float: right;
	width: 58px;
	height: 28px;
	line-height: 28px;
}
.menu_contact {
	float: right;
	width: 76px;
	height: 28px;
	line-height: 28px;
}
a.homepage{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_homepage1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 86px;
}
a.homepage:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_homepage2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
}
a.aboutus{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_aboutus1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 81px;
}
a.aboutus:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_aboutus2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.production{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_production1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 95px;
}
a.production:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_production2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.people{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_people1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 65px;
}
a.people:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_people2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.jobs{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_jobs1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;	
	display: block;
	width: 58px;
}
a.jobs:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_jobs2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.contact{
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_contact1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 76px;
}
a.contact:hover{
	background-attachment: scroll;
	background-image: url(../images/menu_contact2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_homepageactive {
	width: 86px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_homepage2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_aboutusactive {
	width: 81px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_aboutus2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_productionactive {
	width: 95px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_production2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_peopleactive {
	width: 65px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_people2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_jobsactive {
	width: 58px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_jobs2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.menu_contactactive {
	width: 76px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-image: url(../images/menu_contact2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

/*
 * MAIN CONTENT - Production
 */
.maincontent_production {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_production.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - people
 */
.maincontent_people {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_people.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - jobs
 */
.maincontent_jobs {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_jobs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - About us
 */
.maincontent_aboutus {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
/*
 * MAIN CONTENT - Kontakt
 */
.maincontent_contact {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/maincontent_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0;
}
p.folio_subtitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-weight: normal;
	padding: 15px 0 5px 50px;
	margin: 0;
}
.folio_item {
	padding: 0 0 0 100px;
}

.folio_item2 {
	padding: 0 0 0 40px;
}

