
/* CSS Document */



img {
	border:none;	
}

h1, h2  {
	
	border-bottom:2px dotted #cc6600;
	margin-top:20px;
	padding-top:0px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#f90;
	font-family:Tahoma, Geneva, sans-serif;
	
	letter-spacing:1px;
}

h2 {
	font-size:13px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	color:#333333;
	border-bottom:2px solid #cccccc;
	
	
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:10px;
}


#content-container {
	background-color:#231708;	
	overflow:hidden;	/* force div to expand vertically to accomodate content (not IE6) */
	
}

/* force div to expand vertically to accomodate content (for IE6) */
* html #content-container {
	height:1%;
}


/*****************************************************/


.carouselLeft {	
	display:none;
	background:url(rotate-left.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
}
.carouselLeft:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
	cursor:auto;
}
.carouselRight {
	display:none;
	background:url(rotate-right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}
/****************************************/

#da-vinci-title {
	display:none;	
	color:#fff;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	width:80%;
}
#da-vinci-alt{
	display:none;	
	color:#ddd;
	margin:20px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	
}

a, a:focus, a:active {

   outline: 0 none;
  	border:none;
	
}

/*****************************************************/
***************/

