/*****************************
* Minimal reset in order not to
* destroy the other shitty styles
******************************/
input {
    outline : 0;
    padding : 0;
    margin  : 0;
    border  : 0;
}

textarea {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
    margin:0;
    padding:0px;
}

/*****************************
* Main Menu
******************************/
#main_menu {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
}

#main_menu_logo {
    position:absolute;
    left:0px;
    top:20px;
    width:102px;
    height:98px;
    background: url("../graphics_main/logo_bw.png") no-repeat;
    cursor:pointer;
}

.main_menu_button {
    position:absolute;
    top:20px;
    width:99px;
    height:99px;
    background-repeat:no-repeat;
    cursor:pointer;
}

#content-frame-wrapper {
    width:761px;
    border: 2px solid #1c1c1c;
    border-radius: 15px;
    background: url("../graphics_main/bg_bright.png") repeat;
}

.clearfix {
    overflow: auto;
    clear: both;
}

/**
* Bordered imaged
*/
img.border {
    border:solid 2px #1c1c1c;
}

img.border.round-border {
    border-radius: 15px;
}

/**
* Spacers
*/
.spacer {
    height: 30px;
}

.semi-spacer {
    height: 15px;
}


.small-spacer {
    height: 10px;
}

/**
* Button
*/
.btn-gekko {
    font-family: 'Anton', sans-serif;

    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

    text-transform: uppercase;
    font-size: 15px;


    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:2px solid #000000;
    background-color:#819B3D;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px;
    box-shadow: #B3B3B3 2px 2px 2px;
    padding:5px;
    min-width:100px;
    color:#ddd;
    cursor: pointer;
}

.btn-gekko-blue {

	font-family: "avenir",Verdana,Arial,sans-serif;

    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 15px;

    padding:5px;
    min-width:138px;
	min-height:40px;
    color:#ffffff;
	font-weight: bold;
    cursor: pointer;
	border: none !important;
    background-color: #00df7a;
	margin-right: 20px;
}

.btn-gekko-grey{
		font-family: "avenir",Verdana,Arial,sans-serif;

    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 15px;

    padding:5px;
    min-width:138px;
	min-height:40px;
    color:#ffffff;
	font-weight: bold;
    cursor: pointer;
	border: none !important;
    background-color: #c3c3c3;
}
.ie8 .btn-gekko-blue {
    background-image: none;
    background-color: #7593A8;
    font-weight: 0;
}