@charset "utf-8";
.subMenuSeparator {
	background-color: #cdc5b9;
	width: 2px;
	height: 20px;
}
#sepWho {
	position: absolute;
	left: 608px;
	top: 35px;
}
.subMenuItemWho {
	left: 625px;
	position: absolute;
	width: 100px;
	top: 36px;
}
#pointer {
	cursor: pointer;
}
.subMenuItemProd {
	left: 625px;
	position: absolute;
	width: 200px;
	top: 55px;
}
#sepProd {
	position: absolute;
	left: 608px;
	top: 55px;
}
#sepAchiev {
	position: absolute;
	left: 608px;
	top: 75px;
}
.subMenuItemAchieve {
	left: 625px;
	position: absolute;
	width: 200px;
	top: 75px;
}
#sepCSR {
	position: absolute;
	left: 608px;
	top: 95px;
}
.subMenuItemCSR {
	left: 625px;
	position: absolute;
	width: 400px;
	top: 95px;
}
#preview {
	position: relative;
	z-index: 10;
	left: 55px;
	top: 300px;
	width: 850px;
	height: 450px;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#popupBackground {
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
}

#lArrow {
	position: absolute;
	left: 20px;
	top: 180px;
}
#rArrow {
	position: absolute;
	left: 790px;
	top: 186px;
	width: 38;
}
#closeBtn {
	position: absolute;
	left: 815px;
	top: 4px;
	height: 23px;
	width: 32px;
}
#previewTitle {
	position: absolute;
	left: 410px;
	top: 6px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
}
#imgPreview {
	position: absolute;
	top: 69px;
	width: 850px;
	height: 100px;
	left: 0px;
	z-index: 10;
}

#mainMenu {
	height: 292px;
	width: 119px;
	left: 841px;
	top: 0px;
	position: absolute;
}

#s1 {
	position: absolute;
	left: 516px;
	top: 36px;
}
#s2 {
	position: absolute;
	left: 616px;
	top: 36px;
}
#s3 {
	position: absolute;
	left: 715px;
	top: 36px;
}

body {
	background-color: #666565;
}
body,td,th {
	color: #ffffff;
}

a {
	text-decoration:none;
	color: #FFF;
}

#lnkLuxuryCol {
	position: absolute;
	top: 60px;
}

#lnkEnviroCol {
	position: absolute;
	top: 0px;
}
#lnkDesignerCol {
	position: absolute;
	top: 119px;
}
#lnkClassicCol {
	position: absolute;
	top: 177px;
}
#lnkDiaryFormats {
	position: absolute;
	top: 235px;
}
#content {
	position: absolute;
	width: 960px;
	left: 120px;
	top: 179px;
	height: 311px;
}

.menuBar {
	font-family: Verdana, Geneva, sans-serif;
	color: #fafafa;
	font-size: 10pt;
	font-weight: bold;
}
.menuSeparator {
	background-color: #cdc5b9;
	width: 2px;
	height: 14px;
}
#headerBar {
	position: absolute;
	height: 8px;
	width: 960px;
	left: 0px;
	top: 170px;
	overflow: hidden;
}
#footerBar {
	position: absolute;
	height: 3px;
	width: 960px;
	left: 0px;
	z-index: 2;
	bottom: 40px;
	overflow: hidden;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #505050;
	position: absolute;
	left: 566px;
	bottom: 10px;
}
.transparent {
	filter:alpha(opacity=99); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
}
.opaque {
	filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1; 

}
#popupWindow {
	z-index:3;
	position: fixed;
	visibility: hidden;
}
