/******wrappers*****/
html{
	height: 100%;
}

body{
	height: 100%;
}
#page-wrap{
	height: 100%;
}
#cental-positioner{
	padding: 0em 1em;
	height: 100%;
	max-width: 800px;
	max-height: 700px;
	margin: 0 auto;	
	min-width: 380px;
}
/******main structure*****/
#air{
	/*max-height: 20%;
	min-height: 50px;*/
	height: 5%;
}
#header{
	/*max-height: 20%;
	min-height: 50px;*/
	height: 15%;
}
#container{
	height: 70%;
	background-color: white;
	min-height: 230px;	
}
#footer{
	height: 5%;
	width: 100%;
}

/*******header*****/
#textheader{
	height: 100%;
	width: 90%;
	float: left;
}
/*
#headerbuttons{
	height: 100%;
	width: 15px;
	float: right;
}*/

h1{
	height: 100%;
}

/*******container*****/
#container{
	clear: both;
}
/***tabs***/
/*
#menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15%; 
}

#menu li {
    display: inline-block;
    margin: 0;
    /*padding: 1em 0;
    width: 50%; 
    height: 100%;
}
.ie7 #menu li{
	zoom: 1;
    display: inline;
}
*/
/***fullslide****/
#fullslide{
	height: 100%;
	position: relative;
}

/*fullslides sizes*/
#titular{
	height: 15%;
}

#submenu{
	width: 100%;
	height: 8%;
	margin-bottom: 3px;
}

.slide{
	width: 100%;
	height: 70%;
	overflow-x: auto;
}

/*submenu*/

#submenufloater{
	width: 42%;
	display: inline-block;
}
.ie7 #submenufloater{
	zoom: 1;
    display: inline;
}

#submenulist{
	width: 16%;
	display: inline-block;
}
.ie7 #submenulist{
	zoom: 1;
    display: inline;
}
#submenu li {
    display: inline-block;
    margin: 0;
    width: 25%;
}
.ie7 #submenu li{
	zoom: 1;
    display: inline;
}

/*columns on slide*/
.slide .col50{
	width: 50%;
	float: left;
	display: inline-block;
	min-height: 100px;
	height: 100%;
}
.ie7 .slide .col50{
	width: 48%;
	zoom: 1;
    display: inline;
}

.slide .textcol{
	display: inline-block;
}
.ie7.slide .textcol{
	zoom: 1;
    display: inline;
}
.clearer{
	clear:both;
}