/* CSS Document */
	html {
		background:#fff url("images/1.5px.jpg");
		background-repeat:repeat-x;
		background-position:0% 100px;
		height:100%;
	}
	
	body {
		background:url("images/PortBack.jpg");
		background-repeat:no-repeat;
		background-position:0% 100px;
		margin:0;
		padding:0;
		height:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	
	}
	
	p {
		
		line-height:20px;
		color:#ffffff;
		
	}
	
	.wrapper {
		background:url("images/logo.png");
		background-repeat:no-repeat;
		background-position:50% 110px;
		width:600px;
		margin:0 auto;
		height:360px;
		padding-top:130px;
	}
	.content_bottom {
		width:600px;
		
		position:relative;

		color:#ffffff;
		
		
	}
	.full_o {


/*position:absolute;
z-index:1;
top:5;
left:5;
width:50;
height:50;
opacity:0.5;*/

}
	
	.full_opacity {
	


		
	}
	.content_trans {
		filter:alpha(opacity=65);
		-moz-opacity:0.65;
		opacity: 0.65;
		width:570px;
		background:#509DF9;
		padding-left:10px;
		font-size:12px;
		height:130px;
		position:relative;
		top:190px;
		z-index:2;

		
	}
	
	
	.content {
		width:585px;
		height:105px;
		padding:4px 0px 10px 14px;
		position:relative;
		top:190px;
	}
	
	.connect {
		width:180px;
		margin:0 auto;
		text-align:center;
	}
	.connect p {
		color:#FFFFFF;
		margin-right:10px;
		font-weight:bold;
	}
	.connect a {
		color:#FFFFFF;
		margin-right:10px;
		text-decoration:none;
	}
	.connect a:hover {
		text-decoration:underline;	
	}
	.nav {
		width:285px;
		height:40px;
		margin:0 auto;
	}
	.rollover {
		cursor:pointer;
	}
	
	
		
	#home {
		float:left;
		width:48px;
		height:37px;
	}
	#portfolio {
		float:left;
		height:37px;
		width:76px;	
	}
	#testimonials {
		float:left;
		height:37px;
		width:94px;
	}
	#connect {
		float:left;
		height:37px;
		width:66px;
	}
	
	.orange {
		color:#F68E00;
		font-weight:bold;
		margin-right:10px;
	}
	
	#pic_nav {
		width:210px;
		height:20px;
		margin:0 auto;
		font-size:12px;
	}
	#pic_nav ul {
		margin:0px;
		padding:0px;
		text-align:center;
	}
	#pic_nav ul li {
		list-style-type:none;
		display:inline;
		padding:5px;
	}
	#pic_nav a {
		color:#F68E00;
	
		text-decoration:none;
	}
	#pic_nav a:hover {
		color:#FFFFFF;
	}
	
	#category_nav {
		width:360px;
		margin:0 auto;
		padding:10px;
		color:#ffffff;
		font-size:12px;
		
	}
	.cat_nav {	
		margin:0px 20px 0px 20px;
		padding-top:7px;
		cursor:pointer;
	}
	.cat_nav:hover {
		background:url("images/arrow.png");
		background-repeat:no-repeat;
		background-position:top center;		
	}

	.content_test_trans {
	
		position:relative;
		top:120px;
		width:100%;
		padding-top:10px;
		font-size:12px;
		
		height:230px;
		
		
	}
	.read_testimonial {
		filter:alpha(opacity=65);
		-moz-opacity:0.65;
		opacity: 0.65;
		background:#509DF9;
		
		padding:0px 10px 10px 10px;
		overflow:auto;
		
		height:100px;
	
	}	
	
	.read_testimonial p {
		padding:0px;
		margin:0px;
	}
	
	.testimonial_table {
		filter:alpha(opacity=65);
		-moz-opacity:0.65;
		opacity: 0.65;
		background:#509DF9;
		
		padding:5px;
		margin:0 auto;
		position:relative;
		top:5px;
		height:95px;
		
	}
		
	.testimonial_table p {
		text-align:center;
		padding:0px;
		margin:0px;
		font-size:12px;
		line-height:15px;
	}
	.testimonial_table a {
		cursor:pointer;
		color:#F68E00;
		font-weight:bolder;
	}
	.testimonial_table a:hover {
		color:#0066FF;
	}
	
	