.section{
	font-family:Verdana, Geneva, sans-serif;
	/*font-family:sans-serif;*/
	color: #B0B0B0;
	text-align:left;
}

.section_text12{
	font-family:Verdana, Geneva, sans-serif;
	color: #606060;
	font-size: 16px;
}

.section_text12 a{
	color: #606060;
	text-decoration: none;
}

.section_text12 a:hover{
	text-decoration: underline;
}

.section_text14{
	font-family:Verdana, Geneva, sans-serif;
	color: #606060;
	font-size: 14px;
}

.section_text14 a{
	color: #606060;
	text-decoration: none;
}

.section_text14 a:hover{
	text-decoration: underline;
}

.section_text16{
	font-family:Verdana, Geneva, sans-serif;
	color: #606060;
	font-size: 22px;
}

.section_text18{
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 28px;
}

.section_text20{
	font-family:Calibri, Geneva, sans-serif;
	color: #000000;
	font-size: 60px;
}

.section_textabout{
	font-family:Calibri, Geneva, sans-serif;
	color: #B0B0B0;
	font-size: 20px;
}

.menu_text{
	font-family:Verdana, Geneva, sans-serif;
	color: #B0B0B0;
	font-size: 10px;
}

.menu_header{
	background-color: #FFFFFF;
}

.menu_header a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color: #B0B0B0;
	text-decoration: none;
}

.menu_header a:hover{
	color: #707070;
	text-decoration: none;
}

.section_menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}

.section_menu a{
	color: #B0B0B0;
	text-decoration: none;
}

.section_menu a:hover{
	color: #707070;
	
}

.section_menu_sel{
	font-family:Verdana, Geneva, sans-serif;
	color: #707070;
	/*font-size: 14px;*/
	background-color:#F0F0F0;
	
}

.section_menu_title{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Arial Black, Gadget, sans-serif; 
	color: #707070;
	/*font-size: 14px;*/
	padding-bottom:5px;
}

.section_menu_sel a{
	color: #707070;
	text-decoration: none;
}

.section_menu_sel a:hover{
	color: #707070;
	
}

.footer_text{
	font-family:Verdana, Geneva, sans-serif;
	color: #D0D0D0;
	font-size: 12px;
	background-color: #606060;
}

.footer_text a{
	color: #D0D0D0;
	text-decoration: none;
}

.footer_text a:hover{
	color: #F8F8F8;
	text-decoration: none;
}

hr{
	background-color:#E0E0E0;
	height:1px;
	border:none;
}

hr.menu {
	background-color:#E0E0E0;
	height:1px;
	border:none;
	margin:-1em 0 0 0;
}

hr.menu_bottom {
	background-color:#E0E0E0;
	height:1px;
	border:none;
	margin:0 0 -1em 0;
}

p.br_with_space {
	line-height: 10%;
}

/*hr.title{
	background-color:#99FF66;
	height:1px;
	border:none;
	margin:-1em 0 0 0;
}*/

#slideshow { 
    margin: 20px auto; 
    position: relative; 
    width: 400px; 
    height: 400px; 
    padding: 10px; 
   /* box-shadow: 0 0 20px rgba(0,0,0,0.4);*/ 
}

#slideshow > div { 
    position: absolute; 
    top: 5px; 
    left: 5px; 
    right: 5px; 
    bottom: 5px; 
}

.button{
border:1px solid #B0B0B0;
-webkit-border-radius: 42px;
-moz-border-radius: 42px;
border-radius: 42px;
font-size:20px;
font-family:Verdana, Geneva, sans-serif;
padding: 2px 7px 2px 7px;
text-decoration:none;
display:inline-block;
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
font-weight:bold;
height:30px;
color: #707070;
 background-color: #FFFFFF; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF);
}

.button:hover{
 border:1px solid #707070;
 background-color: #EEEEEE; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C7C7C7));
 background-image: -webkit-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -moz-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -ms-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -o-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: linear-gradient(to bottom, #EEEEEE, #C7C7C7);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#C7C7C7);
}

.button_main{
border:1px solid #52b5ee;
-webkit-border-radius: 42px;
-moz-border-radius: 42px;
border-radius: 42px;
font-size:20px;
font-family:Verdana, Geneva, sans-serif;
padding: 2px 7px 2px 7px;
text-decoration:none;
display:inline-block;
height:60px;
color: white;
 background-color: #52b5ee; 
}

.button_main:hover{
 color: gray;
 border:1px solid #52b5ee;
 background-color: #52b5ee; 
}

.textField{
	border-radius:5px;
	border:solid 1px #B0B0B0;
	padding:1px;
	color: #707070;
}

textarea{
	border-radius:5px;
	border:solid 1px #B0B0B0;
	padding:5px;
	color: #707070;
}

.status{
	color: red;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
    padding: 25px;
}

/* footer located on the bottom of page always*/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110px; /* change height if you changed footer*/
    width: 100%;
    overflow:hidden;
}


#top_arraw {
        background-image: url('./images/arrow-gray-up.png');
    }
#top_arraw:hover { background-image: url('./images/arrow-gray-up-hover.png'); }



/* 


.app_store_box { 
width: 450px;
height: 150px;
padding: 5px;
opacity: 0.7;
filter: alpha(opacity=70);
} 

.app_store_box:hover { 
opacity: 1;
filter: alpha(opacity=100);
} 

.box { 
opacity: 1;
filter: alpha(opacity=100);
} 

.box:hover { 
opacity: 0.7;
filter: alpha(opacity=70);
}


*/


















