﻿
div {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: white;
}


body {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #2c3a0b;
	margin: 0;
  	padding: 0;
}

a{
	color: #2c3a0b;
}

#mainDiv {
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	width: 840px;
	background-image: url('../images/innerBg.png');
	background-repeat: repeat-x;
	background-color: #556d17;
}

#topDiv {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 173px;
	background-image: url('../images/element.png');
	background-repeat: no-repeat;
	background-position: right top; 

}

#logoImg {
	margin-top: 33px;
	
}

#slogan {
	color: #cee594;
	font-weight: bold;
	position: relative;
	margin-left: 152px; 
	top: -22px
}

#menu {
	width: 418px;
	background-image:url('../images/menuBg.png');
	background-repeat:no-repeat;
	margin-left: 482px;
	text-align:center;
	font-weight:bold;
	color: #2c3a0b;
}

#menu a {
	text-decoration: none;
	color: #2c3a0b;

}

#whatIsDiv {
	font-size: 18px;
	width: 450px;
}

#demoDiv {
	width: 269px;
	height: 109px;
	background-image:url('../images/demoBg.png');
	font-size: 24px;
	color: #2c3a0b;
	font-weight:bold;
	padding:20px;
	text-align:left;
}

#demoDiv2 {
	width: 423px;
	height: 70px;
	background-image:url('../images/demoBg2.png');
	font-size: 24px;
	color: #2c3a0b;
	font-weight:bold;
	padding:10px;
	text-align:center;
	margin:auto;
}


#demoTextDiv {
	font-size: 18px;
	font-weight:normal;
	color:#597317;
}

#demoTextDiv a{
	color:#597317;
	text-decoration: none;
}

#featuresTable {
	width: 100%;
	margin-top: 60px;	
	margin-bottom:100px;	
	
}

#featuresTable td {
	width: 20%;
	text-align:center;
	font-weight:bold;
}

#bottom {
	text-align: center;
	font-size: 12px;
}

#bottom a {
	color: white;
	text-decoration: none;
}


.title {
	color: #2c3a0b;
	font-size:22px
}

#supportDiv {
	margin-bottom: 150px;	
	
}

#screenshotsTable {
	width:100%;
	text-align:center;
	margin-bottom: 30px;
}

