#main{
padding-top: 10px;
}

#videoWrap{
	float: left;
	background: white;
	height: 498px;
	width: 610px;
	margin: 20px;
 	text-align: center;
}

#heroInfo h2{
	font-size: 36px;
	font-weight: bold;
	margin-top: 80px;
	color: #333;
	text-shadow: white 0 2px 0;
	font-family: "Trajan Pro"
}

#heroInfo h2 small{
	font-size: 20px;
	text-shadow: white 0 1px 0;
}

#heroDesc{font-size: 12px;line-height: 18px; color: #666;}
#heroButtons{
	background:url(img/header_buttons.png) no-repeat;
	height: 44px;
	line-height: 44px;
	width: 228px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#heroButtons a#buttonBuy, #heroButtons a#buttonDownload{
	color: white;
	font-weight: bold;
	text-shadow: #000 0 -1px 1px;
	position: absolute;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	top: 3px;
}

#heroButtons a small{
  display: block;
}

#heroButtons a#buttonDownload{
	left:28px;
}
#heroButtons #linkBuy a{
	right: 45px;
}

#features{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: 0 -1px 0 #eee, 0 1px 0 #eee;
	-moz-box-shadow: 0 -1px 0 #eee, 0 1px 0 #eee;
}

.feature{
	display: block;
	padding: 20px 0;
}

#videos .feature{
  padding-top: 0px;
}

.feature h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-shadow: white 0 1px 0;
}

.feature ul{ padding: 0px;}
.feature li{
   color: #666;
   font-size: 13px;
   margin-bottom: 6px;
   line-height: 18px;
   list-style: disc;
   list-style-position: inside;
   text-shadow: white 0 1px 0;
}

#newsBar{
  border: 1px solid #448;
  margin: 20px 0;
  padding: 5px;
  border-radius: 5px;
  background: url(img/header_bg.png) repeat-x 0 -30px;
}
#newsTitle{
  float: left;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  width: 120px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #88f;
}
#news{
  float: left;
  height:18px;
  overflow:hidden;
}
.news-item {
  display: ;
  font-size: 14px;
 height:18px;
 line-height:18px;
  color: #fff;
  padding-left: 20px;
}
#news .on{
  display: block;
}
#partner{
  padding-top: 20px;
}

#partner h2{
float: left;
font-size: 15px;
line-height: 18px;
font-weight: bold;
width: 160px;
text-shadow: white 0 1px 0;
}

.popup{
  position: absolute;
  background: #ececea;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
  opacity: 0;
  bottom: 9999px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 20px;
  height: 180px;
}
#linkBuy:hover .popup{
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  bottom: 40px;
}

#linkBuy h4{
  line-height: 32px; font-size: 16px;
  color: #333;
  font-weight: bold;
}

#linkBuy li:first-child{
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
#linkBuy a:hover h4{
  color: #e5420a;
  background: url(img/arr-right.png) no-repeat right 20px;
}
#linkBuy h4 img{
  position: relative;
  bottom: -10px;
  margin-right: 10px;
}
#linkBuy form select{
  color: #333;
  background: #eee;
  font-size: 13px;
  border: 1px solid #aaa;
  line-height: 24px;
  padding: 3px 0;
  text-shadow: white 0 1px 0;
  border-radius:3px;
}
#linkBuy form select option{
  line-height: 24px;
}

#linkBuy form select:active,#linkBuy form select:focus{
   outline: 0;
}

#partner li{
  float: left;
  margin-right: 10px;
}
#partner li img{
  -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4),1px 1px 1px rgba(255,255,255,0.4);
  -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4),1px 1px 1px rgba(255,255,255,0.4);
  border-radius: 3px;
}

#videos img{
}

#videos h3{
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}

#socialNetwork{
  padding-top: 15px;
}
#socialNetwork a{
  display: block;
  font-size: 13px;
  line-height: 21px;
}

#socialNetwork img{
  position: relative;
  top: 3px;
}