/*------ reset.css --------*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; cursor: default; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: blue; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; } 

/*------ styles.css --------*/

html { height:100%; font-size:.75em; }
body {
	position:relative;
	color:#fff;
	background-color:#480a04;
	font: 100.1% Tahima, Arial, Helvetica, sans-serif;
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:992px }

a * { cursor:pointer }
a { color:#fa872d; text-decoration:underline }
a:hover { color:#ce2020 }

#header {
	overflow:hidden;
	height:137px;
	position:relative;
	background:url(images/mmenu-back.jpg) repeat-x 66px 0;
	margin-bottom:31px;
	font-family: Georgia;
}


#header ul {
	position: absolute;
	z-index: 10;
	left: 330px;
	top: 60px;
}

#header li {
	display: block;
	float: left;
	padding: 4px 15px 0 15px;
	background-image: url(images/menu-button.png);
	height: 23px;

}

#header li.first_child {
	background-image: url(images/menu-button-first.png);
}

#header li.last_child {
	background-image: url(images/menu-button-last.png);
	width: 115px;
	padding-left:	0;
	padding-right: 0;
	text-align: center;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

#header a:hover {
	color: #FA872D;
}

#header .logo {
	background: transparent url(images/logo.jpg) no-repeat 0 0;
	width: 425px;
	height: 123px;
	position: absolute;
	z-index: 1;
}

#header .logo .link {
	width: 287px;
	height: 97px;
	cursor: pointer;
	margin-top: 13px;
	margin-left: 15px;
}

#header .phone {
	float: right;
	background: transparent url(images/phone.png) no-repeat;
	height: 131px;
	width: 235px;
}

#header .phone_number{
	margin: 51px 0 0 26px;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	font-family: Georgia;
}

.navigation {
	width:190px;
	float:left;
	padding-bottom:126px;
	font-family: Georgia;
}
.navigation ul { /* margin-left:-1em */ }
.navigation li { color:#fa872d; font-size:1.1666em; padding-bottom:1em }
.navigation li a { padding-left: 4px; display: inline-block; padding-bottom: 4px;}

.navigation ul.countryMenu {margin-top: 3em;}
.navigation ul.countryMenu li li { font-size:.857em; padding-left:10px; margin-left: 1.3em; padding-bottom:4px; }
.navigation ul.countryMenu a.first_level {
	display: block;
	background: transparent url(images/lmenu-button.png) no-repeat;
	margin-bottom: 5px;
	padding-left: 15px;
}

.navigation h2 {
	font-size:1.5em;
	margin-left: 20px;
}

.navigation form {
	margin-left: 20px;
}

.navigation .smborder {
	border-right:3px solid #901408;
	position:relative;
	top: -30px;
}
.navigation .smborder .top, .navigation .smborder .bottom {
	display:block;
	width:3px;
	position:absolute; 
	right:-3px;
	height:82px;
	background:url(images/menu-border.png) no-repeat;
}
.navigation .smborder .top { top:0px }

.navigation .smborder .bottom {
	bottom:-2px;
	background-position:0 100%;
}

#nav {
	margin-left: 6px;
}

.content {
	padding-left:273px;
	padding-right:106px;
	line-height:1.4em;
	padding-bottom:126px;
	text-align: justify;
	font-family: Georgia;
}
.content p { margin-bottom:1.3em }
.content .products { width:100%; margin-left:-20px }
.content .products a img { border:1px solid #ba2c12 }
.content .products td { padding-left:20px; text-align: center;}
.content .products p { margin-bottom:.6em; font-size:1.1666em }

.clear { display:block; clear:both }

.footer { position:absolute; width:100%; bottom:0; left:0; height:106px; color:#a1a1a1; font-size:.9166em}
.footer div { margin:0 58px; background:url(images/footer.png) no-repeat 100% 0; height:106px }
.footer div div { margin:0; background:url(images/footer.png) no-repeat 0 0; margin-right:150px; }
.footer div div div { margin:0 -150px 0 0; background:0; padding-top:30px; height:76px  }
.footer p { float:left; height:76px }
.footer p.contacts { width:25%; padding-left:3% }
.footer p.copyrights { width:25% }
.footer ul.icons { float: left; width:20%;text-align:center; }
.footer ul.icons li { display: inline; padding-right: 19px; text-align: center;}
.footer p.author { float:right; width:24%; padding-right:3%; text-align:right; }

h1 { width:136px; height:64px; margin:44px 0 0 88px; overflow:hidden; position:relative; line-height:64px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:3em; font-style:italic }
h1 span { width:136px; height:64px; display:block; position:absolute; top:0; left:0; background:url(images/mmenu-mainback.jpg) no-repeat -88px -95px }
h1 a { color:#fff }

h2 { font-size:2em; color:#fff; margin:1.6em 0 .6em }
h3 { font-size:1.5em; color:#fff; margin:1.6em 0 .6em }
form .search { background-color: #FFFFFF; height: 16px; width: 156px; border: 1px solid #ba2c12; margin-bottom:5px; }
form .button { background-color: #480a04; height: 20px; width: 75px; border: 1px solid #ba2c12; color: #fa872d; }

#navchain {list-style-type: none; margin: -17px 0 20px -40px; padding: 0;}
#navchain li {display: inline;}
#navchain span {font-weight: bold; color: #E96D2C;}
