html{background:none;
}
body{
background:none;
}

html,body{

	width:100%;
	height:100%;
	margin:0px;
	padding:0px;

}

div{
	margin:0px;
	padding:0px;
}
#container{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}

/*/////////////////////HEADER LAYOUT\\\\\\\\\\\\\\\\\\\\\*/

#header {
	width:100%;
	/*background:#CCCCCC;*/
}
#headerInner{
	width:768px;  /*------------reduced by 0px---------*/
	margin:0px auto;	
	padding:0px 0px 0px 0px;
	background:#999999;
}
#logoBar{
padding:25px 0px 7px 19px;
background:#FFFFFF;}

#searchBar{
padding-bottom:0px;
padding-top:33px;
background:#FFFFFF;}


/*----Left Search Form-----*/
.searchBorder{
border:1px solid #CCCCCC;
float:left;/**/
margin-right:0px;}
#searchForm{
	text-align:right;
	padding-left: 0px;
	}
#searchForm label{font-size:90%;
	color:#0067b2;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	}
#searchFormText{
	margin:0px;
	padding:0px;
	border:none;
	border:1px solid #ffffff;
	float:left;
	height:18px;
	padding-left:2px;
	width:111px;
	color:#999999;
}

/*----Left Search Form End-----*/

/*----Right Search Form-----*/
.searchIndustryBorder{
border:1px solid #707070;
float:left;
margin-right:12px;
/*width:200px;*/}

#searchIndustryForm{
text-align:right;
}
#searchIndustryForm label{font-size:90%;
	color:#0067b2;
	font-weight:bold;
	display:block;
	padding-bottom:5px;}
#searchIndustryFormText{
	margin:0px;
	padding:0px;
	border:none;
	border:1px solid #ffffff;
	float:left;
	height:18px;
	padding-left:2px;
	width:125px;
	border-right:1px solid #707070;
}

#searchIndustryFormSelect{
float:left;
border:none;
height:20px;
}
/*----Right Search Form End-----*/


/*/////////////////////HEADER LAYOUT END\\\\\\\\\\\\\\\\\\\\\*/

/*/////////////////////CONTENT LAYOUT\\\\\\\\\\\\\\\\\\\\\*/
#pageHead{
display:block;
width:616px;
height:182px;
margin-bottom:10px;}


#content {
	width:100%;
	margin:0px auto;
	padding-bottom:20px;
	/*background:#999999;*/
}
#contentInner{
	width:768px;  /*------------reduced by 0px---------*/
	margin:0px auto;	
	padding:0px 0px 0px 0px;

}

#sideBar{
height:100%;
width:141px;
padding-right:10px;
background:#FFFFFF;
float:left;
text-align:right;
padding-top:29px;
}

#sideMenu{
/*border:1px solid red;*/}

#subMenu{

float:right;
}

#contentWrapper{
float:left;
background:#ffffff;
width:616px;}

#mainMenu{
/**/padding-left:18px;
}
#signPosts{
width:396px;
height:82px;}
#greyBox{
float:right;
width:200px;/*220*/
height:228px;/*163*/
background:#d7d7d7;
padding:15px 10px 15px 10px;
color:#00939f;
font-weight:bold;}
#greyBox a{
color:#0066b1;
font-weight:bold;
}

#signposts	{
	margin: 
}

#cookie{font-size:80%;
padding-left:18px;
border-left:1px solid #CCCCCC;}
#cookie a,
#cookie a:visited,
#cookie a:active{

color:#666666;
text-decoration:none;
}#cookie a:hover{
text-decoration:underline;
}

#copy{

margin-top:10px;
margin-bottom:15px;
padding: 10px 15px 20px 15px;
border-left:1px solid #CCCCCC;}

/*/////////////////////CONTENT LAYOUT END\\\\\\\\\\\\\\\\\\\\\*/

#footer {
	width:100%;
	/*position:absolute;
	bottom:0;  stick to bottom */
	clear:both;
	padding-bottom:10px;
}
#footerInner {
	width:768px;  /*------------reduced by 0px---------*/
	margin:0px auto;	
	color:#707070;
}
#footerNav{
float:right;
color:#707070;
}
#footerNav a{
padding-top:3px;}
.footerIcon{
padding:0px 10px 0px 10px;
float:left;}
#copyright{
padding-left:150px;
font-size:85%;
color:#707070;}


/*----------SITE MAP-------------*/
#siteMap ul{
padding-left:10px;}
#siteMap ul ul{
padding-left:10px;}
#siteMap ul ul ul{
padding-left:10px;}

/*----------SITE MAP-------------*/

/*----------World Distrubtors-------*/

.flag{float:left;
margin:0pt 10px 5px 10px;
text-align:center;
width:75px;}

.distributorHead{
font-weight:bold;
display:block;
background:#0067B2;
color:#FFFFFF;
padding:3px;
margin-bottom:5px;
margin-top:10px;
clear:both;}
.hidden{display:none;}

.t {
float:left;
font-weight:bold;
padding-right:10px;
text-align:right;
width:120px;
}
.copy {
float:left;
}
.c {
clear:both;
display:block;
margin-top:5px;
}

#copy .flag img{
border:none;}
.distributor{float:left;
clear:both;
display:block;}

/*----------World Distrubtors-------*/


	
/*-------------Generic Classes-----------------*/
.left{float:left}
.right{float:right}


.clearfix:after {/*---Fixes structure of parent element when all sub elements are floated*/
    content: ".";
    display: block;
   /* */height: 0;
    clear: both;
    /**/visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer{
clear:both;}
