/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 20px;
}

.content {width: 900px;
position:absolute;
left:100px;
}

.flash {width:400px;
height: 472px;
position: absolute;
left: 25px;
border:solid;
border-width:1px;
border-color:#b50a37;
}

.flash_lookbooks {width:900px;
height: 475px;
position: absolute;
left: 25px;
z-index: 5;

}


.flash_index {width:410px;
height: 472px;
position: absolute;
left: 20px;
}

.right_content{width:400px;
height: 472px;
position: absolute;
left: 450px;
border:1px;
border-color:#b50a37;
border-style:solid;

}
.right_content_about{width:400px;
height: 550px;
position: absolute;
left: 450px;
border:1px;
border-color:#b50a37;
border-style:solid;

}

.menu {font-size: 10px;
color: #b50a37;
position:relative;
left: 25px;
top: -40px;
}

.menu_lookbooks {font-size: 10px;
color: #b50a37;
position:relative;
left: 495px;
top: -40px;
}

p {margin-left: 20px;
width: 370px;
line-height:20px;
}

h1 {font-size: 12px;
font-weight: bold;
margin-left: -20px;
color: #b50a37;
margin-top: 25px;
padding-bottom: -5px;
position:relative;
top: 0px;
left:30px;
}

.logo {position:absolute;
left:430px;
top: 300px;
}

.logo_lookbooks {position:absolute;
left:900px;
top: 370px;
}

.thumbs {position: relative;
top: 5px;
left: 30px;
}
td {border: solid;
border-color:#FFffff;
border-width: 1px;
}

.thumbs img {padding: 5px;
}

a:link {
	text-decoration: none;
	color:#b50a37;
	}
	
	a:hover{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#b50a37;
	}

	a:visited {
text-decoration: none;
	color:#b50a37;
	}
	
	a:active{
	color:#b50a37;
	text-decoration: none;
	}


.dropdown {float:left; padding-right:0px; position: relative; left: 400px; z-index: 1;}
.dropdown dt {width:100px; border:0px solid #b50a37; padding:0px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; left: -45px; overflow:hidden; width:130px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:150px; border:0px solid #b50a37; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#b50a37; text-decoration:none; background:#ffffff; width:150px}
.dropdown a:hover {background:#ffffff; color:#000}
.dropdown .underline {border-bottom:1px solid #b50a37}
