@charset "utf-8";
/*--- Main Colors
a content: color: #f8e600
p footer: color:#aca9a9
a footer: color:#c4b604
---*/
/*--- Reset + General Style ---*/
*					                    { margin:0; padding:0; }
html                                    { overflow-y:scroll; }
body				                    { background: url(images/background.png) repeat-x #000; font:normal 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff;}
.clear									{ height:0px; line-height:0px; font-size:0px; clear:both}
p                                       { margin:0 0 10px 0; font:normal 13px/16px "Trebuchet MS";}
h1, h2, h3, h4							{ font:normal 13px/16px "Trebuchet MS"; margin:0 0 10px 0; color:#fff; }
h2										{ font:normal 18px/20px "Trebuchet MS"; color:#fff;}
h2 span.glbn, h3						{ color:#f8e600;}
ul										{ margin:5px 10px; list-style:disc; }
ol										{ margin:5px 10px; list-style:decimal;}
ul li, ol li							{ padding:3px 0;}
a, a:visited                            { text-decoration:none; color:#f8e600; outline:none;}
a:visited								{ color:#c4b604;}
a:hover                                 { text-decoration:underline;}
a.big									{ font:normal 19px/21px Arial; color:#0759aa;}
a, a img, input, textarea, select		{ border:none; outline:none;}
fieldset								{ display:block; border:none; clear:both;}
.fLeft				                	{ float:left; }
.fRight                              	{ float:right; }
.submit									{ cursor:pointer; padding: 0; margin: 0; width: auto; max-width: auto; overflow: visible}
/*--- Header ---*/
#header									{ width:900px; height:190px; margin:0 auto; position:relative;}
#logo									{ position:absolute; top:14px; left:32px;}

#topNav									{ float:right; position:absolute; top:14px; right:32px;}
#topNav	a, #topNav span					{ font:normal 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; display:inline-block; float:left;}
#topNav	span 							{ padding:0 5px;}
#topNav	a:hover							{ color:#c4b604; text-decoration:none;}
/*--- Meniu Principal ---*/
#menu									{ width:900px; height:52px; position:absolute; bottom:0px; left:0px; overflow:hidden; }
#menu a									{ height:52px; display:inline; background:url(images/menu.png) no-repeat; text-indent:-9999px; float:left;}

#menu a.m1								{ width:113px; background-position:0 0;}
#menu a.m1:hover,					
#menu a#m1								{ width:113px; background-position:0 -52px;}

#menu a.m2								{ width:211px; background-position:-113px 0;}
#menu a.m2:hover,						
#menu a#m2								{ width:211px; background-position:-113px -52px;}

#menu a.m3								{ width:268px; background-position:-324px 0;}
#menu a.m3:hover,
#menu a#m3								{ width:268px; background-position:-324px -52px;}

#menu a.m4								{ width:220px; background-position:-592px 0;}
#menu a.m4:hover,
#menu a#m4								{ width:220px; background-position:-592px -52px;}

#menu a.m5								{ width:88px; background-position:-812px 0;}
#menu a.m5:hover,
#menu a#m5								{ width:88px; background-position:-812px -52px;}
/*--- Banner ---*/
#banner									{ height:246px; background:url(images/bgBanner.png) repeat-x;}
#bCon									{ width:400px; height:190px; padding:56px 480px 0 20px; margin:0 auto; overflow:hidden; position:relative; text-align:justify;}
#semne									{ position:absolute; top:0; right:0;}
/*--- Continut Principal ---*/
#content								{ width:860px; padding:10px 20px; margin:0 auto;  overflow:hidden;}
#content ul								{ list-style:none; margin:0; padding:0;}
#content ul li							{ background:url(images/blt.png) 0 4px no-repeat; padding:0 0 0 20px; margin:0 0 5px 0;}
#content ul.indnt						{ margin:0 0 0 20px;}
#mainC									{ width:600px;}
#dContact								{ width:220px;}
/*--- Formular de contact ---*/
#fContact								{ width:395px; overflow:hidden; float:right; padding:0 0 10px 10px;}
#fContact fieldset						{ padding:5px 0;}
#fContact fieldset input, #fContact fieldset textarea, 
#fContact fieldset select				{ border:1px solid #7f7e7e; float:left;}
#fContact fieldset label				{ width:132px; padding:0 10px 0 0; text-align:right; float:left;}
#fContact fieldset input				{ width:230px; height:20px; padding:5px 10px 0 10px;}
#fContact fieldset textarea				{ width:230px; height:84px; padding:5px 10px 0 10px; border:1px solid #000;}
#fContact #sTrimite						{ padding:0 10px; background:#fff; font:normal 12px/18px "Trebuchet MS"; color:#000; border:1px solid #000; float:right;}
#fContact #sTrimite:hover				{ background:#000; color:#fff;}
/*--- Footer ---*/
#footer									{ width:900px; padding:10px 0; margin:0 auto; background:#001317; color:#aca9a9; overflow:hidden;}
#footer p#web							{ float:right; padding:0 10px 0 0;}
#footer p#copy							{ float:left; padding:0 0 0 10px;}
#footer a.keno									{ color:#c4b604}