@charset "utf-8";
/* CSS Document */



/* -- Body Styles --*/

body {
	background-color: #323e45;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin: 0;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	color: #7b0c26;
	text-decoration: underline;
}

img, a:link img, a:visited img {
	border:0
	}

h1 {
	color: #7b0c26;
	font-size: 1.60em;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
}

h2 {
	color: #7b0c26;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
}

p {
	margin-top: 10px;
	font-size: 1em;
}

.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}


/* -- Header & Navigation --*/

#header {
	margin: 0;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	height: 130px;
}

#navigation {
	margin: 0 auto;
	padding: 10px;
	vertical-align: middle;
	height: 130px;
}

#navigation li {
	list-style: none;
	display: inline;
	padding-right: .75em;
	border-right: #777777 1px solid;
	padding-left: .75em;
	
}

#navigation li.last {
	border: 0;
}

#navigation li.first {
	padding-left: 30px;
}

#navigation li a {
	font-size: 1.75em;
	text-decoration: none;
}

#navigation li a:hover {
	font-size: 1.75em;
	text-decoration: underline;
}




/* -- Container & Content --*/

#container {
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	border-left: #777777 5px solid;
	border-right: #777777 5px solid;
	border-bottom: #777777 5px solid;

}

#rotation {
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
}

#breadcrumb {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	color: #CCCCCC;
}

#breadcrumb a {
	color: #999999;
	text-decoration:none;
	font-size: 1em;
}

#breadcrumb a:hover {
	color:#999999;
	text-decoration:underline;
	font-size: 1em;
}

#services {
	margin: 0 auto;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#services img.header {
	padding-top: 15px;
}

#services a.linkDetails {
	font-size: 1.25em;
	color: #777777;
	text-decoration: underline;
}

#services a.linkDetails:hover {
	font-size: 1.25em;
	color: #7b0c26;
	text-decoration: none;
}

#services a.rollover1 {
	display: block;
	width: 246px;
	height: 153px;
	text-decoration: none;
	background: url(../images/service1.jpg);
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:241px;
		overflow:hidden; 
		}
	span#prevBtn{
		padding-top: 10px;
		float: left;
		font-weight: bold;
	}
	span#nextBtn{
		padding-top: 10px;
		float: right;
		font-weight: bold;
	}					

/* // Easy Slider */





/*--Home Page Image Rollovers--*/

#services a.rollover1:hover {
	background-position: -246px 0;
}

#services a.rollover2 {
	display: block;
	width: 246px;
	height: 153px;
	text-decoration: none;
	background: url(../images/service2.jpg);
}

#services a.rollover2:hover {
	background-position: -246px 0;
}

#services a.rollover3 {
	display: block;
	width: 246px;
	height: 153px;
	text-decoration: none;
	background: url(../images/service3.jpg);
}

#services a.rollover3:hover {
	background-position: -246px 0;
}

#services a.rollover4 {
	display: block;
	width: 246px;
	height: 153px;
	text-decoration: none;
	background: url(../images/service4.jpg);
}

#services a.rollover4:hover {
	background-position: -246px 0;
}



.displace1 {
	position: absolute;
	left: -5000px;
}

.displace2 {
	position: absolute;
	left: -5000px;
}	

.displace3 {
	position: absolute;
	left: -5000px;
}
 
.refer {
	margin: 0 auto;
	padding-top: 10px;
}

.referHeader {
	font-size: 1.25em;
	color: #7b0c26;
	border-bottom: #777777 1px solid;
	margin-top: 0;

}




/* -- Footer -- */

#footer {
	font-size: .85em;
	margin: 0 auto;
	width: 800px;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
}

#footer a {
	font-size: 1em;
}

#footer li {
	list-style: none;
	display: inline;
	padding-right: 1em;
}

.linkedin { 
	text-indent: -7000em; 
	display: block; 
	float: left; 
	height: 32px; 
	width: 32px; 
	padding: 0; 
	background: url("http://www.p3tech.biz/images/linkedin.png") no-repeat; 
}