html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial;
	background-color:#161503;
	border:0px;
	padding:0px;
	margin:0px;
}
img{ border-style:none; }
a:link{ text-decoration:none; }
a:visited{ text-decoration:none; }
a:hover{ text-decoration:none; }
a:active{ text-decoration:none; }

/* start -> body */

#outer{
	width:100%;
	height:100%;
}
#wrapper{ 
	width:990px;
	min-height:520px;
	height:auto !important;
	height:520px;
	background-image:url('../img/works_bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
}

#header{
	width:806px;
	height:158px;
	float:left;
	margin:0 auto;
}
#header .logo{
	width:250px;
	height:80px;
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;
	position:absolute;
	margin-top:52px;
	margin-left:146px;
}

#header .menu{
	width:227px;
	float:right;
	margin-top:43px;
}
#header .menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#header .menu ul li{
	float:left;
	padding:0px;
	margin:0px;
}
#header .menu ul li a{ display:block; }

#content{
	width:690px;
	margin:0 auto;
}

#content .featured{
	width:100%;
	float:left;
	/*background-color:#282828;*/
	background-color:#161503;
	padding:5px;
	margin-bottom:20px;
}
#content .featured img{
	float:left;
	padding-right:15px;
}
#content .featured p{
	text-align:justify;
	padding:10px 10px 10px 10px;
	margin:0px;
}

#content .selected{
	width:680px;
	float:left;
	background-color:#000000;
	padding:10px;
}
#content .selected .box{
	width:666px;
	float:left;
	background-color:#282828;
	padding:5px;
	margin-bottom:2px;
}
#content .selected .box img{
	float:left;
}
#content .selected .btt{
	float:right;
	padding-top:5px;
}

#footer{
	width:100%;
	background-color:#0b0b0b;
	margin-top:10px;
}
#footer .box{
	width:700px;
	padding:10px 0px 18px 10px;
	margin:0 auto;
}

.heading{
	font-size:18px;
	font-weight:bold;
	padding:15px 0px 0px 10px;
	margin:0px;
}
.name{ color:#505a0f; }
.category{ color:#2596bb; }
.technology{ color:#ffffff; }
.description{ color:#676767; }
.featured .visit{
	color:#d8a63a;
	background-color:#000000;
	padding:3px 10px 3px 10px;
}

.text{
	margin-bottom:5px;
	margin-left:3px;
}
.input{
	color:#FFFFFF;
	background-color:#2f2f27;
	border:0px;
	padding:4px 3px 4px 3px;
	margin-bottom:5px;
}

.clear{ clear:both; }

/* end -> body */