html {
	overflow-y: scroll;
		height:100%;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
body,td,th {
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	color:#000000;
		height:100%;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}



.MenuTop {
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	padding:2px 0px 2px 12px;
	font-weight:normal;
}
.MenuTop a:link {text-decoration: none; color:#000000;font-weight:normal;}
.MenuTop a:visited {text-decoration: none; color:#000000; font-weight:normal; }
.MenuTop a:hover {text-decoration: none; color:#BE0A26; font-weight:bold;}
.MenuTop a:active {text-decoration: none; color:#BE0A26; font-weight:bold;}

.MenuTopOn {
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color:#BE0A26;
	text-decoration: none;
	padding:2px 0px 2px 12px;
	font-weight:bold;
}
.MenuTopOn a:link {text-decoration: none; color: #BE0A26;font-weight:bold;}
.MenuTopOn a:visited {text-decoration: none; color: #BE0A26; font-weight:bold; }
.MenuTopOn a:hover {text-decoration: none; color: #BE0A26; font-weight:bold;}
.MenuTopOn a:active {text-decoration: none; color: #BE0A26; font-weight:bold;}


input{
	font-family: 'Asap', sans-serif;
	font-size: 11px;
	border:1px;
	cursor:pointer;
	border:1px solid #999999;
}
textarea{
	font-family: 'Asap', sans-serif;
	font-size: 11px;
	border:1px solid #999999;
	
}
select { 
	font-family: 'Asap', sans-serif;
	font-size: 11px;
	border:1px solid #999999;
}

#TopBg{
width:100%;
height:28px;
background-image:url(userfiles/image/top-bg.jpg);
background-position:center;
background-repeat:repeat-x;
}
#Header{
width:100%;
height:82px;
background-image:url(userfiles/image/header-shadow.png);
background-position:bottom;
background-repeat:repeat-x;
overflow:hidden;

}
#Main{
width:100%;
height:363px;
}
#Bottom{
	position:absolute;
	width:100%;
	height:auto;
	min-height:20px;
	background-image:url(userfiles/image/bottom-bg.jpg);
	top:473px;
	bottom:0px;
	left: -1px;
}
#Bottom3{
	position:absolute;
	width:100%;
	height:auto;
	min-height:20px;
	background-image:url(userfiles/image/bottom-bg.jpg);
	top:107px;
	bottom:0px;
	left: -1px;
}

#ContentCenter{
width:850px;
margin-left:auto;
margin-right:auto;
}

#Logo{
position:relative;
z-index:5;
margin-top: 24px;
margin-left: 362px;
}

#MenusContainer{
position:relative;
z-index:6;
width:200px;
top:-45px;
margin-left:690px;
float:left;
border-left:1px solid #000000;
}
#MenusContainerH{
position:relative;
z-index:6;
border-left:1px solid #ffffff;
}
.MenuTopH {
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration: none;
	padding:2px 0px 2px 12px;
	font-weight:normal;
}
.MenuTopH a:link {text-decoration: none; color:#ffffff;; font-weight:normal}
.MenuTopH a:visited {text-decoration: none; color:#ffffff;; font-weight:normal  }
.MenuTopH a:hover {text-decoration: none; color:#BE0A26; font-weight:normal;}
.MenuTopH a:active {text-decoration: none; color:#BE0A26; font-weight:bold;}


#Conteudo{
z-index:10;
position:absolute;
width:486px;
margin-left:50%;
left:-420px;
height:363px;
background-image:url(userfiles/image/bg-main-left.png);
background-repeat:no-repeat;
background-position:right; 
line-height:160%;
}

#makeMeScrollable{
z-index:9; position:relative;
}

#LogoGulbenaHome{
	position:absolute;
	text-align:center;
	bottom:20px;
	width:100%;
}

.Col1{
width:155px;
}
.Col2{
width:95px;
}

@media screen and (max-width: 850px) {




	#MenusContainer {
		    margin-left: auto;
			float:left;
			width:auto;
			float:left;
			z-index:5;
			top: auto;
			margin-left: 20px;
			margin-top:10px;

	}
	#Logo {
		width:126px;
		margin-left: 20px;
			float:left;
			z-index:5;

	}
	
	
#Conteudo{
	z-index:10;
	position:relative;
	width:auto;
	margin-left:0;
	left:auto;
	height:auto;
	background-image:none;
}

#makeMeScrollable{
	z-index:9; position:relative;
    width: 100%;
    height: 363px;
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

#Bottom {
	display:none;
}

#Header {
    overflow:visible;
}
#ContentCenter {
     width:auto;
}

}

@media screen and (max-width: 650px) {
#LogoGulbenaHome{
	position:relative;
	text-align:center;
	width:100%;
	bottom:auto;
}

.Col1{
width:10px;
}
.Col2{
width:10px;
}
	
}


@media screen and (max-width: 320px) {
#Header {
    overflow:visible;
	height: 142px;
}
}
