/*------------------------
  fabricat la MarkFactory�
  copyright � 2008
  ------------------------
  graphics : Steph
  developer: Tzy
------------------------*/
body {
	background: url("../_img/body_background.jpg") top repeat-x #721611;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #741611;
}
img {
	border: 0;
}
/* -= Bof HEADER =- */
#headerWrapper {
	width: 950px;
	height: 440px;
	margin: 0 auto;
}
#headerLinks {
	height: 12px;
	padding: 16px 64px;
	color: #f0dad9;
	text-align: right;
}
#headerLinks a {
	color: #f0dad9;
	text-decoration: none;
}
#headerLinks a:hover {
	color: #731611;
}
#headerMenu {
	height: 35px;
	padding: 12px 60px;
	text-align: right;
	float: right;
}
/*------------------*/
/*---- DropDown ----*/

#dropdown-menu {
	margin: 0;
}
#dropdown-menu li{
	margin-right: 5px;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:0;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:2px;
	padding:0;
	width:100px;
	cursor:pointer;
	text-align: center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#f0eac9;
	background: #f71e0c;
	height: 12px;
	padding: 4px;
	width:100%;
	border: 1px solid #C0251E;
}

.dropdown a:hover{
	color: #ffffff;
	background: #818181;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:0;
	border-top:0;
	margin-left:-1px;
}

/*------------------*/

a.headerMenuLink {
	width: 114px;
	height: 13px;
	padding: 11px 0;
	background: url('../_img/header_link_background.jpg') no-repeat;
	color: #f0eac9;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
a.headerMenuLink:hover {
	background-position: 0 -35px;
}

#headerContent {
	width: 850px;
	height: 337px;
	padding: 0 50px;
	background: url('../_img/header_background.jpg') no-repeat;
}

#headerDescription {
	width: 247px;
	height: 251px;
	float: left;
	display: block;
	padding: 15px 15px 15px 150px;
	font-family: Trebuchet MS;
}

#headerFlashSlideShow {
	 width: 424px;
	 height: 281px;
	 float: left;
	 display: block;
}

#productPath {
	padding: 4px 4px 0 410px;
	color: #f0eac9;
}
#productPath a {
	color: #f0eac9;
	text-decoration: none;
}
#productPath a:hover {
	text-decoration: underline;
}
/* -= Eof HEADER =- */

/* -= Bof MAIN =- */
#contentWrapper {
	width: 850px;
	margin: 0 auto;
}
#contentWrapper p {
	margin: 10px 0;
}
.link1 {
	height: 18px;
	padding-right: 24px;
	background: url('../_img/link_bullet1.gif') no-repeat right;
	display: inline-block;
	color: #575757;
	text-decoration: none;
}
.link2 {
	height: 14px;
	padding-right: 20px;
	margin-left: 90px;
	background: url('../_img/link_bullet2.gif') no-repeat right;
	display: inline-block;
	color: #d5bfa4;
	text-decoration: none;
}
.link3 {
	color: #721611;
	text-decoration: none;
}
.link1:hover, .link2:hover, .link3:hover {
	text-decoration: underline;
}

.thumbWrapper {
	width: 203px;
	float: left;
	margin: 0px 4px;
	display: block;
}
.thumbHeader {
	height: 36px;
	display: block;
}
.thumbContent {
	height: 123px;
	display: block;
	margin: 1px 0px;
	background: url('../_img/thumb_tile_background.jpg') repeat-x;
}
.thumbPicture {
	float: left;
	width: 90px;
	height: 90px;
	margin: 11px 0;
	display: block;
	overflow: hidden;
}
.thumbDescription {
	float: left;
	width: 103px;
	height: 123px;
	display: block;	
}
#promoBoxWrapper {
	width: 460px;
	height: 142px;
	background: url('../_img/thumb_big_tile_background.jpg') repeat-x;
	float: left;
	display: block;
	margin: 0 0 0 4px;
}
#deceBoxWrapper {
	width: 340px;
	height: 142px;
	background: url('../_img/thumb_big_tile_background.jpg') repeat-x;
	float: left;
	display: block;
	margin: 0 0 0 26px;
	padding: 0 5px;
}
#promoBoxPicture {
	float: left;
	width: 122px;
	height: 122px;
	margin: 10px 0;
	display: block;
	overflow: hidden;
}
#promoBoxDescription {
	float: left;
	width: 324px;
	height: 134px;
	display: block;
	padding: 4px 4px 4px 10px;		
}
#promoBoxDescription p {
	margin: 10px 0;
}
.left {
	float: left;
}
.smallTextBox {
	padding: 5px 5px 5px 135px;
	width: 110px;
	height: 110px;
}
.bigTextBox {
	padding: 5px;
	width: 577px;
	height: 110px;
}
.contentBox {
	color: #F0EAC9;
	padding: 5px 30px;
	width: 527px;
}
.pTipTitle {
	color: #f0eac9;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.pCatTitle {
	color: #f0eac9;
	font-size: 12px;
	font-weight: bold;
	background: url('../_img/bullet3.gif') left no-repeat;
	padding-left: 20px;
}
.pCatDesc, .pClassDesc {
	color: #f0eac9;
	font-size: 11px;
	padding-left: 20px;
}
.clasaMenu {
	color: #f0eac9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.clasaMenu:hover {
	color: #ffffff;
}
.pClassMenu {
	text-align: right;
}
.pClassTitle {
	color: #f0eac9;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

.productThumbWrapper {
	height: 155px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	background: url('../_img/product_thumb_tile_background.jpg') repeat-x;
	display: block;
}
.productThumbPicture {
	float: left;
	width: 175px;
	height: 145px;
	margin: 4px;
	display: block;
	background: #ffffff;
	border: 1px solid #AAAAAA;
}
.productThumbPicture a img {
	max-width: 175px;
	max-height: 145px;
}
.productThumbDescription {
	float: left;
	width: 364px;
	height: 170px;
	color: #666666;
	padding: 0 5px;
	display: block;
}
p.productThumbTitle {
	font-size: 18px;
	color: #990000;
}
.productThumbLink {
	color: #990000;
	text-decoration: none;
}
.productThumbLink:hover {
	text-decoration: underline;	
}
.detaliiProdus {
	width: 702px;
	background: url('../_img/product_details_tile_background.jpg') repeat-x #ffffe2 bottom;
	margin: 0;
	padding: 0;
}
.productDetailPictureWrapper {
	/*float: left;*/
	width: 198px;
	height: 264px;
	background: url('../_img/product_details_picture_background.gif') no-repeat;
	margin-left: 10px;
	margin-bottom: 20px;
}
.productDetailPictureWrapper img {
	max-width: 160px;
	max-height: 226px;
	width: 160px;
	margin-top: 19px;
}
.productDetailDescriptionWrapper {
	float: left;
	margin-left: 10px;
	width: 456px;
	min-height: 103px;
	background: url('../_img/product_details_description_background.png') no-repeat top;
	behavior: url("_inc/iepngfix.htc")
}
.contentBox ul li a {
	color: #F0EAC9;
	text-decoration: none;
}
.contentBox ul li a:hover {
	text-decoration: underline;
}
/* -= Eof MAIN =- */

/* -= Bof FOOTER =- */

#footerWrapper {
	height: 146px;
	background: url('../_img/footer_tile_background.jpg') repeat-x;
	text-align: center;
	overflow: hidden;
}

#footerContent {
	width: 950px;
	height: 146px;
	background: url('../_img/footer_center_background.jpg') no-repeat;
	margin: 0 auto;
}

#footerMenu {
	padding: 5px;
}
#footerMenu a {
	color: #c8c5b2;
	margin: 0 10px;
	text-decoration: none;
}
#footerMenu a:hover {
	color: #f01d0c;
}

#footerComments {
	padding: 10px;
	color: #919090;
}
#footerComments {
	margin: 4px 0;
}
#footerComments a {
	color: #919090;	
	text-decoration: none;
}
#footerComments a:hover {
	text-decoration: underline;	
}
.fieldWrapper {
	padding: 2px;
	width: 500px;
	border: 1px solid #821915;
	display: block;
}
.linkWrapper {
	padding: 6px;
	width: 500px;
	border: 1px solid #821915;
	display: block;
}
.fieldWrapper:hover, .linkWrapper:hover {
	border: 1px solid #c8c5b2;
}
.labelHolder {
	float: left;
	width: 100px;
	padding: 6px;
	text-align: right;
}
.fieldHolder {
	float: left;
	width: 370px;
	padding: 6px;
}
.fieldHolder input {
	width: 360px;
	border: 1px solid #999999;
	color: #c8c5b2;
	background: transparent;
}
.fieldHolder textarea {
	width: 360px;
	height: 100px;
	border: 1px solid #999999;
	color: #c8c5b2;
	background: transparent;
}
.fieldHolder input:focus, input:hover, textarea:focus, textarea:hover {
	color: #821915;
	background: #ffffff;	
}
.info {
	color: #999999;
}
.warning {
	width: 464px;
	padding: 6px;
	padding-left: 30px;
	color: #B71B0F;
	font-weight: bold;
	background: url('../_img/warn.png') no-repeat left #ffffff;
	background-position: 2px 2px;
	border: 2px solid #B71B0F;
	behavior: url("_inc/iepngfix.htc")
}
.success {
	width: 464px;
	padding: 6px;
	padding-left: 30px;
	color: #ACBD8E;
	font-weight: bold;
	background: url('../_img/check.png') no-repeat left #ffffff;
	background-position: 2px 2px;
	border: 2px solid #ACBD8E;
	behavior: url("_inc/iepngfix.htc")	
}
.linkWrapper a {
	color: #c8c5b2;
	text-decoration: none;
}
.linkWrapper a:hover {
	text-decoration: underline;
}
