/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
background-color: #141414;
color:#FFF;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Lucida;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #828282;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #828282;}
a:hover { background-color: #fdcf2b;  color: #000; }

a img { border: none; }
#logo { 
width:218px;
height:155px;
border-left:0px;
padding-left:0px;
margin-bottom: 5px;}
#logo a:hover { background-color: #FFF; }

#menu {
	color: #FFF;
    width: 173px;

	/*overflow y: auto;
	overflow-x: hidden;*/
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#FFF;
	padding-left: 0px;
	padding-top:0px;
}

/*#menu {

    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	padding-left: 20px;
	padding-top: 15px;
	
}*/
#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
}
#nomark {margin-bottom:13px;}
#nomark a:link {}
#nomark a:hover {text-decoration:none; background-color:#FFF;}

#menu ul li.section-title {color: #000; font-size: 13px; margin-top:6px;}
#menu ul li.section-title img {margin-left:6px; hspace:0; vspace:0;}
/*#menu ul li.section-title a:link {color: #000;}
#menu ul li.section-title a:visited {color: #000;}*/
#menu ul li.section-title a:link {background-color: #fdcf2b;  color: #000; padding-right:10px;}
#menu ul li.section-title a:visited {background-color: #fdcf2b;  color: #000; padding-right:10px; }
#menu ul li.section-title a:hover { background-color: #26b6c0;  color: #000; }

#content {
    height: 100%;
    margin: 30px 0 0 230px;
    top: 0;

}

.container {
    padding: 0px 0px 25px 15px;
	list-style:none;
	
}
.container h1 {margin: 0px 0 0 0;
font-size:12px;
color: #FFF;}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; color:#CCC;}
#img-container p a:link {color: #CCC;}
#img-container p a:visited {color: #CCC; }
#img-container p a:hover { background-color: #FFF;  color: #000; }


#once { clear: left; }

#hidden {color: #FFF;}

#foot {color:#b3b3b3;
margin-top: 4px;
}
#foot a:link{color: #b3b3b3;}
#foot a:visited{color: #b3b3b3;}
#foot a:hover{color: #b3b3b3; text-decoration:underline; background-color:#FFF;}

#foot p {margin: 0;}

#castellano {color:#CCC; width:400px; margin-bottom:10px;}

#currently {background-color: #fdcf2b;  color: #000;  width:250px; margin-bottom:10px; font-size:14px}

#flash {
	width: 320px;
	padding:0;
	margin:0;
}

#flash_info {color:#CCC;
	padding:0;
	margin:0;}
#flash_info a:link{color: #FFF;}
#flash_info a:visited{color: #FFF;}

#shop_section {
	width: 400px;
	position: left;
	padding: 6px;
	visibility: visible;
	margin-bottom: 20px;
	float: left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	background-color:#FFF;
	color: #000;
}
#shop_section a:link{color:#000; text-decoration:underline;}
#shop_section a:visited{color:#000; text-decoration:underline;}

#shop_section1	{
width: 750px;
position:relative;
float:left;
margin-bottom:15px;
}
#shop_section1 a:hover{color:#d3d2c6; text-decoration:none; }
#shop_section1 a:link{color:#d3d2c6; text-decoration:none;}
#shop_section1 a:visited{color:#d3d2c6; text-decoration:none;}
#shop_section1 img {
/*    border: 20px solid #000;*/
border-bottom: 0px;
border-top:0px;
border-right:0px;
border-left:0;
border-color:#141414;
border-style:solid;

}
#shop_section1 a:hover{color: #141414; text-decoration:underline; background-color:#141414;}

body#section_id_1 { background-color: #d3d2c6; }

body#section_id_buy {background-color:#d3d2c6; }