body {
	font-family: Verdana;
	font-size: 11px;
	background-image:url(images/index_background.jpg);


}



a:link{color: #404040; text-decoration: none;}
a:visited{ text-decoration: none; color: #404040;}
a:hover{color: #000000;text-decoration:underline;}
a#current{color: #000000; text-decoration: underline; background-color: #FFFFFF;}


#index {
	background-color:#FFFFFF;
	width:960px;
	height:auto;
	margin: auto;
	border: 15px solid #FFFFFF;
		}
		
table {
  padding: 5px;
  margin: 5px;
}




#top {

	width:auto;
	height:117px;
	margin: auto;
	background-image:url("images/top_logo.jpg");		
		}
		
		
#menu_1 {
	background-color:#666666;
	width:auto;
	height: 22px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color:#999999;
	border-left-color: #CCCCCC;	/*background-image:url("images/menu_background.jpg");*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image:url(images/menu_background.jpg);
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	float: none;
		}
		
		
#bottom {
	background-color:#FFFFFF;
	width:auto;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
		}
		
		
#content {
	background-color:#FFFFFF;
	width:auto;
	height:550px;

	background-repeat: no-repeat;
	background-position: right;
	}

#prod_info {
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	background-image:url(images/prod_info_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify;
		}
		
#contacts {
	background-color:#FFFFFF;
	width:850;
	height:auto;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	padding: 50px;
	background-image: url(images/contacts_pics.jpg);
		}
		
#contacts_left
		{
	width: 100px;
	background-color: white;
	float: left;
	height: 100%;
	bottom: 0px;
	margin: 0px;
	padding: 0px;		
		
		}
		
#concept {
	background-color:#FFFFFF;
	width:auto;
	height:550px;
	background-image:url(images/concept.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify;
		}
		
#profile {
	background-color:#FFFFFF;
	width:auto;
	height:550px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify;
	background-image: url(images/profile.jpg);
		}


		
#collections {
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;	

	

		}
		
		
#left_menu {
	width: 110px;
	height: auto;
	background-color:#E4E4E4;
	float: left;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image:url(images/left_menu.jpg);
	text-align:left;
	font-size: 9px;
		}
		
		
		
	
	
	/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

body {
	behavior: url(csshover.htc);
	background-color: #FFFFFF;

}
 
a {
	color: #000;
	text-decoration: none;
	font-size: 11px;



}

#coll_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:110px;
	font-size: 11px;

		
	

}

#coll_menu ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	position: relative;
	float:left;
	height: 30px;
	width:100%;
	background-color:#F3F3F3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image:url(images/collection_menu_1.jpg);
	}
	
#coll_menu ul li ul li{

				height: 30px;
	
	}

#coll_menu ul li a{
	display:block;
	padding: 2px 3px;
		height: 30px;
		

	}

#coll_menu ul li a:hover {
	color: #333333;
		height: 30px;
	

	background-color: #CCCCCC;

}

#coll_menu ul li ul li a:hover{
	height: 30px;
	border-left:1px solid #999999;
	color:#000000;
	background-color: #CCCCCC;

	
}

#coll_menu ul ul {
	position: absolute;
		height: 30px;
	top: 0;
	display:none;
		
	
	
}

#coll_menu ul li:hover ul{
	height: 30px;
	display: block;
	left:110px;
		border-left:1px solid #999999;
	
}	





#menycontainer ul{
	float: right;
	margin-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	font-size: 70%;
	color:#000000;
}


#menycontainer li{
	float: left;
	display: inline;
	color:#000000;
	text-align: left;
}
#menycontainer ul a{
	float: left;
	text-decoration: none;
	padding: 0.3em 2em;
	color:#FFFFF;
	text-align: right;
} 

#menycontainer a:link{
	color:#000000;
	font-weight: bold;
}
#menycontainer a:visited{
	color:#000000;
	font-weight: bold;
}
	
#menycontainer a:hover{
	color: #000000;
	text-decoration: underline;
}
#menycontainer a#current{background: #000000; color:#FFFFFF;	background-image:url(images/menu.jpg);} 








		
