/* Trichem Scotland Website */
/* ############################################################## */
/* ###################### main stuff first  ##################### */
/* ############################################################## */

body {
	margin: 0;
	padding: 0;
	font-size:1em;
	color: #000066;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em;
	background-color:#FFFFFF;
	}


a {text-decoration:underline;}

a:link {color: #003399;}

a:visited {color: #0099FF;}

a:hover {text-decoration: underline;}

	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:1em;
		margin-bottom:1em;
		padding:0px;
		text-align:left;
		border: 1px solid #000000;
		}

	#header {
		width:760px;
		height:160px;
		background-image:url(/images/header_blue.jpg);		
		margin:0px;
		padding:0px;
	}
	
	#header ul {
		float:right;
		margin-top:0px;
		margin-bottom:0px;
		color:#FFFFFF;
		margin-right:5px;
	}
	
	#header li {
		margin:0px;
		padding:0px;
		margin-top:0px;
		margin-bottom:-3px;
		}
	
	#header li a img {
		margin:0px;
		padding:0px;
	}
	
		#quicktip {
		float:right;
		margin:1em;
		background-color:#F99CA6;
		border:1px solid black;
		width: 400px;
		padding:0.5em;
		padding-bottom:0px;
	}

	#quicktip h1 {
		font-size:1em;
	}
	
	#quicktip p {
		font-size:0.8em;
		padding-bottom:5px;
		margin-bottom:0px;
	}

	#quicktip p.highlighted {
		padding-bottom:5px;
		padding-top:0px;
		margin-bottom:0px;
		font-weight:bold;
	}


	#topnav {
		margin:0px;
		padding:0px;
		height:1.2em;
		width:760px;
		text-align:left;
		background-color:#F73A4A;
		font-size:1.2em;
		

	}
	
	#topnav a {
		color:#FFFFFF;
		text-decoration:none;
	}

	#topnav a:hover {
		text-decoration: underline;
	}
	
	
	#topnav ul {
	    list-style:none;
		margin:0px;
		padding:0px;
		padding-top:0.1em;
		margin-left:0.8em;
		}

	#topnav li {
		float:left;
		margin:0px;
		list-style-type:none;
		margin-right:2.3em;
	}


	
	#nav {
		margin:0;
		padding:0;
		float:left;
		width:200px;
		padding-top:3px;
		padding-bottom:0.8em;
		
		font-size:1.2em;
	}

	#nav ul {
		padding:0;
		margin:0;
		text-align:left;
		margin-left:0em;
		margin-top:0em;
		background-color:#F99CA6;
	}
	
	#nav ul li a {
		text-decoration:none;
		width:95%;
		display:block;
		padding:0.2em 0 0.2em 0em;
		color: #000000;
		margin:0px;
	}
	
	
	#nav li a:hover {
		color: #ffffff;
	}
	
	#nav li {
		list-style-position:outside;
		margin: 0 0 0 0em;
		padding-left:0.6em;
		padding-top:0em;
		border-bottom:1px solid white;
	} 

    #nav .highlighted {
		color: #000000;
		background-color:#7F99CC;
		padding-top:0em;
		margin:0em;
		padding-bottom:0.1em;
		padding-top:0.1em;
		margin-top:-2px;
	}

    #nav .highlighted a:hover {
		color: #ffffff;
	}


    #nav p {
		color: #000000;
		font-size:0.75em;
		padding-left:1em;
		margin:0em;
		padding-bottom:0.2em;
		padding-top:0.2em;
	}


	#content_home {
		width:310px;
		float:left;
		padding-top:0.1em;
		color: #000000;
	}

	#content_clients {
		width:10px;
		float:left;
		padding-top:0.1em;
		color: #000000;
	}


	#content {
		width:558px;
		float:right;
		padding-top:0.1em;
		color: #000000;
	}

	.clients {
		width:500px;
		margin-left:40px;
	}
	
	#content p, #content_home p {
		margin-left:1.1em;
		font-size:0.9em;
		margin-right:1em;
		margin-top:0.5em;
	}
	
	#content h1, #content_home h1 {
		margin-left:1em;
		color:#F63A49;
		padding-top:0.5em;
		margin-top:0em;
		margin-bottom:0;
		padding-bottom:0em;
		font-size:1em;
		font-weight:bold;
		margin-right:1em;
	}

	#content h1 img{
		margin-right:0.2em;
	}


	#content h1 a {
		color:#006699;
	}


	#content h2, #content_home h2 {
		margin-left:1.1em;
		margin-top:1em;
		font-size:0.9em;
		font-weight:bold;
		color:#003399;
	}

	#content h3, #content_home h3 {
		margin-left:1em;
		margin-top:0.8em;
		font-size:0.7em;
		font-weight:bold;
		margin-bottom:0.8em;
	}


	#content a, #content_home a {
		color:#003399;
	}
	
	#content li, #content_home li {
		list-style-type:square;
		list-style-position: outside;
		margin-left:0.3em;
		padding-left:0.2em;
		font-size:0.9em;
		margin-right:1.2em;
		margin-top:0.2em;
	} 
	
	#content li li, #content_home li li {
		list-style-type:square;
		list-style-position: outside;
		margin-left:0em;
		padding-left:0em;
		font-size:1em;
		margin-right:1.2em;
		margin-top:0.2em;
	} 

	
	#content ul, #content_home ul {
		margin-top:0em;
	}

	#content img {
		margin-right:2em;
	}
	
	.content_img img {
		margin:1em;
		margin-right:0px;
		float:right;
	}	

   #footer {
		margin-right:auto;
		margin-left:auto;
		text-align: center;
		width:760px;
		background-color:#003399;
		color:#ffffff;
		font-size:1.2em;
		margin:0px;
		padding:0px;
		border-top:1px solid #000000;
		}
	
	#footer ul, li {
	   list-style: none;
	   font-size:0.8em;
	   padding: 0;
	   text-indent: 0;
	   margin: 0;
		}

	#footer ul {
	    clear:both;
		text-align: center;
	    margin: 0 auto;
		padding-top:0.2em;
		padding-bottom:0.2em;
	}

	#footer li {
	   display: inline;
	    margin:0em;
	}
	
	#footer a {
		font-size:1em;
		color:#ffffff;
		text-decoration:none;
	}

	#footer a:hover {
		font-size:1em;
		color: #ffffff;
		text-decoration: underline;
	}
	

.productbox {
     width:500px;
	 padding:0.2em 0 0 0.2em;
	 border:1px solid #eeeeee;
	 margin-left:1em;
}


#content .productbox h1 {
	font-size:1em;
	color:#003399;
}



.productbox img {
     float:right;
	 margin-left:1em;
	 margin-bottom:0.1em;
	 margin-right:0.1em;
	 padding:0em;
}

.producttable table {
	margin-top:1em;
	margin-left:1.5em;
}

.producttable table p {
	margin-top:0.1em;
	margin-bottom:0.2em;
}

	#right_strip {
		float:right;
		width:242px;
		margin-right:5px;
		margin-top:10px;
	}



/* round boxes with drop shadow*/
.roundbox_red {
  	background:  url("/images/roundbox/roundbox_tl.gif") top left no-repeat;
  	width: 240px;
  	margin-top:5px;
	font-size:1em;
	float:right;
}

.roundbox_redBody a, .roundbox_content a {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}

.roundbox_redBody a:hover, .roundbox_content a:hover {
	text-decoration:underline;
}
 
.roundbox_red h1 {
  background:  url("/images/roundbox/roundbox_tr.gif") top right no-repeat;
  padding: 6px 0 0 8px;
  margin: 0;
  font-size: 0.8em;
  color: #ffffff;
}

.roundbox_redBody {
  background:  url("/images/roundbox/roundbox_rightborder.gif") top right repeat-y;
  margin: 0;
  margin-top: 0;
  padding: 5px 25px 5px 8px;
}

.roundbox_content_box {
  background:  url("/images/roundbox/roundbox_rightborder.gif") top right repeat-y;
  margin: 0;
  margin-top: 0;
  padding: 5px 25px 5px 8px;
  font-size:1.3em;
}


.roundbox_redBody p, .roundbox_content p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0;
	color: #333;
	font-size: 0.6em;
}

.roundbox_redBody h2, .roundbox_content h2 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0;
	color: #333;
	font-size: 0.6em;
	font-weight:bold;
}


.roundbox_redBody ul {
	margin-left:0px;
	padding-left:0px;

}


.roundbox_redBody li, .roundbox_content li {
	font-size: 0.6em;
	margin-left:-40px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid white;
	width:200px;
}



.roundbox_redFooter {
  background:  url("/images/roundbox/roundbox_bl.gif") bottom left no-repeat;
   height: 25px;
}

.roundbox_redFooter p{

  background:   url("/images/roundbox/roundbox_br.gif") bottom right no-repeat;
  padding:0;
  display:block;
  margin:0;
  height: 25px;
}


#search {
	float:right;
	margin-right:1em;
}