/* reset style */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, input, blockquote
	{padding: 0; margin: 0; font-size: 100%; font-weight: normal; font-style: normal;}
table {border-collapse: collapse; border-spacing: 0;}
td, th, caption {font-weight: normal;}
ul {list-style-type: none;}
a img,:link img,:visited img {border: none;}
a {outline: none;}
img, fieldset {border: 0;}
/* end reset style */

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

p {
	margin: 10px 0;
}

ol {
	margin: 0 0 10px 30px;
}

ol li {
	padding: 2px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.last {
	margin: 0;
	padding: 0;
}

.red {
	color: #E00000;
}

.bgRed {
	color: #fff;
	background-color: #e00000;
	padding: 2px;
	border: 1px solid #000;
}

.black {
	color: #000;
}

.bold {
	font-weight: bold;
}

.border {
	border: 1px solid #E8E4D9;
}

.note {
	font-size: 10px;
	color: #e00000;
}

.spacerUp {
	margin-top: 15px;
}

.spacerDown {
	margin-bottom: 15px;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.topBorderRed {
	border-top: 1px solid #e00000;
	padding-top: 5px;
}

.bottomBorderRed {
	border-bottom: 1px solid #e00000;
	padding-bottom: 5px;
}

p.red a {
	color: #E00000;
}

.clear {
	clear: both;
}

.arrow {
	background: url('../img/arrow_red.gif') no-repeat 0 5px;
	padding-left: 8px;
}

.arrow span {
	margin-left: 15px;
}

.contactBox {
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #F7F6F3;
	border-top: 1px solid #e00000;
	border-bottom: 1px solid #e00000;
}

/****** header ******/
.header {
	position: relative;
	background: url('../img/bg_header.gif') repeat-x;
	height: 101px;
}

.headerWrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

.header img.logo {
	position: absolute;
	width: 400px;
	height: 101px;
	top: 0;
	left: -100px;
	z-index: 0;
}

/* navigation */
.headerWrapper ul {
	position: absolute;
	top: 74px;
	z-index: 100;
}

.headerWrapper li {
	display: inline;
}

/****** subnavigation ******/
.subnav {
	padding: 7px 0;
	background-color: #F7F6F3;
}

.subnavWrapper {
	width: 760px;
	margin: 0 auto;
}

.subnav ul {
	width: 743px;
	margin: 0 auto;
	padding-left: 17px;
}

.subnav li {
	display: inline;
	padding: 0 3px;
}

.subnav li a {
	text-decoration: none;
}

.subnav li a:hover {
	text-decoration: underline;
}

.shadow {
	overflow: hidden;
	height: 7px;
	background: #F7F6F3 url('../img/bg_subheader.gif') repeat-x;
}

.swfBannerBox {
	padding: 10px 0 0 0;
	background-color: #F7F6F3;
}

.swfBanner {
	width: 760px;
	height: 192px;
	margin: 0 auto;
	padding: 10px 0;
}

/* content */
.contentWrapper {
	width: 760px;
	margin: 20px auto;
}

.leftColHome {
	float: left;
	width: 562px;
	margin: 0 20px 0 0;
}

.rightColHome {
	float: left;
	width: 178px;
}

.rightColHome img {
	margin-bottom: 33px;
}

.rightColHome img.last {
	margin-bottom: 0;
}

.promo {
	border-top: 1px solid #e00000;
	border-bottom: 1px solid #e00000;
	padding: 10px 0;
	margin-bottom: 11px;
	color: #e00000;
	font-weight: bold;
	font-size: 14px;
}

.promo li {
	background: #fff url('../img/red_square.gif') no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
	margin: 5px 0 5px 15px;
	font-weight: bold;
	font-size: 12px;
}

.promo a {
	color: #e00000;
}

.nou {
	background-color: #e00000;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
	padding: 1px 1px 1px 2px;
	letter-spacing: 1px;
}

.alert {
	border: 1px solid #C4C4C4;
	padding: 10px;
	background: #F7F6F3;
}

.alert li {
	padding-bottom: 15px;
}

.alert li.last {
	padding-bottom: 0;
}

.leftCol {
	float: left;
	width: 160px;
	margin: 0 20px 0 10px;
}

.leftCol img {
	margin-bottom: 15px;
}

.rightCol {
	float: left;
	width: 560px;	
	margin-right: 10px;
}

.arrowList {
	padding: 0 0 0 10px;
}

.arrowList li {
	background: url('../img/arrow_red.gif') no-repeat 5px 8px;
	padding: 3px 0 3px 15px;
}

.arrowList li a {
	text-decoration: none;
}

.arrowList li a:hover {
	text-decoration: underline;
}

.normalList {
	list-style-type: square;
	margin-left: 25px;
}

.normalList li {
	background-image: none;
	padding: 0;
}

/******* contact form *******/
.contactForm div {
	margin: 6px 0;
}

.contactForm input {
	width: 250px;
	border: 1px solid #c4c3c3;
	height: 16px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.contactForm textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #c4c3c3;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.contactForm input.send,
.contactForm input.cancel {
	border: 1px solid #c4c3c3;
	background-color: #F7F6F3;
	width: 80px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.contactForm .name {
	margin-left: 34px;
}

.contactForm .address {
	margin-left: 27px;
}

.contactForm .phone {
	margin-left: 18px;
}

.contactForm .email {
	margin-left: 24px;
}

.contactForm .address div {
	float: left;
	margin: 0 4px 0 0;
}

.contactForm .comments div {
	float: left;
	margin: 0 4px 0 0;
}

.contactForm .buttons {
	width: 215px;
	margin-left: 76px;
}

.comandaForm input.text {
	border: 1px solid #c4c3c3;
	width: 300px;
	height: 16px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.comandaForm input.cod {
	border: 1px solid #c4c3c3;
	width: 75x;
	height: 16px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.comandaForm textarea {
	border: 1px solid #c4c3c3;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.comandaForm input.send,
.comandaForm input.cancel {
	border: 1px solid #c4c3c3;
	background-color: #F7F6F3;
	width: 100px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.cartela p {
	margin-left: 25px;
}

.cartela p img {
	float: left;
	margin-right: 20px;
}

.cartela div {
	margin-top: 40px;
}

.cartela div span {
	font-size: 18px;
}

/****** tabel ditribuitori ******/
.distribWrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

.caseta {
	background-color: #F7F6F3;
	border: 1px solid #E8E4D9;
}

.red_tip {
	color: #e00000;
	font-weight: bold;
}

.redCards {
	width: 358px;
	margin: 10px auto;
}

.blueCards {
	width: 164px;
	margin: 10px auto;
}

.redCards img,
.blueCards img {
	margin-right: 26px;
}

.redCards img.last,
.blueCards img.last {
	margin-right: 0;
}

.panonia {
	float: right;
	margin: 5px 0 0 15px;
}

/******   *******/
.parteneri {
	width: 549px;
	margin: 0 auto;
}

/******* footer *******/
.footer {
	background-color: #EE1C25;
}

.footerWrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #fff;
	overflow: hidden; /* forteaza wrapper-ul sa cuprinda float-urile */
}

.termeni {
	margin-bottom: 10px;	
	color: #000;
	background-color: #fff;
}

.termeniWrapper {
	width: 750px;
	margin: 0 auto;
	padding: 15px 10px 15px 0;
	text-align: right;
}

.footerWrapper li {
	background: url('../img/arrow_white.gif') no-repeat 5px 5px;
	padding-left: 15px;
}

.footerWrapper a {
	color: #fff;
	text-decoration: none;
}

.footerWrapper a:hover {
	text-decoration: underline;
}

.footerWrapper .col1,
.footerWrapper .col2,
.footerWrapper .col3,
.footerWrapper .col4 {
	float: left;
	width: 150px;
	margin-right: 7px;
}

.footerWrapper .col2 {
	margin-right: 25px;
}

.footerWrapper .col3 {
	width: 142px;
	margin-right: 20px;
}

.footerWrapper .col4 {
	width: 140px;
	margin-right: 0;
}

.footerWrapper .col5 {
	float: right;
	width: 120px;
	margin-right: 0;
}

.footerWrapper .col1 .bold,
.footerWrapper .col2 .bold,
.footerWrapper .col3 .bold,
.footerWrapper .col4 .bold, 
.footerWrapper .col5 .bold {
	padding-bottom: 3px;
}



.box {
	width: 178px;
	border: 1px solid #c5c3c3;
	background-color: #f8f7f4;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.boxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #616161;
	text-align: center;
}
.boxlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #616161;
	text-decoration: underline;
}
