@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400);
html {
    padding: 0px;
    height: 100%;
}
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
img {
    border: none;
}
fieldset {
    border-radius: 5px; -moz-border-radius: 5px; -webki-border-radius: 5px;
    padding: 25px 10px;
}
input[type=submit], button {
    padding: 7px 10px;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
table tr td {
    /*border: solid #eaeaea 1px;*/
}
input[type=text], input[type=password], textarea, select {
    border: 2px solid #ccc; 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
textarea { 
    resize: none; 
    background: #fff;
    font-family: verdana;
}
body { 
  font-family: 'Ubuntu', sans-serif
}
body.public {
    font-size: 90%;
    background: url(../img/bodybg.png);
    color: #444;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.banner-wrapper {
    background: #1D1F27;
    width: 100%;
}
/* For modern browsers */
.banner-wrapper:before,
.banner-wrapper:after {
    content:"";
    display:table;
}
.banner-wrapper:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.banner-wrapper {
    zoom:1;
}

.slider-wrapper {
	padding-bottom: 7px;
    width: 1000px;
    margin: 0 auto;
}
.slidebg {
	position: relative;
    width: 100%;
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../img/sliderbg.jpg');
	z-index: 0;
    padding-top: 20px;
}
.slidercontainer {
    width: 100%;
    position: relative;
	height: 100%;
	max-height: 900px;
}

.banner-logo {
    display: inline-block;
    float: left;
    width: 500px;
    margin: 8px;
}
.banner-logo img {
	width: 35%;
}
#mainmenu-wrapper {
    float: right;
    display: inline-block;
}

/*
*-----------------------
*/

/*
* MENUS
*/
#mainmenu {
    padding: 39px 0px;
}
#mainmenu a {
    padding: 39px 18px;
    margin-right: -3px;
    color: #fff;
    border-left: #eaeaea 1px solid;
}
#mainmenu a:last-child {
    border-right: #eaeaea 1px solid;
}
#mainmenu a:hover {
    background: #0066cc;
}
/*
* END MENUS
*-----------------------
*/
img { border: none; }
p {
    line-height: 1.4;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
}
a { text-decoration: none; }
hr.rule-separator {
    border-style:  solid;
    background: #999;
    display: block;
    clear: both;
    margin: 20px 0px;
    height: 2px;
    color: #999;
}
.right-section {
    width: 70%;
    float: right;
    padding: 20px 0px;
}
.left-section {
    width: 29%;
    float: left;
    padding: 20px 0px;
}
.wide-section {
    display: inline-block;
    clear: both;
    width: 100%;
    padding-top: 0px; 
    padding-bottom: 0px;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.image {
	background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.right-column {
    float: right;
    width: 50%;
}
.left-column {
    float: left;
    width: 50%;
}
.content-box {
    margin: 25px;
}
.small-content-box {
	margin: 10px;
}
.big-content-box {
	margin: 50px;
}
.admin-msg {
	display: block;
	clear: both;
	margin: 10px 0px;
	background: #eaeaea;
	border: dotted 3px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding: 5px;
}
.pagination-bar {
    margin: 0 auto;
    width: 80%;
    padding: 15px 0px;
    text-align: center;
}
.pagination-bar a {
    color: #000;
}
.products-table {
	width: 100%;
	font-size: 100%;
    border-collapse: collapse;
}
.products-table tr th {
    border: solid 1px #eaeaea;
    color: #000;
    font-weight: normal;
    padding: 10px 0px;
    border-bottom: solid #999 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}
.products-table tr td {
    border: solid #eaeaea 1px;
    padding: 5px;
}
.cart-container {
    background-color: #fff;
    width: 90%;
    max-width: 1110px;
    min-width: 800px;
    margin: 0 auto;
    border: dashed #999 1px;
    font-size: 90%;
    /*
    -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
    */
}
.cartuserinfo-container {
    background-color: #fff;
    width: 90%;
    max-width: 1110px;
    min-width: 400px;
    margin: 0 auto;
    border: dashed #999 1px;
    font-size: 90%;
}
#cart {
    cursor: pointer;
}
.addtocart {
    cursor: pointer;
}
.cart-list-picture {
    width: 64px;
    height: 64px;
}
.cartmenu {
    float: right; 
    display: inline-block; 
}
.cartmenu a {
    color: #444;
    background: #eaeaea;
    margin: 10px;
    padding: 10px;
    float: right;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 150px;
}
.cartmenu a img {
    width: 26px;
    position: relative;
    margin-bottom: -8px;
    margin-right: 8px;
}
.advice {
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding: 5px;
	border: #eaeaea solid 1px;
	background: #F8FFE6;
    text-align: center;
}

.testprods {
    border-right: #eaeaea solid 1px;
    margin: 10px;
    width: 290px;
    height: 400px;
    display: inline-block;
    float: left;
}
.testprods h1 {
    font-size: 18pt;
    color: #0066cc;
    margin: 5px 10px;
}
.testprods a {
    text-align: center;
    width: 100%;
}
.testprodimage {
    width: 100%;
    height: 200px;
}
.big-button {
    clear: both;
    display: block;
    width: 300px;
    padding: 25px 0px;
    color: #fff;
    background: #0066cc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}

#social-buttons a {
    margin: 0px 10px;
}
#social-buttons a img {
    width: 32px;
}

#cartuserinfo input[type=text] {
    width: 80%;
}
#cartuserinfo textarea {
    width: 80%;
}
.big-title {
    font-size: 300%;
    color: #0066cc;
}
.service-wrapper {
    width: 31.5%;
    margin: 8px;
    border-bottom: #0066cc solid 4px;
    display: inline-block;
    height: 450px;
    float: left;
}

.bottom-info-wrapper {
    clear: both;
	background: #1D1F27;
	overflow: auto;
}
.bottom-menu {
    width: 32%;
    display: inline-block;
    float: left;
	color: #fff;
}
.bottom-menu h2 {
	font-size: 19pt;
}
.bottom-menu ul li {
    margin-bottom: 15px;
	clear: both;
}
.bottom-menu a {
	font-size: 10pt;
	color: #999;
}
.bottom-menu a:hover {
	color: #fff;
}

.page {
    -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.main-picture {
    width: 45%;
    float: right;
    margin: 0px 0px 5px 15px;
    /*
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px rgba(50, 50, 50, 0.75);
    */
}
.gallery-image-container {
    width: 30%; 
    margin: 5px;
    float: left;
    display: inline-block;
    border: solid 1px #eaeaea;
    height: 200px;
}

.home-prod h2 {
	font-size: 13pt;
	color: #0066cc;
	font-weight: normal;
	text-transform: uppercase;
}
.home-prod2 {
	display: inline-block;
    width: 32%;
    text-align: left;
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.31);
    margin: 5px;
	color: #444;
	font-size: 10pt;
	height: 350px;
	float: left;
}
.home-prod2 h1{
	font-size: 14pt;
}
.home-prod2 h2{
	font-size: 12pt;
}
.home-cat {
    display: inline-block;
    width: 32%;
    height: 270px;
    float: left;
    text-align: center;
    border: solid #ccc 1px;
    margin: 5px;
}

.prodimage {
    width: 100%;
    height: 200px;
}
.product-list-picture {
    width: 100%;
    height: 180px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);
}
.category-gallery-img {
    width: 150px;
    height: 150px;
    display: inline-block;
    border: #eaeaea solid 2px;
    margin: 5px;
}
.category-gallery-img:first-child {
    margin-left: 0px;
}