html, body, ul, ol, li, p, 
   h1, h2, h3, h4, h5, h6, 
   form, fieldset, a { 
   margin: 0; 
   padding: 0; 
   border: 0;
}

body {
	background-image:url(/pics/bg.jpg);
	background-color: #2b2b2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#D7D7D7;
}

a {
	text-decoration: none;
	outline:none;
	color:#DB7EFA;
}

a:hover, active {
	text-decoration: underline;
	outline:none;
	color: #000000;
}

p {
	margin:0px;
	padding:0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

h1 {
	clear:both;
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-size: 1.6em;
	color: #fff;
	font-variant:small-caps;
}

h2 {
	clear:both;
	padding: 0px;
	margin: 0px;
	color:#C6C8D0;
	font-size:1.1em;
}

.text {
	padding: 0px;
	margin: 0px;
	padding-bottom: 9px;
	padding-right: 5px;
	font-size: 0.8em;
	color:#C7C7C7;
}

.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 2px;
}
.field {
	float:left;
	width: 69%;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight:bold;
}

form {
	margin:0px;
}
input, textarea, select {
	margin: 1px !important;
	margin: 0px;
	font-size: 1em;
	color:#CCCCCC;
	border: 1px solid #999999;
	background-color:#454545;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.checkbox {
	background-color: transparent;
	border: none;
}
.button {
	background-image:url(/pics/bg-btn.jpg);
	background-repeat:repeat-x;
	height: 20px;
	color:#333333;
	border: 1px solid #333333;
}

.head_table_top {
	clear:both; 
	width: 500px; 
	height: 17px; 
	padding-top: 3px;
	font-size: .7em;
	background-image: url(pics/bg_head_table.jpg);
}
.head_table_top a {
	color: #fff;
}
.head_table_bottom {
	clear:both; 
	width: 500px; 
	height: 17px; 
	margin-top: 5px;
	background-image: url(pics/bg_bottom_table.jpg);
	font-size: .7em;
	padding-top: 3px;
}
.head_table_bottom a {
	color: #fff;
}
.head_table_middle {
	clear:both; 
	width: 500px; 
	height: 100px; 
	margin-top: 5px;
	background-image: url(pics/bg_mid_table.jpg);
	xfont-weight: bold;
	font-size: 0.8em;
}

#wrapper {
	width: 780px;
	margin: auto;
}

#header {
	background-image:url(pics/header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 240px;
}

#top {
	background-image:url(pics/bg-top.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 40px;
}

#main {
	background-image:url(pics/bg-page.jpg);
	background-repeat: repeat-y;
	width: 780px;
}

#bottom {
	background-image:url(pics/bg-bot.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	padding: 0 10px;
	font-size: .75em;
	color: #999;
	text-align: center;
}
#left {
	float:left;
	width: 200px;
	padding-left: 30px;
}

#delimiter {
	float: left;
	background-image:url(/pics/left-delimiter.jpg);
	background-repeat: no-repeat;
	width:15px;
	height: 400px;
}

#right {
	float: left;
	width: 500px;
	padding-bottom: 20px;
}

.left-head {
	background-image:url(pics/bg-left-head.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 31px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight:bold;
	color:#CCCCCC;
	font-size: 0.9em;
	margin-top: 15px;
}
#left-top {
	background-image:url(pics/bg-left-top.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 17px;
	font-size:1px;
}
.left-mid {
	width: 175px;
	padding: 0px 7px;
	font-size: 0.8em;
	color:#ccc;
}

#left-bot {
	background-image:url(pics/bg-left-bot.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 17px;
}

#menu {
	background-image:url(/pics/bg-menu.jpg);
	background-repeat: repeat-x;
	width: 500px;
	height: 25px;
	margin: 0px;
}
#menu ul {
	margin: 0px 0px 0px 40px ;
	padding: 0px;
}

#menu li {
	float:left;
	width: 135px;
	height: 25px;
	list-style: none;
	font-weight: bold;
	font-size: 0.7em;
}

#menu a:hover,active {
	float:left;
	background-image:url(/pics/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 135px;
	height: 25px;
	padding: 6px 0px 0px 0px;	
	color: #414141;
}

#menu a {
	float:left;
	background-image:url(/pics/menu.jpg);
	background-repeat: no-repeat;
	background-position: -135px 0px;
	width: 135px;
	height: 25px;
	padding: 6px 0px 0px 0px;	
	text-decoration: none;
	text-align: center;
	color:#fff;
}

.list1 {
	margin: 0px 5px;
	list-style-type: none;
	padding-left: 0px;
}
.list1 li {
	background-image:url(/pics/bul10.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0px 15px;
}
.list1 a {
	font-weight:bold;
	font-size: .9em;
}

.list1 a:hover {
	color: #000;
}
.list2 {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	background-color: #333;
}
.list2 li {
	background-image:url(/pics/bul3.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0px 15px;
}
.list2 a {
	font-weight:bold;
	font-size: .9em;
}

.list2 a:hover {
	color: #000;
}

.bg-error {
	clear:both;
	background-image: url(/pics/vertical-delimiter.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	height: 200px;
}
.error-title {
	float:left;
	width: 85%;
	margin-top: 6px;
	font-variant: small-caps;
	font-weight:bold;
	font-size: 0.8em;
}
.error-list {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}
.error-list li {
	background-image:url(/pics/bul10.jpg);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	font-size: .8em;
	margin-top: 5px;
}

.link3 {
	color:#9292C9;
	text-decoration: none;
	outline:none;
}

.link3:hover {
	color:#000;
	text-decoration: none;
	outline:none;
}

.head_table_middle a {
	color: #666;
}
.categ-descr {
	clear:both;
	width: 480px;
	height: 105px;
	display:table;
	margin: 5px 0 0 0;
	background-image: url(/pics/bg-categ-descr.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
.subcategs {
	clear:both;
	width:460px;
	margin: 0px 0px;
	margin-left:20px;
	padding: 5px 0px;
}
.pic-border {
	padding: 3px;
	border: 3px solid #DB7EFA;
}
.box-header {
	background-image:url(/pics/bg-header.jpg);
	background-repeat:repeat-x;
	padding: 2px;
	font-weight: bold;
	color: #DB7EFA;
	font-size: 1.1em;
}
.box-cotatie {
	clear:both;
	background-image:url(/pics/bg-cotatie.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 80px;
	margin-top: 10px;
	font-size: .7em;
	padding: 20px 5px 5px 90px;
}
.credits {
	background-image: none;
	font-size: .7em;
	width: 760px;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #ccc;
}
.credits a {
	color: #5969D9;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
