@charset "UTF-8";
/* CSS Document */

* {padding: 0; margin: 0;}

body {
	background-color:#FFF;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:10px;
	text-align: center;
	line-height:12px;
	word-spacing:1.5px;
	text-transform:uppercase;
	color:#000;
}

a {
	color:#AAA;
	text-decoration:none;
}

a#vogue {
    background-color:#FFF;
    padding-left:114px;
}

#vogue_div {
    position:absolute; 
    right:0px;  
    top:0px;
}


#nav {
	float:left;
	padding:0;
	margin: 15px 20px 0 0;
	font-weight: bold;
}

a:hover {
	color:#000;
}

.category, h4  {
	font-weight:600;
	color:#000;
	font-size:10px;
	line-height:16px;

}

#holder {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;
	top:40px;
	margin-bottom: 10px;
	/*
	border: 2px solid #ffffff;
	*/
	border:none;
	width: 80%;
}


#homeGallery {
	margin: auto;
	margin-top: 20px;
	float: left;
	width: 602px;
	height: 417px;
}

#imageHolder {
	margin: auto;	
	width: 50%;
	margin-top:20px;
	float: left;
}

#showimage {
	color: #FFF;
}

#prevNext {
	width:602px;
    margin: auto;	
}

#talentImage {
	float:left;
	margin-top:30px;
}

.borders_on{border:1px solid #AAA;}

.space {
	line-height:20px;
}

.caption
{
margin: 0;
padding: 0 1em;
font-size: 1em;
position: relative;
top: -30px;
line-height: 30px;
height: 30px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
text-transform: capitalize;
}

img {
	border:none;
}

.hidden {
	display:none;
}

#footer {
	font-size: 12px;
	margin-top: 15px;
	position: absolute;
	right: 0px;
	text-transform: none;
	font-weight: bold;
}

.logo:hover {
	text-decoration: none;
	background-color:#FFF;
}


.video {
	opacity: .8;
	background-color:#FFF;
}

.video:hover {
	text-decoration: none;
	background-color: #FFF;
	opacity: 1;
}

.info {
	text-align: center;
}

.company {
	color: #000;
}

.address {
	color: #AAA;
}

