* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body{
	background: #f4f2ef url(/images/bg.jpg) repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #494949;
	text-shadow: 0px 1px 0px #fff;

}

#wrap{
	width: 1124px;
	margin: auto;
}
#left{
	width: 164px;
	float: left;
	background-image: url(/images/icon.jpg);
	background-position-x: 18px;
	background-position-y: 5px;
	background-repeat: no-repeat;
	padding-top: 176px;	
	padding-left: 50px;
}

a, a:active ,a:visited{
	color: #494949;
}

a:hover{
	background-color: black;
	color: white;
	text-shadow:none;
}

#left ul{
	list-style-type: none;
}

#left ul li{
	line-height: 24px;
}

h1{
	font-weight: bold;
	margin-bottom: 15px;
}

#center{
	width: 350px;
	float: left;
	
	background-image: url(/images/title.jpg);
	background-position-x: 0px;
	background-position-y: 23px;
	background-repeat: no-repeat;
	padding-top: 97px;
}

#headline{
	padding-left: 27px;
}

#description{
	margin-top: 47px;
	width: 317px;
	text-align: justify;
}

.ci{padding-left: 27px;}

#right{
	width: 560px;
	height: 660px;
	float: left;
	
	background-image: url(/images/mainimage.jpg?2);
	background-position-x: 10px;
	background-position-y: 26px;
	background-repeat: no-repeat;
}
#fl{
	padding-left: 17px;
	margin-bottom: 20px;

}
#fl li{
	line-height: 24px;
	list-style-image: url(/images/star.gif);
	
}
#sl{
	text-align: left;
	margin-bottom: 100px;
}


#screenshots{
	height: 150px;
}

#screenshots_thumbs{
	clear: both;
}

.st{
	display: block;
	margin-left: 16px;
	float: left;
}

.test{
	border: 1px red thick;
}

input{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: none;
}

.fsFormFocused{
	background:none;
}