/* BROWSER MARGIN ISSUES */
html, body, p, form, fieldset, a {margin-top: 0;}
/* END OF BROWSER MARGIN ISSUES */

/* IE 5.5 FRIENDLY */
body {text-align: center}
table {font-size: 1em;}
form {font-size: 1em;}
/* END OF IE 5.5 FRIENDLY */

/* REMOVE LINK OUTLINE IN FIREFOX */
a {outline: none;}
/* END OF REMOVE LINK OUTLINE IN FIREFOX */

body{
	font-size: 75%;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	width:995px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background:#EEEEEE url(../images/bg.jpg) repeat-x;
}

p {margin: 0; font-size: 1.1em}

a:link { color: #B1228E; text-decoration: none; }
a:hover { color: #B1228E; text-decoration: underline;}
a:visited { color: #B1228E; text-decoration: none; }
a:visited:hover { color: #B1228E; text-decoration: underline; }

/*GENERAL STYLES*/

.clear {clear:both;}
.small {font-size: 90%}

img {border: 0;}

.floatleftpic {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #000000;
}

.floatrightpic {
	float: right;
	margin: 0px 0px 20px 5px;
	border: 1px solid #000000;
	clear: both;
}

.borderpic {
	border: 1px solid #939598;

}


/*TEXT & DEFAULT VIEWS*/
.defaultview {display:none}
.textview {}

/* HEADINGS */
h1 {
	font-size: 3em;
    line-height: 0.9em;
	margin: 0.3em 0 1em 0;
    width: 280px;
	padding-bottom: 0.25em;
	color: #AE2686;
}

body#home h1 {
	color: #AE2686;
}

body#about h1 {
	color: #B9CE4F;
}

body#services h1 {
	color: #54C6E0;
}

body#sectors h1 {
	color: #FF6500;
}

body#projects h1 {
	color: #E2DC29;
}

body#casestudies h1 {
	color: #C80C94;
	font-size: 2em;
	margin: 0;
}

body#contact h1 {
	color: #CB0037;
}

h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0.2em 0 0.3em 0;
	color: #AC2583;
}

body#home h2 {
	color: #AE2686;
}

body#about h2 {
	color: #B9CE4F;
}

body#services h2 {
	color: #54C6E0;
}

body#sectors h2 {
	color: #FF6500;
}

body#projects h2 {
	color: #E2DC29;
}

body#casestudies h2 {
	color: #C80C94;
}

body#contact h2 {
	color: #CB0037;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.2em 0 0.1em 0;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
	color: #0092C8;
}

body#services h3 {
	background-image: url(../images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left: 15px;
}

body#services h3 a{
	color: #FFFFFF;
	text-decoration: none;
}

body#services h3 a:hover{
	color: #52C4DD;
	text-decoration: none;
}

body#services h3.selected a{
	color: #52C4DD;
	text-decoration: none;
}

body#casestudies h3 {
	font-size: 1.1em;
	background-image: url(../images/arrow-case.gif);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left: 15px;
}

body#casestudies h3 a{
	color: #FFFFFF;
	text-decoration: none;
}

body#casestudies h3 a:hover{
	color: #FF39C4;
	text-decoration: none;
}

body#casestudies h3.selected a{
	color: #FF39C4;
	text-decoration: none;
}

body#projects h3 {
	font-size: 1.1em;
	background-image: url(../images/arrow-projects.gif);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left: 15px;
}

body#projects h3 a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

body#projects h3 a:hover{
	color: #E2DC29;
	text-decoration: none;
	font-size: 12px;
}

body#projects h3.selected a{
	color: #E2DC29;
	text-decoration: none;
	font-size: 12px;
}


body#sitemap h3 {
	font-size: 1.1em;
	background-image: url(../images/arrow-case.gif);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left: 15px;
}

body#sitemap h3 a{
	color: #FFFFFF;
	text-decoration: none;
}

body#sitemap h3 a:hover{
	color: #FF39C4;
	text-decoration: none;
}

body#sitemap h3.selected a{
	color: #FF39C4;
	text-decoration: none;
}

h4 {
	color: #368B9F;
	font-size: 1em;
}

body#casestudies h4 {
	color: #C80C94;
	font-size: 1.2em;
	margin: 0;
}

/* DIV STYLES*/


#shadow{
	margin-left: -40px;
	background-image:url(../images/shadow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 1075px;
}

#wrap {
	width: 995px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	width:995px;
	height:150px;
	margin-top: 20px;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

#header h1, 
#header2 h1,
#header3 h1 {
	border: 0;
}

#menu {
	width:960px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
	margin: 0 auto;
}



#menu ul {
	list-style-type: none;
	margin: 0;
        padding: 0;
	font-size: 1.7em;

}

#menu li {
	display: inline;
    margin: 0;
	height: 43px;

}

#menu li a{	
	color: #FFFFFF;
	text-decoration: none;
	float: left;
    padding: 10px 15px 10px 20px;
}

#menu li a:hover{	
	text-decoration: none;
	float: left;
	background-color: #060405;
}

#menu li.selected1 a{	
	color: #AE2686;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li#hover1 a:hover{	
	color: #AE2686;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected2 a{	
	color: #B9CE4F;
	text-decoration: none;
	float: left;
	background-color: #060405;
}

#menu li#hover2 a:hover{	
	color: #B9CE4F;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected3 a{	
	color: #54C6E0;
	text-decoration: none;
	float: left;
	background-color: #060405;
}

#menu li#hover3 a:hover{	
	color: #54C6E0;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected4 a{	
	color: #FF6500;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li#hover4 a:hover{	
	color: #FF6500;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected5 a{	
	color: #E2DC29;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li#hover5 a:hover{	
	color: #E2DC29;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected6 a{	
	color: #C80C94;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li#hover6 a:hover{	
	color: #C80C94;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li.selected7 a{	
	color: #CB0037;
	text-decoration: none;
	float: left;
	background-color: #060405;
}
#menu li#hover7 a:hover{	
	color: #CB0037;
	text-decoration: none;
	float: left;
	background-color: #060405;
}

#content {
	width: 960px;
	margin: 0px;
	padding: 10px 15px 20px 18px;
}

.contentL-home {
	float: left;
	width: 576px;
}

.contentLL {
	float: left;
	width: 160px;
	background-image: url(../images/text_bg_all.jpg);
	background-repeat: repeat-x;
	height:440px;
	text-align: left;
	padding-left: 10px;
}


.contentL {
	float: left;
	width: 350px;
}

#contentL-about {
	float: left;
	width: 495px;
	background-image:url(../images/about.jpg);
	background-repeat: no-repeat;
	height: 440px;
	text-align: left;
	padding-left: 25px;
	color: #FFFFFF;
}

#contentL-about img {
	border: 1px solid #5F5F5F;
}	

.logo a{
	display: block;
	height: 78px;
	width: 122px;
	background: url(../images/logo_villeroy.jpg) no-repeat;
	text-indent:-9000px;
	border: 1px solid #5F5F5F;
	margin: 52px 0 0 195px;
}


.logo a:hover{
	display: block;
	height: 78px;
	width: 122px;
	background: url(../images/logo_villeroy.jpg) 0 -78px no-repeat;
	text-indent:-9000px;
	border: 1px solid #5F5F5F;
	margin: 52px 0 0 195px;
}

.logo a.selected{
	display: block;
	height: 78px;
	width: 122px;
	background: url(../images/logo_villeroy.jpg) 0 -78px no-repeat;
	text-indent:-9000px;
	border: 1px solid #5F5F5F;
	margin: 52px 0 0 195px;
}

.logos a{
	float: left;
	margin: 10px 10px 0 0;
	height: 54px;
	width: 85px;
	display: block;
	text-indent:-9000px;
	border: 1px solid #5F5F5F;
}


a#keuco {background: url(../images/logo_keuco.jpg) no-repeat;}
a#keuco:hover {background: url(../images/logo_keuco.jpg) 0 -54px no-repeat;}
a#keuco.selected {background: url(../images/logo_keuco.jpg) 0 -54px no-repeat;}
	
a#dorn {background: url(../images/logo_dorn.jpg) no-repeat;}
a#dorn:hover { background: url(../images/logo_dorn.jpg) 0 -54px no-repeat;}
a#dorn.selected { background: url(../images/logo_dorn.jpg) 0 -54px no-repeat;}

a#gessiq {background: url(../images/logo_gessiq.jpg) no-repeat;}
a#gessiq:hover { background: url(../images/logo_gessiq.jpg) 0 -54px no-repeat;}
a#gessiq.selected { background: url(../images/logo_gessiq.jpg) 0 -54px no-repeat;}

a#hansgrohe {background: url(../images/logo_hansgrohe.jpg) no-repeat;}
a#hansgrohe:hover { background: url(../images/logo_hansgrohe.jpg) 0 -54px no-repeat;}
a#hansgrohe.selected { background: url(../images/logo_hansgrohe.jpg) 0 -54px no-repeat;}

a#kaldewei {background: url(../images/logo_kaldewei.jpg) no-repeat;}
a#kaldewei:hover { background: url(../images/logo_kaldewei.jpg) 0 -54px no-repeat;}
a#kaldewei.selected { background: url(../images/logo_kaldewei.jpg) 0 -54px no-repeat;}

a#viega {background: url(../images/logo_viega.jpg) no-repeat;}
a#viega:hover { background: url(../images/logo_viega.jpg) 0 -54px no-repeat;}
a#viega.selected { background: url(../images/logo_viega.jpg) 0 -54px no-repeat;}

a#kludi {background: url(../images/logo_kludi.jpg) no-repeat;}
a#kludi:hover { background: url(../images/logo_kludi.jpg) 0 -54px no-repeat;}
a#kludi.selected { background: url(../images/logo_kludi.jpg) 0 -54px no-repeat;}

a#emco {background: url(../images/logo_emco.jpg) no-repeat;}
a#emco:hover { background: url(../images/logo_emco.jpg) 0 -54px no-repeat;}
a#emco.selected { background: url(../images/logo_emco.jpg) 0 -54px no-repeat;}

a#wedi {background: url(../images/logo_wedi.jpg) no-repeat;}
a#wedi:hover { background: url(../images/logo_wedi.jpg) 0 -54px no-repeat;}
a#wedi.selected { background: url(../images/logo_wedi.jpg) 0 -54px no-repeat;}

a#majestic {background: url(../images/logo_majestic.jpg) no-repeat;}
a#majestic:hover { background: url(../images/logo_majestic.jpg) 0 -54px no-repeat;}
a#majestic.selected { background: url(../images/logo_majestic.jpg) 0 -54px no-repeat;}

a#bobrick {background: url(../images/logo_bobrick.jpg) no-repeat;}
a#bobrick:hover { background: url(../images/logo_bobrick.jpg) 0 -54px no-repeat;}
a#bobrick.selected { background: url(../images/logo_bobrick.jpg) 0 -54px no-repeat;}

a#gustav {background: url(../images/logo_gustav.jpg) no-repeat;}
a#gustav:hover { background: url(../images/logo_gustav.jpg) 0 -54px no-repeat;}
a#gustav.selected { background: url(../images/logo_gustav.jpg) 0 -54px no-repeat;}

a#vogue {background: url(../images/logo_vogue.jpg) no-repeat;}
a#vogue:hover { background: url(../images/logo_vogue.jpg) 0 -54px no-repeat;}
a#vogue.selected { background: url(../images/logo_vogue.jpg) 0 -54px no-repeat;}

a#huppe {background: url(../images/logo_huppe.jpg) no-repeat;}
a#huppe:hover { background: url(../images/logo_huppe.jpg) 0 -54px no-repeat;}
a#huppe.selected { background: url(../images/logo_huppe.jpg) 0 -54px no-repeat;}

a#vitra {background: url(../images/logo_vitra.gif) no-repeat;}
a#vitra:hover { background: url(../images/logo_vitra.gif) 0 -54px no-repeat;}
a#vitra.selected { background: url(../images/logo_vitra.gif) 0 -54px no-repeat;}

.logos-under a{
	margin: 25px 8px 0 0;
	width: 60px;
	height: 36px;
	display: block;
	text-indent: -9000px;
	border: 1px solid #5F5F5F;
	float: left;
}

a#bette {background: url(../images/logo_bette.jpg) no-repeat;}
a#bette:hover {background: url(../images/logo_bette.jpg) 0 -36px no-repeat;}
a#bette.selected {background: url(../images/logo_bette.jpg) 0 -36px no-repeat;}

a#grohe {background: url(../images/logo_grohe.jpg) no-repeat;}
a#grohe:hover {background: url(../images/logo_grohe.jpg) 0 -36px no-repeat;}
a#grohe.selected {background: url(../images/logo_grohe.jpg) 0 -36px no-repeat;}

a#vado {background: url(../images/logo_vado.jpg) no-repeat;}
a#vado:hover {background: url(../images/logo_vado.jpg) 0 -36px no-repeat;}
a#vado.selected {background: url(../images/logo_vado.jpg) 0 -36px no-repeat;}

a#geberit {background: url(../images/logo_geberit.jpg) no-repeat;}
a#geberit:hover {background: url(../images/logo_geberit.jpg) 0 -36px no-repeat;}
a#geberit.selected {background: url(../images/logo_geberit.jpg) 0 -36px no-repeat;}

a#lefroy {background: url(../images/logo_lefroy.jpg) no-repeat; width: 129px; height: 36px;}
a#lefroy:hover {background: url(../images/logo_lefroy.jpg) 0 -36px no-repeat; width: 129px; height: 36px;}
a#lefroy.selected {background: url(../images/logo_lefroy.jpg) 0 -36px no-repeat; width: 129px; height: 36px;}

a#samuel {background: url(../images/logo_samuel.jpg) no-repeat;}
a#samuel:hover {background: url(../images/logo_samuel.jpg) 0 -36px no-repeat;}
a#samuel.selected {background: url(../images/logo_samuel.jpg) 0 -36px no-repeat;}

.contentR-home {
	float: right;
	width: 384px;
	height: 388px;
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-x;
}

.contentR {
	float: right;
	width: 440px;
	height: 442px;
	background-image: url(../images/text_bg_all.jpg);
	background-repeat: repeat-x;
}

.text{
	font-size: 10px;
    line-height: 13px;
	color: #EAEAEA;
	text-align: left;
	padding: 50px 10px 0 15px;
}

body#casestudies .text{
	height:370px;
	margin:10px 0 10px 2px;
	overflow:auto;
	padding:50px 5px 0;
	width:425px;
}

body#projects .text{
	height:370px;
	margin:10px 0 10px 2px;
	overflow:auto;
	padding:50px 5px 0;
	width:425px;
}

body#about .text{
	height:370px;
	margin:10px 0 10px 2px;
	overflow:auto;
	padding:50px 5px 0;
	width:425px;
}

body#about .text a{color: #B9CE4F; text-decoration: none}
body#about .text a:hover{color: #B9CE4F; text-decoration: underline}

#scroll {
	 scrollbar-face-color: #FFFFFF;
	 scrollbar-highlight-color: #FFFFFF;
	 scrollbar-3dlight-color: #FFFFFF;
	 scrollbar-darkshadow-color: #FFFFFF;
	 scrollbar-shadow-color: #CD098F;
	 scrollbar-arrow-color: #CD098F;
}

.contentD {
	background-image: url(../images/contentD_bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height:145px;
	margin-top: 10px;
}

.contentD-home {
	background-image: url(../images/contentD_bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height:200px;
	margin-top: 10px;
}

.contentD img  { margin: 10px 15px 0 15px;}
.contentD-home img  { margin: 10px 15px 0 15px;}

#news {
	width: 960px;
	background-color: #070707;
	margin: 0 auto;
	height: 25px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#news b {
	color: #368B9F;
}

#news p {
	padding: 3px 15px;
	float: left;
}

#footer {
	width:960px;
	height: 65px;
	margin: 0 auto;
	border-top: 1px solid #DBDBDB;
	color: #AAAAAA;
	font-size: 1em;
	text-align: right;

}

.leftF {
	margin-top: 5px;
	float: left;
	width: 205px;
}

.rightF {
	margin-top: 5px;
	float: right;
	width: 200px;
}

#footer a{
	color: #AAAAAA;
	text-decoration: none;
}

#footer a:hover{
	color: #DBDBDB;
	text-decoration: none;
}
