/* CSS Document */

/* Code by Jp Valderrama www.agraphicrevolution.com */

body {
	margin:auto;
	background:#000000 url(images/header.jpg) repeat-x;
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	height:100%;
}

h1 {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-size:14px;
	font-weight:500;
	color:#e1e1e1;
}

h1 a {
	text-decoration:none;
	color:#FC0;
}

h2 {
	margin:0;
	padding:0;
	font-size:11px;
	color:#FC0;
}

h3 {
	padding:0;
	font-size:12px;	
	color:#fb9f00;
}

h3 a {
	color:#fb9f00;
	text-decoration:none;
}

.notify {
	padding:3px;
	font-size:12px;	
	color:#fb9f00;
}

p {
	padding:0;
}

p a {
	text-decoration:none;
}


ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li {
	
}

a {
	text-decoration:none;
	color:#FF9900;
}

a:hover {
	color:#FC0;
}

/* png fix */
img, div { 
	behavior: url(../scripts/iepngfix.htc);
}

#logo {
	width:327px;
	height:44px;
	background:url(images/logo.png) no-repeat;
	float:left;
	margin-top:40px;
	padding-bottom:30px;
}

/* --  clear fix -- */

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

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


/* body */

#header {
	margin:auto;
	width:900px;
	height:100%;
}

#navigation_box {
	margin:auto;
	width:900px;
	height:100%;
	padding-bottom:20px;
}

#navigation {
	float:left;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navigation ul li {
	display:inline;
	padding-right:15px;
	color:#fb9f00;
}

#navigation ul li a{
	text-decoration:none;
	color:#FFFFFF;
}

#navigation ul li a:hover{
	color:#fb9f00;
}

.coming {
	font-size:9px;
}

#contact {
	float:right;
}

#contact ul{
	
}

#contact ul li{
	color:#CCCCCC;
}

#contact ul li a{
	text-decoration:none;
	color:#FF9900;
}

#contact ul li a:hover{
	color:#FFFF00;
}

.box_bg {
	padding-top:15px;
	width:100%;
	height:100%;
}

.box_one_contact {
	padding-top:15px;
	width:100%;
	height:100%;
	background:#343434 url(images/box_one_bg.jpg) repeat-x;
}

.box_two_contact {
	padding-top:15px;
	width:100%;
	height:100%;
	background:#505050 url(images/box_two_bg.jpg) repeat-x;
}

.project {
	margin:auto;
	width:870px;
	height:100%;
	padding-bottom:20px;
	border:#FFF thin solid;
}

.project_body {
	margin:auto;
	width:800px;
	height:164px;
	border:#FFF thin solid;
}

.project_bottom {
	margin:auto;
	padding:0;
	width:800px;
	height:100%
	text-align:left;
	border:#FFF thin solid;
}

.project_body ul {
	list-style-type:none;
}

.project_body li{
	display:inline;
	padding-right:20px;
}

.project_body2 {
	margin:auto;
	width:800px;
	height:100%;
}

.project_body2 ul {
	list-style-type:none;
}

.project_body2 li{
	display:inline;
	padding-right:20px;
}

.screenshots {
	float:left;
	width:515px;
	height:164px;
	border:#FFF thin solid;
}

.info {
	float:right;
	width:270px;
	height:164px;
}

.info ul {
	list-style-type:none;
}

.info li {
	display:list-item;
	font-size:10px;
}

.tools {
	margin:0;
	font-size:10px;
}

#about_box {
	margin:auto;
	width:750px;
	height:100%;
	padding-bottom:20px;
}

#me {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.contact_box {
	margin:auto;
	width:800px;
	height:100%;
	padding-bottom:20px;
}

.footer {
	margin:0;
	width:100%;
	height:120px;
	color:#999999;
	font-size:11px;
}

.footer a {
	text-decoration:none;
	color:#FF9900;
}

.footer a:hover {
	color:#FFFF00;
}


/* menu 2 */

#nav_wrap {
	margin-top:15px;
	width:100%;
	height:26px;
	/* background:#999999 repeat-x; */
}

#nav_wrap ul {
	margin:auto;
	width:100%;
	list-style-type:none;
}

#nav {
	height:26px;
	line-height:16px;
	list-style-type:none;
}

#nav ul {
	margin:auto;
	margin-top:-5px;
	padding: 0;
	height: 1em;
}
 
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.1em 2em;
}

#nav a:hover {
	color: #ff9900;
}

#nav li {
	float:left;
	/* margin-top:5px; */
	padding: 0;
	/* background: #999999; */
	/* border-right: 1px solid #fff; */
}

#nav li ul {
	position: absolute;
	/* padding-top:6px; */
	left: -999em;
	height: auto;
	width: 11em;
	font-weight: normal;
	margin: 0;
	list-style: none;
	background: #1f1f1f;
}

#nav li li {
	width: 11em;
	border-top: #FFFFFF thin dotted;
	line-height:16px;
}

#nav li ul a {
	/*
	width: 12em;
	w\idth: 9em;
	*/
} 

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color:#f7dd00;
}

/* STEP CAROUSEL */

.stepcarousel{
margin-left:-1px;
margin-top:-1px;
position: relative; /*leave this value alone*/
border:#03F thin solid;
overflow: scroll; /*leave this value alone*/
width: 515px; /*Width of Carousel Viewer itself*/
height: 164px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
/*float: left;*/ /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 10px;*/ /*margin around each panel*/
width: 515px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



