
/******* MAIN STYLES & GENERAL LAYOUT **********/

/* ~Body
-----------------------------------*/

	html {
		height:100%; 
		max-height:100%; 
		padding:0; 
		margin:0; 
		border:0; 
		background:rgb(209,205,193);
		font-size:62.5%;
		line-height:150%;
		color:#666;
		font-family:verdana, arial, sans-serif;
		/* hide overflow:hidden from IE5/Mac */ 
		/* \*/ 
		overflow: hidden; 
		/* */ 
		}

	body {
		height:100%; 
		max-height:100%; 
		overflow:hidden; 
		padding:0; 
		margin:0; 
		border:0;
		background:rgb(209,205,193);
		}

/* ~menu
-----------------------------------*/


	a.home:hover, #home a.home {
		background: url(../images/button-home.jpg) no-repeat;
		cursor:hand;
		}


	a.about:hover, #about a.about, #company-history a.about, #suppliers a.about  {
		background: url(../images/button-about.jpg) no-repeat;
		}


	a.services:hover, #service a.services  {
		background: url(../images/button-services.jpg) no-repeat;
		}


	a.tio2:hover, #tio2 a.tio2  {
		background: url(../images/button-tio2.jpg) no-repeat;
		}

	a.showcase:hover, #showcase a.showcase, #case-study a.showcase  {
		background: url(../images/button-showcase.jpg) no-repeat;
		}

	#showcasemenu {
		position:relative;
		top:30px;
		left:212px;
		}

	a.downloads:hover, #downloads a.downloads  {
		background: url(../images/button-downloads.jpg) no-repeat;
		}

	a.news:hover, #news a.news  {
		background: url(../images/button-news.jpg) no-repeat;
		}

	a.suppliers:hover, #suppliers a.suppliers  {
		background: url(../images/button-suppliers.jpg) no-repeat;
		}

	a.contact:hover, #contact a.contact  {
		background: url(../images/button-contact.jpg) no-repeat;
		cursor:hand;
		}




/* Main HTML Elements
-----------------------------------*/ 

	hr {
		margin:5px 0 5px 0;
		padding:0;
		color:#000;
		}


	#secondary-column hr {
		margin:0px 0 0px 0;
		padding:0;
		}

	img {
		float:none;
		border-width:0;
		}

	dt {
		color:#000;
		display:inline;
		padding:5px 0 5px 0;
		}

	dd {
		display:inline;
		padding:5px 0 5px 0;
		margin:0;
		}

   	img.preload { display: none; }

	p {
		padding:0;
		margin:10px 0 10px;
		}
	

	a {
		color:#000;
		}

	a:hover {
		color:#000;
		}

	h1 {
		padding:0 0 0 0;
		margin:0;
		font-size:1.8em;
		line-height:100%;
		font-weight:normal;
		color:#333;
		}


	/* h2 {
		font-size:1.5em;
		font-weight:bold;
		color:#000;
		clear:both;
		margin:15px 0 7px 0;
		padding:0;
		text-transform: uppercase;
		background-color:#FEDB21;
		letter-spacing:0px;
		font-family:arial;
		padding:1px 1px 1px 1px;
		display:inline;
		}*/

	h2 {
		font-family:verdana,arial;
		font-size:1.1em;
		font-weight:normal;
		color:#000;
		clear:both;
		margin:10px 0 7px 0;
		padding:0;
		text-transform: none;
		background-color:#FFF;
		}


	h3,#secondary-column h2 {
		font-size:1.1em;
		font-weight:normal;
		color:#000;
		text-transform:uppercase;
		letter-spacing:100%;

		}

	h3 a {
		text-decoration:none;
		}


	h4 {

		}

	h5  {
		margin:4px;
		font-size:1em;
		}


/* ~divs
-----------------------------------*/

	div {
		border:0px solid #0f0;
		}

	.left {
		float:left;
		height:120px;
		}

	.right {
		display:inline;
		float:right;
		position:relative;
		top:20px;
		border:0px solid #000;
		height:100px;
		}

	.spacer {
		clear:both;
		}

	div.hr {
		height:2px;
		margin:0;
		padding:0;
		border:5px solid #FFF;
		border-width:5px 0 5px 0;
		background:#FFF url(../images/hr.gif) repeat-x;
		clear:both;
		}

	* html div.hr {
		border-width:5px 0 0 0;
		}
		
		hr {
			clear:both;
		}

	#page-container {
		width:100%;
		height:100%;
		border-color:#f00;
		background: #FFD531 url(../images/background-photo.jpg);
		}

	#main-column {
		background: #FFF url(../images/drop-shadow-top.jpg) repeat-x left top;
		text-align:left;
		padding:25px 15px 20px 15px;
		display:block; 
		overflow:auto; 
		position:absolute; 
		left:6%;
		z-index:3; 
		top:120px; 
		bottom:64px; 
		width:57%;
		max-width:800px;
		min-width:450px;
		}

	* html #main-column {
		top:0; 
		bottom:0; 
		height:100%;
		width:60%;
		border-top:120px solid #fff; 
		border-bottom:64px solid #fff;
		}

	#secondary-column {
		display:block; 
		overflow:auto; 
		position:absolute; 
		padding:25px 15px 20px 15px;
		right:6%;
		z-index:3; 
		top:120px; 
		bottom:64px; 
		width:172px; 
		background: #FFF url(../images/drop-shadow-top.jpg) repeat-x left top;
		}

	* html #secondary-column {
		top:0; 
		bottom:0; 
		height:100%;
		width:202px;
		border-top:120px solid #FFD823; 
		border-bottom:64px solid #fff;
		}

	#header {
		position:absolute;
		left:6%;
		margin:0 auto;
		top:0; 
		width:88%; 
		min-width:88%; 
		height:120px; 
		background:url(../images/header-background.jpg); 
		font-size:1em; 
		z-index:5; 
		}

	* html #header {
		top:0px; width:88%; height:120px;
		}

	#footer {
		text-align:center;
		position:absolute; 
		left:0; 
		bottom:0px; 
		width:100%; 
		min-width:100%; 
		height:65px; 
		background:url(../images/footer-background.jpg);
		font-size:1em; 
		z-index:5; 
		font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
		font-weight:bold;
		color:#000;
		}

	* html #footer {
		bottom:-1px; width:100%; height:65px;
		}

		#footer div {
			text-align:left;
			height:48px;
			position:absolute;
			bottom:0px;
			}

		#footer div a {
			text-decoration:none;
			}

		#footer-main {
			font-size:1em;
			padding:0;
			left:6%;
			width:57%;
			max-width:800px;
		}

		* html #footer-main {
			bottom:0; 
			width:60%;
		}

		#footer-main img {
			margin-bottom:8px;
		}

		#footer div#footer-gb {
			right:0;
			width:6%;
			text-align:center;

		}

		#footer div#footer-copyright {
			height:50px;
			right:6%;
			width:202px;
			font-weight:normal;
			font-size:0.9em;
			line-height:150%;
			border:0px solid #f00;
			
		}




     /* _____Header______ */

	#header img  {
		padding:0;
		margin:0;
		}

	/*#header a {
		font-weight:bold;
		font-size:1em;
		color:#000;
		letter-spacing:-0.01em;
		text-decoration:none;
		}*/


	#header ul#interiorDecorating {
		border:0px solid;
		padding-top:0px;
		line-height:230%;
		}


     /* _____Content______ */



	     /* _____Main Column______ */

		#main-column img.content,#main-column img.big, #main-column img.big-nofloat,#main-column img.content-left {
			padding:2px;
			margin:5px 0 5px 0px;
			background-color:#fff;
			border:1px solid #000;
			}

		#main-column img.content,#main-column img.big,#main-column img.content-left  {
			display:inline;
			float:right;
			margin:5px 0 5px 10px;
			}

		#main-column img.content-left  {
			float:left;
	
			}
		
		#main-column img.content {
			width:250px;
			
		}
		
		
			

		#main-column img.big  {
			display:block;
			float:none;
			clear:both;
			margin:5px 0 5px 0;
			}


		#case-study #main-column a img {
			float:none;
			border:0px solid #000;
			}

		#case-study #main-column h1 img,#case-study #main-column h2 img, #main-column h1 img {
			display:inline;
			float:none;
			clear:both;
			padding:0;
			margin:0;
			width:auto;
			border:0px solid;
			}

		#main-column hr {
			color:#000;
			height:1px;
			}


		#main-column h3 {
			font-size:1.1em;
			font-weight:normal;
			color:#000;
			text-transform:uppercase;
			padding:0;
			margin:0 0 10px 0;

			}

		#main-column h3 em {
			font-style:normal;
			font-weight:bold;
			}


	     /* _____Secondary Column______ */

		#secondary-column input {
			margin:0;
			padding:0;
			}


		#secondary-column form {
			margin:0;
			padding:0;
			}



		#secondary-column #client-id {
			width:155px;
			height:18px;
			margin:4px 0 4px 0;
			border:1px solid #000;
			background:#fff url(../images/field-background-client-id.gif) no-repeat;
			}

		* html #secondary-column #client-id {
			height:20px;
			}

		#secondary-column #password {
			width:155px;
			height:18px;
			margin:4px 0 4px 0;
			border:1px solid #000;
			background:#fff url(../images/field-background-password.gif) no-repeat;
			}

		* html #secondary-column #password {
			height:20px;
			}

		#secondary-column fieldset {
			border:0px solid;
			margin:0;
			padding:0;
			}


		#secondary-column h1 {
			padding:0;
			margin:0 0 0 0;
			border:0px solid;
			}

		#secondary-column p {
			line-height:120%;
			margin:0 0 18px 0;
			padding:0;
			color:#333;
			border:0px solid;
			}

		#secondary-column p a {
			color:#000;
			}

     /* _____Footer______ */









/******* PAGE SPECIFIC STYLES & LAYOUT **********/

     /* _____Home______ */


     /* _____Suppliers______ */

	#suppliers table tr td a {
		padding:0px 8px 0px 8px;
		color: #000;
		}

	#suppliers table tr td {
		padding:3px 0 3px 0;
		}
		
     /* _____News______ */

	#news #main-column hr {
		clear:right;
		}


     /* _____Case Study______ */

     /* _____Downloads______ */

	.downloads #main-column ul, #downloads #main-column ul {
		list-style-image: url(../images/titles/adobe-icon.gif);
		font-size:1.3em;
		margin:5px 0 15px 25px;
		padding:0 0 0 0;
		}


	.downloads #main-column ul li, #downloads #main-column ul li {
		padding: 2px 0 2px 5px;
		margin:2px 0 2px 0;
		}

	.downloads #main-column ul li a, #downloads #main-column ul li a {
		text-decoration: none;
		color: #000;

		} 


     /* _____Client Area______ */
	
	#clientarea h3 {
		font-size:1.4em;
		margin-top:15px;
	}
