/* CSS Document */

body, html, p{
padding:0px;
margin:0px;
margin-right:0px auto;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
line-height:normal;
background:#C0c0c0;
/*background-repeat:repeat-x;
background-position:top;*/

}

#header{
	height:146px;
	width:901px;
	margin-top:50px;
	padding:0px;
	position:relative;
	background-image:url(../images/WB-DESIGN-PAGE-App_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

#outerwrapper{
	margin:0 auto;
	width:990px;
	background:url(../IMAGES/images/bg.jpg) top left repeat-y;
	}

#mainWrapper {
	width:950px;
	padding-top:49px;
	padding-bottom:0px;
	position:relative;
	margin:0 auto;
	background:#FFFFFF;
}


.holderbody{
border:solid 0px #ff0000;
padding:0px;
margin:0px;
float:left;

}

.left_panel{
width:134px;
height:760px;
float:left;
margin:0px;
padding:0px;
}

.left_panel1{
width:134px;
height:760px;
float:left;
margin:0px;
padding:0px;
}

.box{
	width:134px;
	float:left;
	padding:0px;
	margin-top:180px;
	text-align:left
	}
	
.box ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}

.box ul li{
	margin:0px;
	}


.box ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	}

.box ul li a:hover{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}
	
#mfg .box ul li a:hover{
	background-color:#167873;
	}
	
#design .box ul li a:hover{
	background-color:#7cc551;
	}

#project .box ul li a:hover{
	background-color:#395a9f;
	}
	
#dev .box ul li a:hover{
	background-color:#167873;
	}
	
#products .box ul li a:hover{
	background-color:#3987bc;
	}

.box a {
	display: block;
	width: 108px;
	height:30px;
	padding:15px 0 0 22px;
	border-left:2px #000000 solid;
	border-right:2px #000000 solid;
	border-bottom:2px #000000 solid;
}

.box .top a {
	border-top:2px solid #000000;
}

#design .box a {
	border-left:2px #154f00 solid;
	border-right:2px #154f00 solid;
	border-bottom:2px #154f00 solid;
}

#mfg .box .top a {
	border-top:2px solid #004f47;
}

#mfg .box a {
	border-left:2px #004f47 solid;
	border-right:2px #004f47 solid;
	border-bottom:2px #004f47 solid;
}

#design .box .top a {
	border-top:2px solid #154f00;
}

#dev .box a {
	border-left:2px #004f47 solid;
	border-right:2px #004f47 solid;
	border-bottom:2px #004f47 solid;
}

#dev .box .top a {
	border-top:2px solid #004f47;
}

.box .green a {
	padding-top: 10px;
	padding-bottom:10px;
}

.mainarea{
width:811px;
height:760px;
background-color:#FFFFFF;
 /* background-position:430px 31px;*/
float:right;
/*border:solid 1px #ff0000;*/
}

*html .mainarea{
width:805px;
height:760px;
background-color:#FFFFFF;
 /* background-position:430px 31px;*/
float:right;
/*border:solid 1px #ff0000;*/
}

*html .mainarea ul{
margin: 0 0 0 10px;
}


.mainarea_left{
width:345px;
margin-left:30px;
margin-top:65px;
padding:0px;
float:left;
}

.mainarea_left2{
width:66px;
margin-top:110px;
padding:0px;
float:left;
}

.mainarea_left1{
width:320px;
margin-left:30px;
margin-top:30px;
padding:0px;
float:left;
}

*html .mainarea_left{
width:345px;
margin-left:15px;
margin-top:65px;
padding:0px;
float:left;
}


*html .mainarea_left1{
width:320px;
margin-left:15px;
margin-top:30px;
padding:0px;
float:left;
}

*html .mainarea_left2{
width:66px;
margin-top:110px;
margin-left: 20px;
padding:0px;
float:left;
}

.mainarea_right{
width:140px;
margin-right:50px;
margin-top:65px;
padding:0px;
float:right;
padding:0px;
}

.mainarea_right1{
width:400px;
margin-right:20px;
margin-top:0px;
padding:0;
float:right;
padding:0px;
color:#000000;
line-height:1.5;
}

* html .mainarea_right{

margin-right:0;
margin-top:65px;
padding:0px;
float:right;
padding:0px;
}

*html .mainarea_right1{
width:400px;
margin-right:0px;
margin-top:0px;
padding:0 0 0 5px;
float:right;
padding:0px;
color:#000000;
line-height:1.5;
}

#dev  .mainarea_right2 {
	width: 430px;
	float:right;
	margin-top:70px;
	height:135px;
}

*html #dev  .mainarea_right2 {
	width: 400px;
	float:right;
	margin-top:70px;
	height:135px;
}

#products #mainWrapper .mainarea_right2 {
	float: right;
	width: 450px;
	margin-top:80px;
	height:130px;
}

.image_display{
margin-top:25px;
margin-bottom:23px;
}

.image_display_right{
margin-top:24px;
margin-bottom:23px;
}

.image_holder{
width:120px;
height:140px;
border:solid 0px #fff;
float:left;
}
.image_text{
height:45px;
font-size:14px;
} 
.body_text{
float:left;  margin-top:23px;
}

.body_text_right{
	float:left; 
	width:85%; 
	margin-top:23px;
	font-size:12px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
		}
		
/* Hides from IE-mac \*/
html .clearfix {height: 1%; }
/* End hide from IE-mac */

.style1
{
color:#809d18;
}

.mainarea_right1 .body_text_right ul {
	margin:10px 0 10px 13px;
	padding:0;
}

.mainarea_right1 .body_text_right li {
	margin:0 0 10px 0;
}


#products #mainWrapper .clearfix .holderbody .mainarea .mainarea_right1 .body_text_right a {
	color: #000000;
}

#products #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_right2 {
	width: 410px;
}

#design #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_right1 .body_text_right {
	*padding-left: 5px;
}

#mfg #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_right1 .body_text_right {
	*padding-left: 5px;
}

#products #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_right1 .body_text_right {
	*padding-left: 5px;
}
#dev #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .clearfix .mainarea_right2 {
	*width: 410px;
}

#shelving #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_left1 {
	margin-right: 0px;
	margin-left: 150px;
	margin-top: 70px;
}
#shelving #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_left {
	margin-left: 60px;
}

*html #shelving #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_left1 {
	margin-right: 0px;
	margin-left: 80px;
	margin-top: 70px;
}
#shelving #outerwrapper #mainWrapper .clearfix .holderbody .mainarea .mainarea_left {
	margin-left: 25px;
}

#flashDiv{
	margin:50px 0 0 0;
	}

