/* 
	PRZ
	Master Screen CSS
	August 2008
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#9c98a2;
	 background-image:url(/images/gradient_purple.jpg);
	 background-position:top;
	 background-repeat:repeat-x;
	 background-color:#1f1c26;
	 margin:0 auto;
	}

 p {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#9c98a2;
	  margin-bottom:4px;
 }
 
 body.sub p{
	 font-size:12px;
	 color:#b3b3b3;
	 margin-bottom:8px;
 }
 
 a {
	 color:#766d81;
	 text-decoration:none;
	 font-weight:bold;
 }
 	a:hover {
		 color:#766d81;
		 text-decoration:underline;
		 font-weight:bold;		
	}
	
	a:visited {
	 color:#766d81;
	 text-decoration:none;
	 font-weight:bold;		
	}

#container {
	 margin: 0 auto; /*centers container if there is a width */
	 background-image:url(/images/prz-05.jpg);
	 background-repeat:repeat-y;
	 min-height:700px;
	 width:792px;
}

body.sub #container {
	 background-image:url(/images/bg_sub1.jpg);
	 background-repeat:no-repeat;
	 display:block;
	 width:792px;
	 min-height:560px;
	 _height: 560px;
}

body.full #container {
	 background-image:url(/images/bg_sub2.jpg);
	 background-repeat:no-repeat;
	 display:block;
	 width:792px;
	 min-height:560px;
	 _height: 560px;
}
 
 #head {
	 margin: 0 auto; 
	 background-image:url(/images/prz.jpg);
	 background-repeat:no-repeat;
	 height:103px;
	 width:792px; 	
 }
 
 	h1 {
		
	}
	
 		h1 a{
		display:block;
		height:100px;
		left:50%;
		margin-top:30px;
		margin-left:-375px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999px;
		width:200px;
		top: -4px;
			}		
	
h2 {
	 font-size: 17px;
	 color:#8b78a1;		
}
	
h3 {
	 font-size: 20px;
	 color:#ffffff;
	 padding-bottom:8px;
}	

h4 {
	text-indent:-9999px;
}
	h4 a {
		text-indent:-9999px;
	}	

 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
 /* ------------------------ 
		HOME CONTENT
------------------------ */		
 #flash {
	 background-image:url(/images/flash.jpg);
	 display:block;
	 margin:0 auto;
	 width:755px;
	 height:404px;
	 margin-bottom:6px;
 }
 
 #flashpromo {
	  background-image:url(/images/home_flash_promo.jpg);
	 display:block;
	 width:245px;
	 height:210px;
	 float:left;
	 _display: inline;
	 margin-left:10px;
	 margin-right:7px;
 }
 
 #leftpromo {
	 background-image:url(/images/home_left_promo.jpg);
	 display:block;
	 width:221px;
	 height:194px;
	 float:left;
	 margin-left:16px;
	 _margin-left:9px;
	 padding-left:14px;
	 padding-right:12px;
	 padding-top:16px;
 }
 
  #rightpromo {
	 background-image:url(/images/home_right_promo.jpg);
	 display:block;
	 width:221px;
	 height:194px;
	 float:left;
	 margin-right:16px;
	 padding-left:14px;
	 padding-right:12px;
	 padding-top:16px;
 }
 
 /* ------------------------ 
		SIDE NAV
------------------------ */

ul#navigationSide {
	 width: 163px;
	 height: 520px;
	 list-style: none;
	 background:url(/images/nav_side.jpg);
	 background-repeat:no-repeat;
	 margin-left:30px;
	 _margin-left:15px;
	 position:relative;
	 margin-top:12px;
	 display:block;
	 float:left;
	 padding-left:14px;
	 padding-top:12px;
	 text-transform:uppercase;
	 }
	 
	 	 ul#navigationSide li a {
	 		font-size:11px;
	 		line-height:28px;
		 	color:#cfd0d2;
			text-decoration:none;

			list-style-position:outside;
		 }
		 ul#navigationSide li a:link {
		 	 color:#cfd0d2;
			 text-decoration:none;
		 }
		 
	 	 ul#navigationSide li a:hover {
		 	 color:#0cfd0d2;
			 text-decoration:underline;
		 }

	 	 ul#navigationSide li a:visited {
		 	 color:#cfd0d2;
			 text-decoration:none;
		 }
		 ul#navigationSide li a:active {
		 	 color:#cfd0d2;
			 text-decoration:none;
		 }
		
		
/* ------------------------ 
		SUB PAGE CONTENT
------------------------ */
 #subcontent {
 display:block;
 width:520px;
 margin-top:14px;
 margin-left:216px;
 padding-left:10px;
 padding-top:10px;
 }
 
 .full #subcontent {
 	margin-left: 38px;
	width: 700px;
 }
 
 	/* contact */
	
	fieldset {
		border: 0;
		width: 350px;
		margin: 0 auto;
	}
	
		body.contact legend {
			display: none;
		}
		
		body.contact label {
			display: block;
			text-align: right;
			width: 100px;
			float: left;
			clear: both;
			padding: .5em 0;
			
		}
		
		body.contact input,
		body.contact select,
		body.contact textarea{
			float: left;
			margin: .5em 10px;
		}
		
		body.contact select {
			*margin-right: 60px;
		}
		
		body.contact textarea {
			height: 100px;
		}
		
		body.contact input.submit {
			margin-left: 110px;
		}

 
/* ------------------------ 
		NAV
------------------------ */
 #nav {
	 background-image:url(/images/nav_bg.jpg);
	 height:56px;
	 background-repeat:no-repeat;
	 width:792px; 	
 }
 
 #navigation ul {
 	display: none;
 }
 
 ul#navigation {
	 display: block;
	 width: 792px;
	 height: 56px;
	 list-style: none;
	 margin: 0 auto;

	 }
	 
	 ul#navigation li {
	 	height: 56px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 56px;
	 		display: block;
			background: url(/images/nav.jpg);
			background-repeat:no-repeat;

		 }
	 
			ul#navigation li#navHome a {
				width: 53px;
				margin-left: 232px;
			}
				ul#navigation li#navHome a:hover {
					background-position: 0 -56px;
					margin-left: 232px;
				}
			
			ul#navigation li#navProjects a {
				width: 73px;
				background-position: -53px 0;
			}
				ul#navigation li#navProjects a:hover {
					background-position: -53px -56px;
					}
			
			ul#navigation li#navProfile a {
				width: 66px;
				background-position: -126px 0;
			}
				ul#navigation li#navProfile a:hover {
					background-position: -126px -56px;
					}
			
			ul#navigation li#navVideo a {
				width: 52px;
				background-position: -192px 0;
			}
				ul#navigation li#navVideo a:hover {
					background-position: -192px -56px;
				}
				
			ul#navigation li#navFTP a {
				width: 40px;
				background-position: -244px 0;
			}
				ul#navigation li#navFTP a:hover {
					background-position: -244px -56px;
				}
				
			ul#navigation li#navClients a {
				width: 65px;
				background-position: -284px 0;
			}
				ul#navigation li#navClients a:hover {
					background-position: -284px -56px;
				}
				
			ul#navigation li#navTest a {
				width: 97px;
				background-position: -349px 0;
			}
				ul#navigation li#navTest a:hover {
					background-position: -349px -56px;
				}
				
			ul#navigation li#navContact a {
				width: 114px;
				background-position: -446px 0;
			}
				ul#navigation li#navContact a:hover {
					background-position: -446px -56px;
				}				

/* ------------------------ 
		EXTRANET
------------------------ */

#user p {
	float: left;
	padding-top: 15px;
	font-weight: bold;
	font-size: 110%;
}

	#user ul {
		list-style: none;
		float: left;
	}
	
		#user li {
			float: left;
			_display: inline;
			padding: 10px;
		}
		
#login {
	clear: both;
}


#lblMessage {
	background:#FFCFCF none repeat scroll 0%;
	border:1px solid red;
	color:#FFFFFF;
	font-size:90%;
	margin-bottom:1em;
	padding:5px;
	color: red;
	width: 332px;
	display: block;
}


#projects,
.documents {
	clear: both;
	width: 98%;
	border-collapse: collapse;
}

	#projects tr:hover {
		background: #1F1C26;
	}	
	
		#projects tr:hover a {
			color: #fff;
		}
	
	#projects td,
	#projects th,
	.divider{
		padding: 4px 3px;
		border-bottom: 1px dotted;
	}

	#projects th,
	.documents th {
		font-weight: bold;
		text-align: left;
		font-size: 125%;
		border-bottom: 1px solid;
	}
	
#search {
	margin: 1em 0;
}

	#search input {
		margin-right: 10px;
	}

#upload,
#pnlProjects {
		border-collapse: collapse;

}

#upload td {
	padding: 4px 3px;
}

#pnlProjects td {
	
}

.dtlNewsTitle a,
.dtlNewsDate a {
	color: #fff;
	font-weight: bold;
	padding-top: 1em;
	display: block;
	font-size: 110%;
	text-decoration: none;
}

.dtlNewsDate a {
	font-size: 100%;
	font-weight: normal;
}

	.catlink {
		padding: 4px 3px;
		
		display: block;
		width: 555px;
	}
	
	#projects .catlink {
		
		
		width: auto;
	}
	
		.catlink a:hover {
			color: #fff;
		}	
	
	
	
/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	width:792px;
	height:176px;
	margin:0 auto;
	color:#636166;
	font-size:10px;
	padding-top:26px;	
}

	#footer ul {
		margin: 0px;
		padding: 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
 		color: #636166;
		font-size:10px;
	}
	
	#footer li {
		list-style-type: none;
 		display: inline;
}
	#footer li a{
		text-decoration: none;
		padding: 2px;
 		color: #636166;
		text-transform:uppercase;
}
	#footer li a:hover{
		text-decoration:underline;
 		padding:2px;
 		color:#7e7c82;
}	

body.sub #footer {
	background-image:url(/images/footer_sub-03.jpg);
	background-repeat:no-repeat;
	padding-top:56px;
	margin-bottom:-50px;
}

body.full #footer {
	background-image:url(/images/footer_sub-04.jpg);
	background-repeat:no-repeat;
	padding-top:56px;
	margin-bottom:-50px;
}

	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */
