html {
	width: 100%;
	height: 100%;}

body,div {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	font-size:14px;
	color: #999;}


h1 {
	margin: 40px 0 30px 20px;
}

h2 {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}

p.demo {
	position: absolute;
	right: 10px; bottom: 15px;
	font-size: 14px;
}

ul li ul {
	padding-bottom: 0.5em;}

p.ftlink {
	font-size: 10px;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}

.tab {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;}

.tab div {}

.tab div a,
.tab div span {
	width: 400px;
	padding: 4px 0;
	display: block;
	text-align: center;
	font-size: 12px;
	background-color: #f2f2f2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;}

.tab div a.crnt {
	color: #fff;
	text-decoration: none;
	background-color: #333;}

.tab #designtab {
	float: left;
	margin-left: 15px;}

.tab #codingtab {
	float: right;
	margin-right: 15px;}

#header {
	position: relative;
	text-align: center;
	padding-bottom: 5px;}

#header span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin-top: 8px;
	color: #333;}

ul li {
	font-size:14px;
	color: #999;
	line-height:1.8;
	margin-bottom: 0.5em;
}

a {
	color: #3e21b3;}

a:hover {
		text-decoration: none;
}

ul li span {
	font-size:12px;
	color: #b20000;
	line-height:1.6;
	margin-left: 1em;

}

ul li img {
	margin-left: 0.5em;
}

ul li a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}

#wrap {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;}

.att {
	font-size: smaller;
	color: #333;}

.att img {
	vertical-align: text-bottom;
	}


/* CLEARFIX
---------------------------------------------*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */


/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}