* {
	margin: 0;
	padding: 0; } /* makes the li bullets float out of the width */
html { background: #000000; }
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE 5.x,6 centering fix */
	min-width: 100%;
	margin: 0 auto; /* Netscape 6 min-width bug fix */
}
a:link, a:visited {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #c10001;
	text-decoration: none; }
a:hover,a:active {
	color: #333;
	text-decoration: underline; }
a img { border: none; }
img.imgRight {
	float: right;
	margin: 0 0 5px 5px; }
img.imgLeft {
	float: left;
	margin: 0 5px 5px 0; }
img.bordered {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid black; }
	
p.more {
	text-align: right;
	clear: both;
}
p.more a {  font-weight: bold; }
        
div#uppernav ul {
        list-style-type: none;
        width: 752px;
        margin: 0 auto;
}
div#uppernav ul li { display: inline; }
div#header div#uppernav ul li a {
    display: block;
    width: 103px;
    height: 29px;
    line-height: 29px;
    background-color: #393939;
    border: 1px solid #4E4E4E;
    float: left;
    margin-left: 2px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Verdana, sans-serif;
}
div#header div#uppernav ul li a:hover {
    background: url(../images/btn-over.jpg) top left no-repeat;
    border: 1px solid #E00101;
    font-weight: bold;
}
div#header div#uppernav ul li a.current {
    background: url(../images/btn-over.jpg) top left no-repeat;
    border: 1px solid #E00101;
    font-weight: bold;
}
div#branding {
    clear: both;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding-left: 7px;
}

td.form {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}
td.form p {
	font-size: 15px;
	font-weight: bold;
	color: white;
}

/*FORMS*/
.txtBox {
	background-color: #000;
	border: 1px solid #333;
	font-size: 12px;
	padding: 3px;
	color: #CCC;
}
.formBtn {
	background: url(../images/formBtn.jpg) top left no-repeat;
	width: 47px;
	height: 23px;
	line-height: 23px;
	border: none;
	color: white;
	font-size: 15px;
	font-weight: bold;
}
.formBtn:hover { color: black; }
    
div#wrapper {
    background-color: white;
    overflow: hidden;
}    
div#mainContent {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
}
div#mainLeft {
        width: 755px;
        float: left;
}
div#mainRight {
        width: 210px;
        float: right;
        background-color: #EDEDED;
        padding: 5px;
        padding-top: 25px;
        padding-bottom: 10001px;
        margin-bottom: -10000px;
}
div#mainRight  p { padding-left: 25px !important; }
div#mainRight  ul li { font-size: 10px; }
div#contentLeft {
    width: 260px;
    padding: 5px;
    float: left;
    padding-top: 25px;
}
div#contentRight {
    width: 470px;
    padding: 5px;
    float: right;
    padding-top: 25px;
    text-align: left;
}
div#contentLeft h1 {
        font-family: Tahoma, sans-serif;
        font-size: 19px;
        margin-bottom: 10px;
        color: #A4A4A4;
}
div#contentLeft h2 {
        font-family: Tahoma, sans-serif;
        font-size: 25px;
        font-weight: normal;
        margin: 10px 0;
        color: #555;
}
div#contentLeft p {
        margin-bottom: 7px;
        font-size: 12px;
        text-align: justify;
        color: #333;
}
div.promo {
        /*background-color: #EDEDED;*/
        border-bottom: 1px dotted #666;
        padding: 10px 0;
}
div.promo img {
        background-color: white;
        border: 1px solid black;
        padding: 2px;
}
div.promo p.titlu {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 0 !important;
}
div.promo p.info {
        font-size: 10px;
        margin-bottom: 0 !important;
}
div.promo p.more { text-align: right !important; }
div.promo p.more a {
    font-size: 10px;
    font-weight: bold;
    color: #9C0001;
}

div#banners {
	border-right:  2px solid #CFCFCF;
	padding-bottom: 10001px;
	margin-bottom: -10000px;
}
div.banner {
	width: 225px;
	height: 104px;
	background: url(../images/bkgBanner.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding: 10px;
}

div.banner td.poza {
	vertical-align: middle;
	padding-right: 5px;
}
div.banner td.info { text-align: right; }
div.banner td.info a {
	font-size: 17px;
	color:  #333;
	text-decoration: none; }
div.banner td.info a:hover {
	font-size: 17px;
	color:  #C10001;
	text-decoration: none; }
	
div#contentLeft ul {
	margin-top: 15px;
	list-style: none; }
div#contentLeft ul li a {
	font-size: 15px;
	color:  #333;
	text-decoration: none; }
div#contentLeft ul li a:hover {
	font-size: 15px;
	color:  #C10001;
	text-decoration: none; }
div#contentLeft ul li a.current {
	font-weight: bold;
	font-size: 15px;
	color:  #C10001;
	text-decoration: none; }
	
div#contentRight h1 {
	margin: 20px 0;
	font-size: 19px; }
div#contentRight p { margin-bottom: 7px; }

div#mainRight p {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
}
div#mainRight ul {
	margin-bottom: 10px;
	list-style: none;
	margin-left: 5px;
}
div#mainRight ul.big li {
	font-size: 13px;
	font-weight: bold; }
	
div.prod {
	background: url(../images/bkgProd.jpg) top left no-repeat;
	width: 450px;
	height: 92px;
	padding: 10px;
	margin-bottom: 10px;
}
div.prod h2 {
	font-size: 17px;
	color: #C10001;
	margin-bottom: 5px; }
div.prod td.pic {
	padding-right: 7px;
	vertical-align: middle;
}

td.pret {
	font-weight: bold;
	color: #C10001;
	font-size: 15px;
}
td.stoc {
	font-weight: bold;
	text-align: right;
}
div.prod table td table { margin-top: -5px; }

span.spec {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

div#footer {
        width: 870px;
        margin: 0 auto;
        color: white;
        padding: 15px;
}
div#footer h1 {
        font-family: Verdana, sans-serif;
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 30px;
        text-align: left;
}
div#footer img { margin-right: 15px; }
