body,html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: larger;
    overflow-x: hidden;
}

#header {
    height: 191px;
    width: 100%!important;
    margin: 0 auto;
}

.spacer {
    height: 20px;
    width: 100%;
}

#content {
    margin: 0 6px;
    font-size: larger;
}

#logo {
    width: 98%!important;
    height: auto;
    float: left;
}

#bovag-logo {
    position: relative;
    z-index: 10;
    height: 50px;
    width: 150px;
    float: right;
    margin: -110px 0 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#menu_wrapper {
    height: 40px;
    width: 100%;
    background: url(../images/waves2.png) repeat 0% 0%;
    box-shadow: 1px 1px 6px 1px #808080;
    -moz-box-shadow: 1px 1px 6px 1px #808080;
    -o-box-shadow: 1px 1px 6px 1px #808080;
    -webkit-shadow: 1px 1px 6px 1px #808080;
    border-top: 8px solid #f7a752;
	border-bottom: 8px solid #f7a752;
    display: block;
}

#menu {
    width: 950px;
    height: 30px;
    margin: 0 auto;
}

#menu li {
    list-style-type: none;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 44px;
}

#menu li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Bangers', cursive;
    font-size: 26px;
    padding: 2px 16px;
}

#menu li a:hover, #menu li a.current {
    color: #f7a752;
}

#slider {
    height: 600px;
    width: 100%;
    margin-top: -638px;
}

.iconwrapper {
    height: 480px;
    width: 300px;
    display: inline-block;
    display: inline\9;
}

.icons {
    width: 250px;
    height: 250px;
    opacity: 1.0;
    border-radius: 250px;
    -moz-border-radius: 250px;
    -o-border-radius: 250px;
    -webkit-border-radius: 250px;
    box-shadow: 1px 1px 10px 1px #808080;
    -moz-box-shadow: 1px 1px 10px 1px #808080;
    -o-box-shadow: 1px 1px 10px 1px #808080;
    -webkit-box-shadow: 1px 1px 10px 1px #808080;
}

.icons:hover {
    opacity: 0.9;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.icon_header {
    height: 40px;
    font-size: 24px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 10;
    text-align: center;
    text-shadow: 1px 1px #d3d3d3;
    -moz-text-shadow: 1px 1px #d3d3d3;
    -o-text-shadow: 1px 1px #d3d3d3;
    -webkit-text-shadow: 1px 1px #d3d3d3;
    word-wrap: break-word;
}

#icon1 {
    position: relative;
    z-index: 4;
    height: 400px;
    width: 250px;
    float: left;
    margin-left: 15px;
    margin-right: 35px;
    border: none;
}

#footer_wrapper {
    height: 400px;
    width: 100%;
    background: #183173;
}

#footer_txt {
    width: 950px;
    margin: 0 auto;
    color: #fff;
}

#footer_txt a {
    color: #fff;
    text-decoration: none;
}

#footer_txt a:hover {
    text-decoration: underline;
}

.footer_info {
    float: left; margin: 14px;
}

.footer_info li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

#footer_logo {
    height: 75px;
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 60px;
    border: none;
}

.scrollup {
    position: fixed;
    height: 50px;
    width: 50px;
    background: url("../images/scroll_up.png") no-repeat;
    left: 85%;
    bottom: 200px;
    display: none;
}

.inputfield {
    height: 34px;
    width: 100%;
    padding: 3px 6px;
}

.textfield {
    height: 200px;
    width:  100%;
    padding: 3px 6px;
}

#send_button {
    height: 40px;
    width: 100%;
}