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

body {
	background: #1b1b1b;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a {
	overflow: hidden;
	color: #378ffb;
}

	a:hover {
		color: white;
	}
	
img {
	display: block;
	border: none;
}

#container {
	width: 792px;
	margin: 0 auto;
	background: url(/i/body_bkg.gif) repeat-y 0 0;
}

#header {
	height: 125px;
	width: 792px;
	background: #1b1b1b url(/i/logo.gif) no-repeat 0 0;
}

	#header a {
		display: block;
		text-indent: -9999px;
		text-decoration: none;
	}

	#header h1 {
		height: 75px;
		padding: 25px 0 0 0;
	}

		#header h1 a {
			width: 290px;
			height: 50px;
		}
		
	#header ul {
		margin: 0;
		padding: 0 0 0 10px;
		display: block;
		width: 775px;
		height: 25px;
		list-style: none;
	}
	
		#header ul li {
			float: left;
		}
		
			#header ul li a {
				height: 25px;
				width: 154px;
				background-position: 0 0;
				background-repeat: no-repeat;
			}
			
				#header ul li#n-home a {
					background-image: url(/i/nav/home.gif);
					width: 155px;
				}
				
				#header ul li#n-profile a {
					background-image: url(/i/nav/profile.gif);
				}
				
				#header ul li#n-portfolio a {
					background-image: url(/i/nav/portfolio.gif);
				}
				
				#header ul li#n-services a {
					background-image: url(/i/nav/services.gif);
				}
				
				#header ul li#n-contact a {
					background-image: url(/i/nav/contact.gif);
				}
				
					#header ul li a:hover {
						background-position: 0 -25px;
					}
					
					#header ul li.paged a {
						background-position: 0 -50px;
					}

#content {
	width: 770px;
	background: url(/i/body_top.gif) no-repeat 0 0;
	padding: 0 11px 0 11px;
}

	#titler {
		width: 746px;
		height: 60px;
		padding: 0 24px 0 0;
	}
	
		#titler h2 {
			display: block;
			text-indent: -9999px;
			background-position: 100% 50%;
			background-repeat: no-repeat;
			width: 746px;
			height: 60px;

		}
		
			#titlerHome {
				height: 30px;
			}
		
			#t-profile {
				background-image: url(/i/t/profile.gif);
			}
			
			#t-portfolio {
				background-image: url(/i/t/portfolio.gif);
			}
			
			#t-services {
				background-image: url(/i/t/services.gif);
			}
			
			#t-contact {
				background-image: url(/i/t/contact.gif);
			}
			
#content p {
	margin: 3px 0 10px 0;
}
			
#mainbody {
	padding: 20px;
}

#mainImages {
	float: right;
	width: 383px;
	padding: 2px;
}

	#mainbodySpaced {
		padding: 20px;
		line-height: 2.2em;
		margin: 0 0 15px 0;
	}
	
		.narrow {
			width: 260px;
			padding: 50px 60px 50px 60px !important;
			text-align: justify;
		}

	#portfolioBody {
		padding: 20px 0 0 0;
	}
	
		#portfolioBody #snav {
			margin: 0 20px 0 20px;
		}
		
	#portfolioLinks {
		padding: 20px 0 0 0;
	}
		
		#portfolioLinks a {
			float: left;
			padding: 1px;
			color:#666666;
			text-decoration: none;
			font-size: 10px;
			font-family: Tahoma;
			width: 152px;
			height: 108px;
		}
		
			#portfolioLinks a strong {
				font-weight: normal;
				padding: 5px 5px 0 0;
				display: block;
			}
		
			#portfolioLinks a img {
				opacity: .6;
			}
			
				#portfolioLinks a:hover {
					color: white;
				}
			
				#portfolioLinks a:hover img {
					opacity: 1;
				}
		
		

#snav {
	font-family: Tahoma;
	font-size: 11px;
}

	#snav ul {
		list-style: none;
		margin: 0;
		padding: 0 0 15px 0;
	}
	
		#snav ul li {
			float: left;
			margin: 0 12px 0 0;
		}
		
			#snav ul li a {
				color: #b7b7b7;
			}
			
				#snav ul li a:hover {
					color: white;
				}
				
			#snav ul li.paged a {
				font-weight: bold;
				text-decoration: none;
				color: white;
			}
			
			#snav ul li.selected a {
				color: white;
				text-decoration: none;
			}
				
#portfolioLinks {
	clear: both;
}

	#portfolioSet {
		clear: both;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
		#portfolioSet h3 {
			font-size: 14px;
			padding: 0 0 20px 20px;
			margin: 0;
		}
		
			#portfolioSet h3 a {
				float: right;
				font-size: 11px;
				font-family: Tahoma;
				font-weight: normal;
				margin: 0 25px 0 0;
			}

	#portfolioSide {
		width: 154px;
		float: left;
		padding: 0 1px 0 1px;
	}
	
		#portfolioSide a {
			display: block;
			margin: 1px 1px 3px 1px;
			width: 152px;
			height: 70px;
		}
		
			#portfolioSide a img {
				opacity: .4;
			}
			
				#portfolioSide a:hover img {
					opacity: .8;
				}
			
				#portfolioSide a.paged img {
					opacity: 1;
				}
		
	#portfolioImage {
		padding: 1px;
		float: left;
	}

#footer {
	width: 792px;
	height: 98px;
	clear: both;
}

	#footer a {
		text-decoration: none;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
		width: 792px;
		height: 98px;
		background: url(/i/footer.gif) no-repeat 0 0;
	}
	
#legal {
	background: #1b1b1b;
	text-align: right;
	padding: 0 22px 0 0;
}

	#legal a {
		color: #717171;
		text-decoration: none;
		font-size: 10px;
		font-family: Tahoma;
	}
	
		#legal a:hover {
			color: white;
		}
		
/* */

.msgno {
	padding: 12px 15px 12px 15px;
	font-family: Tahoma;
	font-size: 11px;
	background: #1b1b1b;
	border: 1px solid #333333;
	margin: 3px 0 12px 0;
}

	.msgno div {
		float: right;
		text-align: right;
	}
	
.msgerror {
	padding: 12px 15px 12px 15px;
	font-family: Tahoma;
	font-size: 11px;
	background: #250404;
	border: 1px solid #741818;
	margin: 3px 0 12px 0;
}

.msgsuccess {
	padding: 12px 15px 12px 15px;
	font-family: Tahoma;
	font-size: 11px;
	background: #1c2b10;
	border: 1px solid #3c611f;
	margin: 3px 0 12px 0;
}

/* SERVICES */

ul.serviceList {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 1.7em;
}

	ul.serviceList li {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 8px;
		position: relative;
	}
	
		ul.serviceList li ul {
			margin-top: 1px;
		}
	
		ul.serviceList li ul li {
			font-weight: normal;
			font-size: 12px;
			margin: 0;
		}
		
			.link {
				color: white;
				text-decoration: none;
			}
		
.servicesImg {
	margin-top: 30px;
}
		
.servicesImg div {
	width: 383px;
	height: 70px;
	margin-bottom: 5px;
	overflow: hidden;
	opacity: .5;
}

ul.hide {
	display: none;
	position: absolute;
	left: 100px;
	top: 0;
	background: #373737;
	margin: 0;
	padding: 5px 3px 5px 3px;
	width: 200px;
	list-style: none;
	line-height: 1.1em;
	z-index: 50000;
	border: 1px solid black;
	font-family: Tahoma;

}

	ul.hide li {
		position: static;
		font-size: 11px !important;
	}

	.hide a {
		display: block;
		padding: 2px 8px 2px 8px;
		color: white;
		text-decoration: none;
	}
	
		.hide a em {
			font-style: normal;
			margin: 0 0 0 10px;
			color: #9e9e9e;
		}
	
		.hide a:hover {
			color: yellow;
			background: black;
		}