@charset "utf-8";
/***************
** TAGS **
***************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #62003d;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img{
	border:0px;
}
/***************
** GLOBAL **
***************/
.headContent{
	text-align: right;
	margin: 34px 10px 0 0;

}
.headContent a, .headContent a:hover, .headContent a:visited, .headContent a:active{
	color:#770053;
	font-size: 9px;
	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
.headContent a:hover{
	color:#FFFFFF;
}





/***************
** INDEX **
***************/
#mainContainer_en_ind{
	background-color:#000000;
	background-image:url(../images/en_ind_main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 522px;
	margin-top: 20px;
	text-align: center;
}
#mainContainer_index{
	background-color:#000000;
	width: 800px;
	height: 489px;
	margin-top: 34px;
}
#mainContainer_index .headContent{
	padding-top: 10px; 
}
#mainContainer_index img{
	margin-top: 44px;
}
#textContentIndex{
	margin: 170px 0 0 543px;
	padding: 20px;
	width: 210px;
	height: 210px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
}
/***************
** MEDIA **
***************/
#mainContainer_media{
	background-color:#000000;
	background-image:url(../images/media_main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 640px;
	margin-top: 20px;
	text-align: center;
}
#textContentMedia{
	margin: 190px 0 0 220px;
	padding: 0px;
	width: 433px;
	height: 210px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}
#textContentMedia td{
	width: 239px;
	padding: 5px;

}
#mediaReferences{
	color:#f41a2c;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-align:left;
	font-size: 12px;
	padding-top: 11px;

}
#mediaReferences a, #mediaReferences a:hover, #mediaReferences a:visited, #mediaReferences a:active, #mediaReferences span{
	color:#FFFFFF;
	font-size: 10px;
	
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
#mediaReferences a:hover{
	color:#f41a2c;
}
#mediaReferences td{
	text-align:left;
	padding-left: 22px;
	vertical-align: top;

}
/***************
** PHOTOSHOOTINGS **
***************/
#mainContainer_photoshootings{
	background-color:#000000;
	background-image:url(../images/photoshootings_main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 640px;
	margin-top: 20px;
	text-align: center;
}
#textContentPhotoshootings{
	margin: 210px 0 0 160px;
	padding: 0px;
	width: 433px;
	height: 210px;
	color: #000000;
	font-size: 10px;
	text-align: left;
	line-height: 16px;
}
#textContentPhotoshootings td{
	padding-left:3px;
}
#photoshootings_refs{
	color:#FFFFFF;
	line-height: 15px;
	letter-spacing: 0.02em;
	text-align:left;
	font-size: 10px;
	padding-bottom: 20px;
	background-color: #000000;
}
#photoshootings_refs img{
	padding: 5px 0 20px 0;
}
#photoshootings_refs a, #photoshootings_refs a:hover, #photoshootings_refs a:visited, #photoshootings_refs a:active, #photoshootings_refs span{
	color:#FFFFFF;
	font-size: 11px;
	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 
#photoshootings_refs a:hover{
	color:#f41a2c;
}
#photoshootings_refs td{
	text-align:left;
	padding: 0 30px 0 20px;
	vertical-align: bottom;

}
/***************
** ABOUT **
***************/
#mainContainer_about{
	background-color:#000000;
	background-image:url(../images/about_main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 576px;
	margin-top: 20px;
	text-align: left;
}
#textContentAbout{
	margin: 45px 0 0 30px;
	padding: 0px;
	font-weight:bold;
	color: #000000;
	font-size: 10px;
	text-align: left;
	line-height: 15px;
}
#textContentAbout img{
	padding: 5px 0 5px 0;

}
.aboutNames{
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:10px;
	width: 210px;
}
.aboutNamesHead{
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:12px;
}
/***************
** NAVIGATION **
***************/
#navigation_en_ind{
	text-align: left;
	padding-top: 20px;

}
#navigation_en_ind a, #navigation_en_ind a:hover, #navigation_en_ind a:active, #navigation_en_ind a:visited{
	color:#FFFFFF;
	font-size: 8px;
	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navigation_en_ind a:hover{
	color: #ff6000;
}
.navigationItem{
	margin: 0px 8px 2px 20px;
	float: left;
}

.selectedNavigationItem{
	font-size: 8px;
	font-weight: bold;
	color: #f8282f;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */