@charset "UTF-8";
/* CSS Document */

*{padding:0;
	margin:0;
	}
body{font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	background-color:#100;
	background-image: url(../../images/lenka-web_02.gif)	;
	background-repeat: repeat-y;
	font-size:76%;
	padding:0;
	margin:0;
	line-height:1.4em;
	}
a, a:link, a:active, a:visited{color:#f90; text-decoration:underline;}
a:hover{color:#f90; text-decoration:none;}
p{margin:12px 0px;}
#wrapper{width:1200px;
	margin:0;
	padding:0;
	background-image:url(../../images/lenka-web_01.gif);
	background-repeat:no-repeat;
	height:700px;
	}
#innerwrap{
	position:absolute;
	top:200px;
	left:225px;
	z-index:500;
	width:700px;
	
	
	}	
#header{}	
#nav{
	font-size:120%;
	padding:6px 40px ;
	background-image:url(../images/Exotic-Living-Mockup-2_07.jpg);
	text-align:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #aaa;
	}
#nav a{display:inline-block;
	font-weight:normal;
	padding:0 10px;
	margin:0 5px;
	text-decoration:none;}
#nav a:hover{color:#4ca1cc;
	}


#main{}	
.rcol{width:300px;
	float:right;
	padding:20px 25px 20px 25px;
	}
.lcol{float:left;
	width:300px;
	padding:20px 25px 20px 25px;
	}	
.onec{
	clear:both;
	padding:10px 40px 20px 40px;
	}
#footer{padding:20px 50px;
	clear:both;
	border-top:1px solid #F60;
	background-image:url();
	text-align:left;
	margin:25px 0 30px 0;
	}	
#footer a{padding:0 10px;
		text-decoration:underline;
		}
#footer a:hover{ text-decoration:none;	}	


.clear{clear:both;margin:0;}		

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #888; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #666; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #888; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ddd; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */





/*----------------form-----------------*/
form{background-color:#; 
	border:1px solid #BA2A1F;
	width:350px;
	}
label{float:left;
	width:100px;
	padding:0 3px 0 0;
	}
input, textarea, select{
	font-size:80%;
	width:200px;
	}	
form div{
	border-bottom:1px solid #BA2A1F;
	padding:10px 0px 10px 10px;}	
.submit{padding:10px 0px;}	



/*----------------headings-----------------*/
h1{font-family:trebuchet ms, arial, helvetica;
	color:#FF6;
	font-weight:normal;
	margin:25px 0px 20px 0;
	font-size:22px;
	border-bottom:1px solid #E18824;
	padding:10px 10px 15px 10px;
	}
h1 a:link, h1 a:visited, h1 a:active{color:#996600;text-decoration:none;}
h1 a:hover{text-decoration:underline;}

	
h2{font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E9CC56;
	font-weight:bold;
	margin:5px 0px;
	font-size:16px;
	}
h2 a:link, h2 a:visited, h2 a:active{color:#660;text-decoration:none;}
h2 a:hover{text-decoration:underline;}

	
h3{font-family:Arial, Helvetica, sans-serif;
	color:inherit;
	font-weight:normal;
	font-size:12px;
	}	
h4{padding:10px 20px;
	border-bottom:1px solid #888;
	color:#fff;
	background-image:url(../images/Exotic-Living-Mockup-2_11.jpg);
	}	
h5{	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0;
	
	}
h5 a:link, h5 a:visited, h5 a:active{color:#660;text-decoration:none;}
h5 a:hover{text-decoration:underline;}
h6{color:#FC6;
	font-weight:bold;
	font-size:120%;
	}
	
strong{ }	


td{padding:10px 3px ;
	line-height:1.1;
	font-size:90%;
}
.back{background-color:#930;
}

