/* CSS Document */
/*
Haworth.com new colors:
#C10538 - Haworth Red
#489FA5 - Aqua
#A8AC21 - Olive
#4f7ca6-  Blue
#3A3938 - Charcoal
#6e6e6e - Elephant
#ceccc7 - Cubicle
#f1f1f1 - Snow
#E38D26 - Orange
#726B9E - Purple
*/

html, body{
	height:100%;
	margin:0px;
  	padding:0px;
}

body {
	background:url('assets/images/bodyBackGrnd.jpg') repeat scroll left top;
	margin:0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3A3938;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#C10538;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	margin-top: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	top: 0px;
	background-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color:#999999;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 0px;
}

h4 {
	font-size: 12px;
	color:#663333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	margin-top: 0px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	top: 0px;
	background-color: #CC0000;
	ang-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	margin-top: 0px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	color: #6e6e6e;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	margin-top: 0px;
}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A3938;
}

#bannerBox{
	background-image:url(assets/images/LSDetailsBanner.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:50px;
}

#contentArea{
	position:relative;
	clear:none;
	width: 945px;
	min-height:500px;
	margin: 10px 0 15px 50px;
	z-index:0;
}

#detailContent{
	float:right;
	width:770px;
	margin:0 10px;
	clear:none;
	
}

#holderBox{
	width:700px;
	/*margin-left:auto;
	margin-right:auto;*/
	border:solid 1px #D2D2D2;
}

#menuBox{
	background-color:#8C7D70;
	color:#FFFFFF;
	width:700px;
	padding:2px 0px 2px 0px;

	border-top:1px #333333 solid;
	border-bottom:1px #333333 solid;
	text-align:center;
}

#pageContainer{
            position:relative;
            margin:0 0 -100px 0;
            z-index:1;
            width:995px;
            
            text-align:left;
            /*border-right:1px #47abb2 solid;
            border-right:1px #9fd4d8 solid;*/
			
			height:auto !important;
            height:100%;
            min-height:100%;
}



#sideMenuArea{
	margin:0px;
	clear:none;
	width:150px;
	float:left;
}

#sideMenuArea ul{
	margin:0px;
}

#push{
	height:105px;
	clear:both;
}

.menuTextNav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	text-decoration:none;
}

.menuTextNav:hover{
	color:#000099;
	text-decoration:underline;
}

.selectBox{
	height:175px;
	border-bottom:1px solid #999999;
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.insideBox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333333;
	width:225px;
	height:175px;
	text-align:center;
}

.whiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

.pageLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: underline;
}

.pageLinks:hover{
	background-color:#666666;
	color:#FFFFFF;
	text-decoration: none;
}



.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

