/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #fff;
	font-family : arial, helvetica, sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	font-size : 0.75em;
}

A{
	color : #900;
	text-decoration : none;
}

A:hover{
	color : #900;
	text-decoration : underline;
	color : #900;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

H1{
	font-size : 170%;
	color : #900;
	border-bottom : 1px dotted black;
	padding : 0 0 2px 0;
	margin : 0 0 0.7em 0
}

H2{
	font-size : 130%;
	color : #039;
	border-bottom : 1px dotted black;
	padding : 0 0 2px 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;
}

H3{
	font-size : 130%;
	color : #900;
	border-bottom : 1px dotted black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H4{
	font-size : 110%;
	color : #039;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H5{
	font-size : 110%;
	color : #900;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;		
}

HR{
	border : 1px solid black;
	background-color : #fc0;
	color : #f90;
	height : 5px;
	margin : 0 0 1em 0;
}

form{
	display : inline;
}

Label{
	font-weight : bold;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
}

UL{
	list-style-image : url(../furniture/bullet.gif);	
	list-style : square;
}

UL LI{
	margin : 2px 0 3px 0;
}




/* ******************************** */
/* ARCHITECTURE IDs */
/* ******************************** */


#stage{
	width : 750px;
	margin : 10px auto 0 auto;
	font-size : 100%;
	text-align : left;
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	color : white;
	height : 137px;
	padding : 0 0 0 0;
	background-image : url(../furniture/header-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-x;
	margin : 0 0 14px 0;
	width : 750px;
}

#header #logoArea{
	width : 190px;
	margin : 0 0 0 0;
	float : left;
	padding : 0;
	height : 137px;
	display : inline;
}

#header #rightStrip{
	float : left;
	display : inline;
	margin : 0 0 0 30px;
	padding : 0 0 0 0;
	height : 137px;
	width : 525px;
}

#header #rightStrip #logoTextArea{
	width : 514px;
	height : 39px;
	margin : 36px 0 0 0;
	float : left;
	padding : 0;
}

#header #rightStrip #buttonLatestNews{
	width : 202px;
	height : 44px;
	margin : 17px 0 0 0;
	float : left;
	padding : 0;
	display : inline;
}

#header #rightStrip #diatomite{
	width : 48px;
	height : 44px;
	float : left;
	margin : 12px 36px 0 36px;
	padding : 0 0 0 0;
	display : inline;	
}

#header #rightStrip #buttonEnquiries{
	width : 198px;
	height : 46px;
	margin : 10px 0 0 0;
	float : left;
	padding : 0;
	display : inline;
}







/* ******************************** */
/* MENU */
/* ******************************** */

#columnOne{
	float : left;
	display : inline;
	width : 195px;
	margin : 0;
	padding : 0;
}

.menuBoxOuter{
	display : inline;
	float : left;
	width : 190px;
	padding : 0px;
	border : 1px solid #000;
	background-color : #fff;	
	margin : 0 0 9px 0;
}


.menuBoxInner{
	display : block;
	width : 184px;
	padding : 0 0 0 0;
	margin :0;
	background-color : #DEE2E4;
	border : 3px solid #fff;
}

.menuBoxInner H2{
	font-size : 90%;
	font-weight : bold;
	color : #fff;
	margin : 0 0 0 0;
	padding : 2px 0 2px 6px;
	background-color : #B41C00;
	font-weight : bold;
	text-transform : uppercase;
	border-bottom : 3px solid #fff;
}

.menuBoxInner H2 A{
	color : #333;
	display : block;
	padding : 0 0 0 0;
	text-decoration : none;
}

.menuBoxInner H2 A:hover{
	color : black;
	display : block;
	padding : 0 0 0 0;
	text-decoration : none;
}

.menuBoxInner UL{
	margin : 4px 0 4px 0;
	padding : 0 0 0 0;
}

.menuBoxInner UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 2px 4px;
	padding : 0 4px 0 20px;
	background-image : url(../furniture/menu-bullet.gif);
	background-position : 4px 4px;
	background-repeat : no-repeat;
	color : #333;
	list-style-image : none;
}

.menuBoxInner UL LI A{
	color : black;
	text-decoration : none;
}

.menuBoxInner UL LI A:hover{
	color : #900;
	text-decoration : underline;
}

.menuBoxInner UL LI UL{
	margin : 1px 0 2px 0;
	padding : 0 0 0 0;
}

.menuBoxInner UL LI UL LI{
	font-size : 100%;
	list-style : none;
	margin : 0 0 0 0;
	padding : 0 0 0 10px;
	background-image : url(../furniture/bullet-submenu.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	color : #333;
}

.menuBoxInner UL LI UL LI A{
	color : #900;
	text-decoration : none;
}

.menuBoxInner UL LI UL LI A:hover{
	color : #039; 
	text-decoration : underline;
}














/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : inline;
	float : right;
	width : 520px;
	padding : 0 0 0 0;
	margin : 0 10px -155px 10px;
	text-align : justify;
	line-height : 1.4em;
}

#contentBlock IMG{
    float : right;
    border : 1px solid #333;
    margin : 4px 0 8px 10px;
    padding : 0 0 0 0;
    clear : right;
}


.rightImageCaption{
	border : 1px solid #333;
	background-color : #f0f0f0;
	text-align : center;
	font-size : 90%;
	margin :  3px 0 6px 10px;
	padding : 0 0 2px 0;
	width : 230px;
	float : right;
	clear : right;
}

#contentBlock .rightImageCaption IMG{
	border : none;
	border-bottom : 1px solid #333;
	background-color : #f0f0f0;
	margin : 0;
	float : none;
}



#contentBlock TABLE{
	font-size : 90%;
	width : 98%;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


#contentBlock TABLE TR{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#contentBlock TABLE TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}


#contentBlock UL{
	margin : 1em 0 1em 20px;
	padding : 0 0 0 0;
}


#contentBlock UL LI{
	background-image : url("../furniture/menu-bullet.gif");
	background-position : 0 4px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock OL, Blockquote{
	margin : 1em 0 1em 40px;
	padding : 0 0 0 0;
}


#contentBlock label{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}


#contentBlock .listingTable{
	margin : 0 0 1em 0;
	width : 98%;
	border : 1px solid #fff;
	border-collapse : collapse;
}


#contentBlock .listingTable IMG{
    float : right;
    border : 1px solid #000;
    padding : 0 0 0 0;
    margin : 0 -10px 0 0;
}


#contentBlock .listingTable TR{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	border : none;
}


#contentBlock .listingTable TD{
	padding : 7px 10px 12px 0px;
	vertical-align : top;
	border-collapse : collapse;
	border : none;
	background-color : #fff;
}


#contentBlock .multimap{
	width : 305px;
	border : 1px solid black;
	margin : 0 auto 0 auto;
}

.dataTable{
	font-size : 90%;
	width : 490px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


.dataTable TH{
   background-color : #D7D7D7;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
}


.dataTable TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}










/* ******************************** */
/* ADDRESS */
/* ******************************** */

#addressBoxOuter{
	display : block;
	width : 190px;
	padding : 0px;
	border : 1px solid #000;
	background-color : #fff;	
	margin : 9px 0 18px 0;
}


#addressBoxInner{
	display : block;
	width : 184px;
	padding : 0 0 0 0;
	margin :0;
	background-color : #DEE2E4;
	border : 3px solid #fff;
	background-image : url("../furniture/menu-bullet.gif");
	background-position : 8px 27px;
	background-repeat : no-repeat;	
}


#addressBoxInner H2{
	font-size : 90%;
	font-weight : bold;
	color : #fff;
	margin : 0 0 0 0;
	padding : 2px 0 2px 6px;
	background-color : #B41C00;
	font-weight : bold;
	text-transform : uppercase;
	border-bottom : 3px solid #fff;
}

#addressBoxInner P{
	display : block;
	font-style : normal;
	padding : 4px 8px 4px 23px;
	margin : 0 0 0 0;
	font-size : 90%;
	font-family : arial, tahoma, sans-serif;		
} 

#addressBoxInner P A{
	color : #900;
	text-decoration : none;
} 

#addressBoxInner P A:hover{
	color : #039;
	text-decoration : underline;
}









/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	background-color : #6F818B;
	color : white;
	font-size : 1%;
	padding : 0 0 0 0;
	color : black;
	width : 750px;
	margin : 0 auto 0 auto;
	height : 11px;
	background-image : url(../furniture/footer-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-x;	
}


/* ******************************** */


#footer{
	width : 750px;
	margin : 5px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 80%;
	color : #333;
}

#footer A{
	color : #900;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : underline;
}

#cwn{
	display : block;
	float : right;
	width : 300px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 300px;
	text-align : left;
}








.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}