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

/********************************************************
CSS RESET
********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/********************************************************
GLOBAL
********************************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: #1a557a url(../images/bg.gif) no-repeat fixed center top;
}

a:link, a:visited {
	color: #003964;
}

a:hover {
	color: #5B83A6;
}

a:active {
	color: #094674;
}

h1 {
	color: #003A63;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	color: #003A63;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #003A63;
	font-size: 0.875em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase
}

h4 {
	color: #000;
	margin: 0px 0px 5px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
}

h5 {
	color: #003A63;
	font-size: 0.875em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	color: #000;
	margin: 0px 0px 15px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
}

li {
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 5px;
	list-style: disc;
	color: #000;
	font-size: 0.75em;
	line-height: 1.5em;
}


.blueType {
	color: #003A63;
}

.blackType {
	color: #000;
}

.zero {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bottomFive {
	margin-bottom: 5px;
}

.fancyP {
	font-family: "Times New Roman", Times, serif;
	background: #cac9c2;
	padding: 10px;
}

.namedDropCase {
	font-size: 16px;
	font-weight: bold;
}

.forceBorder {
	border-bottom: 20px solid #FFF;
}

hr {
	color: #296182;
	background-color: #296182;
	height: 1px;
	border: none;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.quote-box {
	width: 590px;
	background-color: #d3d2cd;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 1px 15px;
}

.list-box {
	width: 590px;
	background-color: #d3d2cd;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 10px 15px;
}

#logo-segment {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#logo-segment p, #logo-segment h3, #logo-segment h4 {
	float: left;
	width: 400px;
}


#logo-segment img {
	float: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}


/********************************************************
HEADER
********************************************************/

#header {
	width: 100%;
	height: 100px;
	background-color: #003A63;
}

#headerInside {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 298px;
	height: 75px;
	float: left;
	padding: 11px 0px 0px 20px;
}

#topNav {
	width: 400px;
	height: 30px;
	float: right;
	padding: 20px 20px 0px 0px;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
	font-size: 0.75em;
}

#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #FFF;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 10px;
	border-left: 1px solid #FFF;	
}

#topNav a:hover, #topNav a:active {
	color: #649AB0;
}

#topNav .active {
	color: #649AB0;
}

#topNav .noline {
	border-left: none !important;
}

#searchBox {
	width: 166px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50px;
	background: url(../images/header-bg-search.gif) no-repeat 0px 0px;
	padding: 5px 4px 5px 5px;
}

#searchBoxField {
	margin: 0;
	padding: 3px;
	width: 124px;
	border: none;
	background-color: #FFF;
	float: left;
	font-size: 11px;
}

#searchBoxButton {
	float: right;
	padding: 0px 0px 0px 0px;
}

/********************************************************
MAIN BODY - STARTING WITH SIDEPAGE
********************************************************/

#mainBodyHolder {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	border: 20px solid #FFF;
	background: #FFF url(../images/bg-side.gif);
}

.mainBodyWhite {
	background-image: none !important;
}

#singleColumn {
	padding: 5px;
}

#leftColumn {
	width: 260px;
	float: left;
}

#rightColumn {
	width: 620px;
	float: right;
}

#pageTitleImg {
	width: 620px;
	height: 160px;
	margin-bottom: 25px;
}

#sideHeader {
	width: 620px;
	height: 160px;
	margin-bottom: 25px;
	position: relative;
}

/********************************************************
SIDEBAR
********************************************************/

.sideNav {
	width: 230px;
	float: right;
	padding: 13px 15px 7px 15px;
	background-color: #003A63;
	border-bottom: 20px solid #FFF;
}

.sideNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideNav li {
	margin: 0;
	padding: 2px 0px 6px 0px;
	list-style: none;
	display: inline;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;

}

.sideNav a:link, .sideNav a:visited {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #FFF;
	clear: both;
	width: 230px;
	text-decoration: none;
}

.sideNav a:hover, .sideNav a:active {
	color: #649AB0;
}

.sideNav .active {
	color: #649AB0 !important;
}

.sideNav ul li ul li {
	padding: 2px 0px 2px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}

.sideNav ul li ul li a:link, .sideNav ul li ul li a:visited {
	width: 215px;
}

.cyberNav {
    background-color: rgb(158, 36, 142);
}

.noBottom {
	border-bottom: 0!important;
}

#privacyPolicy {
	width: 228px;
	padding: 15px;
	clear: both;
	border: 1px solid #959485;
	background-color: #E5EBEF;
	margin-bottom: 20px;
}

#videoSnipe-knowledge {
	width: 228px;
	clear: both;
	margin-bottom: 20px;
}

#knowledgeButton {
	width: 260px;
	height: 42px;
	background: url(../images/bg-login.gif);	
	margin-bottom: 20px;
}

#knowledgeButton a:link, #knowledgeButton a:visited {
	display: block;
	font-size: 	0.75em;
	color: #FFF;
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
}

#knowledgeButton a:hover, #knowledgeButton a:active {
	color: #649AB0;
}

#sidePhotos .lastImg {
	margin-top: 20px;
}

.sideItemTopper {
	width: 581px;
	height: 50px;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 55px;
	display: none;
}

#sideRotation {
	width: 260px;
	height: 365px;
	overflow: hidden;
	clear: both;
}

/********************************************************
FOOTER
********************************************************/

#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #003A63;
	overflow: hidden;
	padding: 11px 20px 9px 20px;
}

#footer p {
	font-size: 	0.625em;
	color: #FFF;
	display: block;
	width: 700px;
	float: left;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

#footer a:hover, #footer a:active {
	color: #649AB0;
}

#social {
	width: 200px;
	float: right;
}

#social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
	padding-left: 5px;
}

/********************************************************
HOME PAGE
********************************************************/

#frontPhotoBlock {
	width: 940px;
	height: 345px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	clear: both;
}

#frontPhotoActual {
	width: 940px;
	height: 345px;
	overflow: hidden;
}

.frontItem {
	width: 940px;
	height: 345px;
	position: relative;
}

.frontItemTopper {
	width: 549px;
	height: 126px;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 81px;
	display: none;
}

#rotationNum {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 300;
}

#rotationNum a {
	display: block;
	color: #FFF;
	padding-top: 2px;
	margin: 0px 6px 0px 0px;
	padding: 5px 9px 5px 9px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	float: left;
	background-color: #003A63;
	border: 1px solid #FFF;
	text-decoration: none;
}
#rotationNum a:hover { background-color: #649CB2; }
#rotationNum a.activeSlide { background-color: #649CB2; }
#rotationNum a:focus { outline: none; }

span.customStyleSelectBox {
	width: 240px;
	font-size:12px;
	color:#000;
	padding: 8px 10px;
	background: #FFF url(../images/select.gif) no-repeat 0px 0px;
}
span.customStyleSelectBox.changed { background-color: #f0dea4; }
.customStyleSelectBoxInner { }

#sitePull {
	width: 260px;
	clear: both;
	overflow: hidden;
}

#frontLeft {
	width: 290px;
	float: left;
	padding-left: 10px;
}

#frontLeft h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #003A63;
	margin: 0px 0px 7px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

#frontLeft p, #frontRight p {
	line-height: 17px;
}

#frontLeft h3 {
	font-size: 1.125emx;
	line-height: 1.5em;
	color: #003A63;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	text-transform: none;
}

#frontRight {
	width: 295px;
	float: right;
}

#frontRight h2 {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	padding: 8px 12px 8px 12px;
	margin: 0px 0px 0px 0px;
	background-color: #003A63;
	text-transform: uppercase;
	font-weight: bold;
}

#frontRight h3 {
	font-size: 14px;
	line-height: 17px;
	color: #003A63;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

#frontNews {
	height: 150px;
	padding: 12px;
	background-color: #dbf2fd;
}


#front-videoSnipe {	
	width: 300px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#frontSnipe {
	width: 295px;
	height: 205px;
	background-color: #d3d2cd;
	
}

#homeFiller {
	width: 260px;
	height: 50px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0;
	background-color:#cac9c1;
}



/********************************************************
ABOUT US
********************************************************/

#marySig img {
	float: left;	
}

/********************************************************
WHY CHOOSE PIPINO
********************************************************/

#namedTable {
	margin-bottom: 20px;
}

#namedTable td {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 8px 4px;
	font-size: 0.75em;
	line-height: 1.3em;
}

.tableShade {
	background-color: #d3d2cd;
}

/********************************************************
INDUSTRY EXPERTISE
********************************************************/

#master-links {
	width: 620px;
	overflow: hidden;
	
}

#master-links ul {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#master-links li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
}

#prod-side-nav {
	width: 165px;
	float: right;
	background-color: #d3d2cd;
	margin: 0px 0px 20px 20px;
	padding: 10px;
}

#prod-side-nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#prod-side-nav li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
}

#prod-side-nav h4 {
	font-size: 0.75em;
	color: #000;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0;
	
}

.SecList2col {
	overflow: hidden;
	margin: -10px 0px 0px 0px;
	padding: 0;
}

.SecList2col ul {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

.SecList2col li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	line-height: 14px;
	list-style: circle;
}


/********************************************************
PRODUCTS
********************************************************/

.quoteBox {
	width: 620px;
	height: 210px;
	margin: 20px 0;
	padding: 0;
}

.quoteBox img {
	float: left;
	width: 260px;
	margin: 0px 20px 0px 0px;
	padding: 0;
}

.quoteBox p {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
	
}

.quoteBox2 {
	width: 620px;
	height: 210px;
	margin: 20px 0;
	padding: 0;
}

.quoteBox2 img {
	float: right;
	width: 260px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	
}

.quoteBox2 p {
	float: left;
	width: 340px;
	margin: 0;
	padding: 0;
}

#quoteTag {
	margin: 40px 0px 0px 0px;
}

.indentNoStyle li {
	list-style: none;

}

/********************************************************
NEWS
********************************************************/

#sideBlog {
	padding: 15px 15px 0px 15px;
	background-color: #cac9c2;
	clear: both;
}

#sideBlog h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #003A63;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#sideBlog ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#sideBlog li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	list-style: none;
}

#sideBlog a:link, #sideBlog a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

#sideBlog a:hover, #sideBlog a:active {
	color: #5B83A6;
	text-decoration: none;
}

.blogEntry {
	width: 620px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.blogEntry h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #003A63;
	font-weight: bold;
	text-transform: uppercase;
}

.blogEntry h2 a:link, .blogEntry h2 a:visited  {
	color: #003A63;
	text-decoration: none;
}

.blogEntry h2 a:hover, .blogEntry h2 a:active  {
	color: #5B83A6;
	text-decoration: none;
}

.blogEntry h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
}

.blogEntry p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/********************************************************
P11 CUSTOM ADD THIS BAR
********************************************************/

.sharingAndCaring {
	width: 620px;
	height: 35px;
	padding-top: 7px;
	margin-right: 0px;
	overflow: hidden;
	text-align: right;
	display: block;
}

.sharingAndCaring ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sharingAndCaring li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	background-image: none;
}

.sharingAndCaring img {
	margin-right: 5px;
}

.fbLike {
	float: left;
}

/********************************************************
KNOWLEDGE CENTER
********************************************************/

#knowNews {
	height: 130px;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	background-color: #d3d2cd;
	clear: both;
}

#knowNews h2 {
	margin-bottom: 10px;
}

#knowNews h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#knowNews h4 {
	margin-top: 0px;
}



/********************************************************
KNOWLEDGE CENTER
********************************************************/

#sitemap {
	width: 620px;
	clear: both;
}

#siteMapLeft {
	width: 300px;
	float: left;
}

#siteMapRight {
	width: 300px;
	float: right;
}

#siteMapLeft ul, #siteMapRight ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#siteMapLeft ul li, #siteMapRight ul li {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	list-style: none;
	color: #003964 !important;
}

#siteMapLeft ul li ul, #siteMapRight ul li ul {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
}

#siteMapLeft ul li ul li, #siteMapRight ul li ul li {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 3px 15px;
	padding: 0px 0px 0px 5px;
	list-style: none;
	font-weight: normal;
}

#siteMapLeft ul li a:link, #siteMapLeft ul li a:link,
#siteMapRight ul li a:active, #siteMapRight ul li a:active {
	color: #003964;
}


#siteMapLeft a:link, #siteMapLeft a:visited,
#siteMapRight a:link, #siteMapRight a:visited {
	color: #000;
	text-decoration: none;
}

#siteMapLeft a:hover, #siteMapLeft a:active,
#siteMapRight a:hover, #siteMapRight a:active {
	color: #003964;
	text-decoration: none;
}


/********************************************************
VIDEOS
********************************************************/

#videoFiller {
	width: 620px;
	/*height: 233px;*/
	height: 0px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	background-color:#cac9c1;
}

/********************************************************
CyberREsponse
********************************************************/
.cyber-link
{
    text-transform: none;
    /*color: #9e248e !important;*/
}