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


/* background */
body {
	background-color: #F2F2F2;
	margin-top: 50px;
	margin-bottom:0px;
}

#layout {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#header {
	width: 1000px;
	margin-bottom:30px;
}

#menu {
	width:350px;
	float:left;
}

#content{
	width: 630px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#666;
	text-align:right;
}

#footer {
	width:1000px;
	padding-top:10px;
	clear:left;
}

#featured { width: 630px; height: 290px; background: #009cff url('images/loading.gif') no-repeat center center; overflow: hidden; }


/*menu*/
#ver {
			list-style:none;
			padding:0;
			margin:0;	
		}
		
			#ver li {
				padding:2px;	
			}
		
			#ver li a {
				display:block;
				height:75px;
				text-indent:-999em;
			}			
			
			#ver a.about {
				width:162px; 
				background:url(images/about.jpg) no-repeat 0 0;	
			}

			#ver a.service {
				width:212.5px; 
				background:url(images/service.jpg) no-repeat 0 0;	
			}
			
			#ver a.portfolio {
				width:253px; 
				background:url(images/portfolio.jpg) no-repeat 0 0;	
			}
			
			#ver a.contact {
				width:196px; 
				background:url(images/contact.jpg) no-repeat 0 0;	
			}





/*forms*/
input {
	padding: 5px;
	border: 2px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:focus {
	outline: none;
}

textarea {
	padding: 5px;
	border: 2px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea:focus {
	outline: none;
}

#container {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.separator {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 3em;
}

.title {
	font-size: 30px;
	margin-bottom: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 2px 0px #fff;
}

.small-title {
	font-size: 20px;
	margin-bottom: .5em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 2px 0px #fff;
}

.username-label, .password-label,
.username-label-sliding, .password-label-sliding {
	position: absolute;
	margin: 9px 9px 9px 12px;
}

/*Portfolio gallery*/
div#wrap {
			width: 630px;
			margin: 50px auto;
			list-style:none;
		}
.porto {
			border: 1px solid #CCC;
			padding: 2px;	
			margin: 10px 5px 10px 0;
			width:75px;
			height:75px;
		}

