/* CSS: style.css */
p, h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Arial;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Verdana; }
h1 { font-size:20px; color: #FFF; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:13px; color: #E81C19; font-weight: bold; }
h4 { font: bold 14px Verdana; color: #BF001F; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #CD5D1C;
}

div{
	font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    color: #CD5D1C;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	height: 100%;
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: #000;
}

#a1{
	height: 100%; 
	min-height: 100%;
	width: 850px;
	margin: auto;
	background: url( ../../../../graphics/bg.gif );
}

html>body #a1{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#baner{
	height: 463px;
}

#container{
	background: url( ../../../../graphics/bgContainer.gif ) repeat-y;
	width: 850px;
}

#b1{
	float: left;
	width: 214px;
	background: url( ../../../../graphics/bgLeft.jpg ) no-repeat;
	text-align: left;
}

#menu{
	margin: 215px 0 0 0;
	padding: 0;
	clear: both;
}

.categoryDiv{
	width: 179px;
	height: 29px;
	padding: 0;
	margin: 0 0 4px 0;
	background: none;
	position: relative;
}

.menuTitle{
	position: absolute;
	top: 4px;
	left: 35px;
	z-index: 20;
}

.bgCategoryDiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 29px;
	z-index: 10;
}

#b1 ul{
	margin: 215px 0 0 0;
	padding: 0;
	list-style: none;
}

.SubCategoryDiv{
	margin: 0 0 0 16px;
	padding: 0;
	position: relative;
	width: 149px;
	height: 28px;
}

.subMenuTitle{
	position: absolute;
	top: 4px;
	left: 35px;
	z-index: 20;
}

.bgSubCategoryDiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	height: 28px;
	padding: 0;
	margin: 0;
	/*background: url( ../../../../graphics/bgLi01.png ) no-repeat;*/
	z-index: 10;
}

#b2{
	float: left;
	width: 636px;
	background: url( ../../../../graphics/bgArticle.gif ) no-repeat right 463px;
}

#content{
	padding: 15px 30px 0 30px;
	margin: 0;
	width: 576px;
	overflow: hidden;
	text-align: left;
}

#clearContent{
	clear: both;
	height: 10px;
}

#articleHome{
	width: 320px;
	padding: 0 50px 0 0;
	float: left;
}

#newsletter{
	height: 150px;
	border-left: 1px solid #3D3D3D;
	float: left;
	margin: 40px 0 0 0;
	text-align: left;
	width: 200px;
}

#newsletterOne{
	padding: 35px 0 11px 24px;
}

#newsletterTwo{
	padding: 0 0 15px 24px;
}

#newsletterThree{
	padding: 0 0 0 125px;
}

#footer{
	height: 185px;
	position: relative;
}

#bgFooter{
	height: 135px;
	width: 850px;
	position: absolute;
	top: 2px;
	left: 0;
	/*background: url( ../../../../graphics/bgFooter.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://localhost/sela/graphics/bgFooter.png", sizingMethod="image");*/
	z-index: 100;
	
}

#inFooter{
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 62px;
	background: url( ../../../../graphics/bgContainer.gif ) repeat-y;
	z-index: 10;
}

#textFooter{
	position: absolute;
	top: 58px;
	left: 382px;
	width: 200px;
	z-index: 200;
}

.ProductRight{
	width: 350px;
	float: right;
}

.ProductRightNoImage{
}

.ProductLine{
	clear: both;
	padding: 15px 0 15px 0;
}

.ProductTitle{
	padding: 0 0 5px 0;
}

.ProductDescription{

}

.ProductImage{
	margin: 8px 0 0 15px;
	width: 180px;
	text-align: center;
	float: left;
}

.ProductImageMain{
	border: 3px solid #cd5d1c !important;
}

#subCategoryCatalog{
	margin: 0 0 20px 20px;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			FONT
******************************************************/

.font11{
	font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

.menuTitle{
	font-family: Arial;
	font-weight: normal;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}

.subMenuTitle{
	font-family: Arial !important;
	font-weight: normal !important;
	font-size: 12px !important;
	color: #FFF !important;
	text-decoration: none !important;
}

.font10_bold{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.font11_red_bold{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.ProductTitle{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

/******************************************************
			LINK
******************************************************/

a{
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #C40008;
	text-decoration: none;
}

a:hover{
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #C40008;
	text-decoration: underline;
}

.menuTitle a{
	font-family: Arial;
	font-weight: normal;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}

.menuTitle a:hover{
	font-family: Arial;
	font-weight: normal;
	font-size: 17px;
	color: #E81C19;
	text-decoration: none;
}

.subMenuTitle a{
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 14px !important;
	color: #FFF !important;
	text-decoration: none !important;
}

.subMenuTitle a:hover{
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 14px !important;
	color: #E81C19 !important;
	text-decoration: none !important;
}

#textFooter a{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 2px;
	color: #6F320F;
	text-decoration: none;
}

#textFooter a:hover{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 2px;
	color: #6F320F;
	text-decoration: none;
}

#subCategoryCatalog li a{
	font-family: Verdana !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: #E81C19 !important;
	text-decoration: none !important;
}

#subCategoryCatalog li a:hover{
	font-family: Verdana !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: #CD5D1C !important;
	text-decoration: none !important;
}

/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 2px 0;
	font-weight: normal;
	width: 100px;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 90px;
}

input.text,
textarea {
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Verdana;
	font-size: 1em;
}

.form10{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    background: #000;
    color: #FFF;
}

.inputNewsletter{
	border: 0;
	width: 180px;
	height: 18px;
	padding: 4px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background: url( ../../../../graphics/bgInput.gif );
    color: #CD5D1C;
}

.inputContact{
	border: 0;
	width: 239px;
	height: 18px;
	padding: 4px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background: url( ../../../../graphics/bgInputContact.gif );
    color: #CD5D1C;
}

.textarea{
	border: 0;
	width: 239px;
	height: 95px;
	padding: 4px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background: url( ../../../../graphics/bgTextarea.gif );
    color: #CD5D1C;
}

form{
	margin: 0;
}