/* --- Main Nutek CSS File --- */

/* --- colours used in this site

		#FFFFFF -- White
		#4288B9 -- Outer Blue Background

*/

body {
	/* font-family: Arial, helvetica, sans-serif;  */
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 76%; 
	letter-spacing:.03em;
	margin:0;
	padding:0;
	color:#000;
	background: #4288B9 ;
	/*background-image:url('images/bluewing.jpg');  /* background:#7fc0d5; */
	background-repeat:repeat-x; */
	}

p {
	text-align:justify;
	}

#wrapper {
	width: 1060px;
	margin: 30px 0 0 90px ;
	padding: 0 0 0 0;
	background: #FFFFFF;  
	}

#header {
	background: #FFFFFF;  
	}

.logo {
	width: 1040px;
	margin: 0 0 0 0 ;
	padding: 10px 5px 10px 10px;
	float: left;
	background: #FFFFFF;  
	}

.left-image	{
	float: left ;
	width: 510px ;
	}

.right-image {
	float: right ;
	width: 340px ;
	}

# navbar  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	border-top: 0px solid #999;
	border-bottom: 0px solid #999;
	background: #2FAEE1;
		} 

#navbar ul {
	padding-left: 0;
	margin-left: 0px;
	margin-right: 50px;
	background-color: #2FAEE1;
	color: White;
	float: left;
	width: 1050px;
	font-family: arial, helvetica, sans-serif;
	}

#navbar ul li { 
	display: inline; 
	}

#navbar ul li a  {
	padding: .4em 1em;
	font-size: 1.5em;
	background-color: #2FAEE1;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navbar ul li a:hover  {
	background-color: #369;
	color: #fff;
	}


#left-container {
	float: left;
	width: 305px;
	text-align: left;
	background: #FFFFFF;  /*  #718895;  */
	padding: 5px 10px 4px 5px;
	margin: 0 5px 10px 10px;
	}

.boxheader	{
			font-size: 1.3em; 
			color:#4288B9;
			font-weight:bold;
			}

.boxtext	{
			font-size: 1em; 
			color: #4288B9;
			font-weight:bold;
			}

.boxfooter	{
			font-size: 1em; 
			color: #4288B9;
			float: right;
			font-weight:bold;
			}


#center-container {
	float:left;
	width: 340px;
	background:#FFFFFF;  /*  #718895;  */
	margin: 0 5px 20px 5px;
	padding: 0 10px 0 15px;
	}

.cc .consult  {
		color: #4288B9;
		font-weight: bold;
		font-size: 1.40em;
		text-align: left;
		}

.cc .call  {
		color: #4288B9;
		font-weight: bold;
		font-size: 1.40em;
		text-align: left;
		}

.cc .risk  {
		color: #4288B9;
		font-weight: bold;
		font-size: 1.20em;
		text-align: left;
		}

#right-container {
	float:right;
	width:315px;
	text-align: left;
	background:#FFFFFF;  /*  #718895;  */
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	}

.rb1	{    
		font-size:18px; font-family:Arial;  color:#22B2D7;text-transform:uppercase;
		}

.cl		{	
		clear:both
		}

.fblack	{    6
		font-size:12px; color:#999
		}

.fblackb {   
		font-size:12px; color:#999999;
		font-weight:bold;
		}

.fgray	{    
		font-size:11px; color:#676867;
		}

.fgrayb	{   
		font-size:11px; color:#676867;font-weight:bold;
		}

h1  {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.80em;
	color: #000; 
	}

h2  {
	margin-top: 10;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.20em;
	color: #00C17B;
	}

h3  {
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
	color: #00C17B;
	font-size: 1.50em;
	}

h4  {
	margin-top: 10;
	margin-bottom: 10;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #00C17B;
	font-size: 1.40em;
	}

h5  {
	margin-bottom: 0;
	font-weight: bold;
	}



/* --- name and slogan --- */
.nutek .name  {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.80em;
	}

.nutek .slogan {
	margin-top: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.20em;
	}


