/*=========> NEW LAXEVAAGS Css <===========*/
/*=========> copyright Robarov <===========*/

*{
/* all fonts to a uniform size, including form fields,headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

body{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 75%; /* relative fonts; 76% ~ 12pt */
	line-height: 1.5em;
	color:#FFF;
	background:#540505 url(../i/layout/bg-body.jpg) 0 0 repeat-x;
	text-align:center;
}

.hide{
/* When you want to hide your elements use this. (NOT display:none;) search engine friendlyness ;) */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

.floatleft{
	float:left;
	margin:4px 16px 10px 0;
}
.floatright{
	float:right;
	margin:4px 0 10px 16px;
}
strong{color:#e69e4a;}
/*=========> Main Headings, Paragraphs<===========*/
h1, h2, h3, h4, h5{
	font-weight:normal;
}
h1{
	font-size:1.8em;
	margin:0 0 .3em 0;
	color:#e69e4a;
	height:1%;
}
#content h2{
	font-size:1.4em;
	padding-bottom:4px;
	color:#000;
}
h3{
	font-size: 1.2em;
	line-height:1.4em;
}

p{margin:0 0 1em 0;}

/*=========> Links <===========*/
a{
	color:#e69e4a;
	background: url(../i/layout/dot.gif) bottom repeat-x;
	text-decoration:none;
}
a:hover{color:#fff;}

/*=========> Images <===========*/
img{border:none;}

/*=========> Acronym & Abbreviations <===========*/
acronym, abbr{cursor:help;}
acronym:hover, abbr:hover{
	border:0;
	border-top:1px dotted #666;
}
a acronym, a abbr{border:0 !important;}

/*=========> Container <===========*/
#container{
	position:relative;
	width:720px;
	margin:0 auto;
	text-align:left;
}

/*=========> Header <===========*/
#header{
	height:90px;
	position:relative;
}
#header h2{
	position:absolute;
	top:20px;
	left:120px;
	padding-top:94px;
	width:477px;
	overflow: hidden;
	height: 0px !important;
	height /**/:94px;
	background: url(../i/layout/logo.gif) 0 0 no-repeat; 
}

.stove{
	float:left;
	width:220px;
	text-align:center;
}
#stoves{
	background: url(../i/layout/bg-stoves.gif) 0 0 no-repeat;
	padding:20px;
	width:720px;
	wid\th:680px;
	float:left;
	margin-bottom:10px;
}
#about{
	background: url(../i/layout/stove.jpg) top right no-repeat;
	padding-right:250px;
}

/*=========> Content <===========*/
#content{
	padding-top:20px;
}

#contact{
	width:377px;
	wid\th:337px;
	padding:20px;
	height:180px;
	background:url(../i/layout/bg-contact.jpg) 0 0 no-repeat;
	float:right;
	margin:10px 0 0 20px;
	color:#fff;
}

/*=========> Footer <===========*/
#footer {
	color:#e69e4a;
	font-size:.9em;
	clear:both;
}

#footer span {
	color: #BFBFBF;
	font-size: 8px;
	margin: 6px;
}
