/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td
{
	margin:0;
	padding:0;
}
/* html */

header, footer, aside, nav, article 
{  
	display: block;  
}  
body
{
	position: relative;
	left: auto;
	right: auto;
}
body
{
	background:#FFF url(../images/page_bg.png) 50% 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
	color:#282828;
	font-size:13px;
}


/*layout*/
#body
{
  position: relative;
	left: auto;
	right: auto;   
}
/* wrapper setup */
div.rapidxwpr
{
	margin: auto;
	width: 960px;
	left: auto;
	right: auto;
}
/* header */
#header
{
	position: relative;
	height: 73px;
	margin: 0px 0px 15px 0px;
	float: inherit;
}
/*donation*/
#donation
{
    margin: 5px;
    padding: 5px;
    position: fixed;
    top: 5px;
    left: 50px;
}

#donation article
{
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
	border-radius: 8px;
}


/* topmenu */
#topmenu {
	position:absolute;
	top:46px;
	right:0px;
	height:27px;
}

#topmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#topmenu ul li{
	float:left;
	display:block;
	margin:0 0 0 6px;
}

#topmenu ul li a{
	float:left;
	display:block;
	position:relative;
	background:transparent url(../images/menu-r.png) 100% 0 no-repeat;
	height:27px;
	padding:0 5px 0 0;
	overflow:hidden;
	color:#202020;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:27px;
}

#topmenu ul li a span{
	display:block;
	background:url(../images/menu-l.png) 0 0 no-repeat;
	padding:0 10px 0 15px;
}

#topmenu ul li a.active, div#topmenu li a:hover{
	background:url(../images/menu-r.png) 100% -28px no-repeat;
	text-decoration:none;
}

#topmenu ul li a.active span, div#topmenu li a:hover span{
	background:url(../images/menu-l.png) 0 -28px no-repeat;
}

/* topmenu2 */
#topmenu2 {
	/*position:absolute;
	top:46px;
	right:0px;*/
	height:27px;
}

#topmenu2 ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	 
}

#topmenu2 ul li{
	float:left;
	display:block;
	margin:0 0 0 6px;
}

#topmenu2 ul li a
{
    border: thin solid #C0C0C0;
    float: left;
    display: block;
    position: relative; /*background:transparent url(../images/menu-r.png) 100% 0 no-repeat; */
    height: 27px;
    padding: 0 5px 0 0;
    overflow: hidden;
    color: #202020;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    background: url(../images/bg-silver01.png);
   border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#topmenu2 ul li a span{
	display:block;
	/*background:url(../images/menu-l.png) 0 0 no-repeat;*/
	padding:0 10px 0 15px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#topmenu2 ul li a.active
{
    /*background:url(../images/menu-r.png) 100% -28px no-repeat;*/
    text-decoration: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #CCCCCC;
}

#topmenu2 ul li a.active span
{
    /*background:url(../images/menu-l.png) 0 -28px no-repeat;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #CCCCCC;
}

/* intro */
#intro_table
{
	display: table;
}

#intro
{
	display: table-cell;
	width:650px;
	padding-right:20px ; 
} 
#intro_aside
{
   display: table-cell;
   width:300px 
}

/* content */
#content_table
{
	display: table;
}

#main_content
{
	display: table-cell;
	width:650px;
	padding-right:20px
}
#main_content_product
{
	display: table-cell;
	width: 650px;
	padding-right: 20px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #C0C0C0;
   
}

#main_content_aside
{
    display: table-cell;
    width: 300px;
}

#main_content_aside_product
{
	display: table-cell;
	width: 300px;
	padding-left: 12px;
}

#main_image
{
	margin: 0;
	background-color: white;
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	padding-top: 135px;
	padding-left: 750px;
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5); /* gradient 
    background: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0 1px, #FFFFFF 100px);
    background: -webkit-gradient(linear, left top, left 100, from(#FFFFFF), color-stop(1%, #F0F0F0), to(#FFFFFF));*/
}

.ruler
{
	border: thin solid #99CC00;
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	
	-moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
   border-radius: 0 0 120px 120px / 0 0 6px 6px; 
}
	
#content_box
{
	padding: 10px;
	border: thin solid #99CC00;
	display: block;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.text_icon
{
	background: url(../images/icon-leaf.png) 7px 50% no-repeat;
	padding: 0px 0 0px 33px;
}

.icon_download01
{
	background: url(../images/Places-folder-downloads-icon.png) 7px 50% no-repeat;
	padding: 0px 0 0px 33px;
}
.icon_download02
{
	background: url(../images/File-Downloads-icon.png) 7px 50% no-repeat;
	padding: 0px 0 0px 33px;
}

/* benefits box */
#benefits
{
    /* background:url(../images/benefits-top.jpg) 0 0 no-repeat; */
    background: url(../images/bg-silver01.png);
    border: thin solid #99CC00;
    padding: 15px 0 0 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.5); /* gradient */
    background: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0 1px, #FFFFFF 100px);
    background: -webkit-gradient(linear, left top, left 100, from(#FFFFFF), color-stop(1%, #F0F0F0), to(#FFFFFF));
    width: 350px;
}

#benefits-bg{
	/* background:url(../images/benefits-bg.jpg) 0 100% no-repeat;  */
	padding:0 13px 15px 13px;
}

#benefits-bg h3{
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 20px 0;
}

#benefits-bg ul{
	list-style:none;
	margin:5px 10px;
}

#benefits-bg ul li{
	background:url(../images/icon-leaf.png) 7px 50% no-repeat;
	padding:10px 0 8px 33px;
	border-bottom:#d4d3d3 1px solid;
	
   -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
   border-radius: 0 0 120px 120px / 0 0 6px 6px; 
}

#benefits-bg ul li a{
	font-size:17px;
	color:#282828;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.imgReflections {
  -webkit-box-reflect: right below -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.4, transparent), to(white));
}

  .imgDownSideup {
  -moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
/* article style */

/* article style */

 /* article style */
.featured
{
    width: 610px;
    border-radius: 10px;
     background: url(../images/bg-silver01.png);
    padding: 15px;
    margin: 20px 0px 0px 0px;
    background: #F9F9F9;
    overflow: visible;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
} 

.articlecontent
{
   
}

.featured figure
{
	border: 0px solid #eee;
	float: left;
	margin: 0.786em 2em 0 5em;
	width: auto;
	display: block;
	height: auto;
}

.featured figure img {
	float: left;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

} 

.featured img
{
    float: left;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    margin-right: 15px;
    margin-bottom: 15px;
    width: 200px;
    height: 150px;
} 
.featured h2 {
	color: #C74451; 
	font-size: 1.714em; 
	 margin-top: -15px;
	/* background: url(../images/icon-leaf.png) 7px 50% no-repeat; */
	padding: 0px 0 0px 33px;
}

.featured P
{
	text-align: justify;
}  
.featured h3 {font-size: 1.429em;}
.featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;} 
.featured h3 a:hover, #featured h3 a:active
{
	color: #669900;
}
.featured hgroup
{
	margin-top: -40px;
	margin-left: 40px;
}

.featured_table_title
{
    display: table-caption;
    color: #003399;
    font-weight: bold;
    background: url(../images/software.gif) 7px 50% no-repeat;
    padding: 0px 0 0px 33px;
}
.featured_table
{
    margin: -1px auto auto 230px;
    padding: 5px;
    display: table;
    width: 350px;
}

.featured_table div dl dt
{
    margin: 2px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    color: #808080;
}
 

.featured_table_content01
{
    display: table-cell;
    width: 50px;
    text-align: left;
}
.featured_table_content02
{
     display: table-cell;
    width: 150px;
    text-align: left;
}

.featured_description
{
    padding: 5px;
    display: block;
    margin: auto;
    background: url(../images/bg-silver01.png);
}

.featured_log_box
{
    padding: 5px;
    text-align: justify;
    overflow: auto;
    height: 100px;
    background: url(../images/bg-silver01.png);
}  

.featured_download_button
{
    background: url(../images/File-Downloads-icon.png) no-repeat 7px 50%;
    padding: 5px 0 0px 33px;
    height: 25px;
    width: 120px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    background-color: #C0C0C0;
    vertical-align: text-bottom;
    /* background: url(../images/bg-silver01.png);*/
}  
  /* article style */

 /* browser banner style */
 
.banner_top1
{
	border: thin solid #000000;
	background-color: #FFFFFF;
	margin-right: 28px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	margin-bottom: 30px;
	display: block;
	height: 55px;
}
.banner_top1 hgroup
{
	background-color: #000000;
	position: relative;
	display: block;
	margin-top: -19px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	height: 28px;
}
.banner_top1 h4
{
	margin-left: 15px;
	color: #FFFFFF;
	padding-top: 4px;
}
.banner_top1 ul
{
	margin-left: 15px;
	padding-top: 4px;
	list-style-type: none;
	float: left;
	display: block;
}
 .banner_top1 ul li
{
   list-style-type: none;
	float: left;
	display: block;
	margin:0 0 0 6px;
}

 
/* browser style */

/* product banner style */
 
.banner_top2
{
    background-color: #FFFFFF; /*margin-right: 28px;
border: thin solid #000000;
border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	margin-bottom: 30px;*/
    display: block;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
}
.banner_top2 hgroup
{
	/*background-color: #003399;
	position: relative;
	display: block;
	margin-top: -19px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	height: 28px;*/
}
.banner_top2 h2
{
    color: #808080;
    text-transform: uppercase;
}
.banner_top3
{
    border: thin solid #CCCCCC;
    background-color: #F9F9F9; /*margin-right: 28px;
border: thin solid #000000;
border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	margin-bottom: 30px;*/
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../images/bg-silver01.png);
     box-shadow: 0 0 10px rgba(50, 50, 50, 0.5); /* gradient */
    background: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0 1px, #FFFFFF 100px);
    background: -webkit-gradient(linear, left top, left 100, from(#FFFFFF), color-stop(1%, #F0F0F0), to(#FFFFFF));
}
 .banner_top3 h3
{
    color: #999999;
    text-transform: uppercase;
    margin-left: 15px;
    background: url(../images/software.gif) 7px 50% no-repeat;
	padding: 0px 0 0px 33px;
}
 
/* browser style */

/* download style */
.downloadtable
{
	padding: 10px;
	margin: auto;
	display: table;
	table-layout: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
	height: 500px;
	border-spacing: 15px;
}
.downloadtable section
{
	padding: 10px;
	border: thin solid #008000;
	display: table-cell;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 850px;
	height: 250px;
	background-color: #FBFBFB;
}
.downloadtable section figure
{
	float: right;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin-right: 20px;
	margin-top: 20px;
}
.downloadtable section hgroup
{
	background-color: #003399;
	position: relative;
	display: block;
	margin-top: -25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	height: 28px;
	margin-right: -11px;
	margin-left: -11px;
}  

.downloadtable section hgroup h3
{
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
} 

 .downloadtable section article
{
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-top: 30px;
	margin-left: 15px;
}  
  .downloadtable section article ul
{
	display: block;
	list-style-type: none;
}  

   .downloadtable section article ul li
{
	padding: 10px 0 8px 5px;
	border-bottom: #d4d3d3 1px solid;
}  

 .tablerow
{
	display: table-row;
}
.tablenote
{
	display: table-footer-group;
	overflow: visible;
}

 /* download style */
	 
 /* purchase style */
.purchasetable
{
padding: 10px;
	margin: auto;
	display: table;
	table-layout: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
	height: 300px;
	border-spacing: 15px;
}

.purchasetablerow
{
	display: table-row;
}
.purchasetablerow_section1
{
	border: thin solid #008000;
	display: table-cell;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 850px;
	height:400px;
	background-color: #FBFBFB;
	padding-left: 10px;
}

.purchasetablerow_section1 hgroup
{
	background-color: #003399;
	position: relative;
	display: block;
	margin-top: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	height: 58px;
	margin-right: 0px;
	margin-left: -10px;
	padding-top: 2px;
}

.purchasetablerow_section1 hgroup h3
{
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
} 

 .purchasetablerow_section1 article
{
	padding: 5px;
	margin: 5px;
	border: thick solid #003399;
	float: left;
	width: 270px;
	height: 150px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	 
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
   
}

 .purchasetablerow_section1 article aside
{
	padding: 5px;
	width: 255px;
	height: 80px;
	border: thin solid #C0C0C0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; /* CSS3 opacity */
	opacity: 0.5; /* IE opacity */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-color: #E7E5E7;
}
 .purchasetablerow_section1 ul
{
	
	list-style-type: none;
}
 
 .purchasetablerow_section1 article div
{
	display: block;
	width: 260px;
	padding-top: 15px;
} 


 .purchasetablerow_section2
{
	border: thick solid #993333;
	padding: 15px;
	height: 450px;
	width: 250px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: table-cell;
	
		-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

  .purchasetablerow_section2 article
{
	padding-bottom: 12px;
	display: block;
}

.purchasetable2row_section1 
{
	display: block;
}
 .purchasetable2row_section1 article
{
	border: thin solid #FF99CC;
	display: block;
	float: left;
	margin-right: 15px;
}
  /* purchase style */

  /* contact style */
  .contactdiv1
  { padding: 5px;
	 width: 900px;
	  display: block;
	   margin: auto
	  
  }
  
  .contactdiv1 section
{
	padding: 15px;
	border: thin solid #C0C0C0;
	margin: 5px 6px 5px 15px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
  
  .contacttable1
{
	width: 850px;
	display: table;
	margin-top: 5px;
	table-layout: auto;
	height: 100px;
	border-spacing: 15px;
}
.contact_table
{
    width: 850px;
    display: table;
    margin-bottom: 5px;
    table-layout: auto;
    height: 500px;
    border-spacing: 15px;
    text-align: justify;
}
.contact_table_cell01
{
    display: table-cell;
    width: 450px;
}
.contact_table_cell02
{
    display: table-cell;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #C0C0C0;
    padding-left: 15px;
}
  /* contact style */

   /* support style */
 .supportdiv1
{
	padding: 5px;
	width: 900px;
	display: block;
	margin: auto;
}   
  
.supportdiv1 section
{
	margin: 15px 6px 5px 15px;
}

.supportdiv1 section article
{
	padding: 30px;
	border: thin solid #C0C0C0;
	margin: 5px 6px 5px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.supportdiv1 section article aside
{
	margin: 5px 6px 5px 35px;
	color: #808080;
}


	/* support style */ 
   
   /* main page logo style */ 
   .logosection
{
	padding: 15px 5px 5px 5px;
}
   .logosection nav
{
	list-style-type: none;
	float: left;
	margin-top: -80px;
	margin-left: 125px;
}
 /* main page logo style */	

 /* End-User License Agreementstyle */
	 
.eulastyle
{
	padding: 15px;

}

.eulastyle section aside
{
	text-align: justify;
}

/* End-User License Agreementstyle */

/* Affiliate  style */	
.affiliatestyle
{
	 padding: 15px;
}

.affiliatestyle nav
{
	padding: 15px;
	float: right;
}

.affiliatestyle section aside
{
	text-align: justify;
	padding-bottom: 15px;
}

  /* Affiliate  style */	

 /* exchangelinks style */
 .exchangelinksstyle
{
	 padding: 15px;
}
	
.exchangelinksstyle section aside
{
	text-align: justify;
	padding-bottom: 15px;
	padding-left: 20px;
}

.exchangelinksstyle section aside ul
{
	padding: 8px;
	border: thin solid #800000;
	text-align: justify;
	list-style-type: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
  /* exchangelinks style */	
  
  /* product style */	
.product_div
{
	width: 600px;
}

.product_div article
{
    padding-bottom: 15px;
    text-align: justify;
}

.product_div article aside
{
	margin-left: 15px;
}
.product_div article figure img
{
	margin: auto;
	width: 550px;
	height: 300px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
.product_div_awardUrl
{
   padding: 5px;
	border: thin solid #C0C0C0;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.product_div_system_requirement_table
{
    display: table;
}
.product_div_system_requirement_table_title
{
    display: table-caption;
}
.product_div_system_requirement_table_cell01
{
    display: table-cell;
    width: 180px;
}
.product_div_system_requirement_table_cell01 dt
{
    background: url(../images/marker-1.gif) 7px 50% no-repeat;
	padding: 0px 0 0px 33px;
}

.product_div_system_requirement_table_cell02
{
    display: table-cell;
}
/* product style */	
	  
/* Walkthrough style */	 
 .Walkthrough_style_div1
{
	
	width: 900px;
	margin: auto;
	margin: 15px;
}

.WalkthroughTableofContents 
{
	padding: 15px;
	border: thin solid #999966;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.WalkthroughTableofContents section 
{
  margin: 15px; 
}
 .WalkthroughTableofContents section ul
{
	list-style-type: none;
}
 .WalkthroughTableofContents section ul li
{
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}

.WalkthroughContents
{
	margin: 15px;
}

.WalkthroughContents video
{
	padding: 5px;
	border: thick solid #008000;
	margin: auto;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	width: 800px;
	height: 500px;
}
.WalkthroughContents section article aside
{
	margin: 15px;
}

.WalkthroughContentssectionarticlefigurelogo
{
	padding: 5px;
	border: thick solid #008000;
	margin: 5px;
	float: right;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.WalkthroughContents section article aside img
{
	padding: 5px;
	border: thick solid #008000;
	margin: auto;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	width: 800px;
	height: 500px;
}
 /* Walkthrough style */	
 
  /* footer style */
  footer
{
	left: 0; /*position: fixed;*/
	position: relative;
	text-align: center;
	bottom: 0;
	width: 100%;
	background-color: #0b7ca9;
	z-index: inherit;
	margin-top: 50px;
	background-color: #F9FCFD;
	border-top-style: double;
	border-top-width: medium;
	border-top-color: #E4F5FF;
	height: 450px;
}


#footercontent_table
{
    margin: auto;
    padding: 20px;
    display: table;
    width: 900px;
}

#footermain_content01
{
    display: table-cell;
    width: 130px;
    text-align: left;
}
#footermain_content02
{
	display: table-cell;
	width:130px;
	text-align: left;
}
#footermain_content03
{
	display: table-cell;
	width:130px;
	text-align: left;
}
#footermain_content04
{
	display: table-cell;
	width:300px;
	text-align: left;
}
#footer_navright
{
    margin: auto;
}

#footer_navright a
{
    padding-right: 10px;
    
}

#footer_navright ul
{
	list-style-type: none;
	display: block;
	
}
 #footer_navright ul li
{
	
	background:url(../images/icon-leaf.png) 7px 50% no-repeat;
	padding:10px 0 8px 33px;
	
}
  /* footer style */
  
/* donation style */
   #donation_button_style01
{
    padding: 12px;
    margin: 1px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    
    display: block;
    overflow: auto;
}
/* donation style */

/*- spec box */
 
.spec_box_style01
{
    padding: 10px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    display: table;
    width: 350px;
    background-color: #FFFFFF;
    background: url(../images/bg-silver01.png);
}

.spec_box_style01_table_title
{
    display: table-caption;
}

.spec_box_style01_table_content01
{
    display: table-cell;
    width: 120px;
}

.spec_box_style01_table_content02
{
    display: table-cell;
    width: 150px;
}
 /*- spec box */
 
 /*- product box 2*/
 .product_box_style01
{
    padding: 5px 5px 10px 5px;
    border-color: #000000;
    background: #FFFFFF;
    overflow: hidden;
    width: 610px;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.product_box_style01 article
{
    margin: 0px;
	background: #F9F9F9;
	overflow: visible;
	padding: 15px;
	width: 580px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }

.product_box_style01_P
{
    text-align: justify;
    overflow: auto;
    height: 60px;
}  

.product_screenshot_small
{
    border: thin solid #D3D3D3;
    float: left;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.product_title_style01
{
    font-weight: bold;
    color: #003399;
    font-size: large;
    
  
}

  /*- product box 2*/
  
  /* google ads*/
  ._ads
{
    padding-left: 40px;
    padding-top: 25px;
}

  ._ads_banner
{
    display: block;
    top: auto;
    left: auto;
    margin-right: auto;
    margin-left: 100px;
}
 ._ads_iframe
{
     border: thin solid #C0C0C0;
      -moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	 box-shadow: 0 0 10px rgba(50, 50, 50, 0.5); /* gradient */
}
  ._ads_title 
{
    display: table-caption;
    color: #CCCCCC;
    font-size: small;
}

   /* google ads*/
   
   /* ads*/
.ads
{
    padding: 8px;
    border: thin solid #C0C0C0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
    text-align: justify;
}
 .ads_title 
{
    display: table-caption;
    color: #CCCCCC;
    font-size: small;
}
   /* ads*/
