@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px; 
	outline: 0;
}

html, body {
	margin: 0px;
	padding: 0px; 
	outline: 0;
	width: 100%;
}

body{
	text-align: center;
}

#page{
	text-align: left;
	margin: 0px auto;
	background-image: url("../img/fondo.png");
	background-repeat: no-repeat;
	width:1266px;
	/*max-width: 68em;
	min-width: 800px;
	width:expression((document.documentElement.clientWidth < 700)? "700px" : "auto" );
	*/
	height: 649px;
	/*max-height: 68em;
	min-height: 500px;
	height:expression((document.documentElement.clientHeight > 500)? "500px" : "auto" );
	
	
	background-image: url("../img/fondo.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;*/
}

textarea {
    resize: none;
} 

img{
	border:0px;
}

/*left****************************************************************/

#left{
	float:left;
	width: 410px;
	height: 560px;
	margin-bottom:-91px;
}

.left{
	float:left;
	width:100%;
	height:420px;
	/*background-position: 100%;
	background-repeat: no-repeat;*/
}

.left img{
	float:right;
	padding-right:10px;
}

/*
#left-home{background-image:url("../home/img/left.png");}
#left-client{background-image:url("../client-services/img/left.png");}
#left-collection{background-image:url("../collection/img/left.png");}
#left-howto{background-image:url("../how-to-buy/img/left.png");}
#left-news{background-image:url("../news/img/left.png");}
#left-links{background-image:url("../links/img/left.png");}
*/
/*logo****************************/

#logo{
	float:left;
	width: 100%;
	height:160px;
}

#logo img{
	float:right;
}

#jcart_cart{
	display: none;
}

/*content****************************************************************/

#content{
	float:right;
	width: 856px;
	height: 485px;
	/*background-color: #E0FFFF;*/
}



/*overflow: auto;
*/

/*header****************************************************************/
#header{
	float:right;
	width:856px;
	/*background-color: #F5F5DC;*/
	height:90px;
}

/*menu****************************/

#menu{
	width: 100%;
	height: 65px;
	margin-top:25px;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	display:inline;
}

#menu a{
	float:left;
	height:65px;
	display:block;
}

#filosophy{
	width: 145px;
}
#filosophy:hover, .rollover#filosophy{
	width: 145px;
}
               
#collection{
	width: 120px;
}
#collection:hover, .rollover#collection{
	width: 120px;
}
                   
#howto{
	width: 125px;
}
#howto:hover, .rollover#howto{
	width: 125px;
}
                    
#client{
	width: 120px;
}
#client:hover, .rollover#client{
	width: 120px;
}
                    
#news{
	width: 115px;
}
#news:hover, .rollover#news{
	width: 115px;
}
                
#links{
	width: 110px;
}
#links:hover, .rollover#links{
	width: 110px;
}

/*footer****************************************************************/

#footer{
	clear:both;
	width: 100%;
	height: 170px;

	background-image:url("../img/pie.png");
	background-repeat: no-repeat;
	background-position: 100%;
	/*background-color: red;*/
	text-align:left;
}


#footer_link{
	position:relative;
	left:140px;
	top:95px;
}

#twitter{
	position:relative;
	left:120px;
	top:120px;
}

#info1{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	position:relative;
	left:420px;
	top:85px;
	width: 700px;
}

#info1 a{
	text-decoration: none;
	color:#666666;
}

#info1 a:hover{
	text-decoration: underline;
}

#infos{
	position:relative;
	left:420px;
	top:85px;
	width: 700px;
}

#infos a{
	text-decoration: none;
	color:#038942;
}

#infos a:hover{
	text-decoration: underline;
}

#info2, #info2 a{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

#info3{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-left:10px;
	padding-right:10px;
}

#info4 a{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-left:60px;
}

#bekind{
	position: relative;
	left: 830px;
	top: 4px;	
}

#cart{
	position: relative;
	left: 825px;
	top: 4px;	
}

/**** Player ******************************************/

.jp-playlist-player{
	border:0;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
	color:#038942;
	top:100px;
}
.jp-interface{
	border:0;
	margin:0;
	padding:0;
	display: inline;
}

.jp-interface ul{
	border:0;
	margin:0;
	padding:0;
	list-style: none;
}

.jp-interface ul li{
	display:inline;
	list-style: none;
	border:0;
	margin:0;
	padding:0;
}
