/* CSS Document */

* {
	
	margin:0px;	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
.wrapper {
	width: 100%;
	padding-top: 35px;
}

.logo {
	width: 100%;
	height: 180px;
	margin-top: 20px;
}
#web {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #586B76;
	width: 100%;
	padding-bottom: 10px;
	bottom: 0px;
	position: absolute;
	text-align: center;
}


/* Fix for Google Chrome clipped background bug */
html {
	background-color: #000;
	background-image: url(../images/back.jpg);
}

img {
	border:none;	
}

h1, h2  {
	
	border-bottom:2px dotted #cc6600;
	margin-top:20px;
	margin-bottom:10px;
	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:#000;
	border-bottom:2px solid #cccccc;
	
	
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:10px;
}

p {
	
	margin-bottom:10px;
	margin-top:10px;
	line-height:140%;
	
}

.tip {
	border-bottom:2px dashed #e00;
	cursor:help;
}

#container {	
	width:800px;	
	margin-left:auto;
	margin-right:auto;
	/*background-color:#fff;*/		
	
}

/* Feature section in ZoomEngine page */
.zoom-section {	
	clear:both;	
	margin-top:20px;
}

* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float:left;
	margin-left:10px;
	width:310px;
	margin-bottom:20px;

}

.zoom-small-image {
	border:4px solid #CCC;
	float:left;
	margin-bottom:20px;
}
.zoom-tiny-image {
	border:1px solid #CCC;
	margin:0px;
	
}
.zoom-tiny-image:hover {
	border:1px solid #C00;		
}

#content-container {
	background-color:#fff;	
	overflow:hidden;	/* force div to expand vertically to accomodate content (not IE6) */
	background-image:url(/images/middle.png);	
}

/* force div to expand vertically to accomodate content (for IE6) */
* html #content-container {
	height:1%;
}

/*****************************************************/

textarea ,.codeinput  {
/*	background:#000;
	color:#090;
	font-size:12px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	clear:both;
	border:none;
	padding:10px;
*/
}

/****************************/
#viewport {
	
	margin-left:auto;
	margin-right:auto;
	border:none;
}

#planetLinks {
	margin:0px;
	padding:0px;
	height:64px;
}



.tickul  {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}

.tickul li {
	margin-left:20px;	
	margin-bottom:5px;
	padding-left:25px;
	background: no-repeat url(/images/tick.gif);
	background-position: 0px 3px;	
	font-size:12px;
}


#download_table {
	border-collapse:collapse;
	border:1px solid #cccccc;
}
#download_table td {
	border-collapse:inherit;
	border:1px solid #cccccc;
	padding:5px;
}
#download_table th {
	font-weight:bold;
	text-align:left;
	padding:5px;
	background-color:#eee;
}


.carouselLeft {
	background-image: url(../images/left.png);
	width:40px;
	height:40px;
	background-position: 0px 40px;
}
.carouselLeft:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
	cursor:auto;
}
.carouselRight {
	width:40px;
	height:40px;
	background-position: 0px 0px;
	background-image: url(../images/right.png);
}
.carouselRight:hover {
	width:40px;
	height:40px;
	background-position: 0px 0px;
}
/****************************************/

#da-vinci-title {
	display:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	width:80%;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#da-vinci-alt{
	display:none;
	color:#586B76;
	margin:20px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	
}

a, a:focus, a:active {

   outline: 0 none;
  	border:none;
	
}
/*****************************************************/

table {
	
	border-collapse:collapse;
	border:1px solid #CCC;
	margin-bottom:20px;
}
td , th{
	padding:10px;
	vertical-align:top;	
	border:1px dotted #CCC;
}
th {
	background-color:#eee;	
}
td.noWrap {
	white-space:nowrap;	
}
