/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
    color:#3a1913;
}
* html div#middlediv .nav ul a {
	color:#fffffa;
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
.main_wrapper {background-color:transparent;}
.header {background:#7eb61e url("../kepek_uj/aloefejlec.jpg") no-repeat right center;}
.nav {background-color:transparent;}
.content {background:#f3eccd url("../kepek/aloe-vera-main.jpg") no-repeat 120% top;;}
.promo {background-color:transparent;}
.footer {background-color:#443522;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#f3eccd;
	}
.header {
    font-variant:small-caps;
}
.header h1 {
    text-indent:-9999px;
}
h2, h3, h4, h5 {
	color:#3a1913;
	}
h6 {
	color:#000000;
	}
.scaps {
    font-variant:small-caps;
}
div#middlediv .nav a {
	border: 0px solid #58261d;
	color:black;
	display:block;
	margin-bottom:.6em;
	margin-top:0.4em;
	padding:.2em;
    font-size:.9em;
    font-variant:small-caps;
	}
div#middlediv .nav a:hover {
	color:#f3eccd;
	background-color:#58261d;
}
.dividertd{
	background-repeat: no-repeat;
	background-image:url(http://aloethaimasszazs.hu/kepek_uj/divider.png)
}
a {
	color:#954d3b;
	}
a:hover {
	color:#000;
	}	
.footer p {
	margin:0;
	color:#f3eccd;
    font-variant:small-caps;
    /*font-size:.9em;*/
	}
.footer strong {
    margin:0 0px;
}
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
/* FONT SIZES */
h1 {
    font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h3.kishead {
    margin-top:10px;
    font-variant:small-caps;
}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
.main_wrapper {
    font-size:.9em;
}
p, p p, li p,p li,ul, ol, td {
	font-size:inherit; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
p.kepek_li {
    text-align:center;
}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		/*font-size:.6em;*/
        }
ul#masszazsrol {
        /*font-size:1em;*/
        display:none;
}

li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:1em;
		}
.nav ul, .nav dl, .nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
.nav li {
	list-style-type:none;
	margin-left:0;
    width:205px;
	}
.promo ul, .promo dl, .promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
.promo li {
	list-style-type:none;
	margin-left:0
	}
div.center {
    text-align:center;
    border:none;
    font-variant:small-caps;
}
div.center h3 {
    margin-top:10px;
    margin-bottom:20px;
}
.header li a.homeanc {
    background-color:transparent;
    color:#9d6c0e;
    border: 1px solid #9d6c0e;
    text-decoration:none;
}
.header li a.homeanc:hover {
    background-color:#9d6c0e;
    color: #2a4f23;
}
.header li a.middleanc {
    background-color:transparent;
    color:#9d6c0e;
    border: 1px solid #9d6c0e;
    text-decoration:none;
}
.header li a.middleanc:hover {
    background-color:#9d6c0e;
    color: #2a4f23;
}
.header li a.footeranc {
    background-color:transparent;
    color:#9d6c0e;
    border: 1px solid #9d6c0e;
    text-decoration:none;
}
.header li a.footeranc:hover {
    background-color:#9d6c0e;
    color: #2a4f23;
}
li#nav_2 strong {
    cursor:pointer;
    text-decoration:underline;
}
li#nav_8 strong {
    cursor:pointer;
    text-decoration:underline;
}
li#nav_9 strong {
    cursor:pointer;
    text-decoration:underline;
}
li#nav_10 strong {
    cursor:pointer;
    text-decoration:underline;
}

img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-collapse:collapse;
    width:70%;
	}
table th	{
	padding: .3em .5em .3em .5em;
	}
table td	{
	padding: 2px;
	border-bottom:1px solid #58261d;
    height:1em;
	}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.hidden {
    display:none;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
p.language_link a {
    color:#f3eccd;
    text-decoration:underline;
	font-weight:bold;
}
p.language_link a:hover {
    text-decoration:none;
    color:#f3eccd;
	font-weight:bold;
}

