/* @group Reset */

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

img {
	border: 0;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #444;
	font-weight: normal;
}

/* @end */

body {
	background: #92BEE5 url(../img/backgroundTile.jpg) repeat center top;
	padding: 15px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans;
	font-size: 10pt;
}

/* @group Page structure */
#header {
	width: 903px;
	height: 74px;
	margin: auto;
}

#content {
	width: 903px;
	margin: auto;
}

#main {
	background: transparent url(../img/mainBackgroundTile.png) repeat-y left top;
	padding: 0 2px;
}

#footer {
	background: transparent url(../img/mainBackgroundEnd.png) no-repeat left top;
	padding: 0px 10px;
	height: 34px;
	text-align: center;
	font-size: 10px;
	color: #333;
	text-shadow: 0px 1px 0px white;	
	/*border: 1px solid red;*/
}

/* @end */

/* @group Headings */

h1 {
	float: left;
	width: 500px;
	height: 75px;
}

h1 a {
	display: block;
	width: 500px;
	height: 75px;
	text-indent: -9999px;
}

h2 {
	display: none;
}

h3 {
	display: none;
}

h4 {
	text-align: center;
	position: relative;
	top: -15px;
	left: 0px;
	font-size: 16px;
	margin-top: -20px;
	color: #4F4F4F;
}

h5 {
	text-align: center;
	font-size: 16px;
	color: #4F4F4F;
	position: relative;
	left: -30px;
	top: 0px;
}

/* @end */

/* @group Menu */

#menu {
	background: transparent url(../img/menuBackground.png) no-repeat left top;
	width: 903px;
	height: 74px;
	margin: auto;
}

#menu li {
	list-style: none;
	height: 74px;
	float: right;
}

#menu li span {
	display: none;
}


#menubutton {
	display: block;
	background: transparent url(../img/menubutton.png) no-repeat left top;
	width: 137px;
	height: 74px;
}

#menubutton:hover {
	background-position: left bottom;
}


#menu a.active {
	background-position: left bottom;
}

/* @end */

/* @group Headers */

#headerbutton {
	height: 116px;
	background: transparent url(../img/headerbutton.png) no-repeat left top;
}



#headerBigButtons {
	list-style: none;
	float: right;
	padding: 0 10px;
	/*border: 1px solid red;*/
}
.bubbleInfo {
	display: inline;
	float: left;
	padding-top: 10px;
}
.bubbleInfo span{
 text-align: center;
 font-size: 8pt;
 color: #333;
}

#headerBigButtons li {
	list-style: none;
	display: table;
	padding: 17px 0 0 0;
}

#headerDownload {
	display: block;
	background: transparent url(../img/buttonDownload.png) no-repeat center top;
	width: 179px;
	height: 36px;
	padding-right: 35px;
}

#headerDownload:hover {
	background-position: center bottom;
}

#headerPurchase {
	padding-right: 3px;
	display: block;
	background: transparent url(../img/buttonPurchase.png) no-repeat center top;
	width: 184px;
	height: 36px;
}

#headerPurchase:hover {
	background-position: center bottom;
}




.trigger span {
	display: none;
}

#headerSmallButtons {
	list-style: none;
	float: right;
	width: 131px;
	padding: 1px;
}

#headerSmallButtons li {
	list-style: none;
	display: block;
}

#headerSmallButtons li span {
	display: none;
}

#iconbutton {
	position: relative;
	float: left;
	width: 128px;
	height: 128px;
	top: -114px;
	left: 7px;
}

#iconbutton {
	background: transparent url(../img/logo_icon.gif) no-repeat left top;
}

/* @end */

/* @group Tabs */

#tab {
	background: transparent url(../img/tabTile.png) top left repeat-x;
	clear: both;
	/*border: 1px solid red;*/
}

#tab ul {
    text-align: left;
	padding: 11px 0 16px 128px;
  width: 733px;
}

#tab li {
	display: inline;
	white-space: nowrap;
}

#tab li a.static {
	color: #444;
	text-shadow: white 0 1px 0;
	padding: 7px 7px;
}

#tab li a.static:hover {
  background: transparent url(../img/tabHover.png) repeat-x left top;
  padding: 10px 7px;
}

#tab li a.selected {
	color: #222;
	text-shadow: 0 1px 0 white;
	background: transparent url(../img/tabSelected.png) repeat-x left top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 6px;
}

#tab li img {
  margin: 0 6px 6px 0;
	vertical-align: top;
	/*display: none;*/
}

/* @end */

/* @group Features */

.feature {
	color: #777;
	font-size: 10pt;
	line-height: 14pt;
	/*opacity: 0;*/
	/*display: none;*/
	/*border: 1px solid #ddd;*/

	padding: 30px 30px;
	position: relative;
	top: 0px;
	left: 0px;
}


.feature pre{
	font-size:  12px;
	color: #0C6294;
	width: 97%;
	background-color:#F0F0F0;
	border:1px solid #CDCDCD;
	border-left:6px solid #CDCDCD;

	margin:1em 0;
	overflow:auto;
	padding:0.3em;
}

.samples{
	vertical-align: top;
	text-align: center;
	border-left: 1px dashed #D4D4D4;
	padding-left: 15px;	
	}
	
.s_title{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #107ABD;
	}
	
	
#buttonfeature1 {
	background: transparent url(../img/screen.png) no-repeat right top;
	margin-right: 10px;
	padding-right: 566px;
}

/* @group Screenshots */

#screenshots {
	height: 110px;
	padding: 5px 0px 0px 15px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #E0E7E5;
	text-align: center;
}

/* @end */


#credits {
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #333;
	text-shadow: 0px 1px 0px white;
}

#bottom_links{
font-weight: normal;
}

.borderimg {
  border: 1px solid #707270;
  margin-bottom: 1.5em;
}

/* buy button style*/
	#web-buttons-idq4f47 a{
		display:block;
		color:transparent;
	}
	#web-buttons-idq4f47 a:hover{
		background-position:left bottom;
	}
/* @end */