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

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

.spacer2 {
    height: 160px;
    width: 100%;
}

#header {
    height: 191px;
    width: 950px;
    margin: 0 auto;
    background: #ffffff;
}

#logo {
    height: 191px;
    width: 534px;
    float: left;
    margin: 46px 0 0 0;
}

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

#bovag-logo:hover {
    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;
}

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

#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 26px;
}

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

#image1_txt {
    position: relative;
    z-index: 4;
    width: 200px;
    margin: -300px auto 0 auto;
    font-size: 36px;
    background: black;
    color: white;
    text-align: center;
    padding: 12px 4px;
    display: none;
}

#image2_txt {
    position: relative;
    z-index: 4;
    width: 200px;
    margin: -300px auto 0 auto;
    font-size: 36px;
    background: black;
    color: white;
    text-align: center;
    padding: 12px 4px;
    display: none;
}

#image3_txt {
    position: relative;
    z-index: 4;
    width: 200px;
    margin: -300px auto 0 auto;
    font-size: 36px;
    background: black;
    color: white;
    text-align: center;
    padding: 12px 4px;
    display: none;
}

#content {
    width: 950px;
    height: auto;
    margin: 0 auto;
    font-family: 'Cousine', ;
    font-size: larger;
}

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

.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;
    border: solid 2px black;
}

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

#icon1 {
    position: relative;
    z-index: 4;
    height: 400px;
    width: 250px;
    float: left;
    margin-left: 15px;
    margin-right: 35px;
    border: 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;
}

#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: 30px;
}

.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;
    z-index: 10;
    height: 50px;
    width: 50px;
    background: url("../images/scroll_up.png") no-repeat;
    left: 85%;
    bottom: 200px;
    display: none;
}

#menuicon {
    display: none;
}

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

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

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

.shopimage {
    width: 80%;
    height: auto;
}

.cardimage {
    width: 20%;
    height: auto;
}

.shopitem {
    height: auto;
    width: 286px;
    margin: 2% 2% 0 0;
    border: solid 1px #e3e3e3;
    padding: 3px;
    display: inline-table;
}

.shopitem:hover {
    box-shadow: 1px 1px 16px #000;
    -moz-box-shadow: 1px 1px 16px #000;
    -o-box-shadow: 1px 1px 16px #000;
    -webkit-box-shadow: 1px 1px 16px #000;
}