* :focus,:focus {outline: 0;}
img {border:0;}
p{padding:0px;margin:0px;}
a {border:0; text-decoration:none;}
a:hover {text-decoration:underline;}
table{border-collapse:collapse;border:0px;}
html {height: 100%;}
body{
	height: 100%; 
	margin: 0; 
	padding: 0;
	background-color: #494949;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#container{
    position : relative;
	width : 90%;
	min-height: 800px;
	margin-left : auto;
	margin-right : auto;
}
#logo{
    position:relative;
	top:20px;
	padding-bottom: 20px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#signup-container{
    position: absolute;
	top: 40px;
	left: 0px;
	height: 130px;
	width: 150px;
	color: #a4a4a4;
}
#signup{
    background-color: #494949;
    background-image: url('images/bg.png');
    background-repeat: repeat;
	border: 1px solid #00ffff;
	padding-left: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	float: left;
}
#send-button{
	/*background-image: url('images/button.png');
	background-repeat: no-repeat;
	background-position: left 10px; */
	background-color: transparent;
	width: 134px;
	height: 37px;
	border: 0px;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	text-align: left;
	float: left;
}
#contact{
    position: absolute;
	top: 40px;
	left: 170px;
	height: 130px;
	width: 150px;
	padding: 0px;
	color: #a4a4a4;
}
#contact a{color: #a4a4a4;}
#filter{
    position:relative;
	padding: 20px 0px;
	/*top:20px;*/
	width: 584px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
}
#filter a{color: #ffffff;}
#projects_container{
    position:relative;
	/*top:20px;*/
	width: 100%;
	/*height: 620px;*/
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}
.project_row{
    position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Andale Mono, monospace;
  font-size: 10px;
}
.project_row img{
    padding-right: 1px;
}
.tooltip {
    font-family: Andale Mono, Lucida Console, monospace;
    font-size: 10px;
    background-image: url('images/tool.png');
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
	display:none;
	height:37px;
	width:131px;
	padding: 5px 5px 5px 10px;
	color:#494949;	
	z-index: 2000;
}
.thumb{margin-bottom:10px;}
.inactive-thumb{
    opacity: 0.1;
	filter:alpha(opacity=10);
	margin-bottom:10px;
}
#about_container{
    position:absolute;
	top: 0px;
	left: 0px;
    height: 300px;
	width: 500px;
	padding: 50px;
	text-align: center;
	overflow-x: none;
	overflow-y: auto;
}

/* Project Pop-up */
#project_content{
    position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 703px;
	height:700px;
	padding-left: 2px;
	color: #000000;
	background-color:#ffffff;
	overflow: hidden;
}
#project_content a{color:#000000;}
#proj_img_container{
    width: 702px;
	height: 500px;
	overflow: hidden;
}
.img_table{
    width: 702px;
    height: 500px;
}
.img_table td{
    width: 702px;
    height: 500px;
	overflow: hidden;
}
#main_proj_img img{
    max-width: 700px;
	max-height: 700px;
}
#proj_thumbs img{
	/*height: 60px;*/
}
.proj_body{
    position: relative;
	margin-left: auto;
	margin-right: auto;
    height:300px;
    width:690px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}
#description{
    background-color: #000000;
	color: #ffffff;
}
#description a{color:#ffffff;}
#links{
    background-color: #000000;
	color: #ffffff;
}
#links a{
    color: #ffffff;
}
#arrow{
    position: absolute;
	top: 212px;
	left: 568px;
	z-index: 500;
	display: none;
}
/* End */

/* Gallery Start */
#wrapper {
	width:700px;
	height:500px;
	overflow:hidden;
}

#mask {
	width:8000px;
	height:500px;
}

.item {
	width:700px;
	height:500px;
	float:left;
	overflow: hidden;
}

.content {
	width:700px;
	height:500px;
	line-height:18px;
	top: 0px;
	left: 0px;
	position:relative;
	overflow: hidden;
}
/* Gallery End */

td{padding: 0px 3px;}
#header{
    position: relative;
	width: 700px;
	margin: 0 auto;
	top:20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#header  a{color: #ffffff;}
#about-popup{display: none;}
#contact-popup{display: none;}
#clients-popup{display: none;}
.popup{
    position: absolute;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	z-index: 10000;
}
.popup a{color: #ffffff;}
.popup_content{
    position: relative;
	width: 830px;
	margin: 0 auto;
	top: 210px;
}
#popup-bg{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url('images/bg.png');
	background-repeat: repeat;
	z-index: 9999;
}