*{margin:0; padding:0;}
body{
	font-family: Raleway;
	font-size:14px;
	color:#333333;
	background-image: url(../images/strip.gif);
	background-repeat: repeat-x;
}
img{border:0; outline:none;}
p{
	padding:5px 0 10px 0;
	line-height:18px;
	text-align: justify;
}
ul{list-style-type:none;}
h1{
	font-size:22px;
	font-weight:normal;
	color:#000000;
}
h2{font-size:22px; font-weight:normal; color:#000000;}
a{ text-decoration:none; color:#006699;}
.glow-clr{clear:both;}
.glow-master{width:100%; text-align:center;}
.glow-main{
	width:950px;
	text-align:left;
	position:relative;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.glow-maina{width:960px; margin:0 auto; text-align:left; position:relative;}
.glow-logo{float:left; padding:10px 0 0 15px;}
.glow-support{
	float:right;
	width: 400px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
.glow-menu{
	width:950px;
	height:44px;
	position:absolute;
	left:0;
	top:74px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}
.glow-menu ul{}
.glow-menu ul li{background:url(../images/menu-divide.gif) no-repeat right top; float:left;}
.glow-menu ul li.last{background:none;}
.glow-menu ul li a{
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
	padding:0 20px;
	line-height:44px;
	display:block;
}
.glow-menu ul li a:hover{background:url(../images/hover.gif) repeat-x 0 0; color:#000000;}
.glow-try{width:170px; padding:10px 0 0 0; position:absolute; right:0; top:73px;}
.glow-banner{
	height:340px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#button {
	padding-top: 250px;
	width: 750px;
	padding-left: 100px;
}
#icon {
	float: right;
	width: 200px;
}
#btn {
	float: left;
	width: 480px;
}
#fea-left {
	float: left;
	width: 100px;
}
#screen-right {
	float: right;
	width: 100px;
}



.glow-demo{padding:65px 32px 0 0;}
.glow-right{
	float:left;
	width:226px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.glow-right ul li{
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/select.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 17px;
}
.glow-head{
	height:30px;
	color:#000;
	line-height:30px;
	padding:0;
	font-size:14px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.glow-featu{margin:10px 15px;}
.glow-line{border-bottom:1px dotted #CCCCCC; padding:0 0 10px 0; margin:0 0 10px 0;}
.glow-line-img{float:left; width:40px;}
.glow-line-cont{float:right; width:160px;}
.glow-cont {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.glow-space{
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.glow-space ul{ padding:0 10px;}
.glow-left{
	float:right;
	width:660px;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.glow-left ul li{
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/select.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 17px;
}
.glow-footer{background:url(../images/footer.gif) repeat-x 0 0; height:45px; line-height:45px; color:#000000; }
.glow-footer a{text-decoration:none; color:#003366;}
.glow-footer a:hover{color:#000000; text-decoration:underline;}
.glow-fl{float:left; padding:0 0 0 15px;}
.glow-fr{float:right; padding:0 15px 0 0;}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #f6f6f6;
  color:#333333;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
  background-image: -webkit-linear-gradient(top, #999999, #333333);
  background-image: -moz-linear-gradient(top, #999999, #333333);
  background-image: -ms-linear-gradient(top, #999999, #333333);
  background-image: -o-linear-gradient(top, #999999, #333333);
  background-image: linear-gradient(to bottom, #999999, #333333);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a::after{
  background: #f6f6f6;
  z-index: 3;
  color:#333333;
}
.left {
	float: left;
	width: 320px;
}
.features {
	padding: 5px;
}
.fleft {
	float: left;
	width: 310px;
}
.fright {
	float: right;
	width: 300px;
}

.right {
	float: right;
	width: 320px;
}

#breadcrumb {
	height: 20px;
	margin-bottom: 10px;
}

.red {
	color: #F00;
}
.text {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
.light {
	background-color: #FF0;
}


#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabs ul {
	list-style-type: none;
}


#tabs li{
	float: left;
	margin: 0 .5em 0 0;
	list-style-type: none;
	background-image: none;
}

#tabs a{
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background: #fff;
  z-index: 3;
}
.a-up {position: fixed;width:68px;height:69px;right:25px;bottom:5px; display:none;}
.article {
	width: 950px;
}
.article ul li{
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/select.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 17px;
}
.img-right {
	float: right;
	margin-left: 10px;
}

/* ------------------------------------------------- */

#content
{
    background: #fff;
    padding: 2em;
	height: 220px;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#content h2, #content h3, #content p
{
    margin: 0 0 15px 0;
}
