/****** Menu *******/
.navigation {
  font: 1.14em "Trebuchet MS" Verdana, Arial, sans-serif;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  margin-left:-1px;
  padding: 0;
  background-color: #777;
	background-image:url("images/grey_dragient.jpg") ;
	background-repeat:repeat-x;
width:100%; 
border: 1px solid #aaa;
text-align:center;

-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.navigation li {
  /*line-height: 1.95em;*/
  line-height: 34px;
  margin: 0;
  padding: 0;
  display: inline;
}
.navigation a {
  color: #001288;
  background-color: transparent;
  /*font-weight: bold;*/
}
.navigation a:hover {
  color: #001288;
  background-color: transparent;
  text-decoration: underline;
}
.navigation .tab {
  /*color: #001288;*/
  color: #eee;
  text-decoration: underline;
  /*font-weight: normal;*/
  margin: 0;
  /*padding: 0.8ex 1.0em 0.8ex 1.0em;*/
  padding: 7px 13px 7px 13px;
}
 a.tab{
 	color: #aaa;
 }
 a.tab:hover {
	color: #fff;
	text-shadow: #fff 0px 0px 6px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	-moz-box-shadow:    inset 0 0 10px rgba(255, 255, 255, 0.7);
   -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7);
   box-shadow:         inset 0 0 10px rgba(255, 255, 255, 0.7);
}
.navigation .highlighted {
	color: #fff;
	text-decoration: none;
  /*background: url(images/button-bg-2.png) repeat-x;*/
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

/****** Layout  ********/
* {
    padding: 0;
    margin: 0;
} 
body {
	background:#eaeaea;
	background-image:url("images/grey-top.gif") ;
	background-repeat:repeat-x;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	margin: 0px auto;
	width: 858px;
	background-color: #fff;
	color: #777;
	box-shadow: inset 0 0 5px #000;
}
#top { 
	height: 110px;
	background:#eaeaea;
	background-image:url("images/grey-top.gif") ;
	background-repeat:repeat-x;
}
#content {
margin:1px;
}
#bottom {
	height: 45px;
	text-align:center;
}
h1 {
color:#444;
margin-top: 1.174em;
font-size: 40px;
margin-top: 13px;
margin-bottom: 5px; 
text-shadow: #666 5px 5px 10px;
font-family:	"myriad-pro-1","myriad-pro-2","Helvetica","Arial",sans-serif;

  text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;

}


.clear {
width:100%;
overflow:hidden;
} 

.canvas {
	text-align:center;
	padding: 5px;
	background: #eaeaea;
	margin: 20px auto;
	color:#111;
	/*box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);*/
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}
.canvas img {
border: 1px solid #888;
}

.before {
float: left;
margin-left:40px;
}
.after{
float: right;
margin-right:40px;
}
.buytable {
	padding: 5px 20px 5px 20px;
}
.TextBlock_td{
margin:0px;
}
.TextBlock_td {
	padding: 20px;
	color:#111;
	background-color: #f3f3f3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}
.left_right_15px{
	margin-left:15px;
	margin-right:15px;
}
.screenshot{
text-align:center;
/*box-shadow: inset 0 0 5px #000;*/
margin-bottom:-15px;
}

.free_download_baner a{
display: block; 
height:72px;
width:453px;
margin:auto;
background-image:url('images/free-download-baner.jpg');
background-position: 0px 2px; 
}

.free_download_baner a:hover{
background-position: -1px -71px; 
}

.question{
	font-size: 18px;
	background-color: #aaa;
	color:#fff;
	padding-left:20px;
	line-height:36px;
	margin-left:20px;
	margin-right:20px;
}
.answer{
background-color: #fff;
margin-left:20px;
	margin-right:20px;
	padding:20px;
	border: 1px solid #aaa;
}

