html,
body {
	margin:0;
	padding:0;
   	background-color: #acaeb4;
   height:100%;
   font-family:Verdana, Geneva, Arial, sans-serif;
   color: #666666;
	font-size:12px;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	background-color: #acaeb4;
	background-image: url(http://devbase.com/images/nav_bkg.gif);
	background-repeat: repeat-x;
	background-position:top;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	height:70px;
	z-index: 100;
}
#body {
	width:950px; 
	margin-left: auto ;  
	margin-right: auto ;
	padding:10px;
	margin-top:10px;
	padding-bottom:160px;   /* Height of the footer */
	z-index: 0;
	
}

#support_panel {
	width:950px; 
	padding:10px;
	background-color:#FFF;

	
}

#footer {
   position: absolute;
   bottom:0;
   width:100%;
   height:140px;   /* Height of the footer */
   background:#9fa1a7;
   z-index: 50;
}


#footerdiv, #contentdiv {
	margin:0 auto;
	width:955px;
	text-align:left;
}

.sitemap {
	padding:10px 0;
	font-size:12px;
	line-height:1.6em;
}
.sitemap ul {
	float:left;
	margin-right:50px;

}
.sitemap ul ul {
	float:none;
	margin:0;
}
.sitemap li strong {
	display:block;
	margin-bottom:.5em;
}
.sitemap li li {
	font-size:11px;
}
.sitemap li a, .sitemap li a:visited, .sitemap li a:link {
	color:#fff;
	text-decoration:none;
}
.sitemap li li a, .sitemap li li a:visited, .sitemap li li a:link {
	color:#e9e9eb;
}
.sitemap li a:hover, .sitemap li li a:hover,
.sitemap li a:focus, .sitemap li li a:focus {
	text-decoration:underline;
	color:#fff;
}
.sitemap li a.tinynew {
	display:block;
	background:url(/_images/nav/newbadge-tiny.gif) no-repeat right 5px;
	padding-right:30px;
	margin-right:-20px;
	color:#fff !important;
}
*html .sitemap li a.tinynew {
	margin-right:0;
}

/*buttons */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(http://devbase.com/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #006ac4; font-family: Arial, Verdana; font-weight:bold;}
.btn.bluebig { background: #006ac4; font-family: Arial, Verdana; font-weight:bold; font-size:20px;}
.btn.green { background: #0f9801; font-family: Arial, Verdana; font-weight:bold;}
.btn.greenbig { background: #0f9801; font-family: Arial, Verdana; font-weight:bold; font-size:16px;}
.btn.grey { background: #a8a9af; font-family: Arial, Verdana; font-weight:bold;}
.btn.greybig { background: #a8a9af; font-family: Arial, Verdana; font-weight:bold; font-size:16px;}
.btn.orange { background: #fe6102; font-family: Arial, Verdana; font-weight:bold;}
.btn.red { background: #d10000; font-family: Arial, Verdana; font-weight:bold;}
.btn:hover { background-color: #038a02; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(http://devbase.com/images/shade2.png); background-position: bottom;  }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #006ac4; }
* html .btn.orange { border-color: #fe6102; }
* html .btn.red { border-color: #d10000; }
* html .btn:hover { border-color: #038a02; }


/* free / comercial buttons */

div.select_free {
	float: left;
	width: 293px; height: 64px;
	margin: 0 3px 0 0;
	background: url( 'http://flvplayer.com/images/bt_free_version.gif' ) 0 -64px no-repeat;
	}

div.select_free a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'http://flvplayer.com/images/bt_free_version.gif' ) top left no-repeat;
	}
div.select_free span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.select_free a:hover {
	background-image: none;
	}
	
div.select_full {
	float: left;
	width: 293px; height: 64px;
	margin: 0 3px 0 0;
	background: url( 'http://flvplayer.com/images/bt_full_version.gif' ) 0 -64px no-repeat;
	}

div.select_full a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'http://flvplayer.com/images/bt_full_version.gif' ) top left no-repeat;
	}
div.select_full span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.select_full a:hover {
	background-image: none;
	}
div.wbg a {
	color:#034fa4;
	}
	div.wbg a:hover {
	color:#0b8502;
	}
/*div.select_free a:active {
	}*/


/* corners */

.corners{display:block}
.corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #cfd0d4;
  border-right:1px solid #cfd0d4;
  background:#eaeaec}
.corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #b4b6bb;
  border-right:1px solid #b4b6bb;
  background:#efeff0}
.corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #efeff0;
  border-right:1px solid #efeff0;}
.corners4{
  border-left:1px solid #cfd0d4;
  border-right:1px solid #cfd0d4}
.corners5{
  border-left:1px solid #eaeaec;
  border-right:1px solid #eaeaec}
.cornersfg{
  background:#FFFFFF;
  }





/* subnav */

#subnavbar {
	width:950px; 
	height:50px; 
	background-color:#cccdd2; 
	background-image:url(http://flvplayer.com/images/sub_nav_back.jpg);
}

ul#subnav {
	padding: 10px;
	margin: 0;
	margin-top:7px;
	color: #fff;
	float: left;
	width: 100%;
}
ul#subnav li { display: inline; }
ul#subnav  li a {
  padding: .25em 1em;
  color: #6e6f73;
  text-decoration: none;
  font-weight:bold;
  font-size: 14px;
  float: left;

}
a:link, a:visited { color: #fff; }
ul#subnav  li a:hover {
	color: #ffffff;
	
}
ul#subnav  li#youarehere a { 
color: #000000;
}

/* 2nd_subnav */

#Ssubnavbar {
	width:950px; 
	height:30px; 
	background-color:#EAEAEA;
	/* background-image:url(http://flvplayer.com/images/sub_nav_back.jpg); */
}

ul#Ssubnav {
	padding: 10px;
	padding-left: 25px;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
}
ul#Ssubnav li { display: inline; }
ul#Ssubnav  li a {
  padding-right: 25px;
  color: #6e6f73;
  text-decoration: none;

  font-size: 12px;
  float: left;

}
a:link, a:visited { color: #fff; }
ul#Ssubnav  li a:hover {
	color: #ffffff;
	
}
ul#Ssubnav  li#youarehere a { 
color: #000000;
  font-weight:bold;
}

/* details */


#product {

 background-color: #FFFFFF;
}


#details {
	margin-top:10px;
	float:left;
 line-height: 125%;
 color:#565656;
 padding:5px 20px 15px; 20px;
 width:625px;
 	border-right: 1px;
	border-right-style:solid;
	border-color:#cacdd2;
}

#details h4 {
	padding:0;
	margin:20px 0 5px 0;
	font-size: 14px;
	line-height:26px;
	font-weight:bold;
	color:#2e3033;
}

#details ul {
	display:block;
	margin:0 5px 30px 10px;
}

#details li {	
	display:block;
	font-size:12px;
	line-height:30px;
	padding:0;
}

a.textlinks{ color: #105CEB; }
a.textlinks:hover { color: #03960E; }


img.iconjust {
	margin-top:5px;
}

img.floatLeft { 
    float: left; 

}
img.floatRight { 
    float: right; 

}

#codeview {
	background:#FFFDB7;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color: #F63;
	padding:10px;
}
#codeview h5{
	color: #C00;
	font-weight:bold;
	font-size:12;
}

#blankie {
	padding: 40px;
	line-height: 120%;
	text-align:justify;
}

#buybox {
	width:235px; 
	height:112px;
	background-image: url(http://flvplayer.com/images/buy_now_back.jpg);
	font-size:10px;
	color:#999;
}

#sidebar {
	float:right;
 width:240px;
 padding:20px;
}

#sidebarnav {

	margin-top:40px;
}
#sidebar h4 {
	display:block;
	font-size:14px;
	color:#2e3033;
	margin-bottom:20px;
}
#sidebar ul {
	display:block;
	margin:0 5px 30px 0;
}
#sidebar ul li {
	display:block;
	font-size:12px;
	line-height:1em;
	padding:0;
	border-bottom:1px solid #ddd;
}
#sidebar ul li a {
	display:block;
	color:#565656;
	padding:10px 0;
	width:100%;
	text-indent:10px;
	text-decoration:none;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
	text-decoration:none;
	color:#0e9301;
	background-color:#f5f5f5;
}
#sidebar ul li a.active,
body.copyright #sidebar ul li a.sidebarnav0,
body.generalterms #sidebar ul li a.sidebarnav1,
body.aup #sidebar ul li a.sidebarnav2,
body.statement #sidebar ul li a.sidebarnav3,
body.privacy #sidebar ul li a.sidebarnav4,
body.dmca #sidebar ul li a.sidebarnav5,
body.acxfer #sidebar ul li a.sidebarnav6,
body.mbg #sidebar ul li a.sidebarnav7,
body.eol #sidebar ul li a.sidebarnav8 {
	color:#8d1c1c;
	font-weight:bold;
	background-color:#ededed;
}

#clear { clear:both;}

/* ----------overlay */

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(http://flvplayer.com/images/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:720px; 
    height:372px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding-top:20px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(http://flvplayer.com/images/overlay/close.png); 
    position:absolute; 
    right:15px; 
    top:15px; 
    cursor:pointer; 
    height:24px; 
    width:24px; 
} 

#livehelp{
	width:450px;
	height:200px;
/*	color:#333333;
	border:4px #61646d; */
	bor
	font-size:12px;
	text-decoration:none;
}
#livehelp a{
	font-size:15px;
	font-weight:bold;
	text-decoration:underline
}
