*{
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;
}

body{
    background: #F0F0F0;
    font-family: 'calibri', 'sans-serif';
    font-size: 14px;
	color: #111111;
}

ul{
    list-style-type: none;
}

a{
    text-decoration: none;
}

#wrapper{
    width: 1200px;
    margin: 0 auto -45px auto;
    min-height: 100%;
}

#wrapper:after{
    content: "";
    display: block;
}

header nav, footer{
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f8f8 20%, #e1e1e1 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f8f8f8), color-stop(75%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f8f8 20%,#e1e1e1 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8f8f8 20%,#e1e1e1 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8f8f8 20%,#e1e1e1 75%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8f8f8 20%,#e1e1e1 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	color: #000000;
}

header{
    height: 50px; 
}

nav{
    height: 50px; 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#top-menu{
    width: 1200px;
    margin: auto;
}

#top-menu img{
    height: 35px;
	vertical-align: middle;
}

#top-menu img.flags{
    height: 20px;
}

#top-menu li{
    float: left;
    height: 50px;
	line-height: 50px;
    border-left: 1px solid #E0E0E0;
    font-size: 1.5em;
}

#top-menu li:first-child{
	padding-right: 10px;
}

#top-menu li:last-child{
	float: right;
	font-weight: bold;
}
   
#top-menu li a.item {
    display: block;
    text-align: center;
    height: 100%;
    padding: 0 10px;
    line-height: 50px;
	color: #000000;
}

#top-menu li a.item:hover, 
.categories-title a:hover  {
    background: black;
    color: #0BB672;
}




#top-menu li input{
    border: none;
	padding: 0; 
    margin: auto 0;
	background: none;
	width: 200px;
	vertical-align: middle;
}

#content{
	padding-bottom: 20px;
}

.breadcrumbs,
.pathway{
    color: #000000;
}

a.pathway:hover{
	text-decoration: underline;
}

.main-categories{
    position: relative;
    width: 368px;
    height: 330px;
    border: 1px solid #0BB672;
    margin-right: 45px;
    margin-top: 10px;
    vertical-align: top;
	float: left;
}

.main-categories.no-margin
{
	margin-right: 0;
}

.main-categories img{
    width: 100%;
    height: 275px;
}

.main-categories.product
{
	height: 500px;
	background: #F5F5F5;
}

.categories-title{
    position: absolute;
    /*display: table-cell;*/
    bottom: 0px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.categories-title a{
    display: block;
	color: #000000;
    line-height: 54px;
    vertical-align: middle;
    font-size: 1.5em;
    border-bottom: 1px solid white;
}


.price-container{
    height: 120px;

}

.price,
.main-color
{
	color: #0BB672;
}

.product-name{
	color: #000000;
}

 .price, .product-name{
    display: block;
    text-align:left;
    width: 70%;
    font-size: 1.5em;
    margin: 12px auto 0 auto;
}

.details-button-container{
    padding-top: 15px;
}

.details-button{
    display: block;
    padding: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
	color: #000000;
    background:  #0BB672;
    border: 1px solid #0BB672;
    font-weight: bold;
    font-size: 1.3em;
	text-align: center;
	cursor: pointer;
}

.details-button:hover{
    background: black;
    color: #0BB672;
}

.request .details-button {
	margin-left: 0;
	width: 200px;
}

footer, #wrapper:after{
    height: 45px;
}

footer ul,
footer .bottom
{
	width: 1200px;
    margin: 0 auto;
}

footer li{
	display: inline-block;
	padding: 0 20px 0 0;
}

footer a{
	text-decoration: none;
	color: black;
}

footer a:hover,
footer a:active
{
	text-decoration: underline;
}	

footer .ilweb
{
	float: right;
	font-size: 10px;
}

/* Slider */


#inner-wrapper{
    position: relative;
    min-height: 500px;
    display: block;
    padding-left:350px;
}


#detailed-info-tag, #detailed-info-text{
    border: 1px solid white;
}

#detailed-info-tag{
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px;
}
#detailed-info-text{
    padding: 5px;
    max-height: 250px;
    overflow: auto;
}
h2{
    font-size:1.2em;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#price-detail-page{
    font-size: 1.5em;
}

#side-image-container{
    position: absolute;
    top: 10px;
    left:0;
    height: 350px;
    width: 310px;
    /*border: 1px solid white;*/
}
#side-image-big{
    height: 67%;
    width: 100%;
	overflow: hidden;
	text-align: center;

}

#side-image-big img{
    height: 100%;
	display: none;
	cursor: pointer;
}

#slider{
    position: relative;
    height: 33%;
    overflow: hidden;
    margin-top: 10px;
}

#slider ul{
    height: 100%;
    width: 1200px;
 }

#slider ul li{
    height: auto;
    width: 150px;
    margin-right: 10px;
    float: left;
}

#slider ul li  img{
    width: 100%;
    height: 100%;
}

.next, .prev
{
    position: absolute;
    background-size: 100%;
	cursor: pointer;
    height: 44px;
    width: 28px;
}

#next-slide, #prev-slide{
    top:35px;
}

.next{
    background: url("../images/next.png");    
    right: 0px;
}

.prev{
    background: url("../images/prev.png");
    left: 0px;
}

.imageDialog .next,
.imageDialog .prev
{
	top: 278px;
}

.imageDialog .image
{
	text-align: center;
}

.imageDialog .image img
{
	height: 600px;
}