@charset "UTF-8";

/* CSS Structure 

 * 

 * Developed By: VIAN New Business Solutions

 -------------------------------------------

*/



/** Properties **/

a {

	text-decoration:none;

}



.hide {

	display:none;

}



.inline{

	width:100%;

}



.inline .child{

	float:left;

	display:inline;

}



/** Headings **/

h1 {

	float:right;

	font-size:10px;

	color:black;

}



h2 {

	color:#ff7ad7;

	font-size:18px;

	padding-top:10px;

}



h3 {

	color:#ff7ad7;

	font-size:19px;

}





/** Structure **/

* {

	border:0 none;

	margin:0;

	padding:0;

	list-style-type:none;

}



html,

body {

	height:100%;

	font-family:"century gothic",Helvetica,Arial;

	background: #ff7ad7;

}



#page {

	background: url(../images/page_bg.png) top center repeat-y;

	width:1050px;

	margin:0 auto;

	min-height:700px;

}

	

#wrapper {

	margin:0 auto;

	padding:0px 50px;

	min-height:700px;

	text-align:left;

	width:899px;

	border-bottom: 3px solid #ff7ad7;

	background:url(../images/blackgrey_bg.jpg) repeat-x top center;

}



/* HEADER */

#header {

	text-align:center;

}



#logo{

	width:100%;

}



#logo img{

	margin:0 auto;

}



/* MAIN MENU */



#menu {
	text-align:center;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	margin:10px 31px 10px 0;

}



#menu ul {
	width: 720px;
	overflow: hidden;
	margin:0 auto;



}



#menu li {

	display: inline;

	float:left;   

	padding:5px 2px 8px 2px;

} 



#menu a{  

	color: white;

	font-weight: bold;

	padding:5px 22px;

	font-size:12px;	

}  



#menu a:hover{

	color:black;

	background:url(../images/menu_bg.jpg) top left repeat-x;

}



#menu a.sel{

	background:url(../images/menu_bg_sel.jpg) repeat-x center left;

	color:#FCF;

}





/* CONTENT */





/* FOOTER */

#footer {

   position:absolute;

   text-align:left;

   bottom:1;

   background: url(../images/page_bg.png) center repeat-y;

   width:1000px;

   padding:5px 25px;

   height:125px;   /* Height of the footer */

}



.footer_text {

	text-align:center;

    color:#ff7ad7;

	font-size:14px;

	font-weight:bold;

	font-style:italic;

	border-bottom: 3px solid #ff7ad7;

	padding-bottom:8px;

}



#footer #wella {

	height:30px;

}



#footer #sebastian {

	height:20px;

}



#footer #address {

	float:left;

	padding:10px 0px 5px 50px;

	color:#FFF;

	font-size:12px;

}



#footer #address strong{

	font-weight:bold;

	font-size:14px;

}	



#footer #contact {

	float:right;

	padding:10px 50px 5px 0px;

	color:#FFF;

	font-size:12px;

	text-align:right;

}



#footer #contact a {

  color: #ff7ad7;

  text-decoration: underline;

}
