/*Switch Web Design Style Sheet* - Last Updated by Simon Del Giudice on 02-05-07
******************************************************************/

/*Global Styles*
******************************************************************/
html {overflow-y: scroll}

body {
	margin: 0 auto 0 auto;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	/*background: red;*/
	background: #3d3d3d url(../images/background.jpg) repeat-x;
	}
	
p { font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #EFEFEF;
	/*color: #9F9F9F;*/
	padding: 0 0 8px 0;
	margin: 0;
	
}

h1 {
	font-size: 18px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0;		
}
h3 {
	font-size: 14px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}
	
a { color: white; text-decoration: none; font-weight: bold;}
a:hover { color: #9F9F9F; text-decoration: none;}
a:visited, a:active {color: white; text-decoration: none;}	
	

input {
	background: #3D3D3D;
	color: #9F9F9F;
	font-size: 11px;
	height: 20px;
	border: 1px dotted #E82324;
	padding: 0;
	margin: 0 0 3px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}

textarea {
	background: #3D3D3D;
	border: 1px dotted #E82324;
	color: #9F9F9F/*#8BB0D5*/;
	font-size: 11px;
	margin: 0 0 3px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}
select {
font-size: 11px;
margin: 0 0 3px 0;
padding: 0;
}

img {
border: 0 !important;
}


	
/*Layout Styles*
******************************************************************/	

#container {
	margin: 0 auto 0 auto;
	width: 800px;
	min-height: 600px;
	/*background: red;*/
	
}

#header {
	width: 800px;
	height: 100px;
	background: #3D3D3D url(../images/headerback_01.jpg) no-repeat;
}
	#headerleft {
		float: left;
		text-align: left;
		color: white;
		padding: 40px 0 0 0;
	}
	#headerright {
		text-align: right;
		color: white;
		padding: 0 10px 0 0;
		/*background: white;*/
	}

#main {
	width: 780px;
	margin: 0;
}

#flash {
	width: 780px;
	text-align: left;
	vertical-align: top;
	height: 150px;
	margin: 0 0 10px 0;
}




#footer {
	clear: both;
	padding: 10px 20px 20px 0;
	height: 35px;
	color: #9F9F9F;
	margin: 0;
}

	#footer a {
		color: #9F9F9F;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
		}
	#footer a:hover, #footer a.active {
		color: white;
		}	

#footerright {
	float: right;
	text-align: right;
	vertical-align: middle;
} 

#footerleft {
	float: left;
	text-align: left;
	vertical-align: middle;
}





/*Navigation*
******************************************************************/

#navigation {
	padding: 0;
	margin: 0;
	height: 100px;
	list-style: none;
	}
#navigation li {
	height: 100px;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;	
	}
#navigation li a {
	font-size: 11px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 100px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	list-style: none;	
	}
	#nav01 {
		width: 80px;
		margin: 0;
		background: url(../images/navigation/nav_01.jpg) no-repeat;
		}
	#nav02 {
		width: 75px;
		margin: 0;
		background: url(../images/navigation/nav_02.jpg) no-repeat;
		}
	#nav03 {
		width: 75px;
		margin: 0;
		background: url(../images/navigation/nav_03.jpg) no-repeat;
		}
	#nav04 {
		width: 75px;
		margin: 0;
		background: url(../images/navigation/nav_04.jpg) no-repeat;
		}				
	#nav05 {
		width: 75px;
		margin: 0;
		background: url(../images/navigation/nav_05.jpg) no-repeat;		
		}		
	#nav06 {
		width: 80px;
		margin: 0;
		background: url(../images/navigation/nav_06.jpg) no-repeat;
		}		
		
#navigation li a:hover {
	color: white;
	background-position: 0 -159px;
	}
	#navigation li a.active,
	#navigation li a.active:hover {
		color: white;
		background-position: 0 -159px;
		}



/*3 Column Layout*
******************************************************************/

#leftcol {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 155px;
	margin: 0 0 0 0;
}

#leftcol li {
	border-bottom: 1px dotted white;
	color: white;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 25px;
	list-style: none;	
	}
#leftcol li a {
	float: left;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding: 5px 0 0 0;
	color: white;
	text-decoration: none;
	display: block;	
	overflow: hidden;
	background-position: center top;
	height: 20px;
	list-style: none;
	}			
		
#leftcol li a:hover { color: #9F9F9F;}
#leftcol li a.active, #leftcol li a.active:hover { color: #9F9F9F;}



#maincol {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0 30px 10px 30px;
	text-align: left;
	vertical-align: top;
	min-height: 300px;
}

	#maincol ul {font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; margin: 0 0 0 10px; padding: 0 0 5px 5px;}
	#maincol li {font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; margin: 0 0 0 10px; padding: 0 0 5px 5px;}
	#maincol ol {font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; margin: 0 0 0 10px; padding: 0 0 5px 5px;}

#maincol_full {
	float: right;
	width: 585px;
	margin: 0;
	padding: 0 20px 10px 20px;
	text-align: left;
	min-height: 300px;
}



#rightcol {
	float: right;
	text-align: left;
	vertical-align: top;
	width: 195px;
	margin: 0 0 0 0;	
}



#h_clients {
	clear: both;

	height: 40px;
	background: url(../images/home/h_clientsback.gif) no-repeat;
	margin:0;
	padding: 0 10px 0 486px;
	text-align: left;
	vertical-align: top;
}



