/* *************************** */
/* * Fabricat la MarkFactory * */
/* * www.markfactory.ro      * */
/* *************************** */
/* * style.css               * */
/* *************************** */
/* * graphics : Steph        * */
/* * developer: ShoKatoo     * */
/* *************************** */

/* * Reset * */
html, body { min-height: 100%; }

* {	padding: 0;	margin: 0; }

h1, h2, h3, h4, h5, h6 { line-height: 1; color: #da241d; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 12px; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

a { text-decoration: none; }

a img { border: 0; }

/* * General * */
body { background: #f2f2f2; font-family: Verdana; font-size: 10px; color: #4f4f4f; }

/* * Misc * */
.spacer { height: 8px; display: block;}
.vertSpacer { width: 9px; height: 1px; display: block;}
.floatClear { clear: both; }
.left { float: left; }
.right { float: right; }
#mkfLink { color: #4f4f4f; }
#mkfLink:hover { color: #EC008C; }


#headerWrapper, #contentWrapper, #footerWrapper { width: 804px; margin: 0 auto; }

#headerWrapper {  }
	#logoWrapper { margin-top: 5px; }
	#topNavWrapper { width: 804px; height: 285px; background: url('../_img/top_bg.jpg') no-repeat center center; display: block; }
		#menuWrapper { width: 520px; height: 47px; padding: 238px 0 0 284px; }
			
#contentWrapper {  }
	#aboutWrapper { width: 804px; height: 146px; background: url('../_img/homepage_about.jpg') no-repeat center center; display: block; }
		.adresa { width: 210px; height: 86px; padding: 30px; display: block; font-size: 9px; color: #4f4f4f; }
		.link { width: 520px; height: 18px; padding: 128px 0 0 14px; display: block; font-size: 10px; color: #ffffff; }
			.link a { color: #ffffff; text-decoration: underline; font-weight: bold; }
			.link a:hover { color: #959595; }
			
	.thumb { width: 262px; height: 42px; padding-top: 107px; display: block; }
		.thumb a { width: 262px; height: 42px; display: block; background-position: 0 42px; }
		.thumb a:hover { background-position: 0 0; }
			#polietilena { background: url('../_img/thumb_polietilena_bg.jpg') top left; }
			#polietilena a { background-image: url('../_img/link_polietilena_bg.jpg'); }
			#policlorura { background: url('../_img/thumb_policlorura_bg.jpg') top left; }
			#policlorura a { background-image: url('../_img/link_policlorura_bg.jpg'); }
			#tehnopolimeri { background: url('../_img/thumb_tehnopolimeri_bg.jpg') top left; }
			#tehnopolimeri a { background-image: url('../_img/link_tehnopolimeri_bg.jpg'); }
			
	#linkBlock1, #linkBlock2, #linkBlock3 { width: 242px; padding: 10px; display: block; }
	.linkBlock ul { list-style: none; }
	.linkBlock ul li { display: inline; }
	.linkBlock ul li a { padding: 0 0 4px 10px; background: url('../_img/link_block_bullet.gif') no-repeat top left; display: block; font-weight: bold; color: #898989; }
	.linkBlock ul li a:hover { color: #000000; }
	
	#leftColumn { width: 248px; padding: 25px 0 25px 25px; }
		#leftColumn .linkBlock { padding-left: 10px; }
		#leftColumn .linkBlock ul li a { font-size: 11px; font-weight: normal; text-transform: uppercase; }
	#rightColumn { width: 481px; padding: 25px; }
	
	#contactForm {}
		#contactForm table tr td { vertical-align: top; }
		#contactForm label { font-weight: bold; }
		#contactForm label.error { width: 174px; height: 26px; font-weight: bold; color: #da241d; background:  #ffffff url('../_img/warn.gif') no-repeat 1px 1px; border: 1px solid #da241d; padding: 0 0 0 30px; display: none;}
		p.warning, p.success { width: 391px; padding: 6px 6px 6px 30px; font-weight: bold;}
		p.warning { background:  #ffffff url('../_img/warn.gif') no-repeat 1px 1px; border: 1px solid #da241d; color: #da241d; }
		p.success { background:  #ffffff url('../_img/ok.gif') no-repeat 1px 1px; border: 1px solid #55AA00; color: #55AA00; }
		#contactForm .field, #contactForm .area { width: 200px; border: 1px solid #9b9b9b; padding: 2px; }
		#contactForm .area { height: 140px; overflow: auto; }
		#contactForm .field:hover, #contactForm .field:focus, #contactForm .area:hover, #contactForm .area:focus { border: 1px solid #000000; }
		#contactForm .button { background: url('../_img/doprdownTopLevelBgNormal.jpg') repeat-x bottom;padding: 2px 6px; border: 1px solid #000000; color: #9b9b9b; font-weight: bold; }
		#contactForm .button:hover, #contactForm .button:focus { background: url('../_img/doprdownTopLevelBg.jpg') repeat-x bottom; }

#footerWrapper {  }
	#footerWrapper #navWrapper { padding: 6px 0; border-bottom: 1px solid #4f4f4f; border-top: 1px solid #4f4f4f; text-align: center; margin-bottom: 5px; }
	#footerWrapper #navWrapper ul { list-style: none; }
	#footerWrapper #navWrapper ul li { display: inline; }
	#footerWrapper #navWrapper ul li a { color: #7b7b7b; padding: 0 9px; }
	#footerWrapper #navWrapper ul li a:hover { color: #000000; }
	#footerWrapper #legal {  }
	#footerWrapper #misc {  }
	
td {padding: 2px;}
