/*
 * fonts and colors
 * 
 * main text: #483539
 * 
 * side text, headings, nav bg
 * home: #461361
 * danone: #a1cfed
 * multicafe: #c22036
 * forging: #ffa03e
 * mechanism: #e8c750
 * propeller: #b2b2b2
 * realestate: #c185a5
 * default: #782637
 * 
 */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #483539;
	font: 0.75em Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#wrapper {
	max-width: 1280px;
	min-width: 780px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#home #wrapper {
	background-image: url(../../img/homepage_string.png);
}

#danone #wrapper {
	background-image: url(../../img/multi_nutrition_string.png);
}

#multicafe #wrapper {
	background-image: url(../../img/multicafe_string.png);
}

#forging #wrapper {
	background-image: url(../../img/forging_string.png);
}

#propeller #wrapper {
	background-image: url(../../img/propeller_shaft_string.png);
}

#mechanism #wrapper {
	background-image: url(../../img/mechanism_string.png);
}

#realestate #wrapper {
	background-image: url(../../img/real_estate_string.png);	
}

body#csr {
	background-image: url(../../img/csr-image.jpg);
}

body#danone {
	background-image: url(../../img/danone-image.png);
}

body#multicafe {
	background-image: url(../../img/multicafe-image.jpg);
}

body#forging {
	background-image: url(../../img/forging-image.png);
}

body#mechanism {
	background-image: url(../../img/mechanism-image.png);
}

body#propeller {
	background-image: url(../../img/propeller-image.png);
	
}

body#realestate {
	background-image: url(../../img/realestate-image.png);
}

img {
	border: 0;
}

a:link {
	color: #3b1123;
}

a:visited {
	color: #461361;
}

a:hover {
	color: #e55302;
}

h1 {
	font-size: 166.7%;
	font-weight: bold;
	color: #782637;
	margin: 0;
	padding: 0 0 1em 0;
}

#home h1 {
	color: #461361;
}

#danone h1 {
	color: #a1cfed;
}

#multicafe h1 {
	color: #c22036;
}

#forging h1 {
	color: #ffa03e;
}

#mechanism h1 {
	color: #e8c750;
}

#propeller h1 {
	color: #b2b2b2;
}

#realestate h1 {
	color: #c185a5;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

#head {
	background-color: #3b1123;
	background-image: url(../../img/masthead_ext.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	padding: 27px 0 0 30px;
	height: 125px;
}

#nav {
	width: 100%;
	float:left;
	background-color:#782637;
	color: #fff;
}

#home #nav {
	background-color: #461361;
}

#danone #nav {
	background-color: #a1cfed;
}

#multicafe #nav {
	background-color: #c22036;
}

#forging #nav {
	background-color: #ffa03e;
}

#mechanism #nav {
	background-color: #e8c750;
}

#propeller #nav {
	background-color: #b2b2b2;
}

#realestate #nav {
	background-color: #c185a5;
}

#nav ul {
	list-style: none;
	padding: 0 0 0 238px;
	margin: 0;
	float: left;
	width: 620px;
	position:relative;
}

#nav li {
	float: left;
	font-size: 91.7%;
	margin-left: -30px;
	padding-left: 28px;
	position:relative;
	z-index: 1;
	white-space: nowrap;
	
}

#nav li span {
	display: block;
	padding: 0 30px 0 0;
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 27px;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px 0 10px;
	min-height: 21px;
}

#nav li.cur, #nav li.cur:hover  {
	background-image: url(../../img/tab-left.png);
	background-repeat: no-repeat;
	font-weight: bold;
	z-index:10;
}

#nav li.cur span, #nav li.cur:hover span {	
	background-image: url(../../img/tab-right.png);	
}

#nav li.cur a:link, #nav li.cur a:visited {
	color: #782637;
	background-color: #fff;
	
}

#home #nav li.cur a:link, #home #nav li.cur a:visited {
	color: #461361;
}

#nav li:hover {
	background-image: url(../../img/tab-hover-left.png);
	background-repeat: no-repeat;
	
}

#nav li:hover span {
	background-image: url(../../img/tab-hover-right.png);
}

#main {
	width: 100%;
	float: left;
	padding: 45px 0 140px 0;
	position: relative;
}

body#csr #main {
	padding-bottom: 220px;
}

#main ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 238px;
}

#main ul#subnav li {
	font-size: 91.7%;
	display: inline;
	padding: 0 20px 0 0;
}

#main ul#subnav li a:link, #main ul#subnav li a:visited {
	color: #782637;
	text-decoration: none;
}

#danone #main ul#subnav li.danone a:link, #danone #main ul#subnav li.danone a:visited {
	color: #a1cfed;
	font-weight: bold;
}

#multicafe #main ul#subnav li.multicafe a:link, #multicafe #main ul#subnav li.multicafe a:visited {
	color: #c22036;
	font-weight: bold;
}

#forging #main ul#subnav li.forging a:link, #forging #main ul#subnav li.forging a:visited {
	color: #ffa03e;
	font-weight: bold;
}

#mechanism #main ul#subnav li.mechanism a:link, #mechanism #main ul#subnav li.mechanism a:visited {
	color: #e8c750;
	font-weight: bold;
}

#propeller #main ul#subnav li.propeller a:link, #propeller #main ul#subnav li.propeller a:visited {
	color: #b2b2b2;
	font-weight: bold;
}

#realestate #main ul#subnav li.realestate a:link, #realestate #main ul#subnav li.realestate a:visited {
	color: #c185a5;
	font-weight: bold;
}

#main #banners {
	float:right;
	width: 205px;
	padding-left: 40px;
}

#main #banners #banner1 {
	background-image: url(../../img/banner1.gif);
	background-repeat: no-repeat;
	width: 141px;
	height: 156px;
	overflow:hidden;
}

#main #banners #banner2 {
	background-image: url(../../img/banner2.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 139px;
	overflow:hidden;
}

#main #banners a:link, #main #banners a:visited {
	display:block;
	height: 140px;
}

#main #banners a span {
	margin-left: -5000px;
}

#main h1 {
	padding-left: 238px;
}

#aside {
	color:#782637;
	width: 198px;
	float: left;
	text-align: right;
	padding-left: 20px;
}

#home #aside {
	color: #461361;
}

#danone #aside {
	color: #a1cfed;
}

#multicafe #aside {
	color: #c22036;
}

#forging #aside {
	color: #ffa03e;
}

#mechanism #aside {
	color: #e8c750;
}

#propeller #aside {
	color: #b2b2b2;
}

#realestate #aside {
	color: #c185a5;
}

#article {
	margin: 0 245px 0 238px;
}

#contact #article {
	margin-right: 40px;
}

#article img.contact {
	padding: 0 0 20px 0;
}

#article .addresses {
	float: left;
	width: 340px;
}

#article .addresses .vcard {
	float: left;
	width: 160px;
	padding: 0 10px 10px 0;
	font-size: 80%;
}

#article .addresses .vcard:nth-child(odd) {
	clear: left;
}



#article .addresses .vcard div.org {
	color:#782637;
	font-weight: bold;
}

#article .addresses .vcard span, #article .addresses .vcard span, #article .addresses .vcard .url {
	font-weight: bold;
}

#article .addresses .vcard a:link, #article .addresses .vcard a:visited {
	color: #48353a;
	text-decoration: none;
}

#article .addresses .clr {
	clear: left;
}

ul#sitemap {
	font-size: 116.7%;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

ul#sitemap li {
	font-weight: bold;
	padding: 0 0 1em 0;
}

ul#sitemap ul {
	list-style: none;
	margin:0;
	padding: 0 0 0 10px;
}

ul#sitemap ul li {
	padding: 0;
	font-weight: normal;
}

ul#sitemap a:link, ul#sitemap a:visited {
	color:#782637;
	text-decoration:none;
}

#video1 {
	float: right;
	width: 224px;
	margin: 0 0 20px 20px;
}

a#player1 {
	width: 224px;
	height: 160px;
	display: block;
}

#video2 {
	float: right;
	width: 224px;
	margin: 0 0 20px 20px;
}

a#player2 {
	width: 224px;
	height: 176px;
	display: block;
}

#footer {
	clear:both;
	text-align:right;
	
}

#footer ul {
	margin: 0;
	padding: 0 30px 10px 0;
	list-style: none;
}

#footer li {
	display:inline;
	font-size: 68.8%;
	color: #3b1123;
}

#footer li a:link, #footer li a:visited {
	color: #3b1123;
	text-decoration: none;
}