/*--------------------------  GLOBAL  -----------------------------*/

body {

	background: url(../img0/tlo.jpg) repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	color: #1d1d1d;
	}

acronym { cursor: help; border-bottom: 1px dashed #999; }

a { text-decoration: none; color: #369; border-bottom: 1px solid #369; }

a:hover { border-bottom: 1px solid #a40000; color: #a40000; }



/*--------------------- CONTENER --------------------------*/

#container {

	margin: -3px auto;
	width: 860px;
	border: 0px solid #818181;
	padding: 2px;
	text-align: left; /* Cancel IE Fix */
	}
/* ---------------  LOGO  ---------------------------------*/

#logo {
		float: left;
		width: 400px;
		height: 96px;
		padding: 0px 30px 0 30px
	}	

	#fast_contact {
		float: right;
		width: 350px;
		height: 96px;
		text-align: right;
	}	
     #fast_contact img { float: left;  margin: 48px 10px 40px 100px;}
		 #fast_contact h3 { margin: 50px 5px 5px 10px;}
	
	/*-------------------------  NAV  -----------------------------*/


#nav {
	float: left;
	background: url(../img0/menu.png) repeat-x; 
	border-radius: 6px 6px 0 0;
	margin: 0; 
	padding-left: 300px;
	height: 42px;
  width: 560px
	}

	#nav li {

		list-style-type: none;
		display: inline;
		line-height: 36px;
		float: none;
		margin: 1px 1px
		}		

		#nav li a { 

			text-decoration: none; 
			text-shadow: silver 0px 1px;
			color: #313131;
			padding: 3px 20px;
			font-size: 14px;
			float: left;
			font-weight: bold;
			border-bottom: 0px;
			border-left: 1px solid #6e6e6e;
			
			}

#nav li a:hover {background: url(../img0/menuover.png) repeat-x; color: #a40000; }

#nav li a.on {background: url(../img0/menu.png) repeat-x; color: #a40000; }

	
/*-----------------------HEADER------------------------------*/

#header {
	float: left;
	background: #fff url(../img0/slider.jpg) no-repeat;
	border-bottom: 3px solid #6f0000;
	border-top: 3px solid #6f0000;
	padding: 50px 30px;
	width: 800px;
	height: 140px;
	}

#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 28px;
	font-weight: normal;
	text-shadow: black 2px 2px;
	cursor: default;
	}	

#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 18px;
	text-shadow: black 1px 1px;
	padding-left: 1px;
	cursor: default;
	}	

/*-----------------------------  SIDEBAR -------------------------------*/

#sidebar {
	float: left;
	width: 260px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	
	}

#sidebar div { background: #fff url(../img0/para.jpg) repeat-x; 
	padding: 6px 0 20px 26px;  
	border-top: 3px solid #d1d1d1; 
	height: auto;
	margin-top: 7px
}	


#sidebar h3, #content h3 { 
	font-size: 14px; 
	color: #a40000; 
	margin: 6px 10px 10px 0px; 
	cursor: default;
	}

	
#sidebar div ul {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: -26px;
  margin-top: 0px;
  list-style-image: url(../img0/list.png)
}

/*-----------------------   CONTENT   ---------------------------*/

#content {
	float: left;
	width: 594px;
	position: relative;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 7px;
	border-top: 3px solid #d1d1d1; 
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
	}	
#content img {
  float: left;
  margin: 6px 16px 4px 1px;
	padding: 0;
	border: 3px solid #6f0000;
	border-radius: 4px;
  }
	
#content div { background: #fff url(../img0/para.jpg) repeat-x; 
 padding: 6px 26px ;
 height: 414px; 
 
}	

/*-----------------------   FOOTER   -----------------------------*/

#footer {
	background: url(../img0/menu.png) repeat-x ;
	border-radius: 0 0 6px 6px;
	text-align: center;	
	text-shadow: white 0px 1px;
	color: #363636;
	font-size: 12px;
	padding: 0px 0px;
	line-height: 42px;
	clear: both;
	height: 42px;
  width: 860px
	}

	

