@charset "utf-8";
/* CSS Document */

html{
	background-color:#ffffff;
}
body{
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#CCCCCC;
}


body#home a.homenav,
body#projects a.projectsnav,
body#contact a.contactnav

{

	color:#666666;
	
}

body#first #top-nav-ul{
	visibility:hidden;
}	

a.selected{
		color:#666666;
}


a{
	text-decoration:none;
	color:#cccccc;	
	margin-bottom:15px;
}

a:hover{
	color:#999999;
}


#main-container{
	width:850px;
	height:631px;
	xborder:1px solid red;
}

#header{
	xwidth:848px;
	width:999px;
	height:158px;
	xborder:1px solid green;
	vertical-align:top;
}

#header a img{
	border:none;
}

#sub-container{
	width:850px;
	height:399px;
	xborder:1px solid orange;
	
}

#nav{
	width:249px;
	height:339px;
	xborder:1px solid pink;

	float:left;
	visibility:hidden;
}




#nav ul{
	xborder:1px solid black;
	list-style:none;
	margin:0;
	font-size:9px;
	width:205px;
	padding-left:0;
}

#nav ul li{
	xborder:1px solid black;
	display:block;
	color:#CCCCCC;
	xmargin-bottom:15px;
	text-align:right;
	letter-spacing:1px;

}


#nav ul li a{
	display:block;
	padding-bottom:15px;
	margin:0;
}

#top-nav{
	margin-top:38px;
	margin-left:249px;
	xborder:1px solid orange;
	width:240px;
	height:20px;
}

#top-nav ul{
	xborder:1px solid black;
	list-style:none;
	margin:0;
	padding-left:0;
	font-size:9px;
	width:300px;
	float:left;
	
	
}

#top-nav ul li{
	display:inline;
	margin-right:38px;
	color:#CCCCCC;
	letter-spacing:1px;
}

#canvas{
	width:599px;
	height:499px;
	xborder:1px solid red;
	float:right;
	visibility:hidden;
	display:block;

	
}

#preview{
position:absolute;
background-color:#fff;
xborder:1px solid red;
width:750px;
}

#canvas img{
	cursor:pointer;
	
}

#spinner{
	margin-top:20px;
	margin-left:249px;
	width:75px;
	xborder:1px solid red;
	line-height:20px;
	text-align:left;
}

#spinner-img{
	
	width:45px;
	float:left;
	cursor:pointer;
	margin-top:2px;
}



#counter{
	height:19px;
	float:right;	
	line-height:19px;
	font-stretch:ultra-expanded;
	xborder:1px solid black;
}

#contactDetails{
	margin-top:60px;
	width:348px;
	float:right;
	xborder:1px solid red;
	text-align:right;
	line-height:19px;
	
}
