@import url("reset.css");

body {	
	background: url("../images/tile_bg_main.jpg") repeat-x #DAD9D7;
	color:#777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:1.3;	
}

strong{
	font-weight:bold;
}

#wrapper{	
	position: relative;
	width: 1000px;
	margin:0 auto;
	
	
}	

h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}
p{
	margin:10px 0;
}

.clearer{
	height:1px;
	clear:both;
}

.back{
	font-size:18px;
}

#content{
	margin-left:78px;
	width:734px;
	background: #f0e4ed;	
    /*padding: 20px 30px;*/
	padding: 14px 30px 26px;

	
	/*min height*/
	min-height: 190px;
	height: auto !important;
	height: 190px;
}


#content a, #footer a{
	color: #BBBBBB;
	font-weight:bold;	
}
#content a:hover, #footer a:hover{
	color: red;	
}


#logo{
	width:100%;
	background:url(../images/logo_bg.jpg);
	height:254px;
	
}

#flags{
    float: right;
    height: 37px;
    margin-right: 330px;
    margin-top: 64px;
    width: 100px;
}


#flags img{
	display:block;	
	padding:2px 4px ;
	float:right;	
}


/* HOVER MENU by Rok */
#menu li{
	float:left;	
}

#menu{
	padding-left: 78px;
    width: 1000px;
	height:37px;
	
	background: url(../images/menu_bg.jpg) no-repeat;
}

#menu li a{	
	display:block;
	float:left;	
	position:relative;
	height:37px;	
	font-weight:bold;
}

/* Invisible text for accessibility menu */
#menu span, #menu-hidden span{
	visibility:hidden;
}

#menu a.index{
	background: url(../images/boton_01.jpg) no-repeat;
	width:72px;
}
#menu a:hover.index{
	background: url(../images/boton_h_01.jpg) no-repeat;
}
#menu a.old{
	background: url(../images/boton_02.jpg) no-repeat;
	width:161px;
}
#menu a:hover.old{
	background: url(../images/boton_h_02.jpg) no-repeat;
}
#menu a.new{
	background: url(../images/boton_03.jpg) no-repeat;
	width:168px;
}
#menu a:hover.new{
	background: url(../images/boton_h_03.jpg) no-repeat;
}
#menu a.reborns{
	background: url(../images/boton_04.jpg) no-repeat;
	width:88px;
}
#menu a:hover.reborns{
	background: url(../images/boton_h_04.jpg) no-repeat;
}
#menu a.contact{
	background: url(../images/boton_05.jpg) no-repeat;
	width:92px;
}
#menu a:hover.contact{
	background: url(../images/boton_h_05.jpg) no-repeat;
}


#menu-hidden {
	position:absolute;
	top:290px;
	left:199px;		
	opacity:0;
	z-index:100;
}

#menu-hidden a.porcelain{
	display:block;
	background: url(../images/boton_02_2.jpg) no-repeat;
	width:131px;
	height:35px;
}
#menu-hidden a.reborns{
	display:block;
	background: url(../images/boton_02_1.jpg) no-repeat;
	width:131px;
	height:37px;
}






#footer{
	width:1000px;
	/*width: 1000px;*/	
	background: url(../images/diseno_07.jpg) no-repeat center #DAD9D7;					
	height:132px;	
}

#footer p{	
	position:relative;
	margin:0;
	text-align:center;
	padding-top:68px;
	padding-right: 120px;
	font-size: 13px;
	z-index:10;
	
}

#image_home{
	position:absolute;	
	background: url(../images/home.png) no-repeat;		
	width:534px;
	height:395px;	
	right:14px;
	bottom:14px;
}

.shadow{
	box-shadow: 10px 10px 5px #888;
}

#sp-button a{
	position:absolute;
	left:207px;
	top:557px;
	height:32px;
	width:100px;
	color:white;
	font-size:16px;
}

#en-button a{
	position:absolute;
	left:400px;
	top:557px;
	height:32px;
	width:100px;
	color:white;
	font-size:16px;
}

#en-button a:hover, #sp-button a:hover{
	color:red;
}

#intro-text{
	position:absolute;
	left:200px;
	top:420px;
	color:white;
	font-size:18px;
}


#doll_thumbnails{		
	
	padding:20px;	
	background: url(../images/tile_bkg.jpg) repeat;
	border-bottom:3px solid #888;
}
.gallery a {
	background:none repeat scroll 0 0 transparent !important;
	border:1px solid #000000;
	display:block;	
	padding:2px !important;
	
}

.gallery a {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border:2px solid #000000;
	display:block;
	line-height:0;
}

.gallery li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	height:120px;
	position:relative;
	padding:4px 4px 1px;
	cursor:pointer;	
	line-height:14px;
}

.gallery li p{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	margin:5px 0;
	color: white;
	font-weight:bold;
}

.gallery_li_hover{
	border:1px dotted white;
	background:#888;
	padding: 3px 3px 0 !important;
}


/*Dolls list*/

.doll-box{
	clear:both;
	margin:20px 35px 20px;
}
.doll-box a{
	display:block;
	float:left;	
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border:1px solid #666;
	padding:4px;
	background:#DDD;
	margin-right:20px;
}

h3{
	font-size:1.3em;	
}
h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:35px;
}

#paginator{
	margin:20px 10px 20px 35px;
}

#paginator li a{
	display:block;
	float:left;
	margin:0 10px 0 0;
	/*padding:2px 8px;*/
	padding: 2px 7px 2px 5px;
	border:1px solid transparent;	
}
#paginator li a:hover{
	color:#9e97bc;
}

#paginator .selected a{
	/*background:white;*/
	/*border:1px solid red;*/
}
#paginator .selected a{
	color:#9e97bc;
	border:1px solid #EEE;
}

#previous_icon{
	position:absolute;
	left:84px;
	top:550px;	
	width:48px;
	height:48px;
}

#next_icon{
	position:absolute;
	right:145px;
	top:550px;
	width:48px;
	height:48px;
}

#prev a{

    background: url("../images/previous2.png") no-repeat 0 0 transparent;
    width: 87px;
	 height:28px;
	 border:0 !important;
	 color:transparent;
}

#prev a:hover{
	 background: url("../images/previous2_h.png") no-repeat 0 0 transparent;
	 color:transparent !important;
	 border:0 !important;
}
#next a{
    background: url("../images/next2.png") no-repeat 0 0 transparent;
    width: 87px;
	 height:28px;
	 border:0 !important;
	 color:transparent ;
}

#next a:hover{
	 background: url("../images/next2_h.png") no-repeat 0 0 transparent;
	 color:transparent !important;
	 border:0 !important;
}

.disabled{
	/*cursor:not-allowed;*/
	visibility:hidden;
}

/* Doll */
.text_gallery{
	clear:both;
	margin-left: 50px;
}

/* Rewrite external styles */
.active-slider .controls {
	background-color:#4C453F;
	z-index:10;
}

.controls a {
    color: #888;
}
.active-slider {
    border-color: #4C453F;
	z-index:10;
}

#scroller{
	float:left;
	margin:20px 40px 5px 20px;
}

.inside{
	/*padding-top: 5px;
	margin-top: 8px;*/
	border:none;
}

.pp_details p{
	color:#555;
}

.column-first{
	float:left;
	width:80px;	
	margin-left:40px;
	
}

.column-second{
	float:left;
	width:400px;
}

