body {
	background: #000;
	margin: 0;
  	font-family: Tahoma, Geneva, sans-serif;
  	font-size: smaller;
	color: #fff;
	line-height: 140%;
	scrollbar-face-color: #8080FF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #DDDDFF; scrollbar-shadow-color: #DDDDFF; scrollbar-highlight-color: #DDDDFF; scrollbar-3dlight-color: #DDDDFF; scrollbar-darkshadow-Color: #DDDDFF; 
}

img, div { behavior: url(iepngfix.htc) }

img {
	border: none;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 90%;
	font-weight: bold;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: -11px;
}

p {
	font-size: 86%;
}

a:link {
	color: #adadad;
	font-size: 95%;
	text-decoration: none;
}


a:visited {
	color: #adadad;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

h1 img {
	padding-top: 8px;
}

ul#nav {
	margin: 15px 0px 0px 190px;
	padding-bottom: 20px;
}

ul#nav li {
	display: inline;
	list-style: none;
}

ul#nav li a {
	display: block;
	height: 19px;
	float: left;
}

ul#nav li.proposition a {
	width: 116px;
	background: url(images/proposition.png) top center;
	margin-right: 11px;
}

ul#nav li.unique a {
	width: 90px;
	background: url(images/unique.png) top center;
}

ul#nav li.experience a {
	width: 90px;
	background: url(images/experience.png) top center;
}

ul#nav li.lifecomm a {
	width: 92px;
	background: url(images/life+comm.png) top center;
}

ul#nav li.people a {
	width: 86px;
	background: url(images/people.png) top center;
}

ul#nav li.contact a {
	width: 70px;
	background: url(images/contact.png) top center;
}

ul#nav li.blog a {
	width: 41px;
	background: url(images/blog.png) top center;
}

ul#nav li a:hover {
	background-position: bottom center;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 938px;
	height: 65px;
	margin: 50px auto 0px auto;
	padding: 25px 0px 0px 25px;
}

#header img {
	float: left;
	margin-top: 5px;
}

#content0 {
	margin-top: 140px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/hand.jpg) right no-repeat;
}

#landing {
	margin-top: 100px;
}

#content0 a img {
	margin-top: 10px;
}

#content1 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/eye.jpg) right no-repeat;
}

#content2 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/ear.jpg) right no-repeat;
}

#content3 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/ipad.jpg) right no-repeat;
}

#content4 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/glasses.jpg) right no-repeat;
}

#content5 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/lips.jpg) right no-repeat;
}

#content6 {
	margin-top: 0px;
	height: 500px;
	border-top: solid thin #818181;
	border-bottom: solid thin #818181;
	background: url(images/thumb.jpg) right no-repeat;
}

#image {
	float: right;
}

#process {
	padding-top: 30px;
}

#text-cont {
	width: 461px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 459px 0px 12px;
	background: url(images/text-bg.png) repeat-y;
	height: 490px;
	overflow: auto;
}


#names {
	list-style: none;
	padding: 0;
	line-height: 200%;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 33px;
	width: 938px;
	margin: 0 auto
}

/*names menu*/

#names a {  
	text-decoration: none;
	font-size: 90%;
}

#names li {  
    display:block;   
    position:relative;   
    margin-right:30px;  
    margin-top:7px;
	padding: 2px 9px 2px 9px;
	width: 315px;
} 

#names li:hover {  
    padding: 2px 9px 2px 9px;  
  
    background: #290e54;  
    background: -moz-linear-gradient(left, #3a1576, #290e54);  
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#3a1576), to(#290e54));  
  
    -moz-border-radius: 5px 0px 0px 5px;  
    -webkit-border-radius: 5px 0px 0px 5px;  
    border-radius: 5px 0px 0px 5px;  
}  

#names li .drop {  
    padding-right:24px;  
    background:url(images/arrow.png) no-repeat right;  
}  

#names li:hover .drop {  
    padding-right:27px; 
    background:url(images/arrow.png) no-repeat right;  
} 

.dropdown {
	position: absolute;  
	left: -999em; 
    background: #290e54;
    background: -moz-linear-gradient(left, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#290e54), to(#140632));
	-moz-border-radius: 0px 10px 10px 10px;  
	-webkit-border-radius: 0px 10px 10px 10px;  
	border-radius: 0px 10px 10px 10px; 
	width: 485px;
}

#names li:hover .dropdown {
	left: 333px;
	top: 0px;
	padding: 0px 20px 0px 20px;
}

/*hovers menu*/



#hovers {  
    list-style: none;  
    width: 600px;    
    padding: 0px;  
}

#hovers li {  
	float: left;
    display: block;
	display: inline;   
    position: relative;
	padding: 3px 12px 1px 12px;
} 

#hovers li:hover {  
  
    background: #290e54;  
    background: -moz-linear-gradient(top, #3a1576, #290e54);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a1576), to(#290e54));  
  
    -moz-border-radius: 5px 5px 0px 0px;  
    -webkit-border-radius: 5px 5px 0px 0px;  
    border-radius: 5px 5px 0px 0px;  
}

#dropdown1 {
	position: absolute;  
	left: -999em;
    background: #290e54;
    background: -moz-linear-gradient(top, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#290e54), to(#140632));
	-moz-border-radius: 0px 10px 10px 10px;  
	-webkit-border-radius: 0px 10px 10px 10px;  
	border-radius: 0px 10px 10px 10px; 
	width: 505px;
}

#hovers li:hover #dropdown1 {
	left: 0px;
	padding: 0px 20px 0px 20px;
}

#dropdown2 {
	position: absolute;  
	left: -999em; 
    background: #290e54;
    background: -moz-linear-gradient(top, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#290e54), to(#140632));
	-moz-border-radius: 10px 10px 10px 10px;  
	-webkit-border-radius: 10px 10px 10px 10px;  
	border-radius: 10px 10px 10px 10px; 
	width: 505px;
}

#hovers li:hover #dropdown2 {
	left: -117px;
	padding: 0px 20px 0px 20px;
}

#dropdown3 {
	position: absolute;  
	left: -999em; 
    background: #290e54;
    background: -moz-linear-gradient(top, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#290e54), to(#140632));
	-moz-border-radius: 10px 10px 10px 10px;  
	-webkit-border-radius: 10px 10px 10px 10px;  
	border-radius: 10px 10px 10px 10px; 
	width: 505px;
}

#hovers li:hover #dropdown3 {
	left: -239px;
	padding: 0px 20px 0px 20px;
}

#dropdown4 {
	position: absolute;  
	left: -999em; 
    background: #290e54;
    background: -moz-linear-gradient(top, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#290e54), to(#140632));
	-moz-border-radius: 10px 0px 10px 10px;  
	-webkit-border-radius: 10px 0px 10px 10px;  
	border-radius: 10px 0px 10px 10px; 
	width: 505px;
}

#hovers li:hover #dropdown4 {
	left: -339px;
	padding: 0px 20px 0px 20px;
}

#dropdown5 {
	position: absolute;  
	left: -999em; 
    background: #290e54;
    background: -moz-linear-gradient(top, #290e54, #140632);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#290e54), to(#140632));
	-moz-border-radius: 10px 0px 10px 10px;  
	-webkit-border-radius: 10px 0px 10px 10px;  
	border-radius: 10px 0px 10px 10px; 
	width: 505px;
}

#hovers li:hover #dropdown5 {
	left: -432px;
	padding: 0px 20px 0px 20px;
}
