html {
	background-color: #ebebeb;/*#ffffff;*/
	margin:0;
	padding:0;
	font-family:'Arial', cursive;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	/*color:#575451;*/

}
body {
	margin: 0;
	padding: 0;
}

div.header {
	position: relative;
	width: 990px;
	height: 160px;
	margin-bottom:5px;
	margin-top:2px;
	padding:5px;
	border:1px solid #4C6D87;
  background-image: url('/images/header/header.jpg');
	
	/*background-color:#4C6D87;*/
}


.contentimage{
	height:200px;
	width:195px;
	float:left;
	padding-right:2px;
	padding-left:2px;
	
	overflow: hidden;
	display:block;
}

.headerimageFrame{
	height:195px;
	width:195px;
	float:left;
	margin-right:2px;
	margin-left:2px;
	
	overflow: hidden;
	display:block;
}

/*GROW*/
.headerimageFrame img {
  	height: 200px;
  	width: 195px;
	margin-right:2px;
	margin-left:2px;
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 
.headerimageFrame img:hover {
	width: 210px;
  	height: 220px;
	display:block;
	margin-right:2px;
	margin-left:2px;
	
	float:left;
}

.headerTitle{
	float:left;
	margin-right:2px;
  padding-top:10px;
	margin-left:50%;
  font-size:20px;
	width:45%;
}

.headerTitleText{
	color:#4C6D87;
	margin-top:125px;
	text-align:center;
	font-size:16px;
	-ms-transform: rotate(-18deg); /* IE 9 */
    -webkit-transform: rotate(-18deg); /* Chrome, Safari, Opera */
    transform: rotate(-18deg);
}

div.contentselector{
	margin-left:10px; border:1px solid #60995c; background-color:#60995c; float:left; padding:7px; margin-left:10px;
}

div.main_content{
	width: 770px;
	height: auto;
	overflow:hidden;
	margin-top:0px;
	text-align:justify;
	overflow:auto;
	float:left;
	padding:10px;
	border:1px solid #4C6D87;
	
	font-family: 'Arial', cursive;
	margin-left:10px;
	color:#4C6D87;
}

#container {
	position: relative;
	margin: 0 auto;
	width:1010px;
	height:auto;
}

div.footer{
	margin-top:5px;
	border:1px solid #4C6D87;
	width: 990px;
	height: 45px;
	font-size: 15px;
	text-align:center;
	color:#4C6D87;
	
}

div.main_menu{
	background-color: #ebebeb;
	background-repeat: repeat-x;
	float:left;
	width:200px;
	margin-left:0px;
	padding-bottom:3px;
	
}

.basemenu{
	margin-top:3px;
	margin-right:2px;
	margin-left:2px;
	padding:5px;
	text-align:center;
	border:1px solid #4C6D87;
	
	font-size: 20px;
	text-decoration: none;
	font-weight:none;
	float:left;
	width:185px;
}

.basemenuselected{
	margin-top:3px;
	margin-right:2px;
	margin-left:2px;
	padding:5px;
	text-align:center;
	border:1px solid #4C6D87;
	

	font-size: 20px;
	background:#4C6D87;
	text-decoration: none;
	font-weight:none;
    float:left;
	width:185px;
}

a.menu{
	text-decoration: none;
	color:#4C6D87;
	float:left;
	margin-left:60px;
}

a.menuselected{
	text-decoration: none;
	color:#ffffff;
    float:left;
	margin-left:60px;
}

/*
a.menu2{
	text-decoration: none;
	color:#4C6D87;
	float:left;
	text-align:center; 
	font-size:16px; 
	margin-left:5px;
}

a.menu2selected{
	text-decoration: none;
	color:#ffffff;
    float:left;
	text-align:center; 
	font-size:16px; 
	margin-left:5px;
}
*/

table{
color:#4C6D87;
}
div.productcategory{
	padding:10px;
	border:1px solid #4C6D87;
	float:left;
	
	margin:2px;
}

div.productcategoryselected{
	padding:10px;
	border:1px solid #4C6D87;
	float:left;
	
	margin:2px;
	background:#4C6D87;
}

a.productcategory{
	text-decoration: none;
	color:#4C6D87;
}

a.productcategoryselected{
	text-decoration: none;
	color:#ffffff;
}

div.categoryProduct{
	padding:5px;
	border:1px solid #4C6D87;
	float:left;
	
	margin:2px;
	text-align:center;
	width:175px;
	height:150px;
	overflow:none;
	font-size:14px;
	position: relative;
}

div.basketCounterStyle{
	width:30px;
	float:left;
	height:20px;
	margin-left:5px;
	margin-right:0px;
	padding-top:0px;
	color:#4C6D87;
}

div.basketRow{
	width:100%;
	float:left;
	padding-top:2px;
}
div.basketProductData{
	width:70%;
	float:left;
}
div.basketRowSum{
	width:30%;
	float:left;
}


.button_body {
	background-color: #4C6D87 !important;
	color: #ffffff !important;
	cursor: pointer !important;
	font-size: 12px !important;
	font-weight: normal !important;
	padding: 6px 15px !important;
	
}
