/* Developed by U-Lab - www.u-lab.nl */

/* Content */

#dgs {
  position: relative;
  top: 0;
  left: 15px;
	width: 795px;
	height: 99px;
}

#content_orange {

 	left: 15px;
	position: relative;
	background-color: #FF8500;
	color: #FFFFFF;
	font-size: 11px;
	padding: 20px;
	
	width: 270px; /* For FF, NS, Safari */
	_width: 310px; /* For IE, Opera */
	height: 410px; /* For FF, NS, Safari */
	_height: 450px; /* For IE, Opera */
	
	text-align: left;
	line-height: 24px;
	letter-spacing: 1px;
	float: left;
}

#photo {
	width:							225px;
	height:							390px;
	float:							left;
}

#content_purple {
  position: relative;
	width:							250px;
	height:							430px;
	_height:						450px;
	float: left;
	font-family: arial, helvetica, sans-serif;
  position: relative;
	background-color: #390020;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	padding-top: 20px;
}

/* Make up */

#content_orange .textlow {
	color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 20px;
  
/*
  font-weight: bold;
 	line-height: 23px;
	letter-spacing: 0;
*/
	width: 280px; /* For FF, NS, Safari */
}

#content_orange .arrow_purple {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#content_orange .webname_input {
	color: #000;
  background: #fff;
	font-size: 12px;
  letter-spacing: 1px;
  width: 100px;
  font-family: verdana, geneva, sans-serif;
}

#content_orange .go_button {
	background-color: #FF8500;
	font-weight: bold;
	color: #390020;
	font-size: 12px;
  border: none;
  margin:0;
  cursor: pointer;
}

#content_orange .select {
  margin: 0;
  padding: 0;
  width: 195px;
}

#content_purple .title {
	color: #FF8500;
	font-size: 15px;
	line-height: 25px;
}

#content_purple A {
  color: #FF8500;
  font-size: 12px;
  text-decoration: none;
}

#content_purple A:hover	{
  text-decoration: underline;
}

#content_purple img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}



#menu {
	width: 795px;
  height: 90px;
}

#menu ul {
/*
  position: absolute;
  top: 0;
*/
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
}

#menu a, #menu a.fake:hover{
	color: #B3B3B3;
  font-size: 11px;
  line-height: 24px;
  font-weight: normal;
  text-decoration: none;
  padding-left:15px;
  margin-left:15px;
}

#menu a.active {
	background-image: url("../images/arrow_rotate.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#menu a:hover, #menu a.active:hover {
	background-image: url("../images/arrow_loop.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
  color: #41B7C8;
}

#menu a.fake:hover {
  background: none;
}

#menu ul.m1 a {
  margin: 0;
/*
  left: 0px;
*/
}

#menu ul.m2 {
/*
  left: 195px;
*/
}

#menu ul.m3 {
/*
  left: 390px;
*/
}

#menu ul.m4 {
/*
  left: 585px;
*/
}

/* Developed by U-Lab - www.u-lab.nl */
