/*
Theme Name: PCS2009_WP (test)
Theme URI: http://www.pcsurveillance.net
Description: New theme for PCSurveillance corporate
Version: 1.0
Author: Jason J Rister
Author URI: http://www.jasonjrister.com/

*/

/* CSS Document */

/************************************/
/*-- bodyCopy Styling Links begin --*/
#bodyCopy {
	float: right;
	margin: 0;
	padding: 20px 35px 30px 10px;
	width: 580px;
	background: url(images/bodyBG.jpg) no-repeat -12px 0px;
}
#bodyImage
{
	float: right;
	margin: 0;
	padding-right: 10px;
	width: 626px;
	
}
img.bodyImage
{
margin: 0;
padding-right: 10px;
width: 626px;
border-bottom: 1px solid #00AEF0;

}

div#bodyBag
{
	float: right;
	margin-right: 0px;
	width: 627px;
}

div#bodyBag div#bodyCopy {
	margin: 0;
	padding: 20px 35px 30px 10px;
	width: 580px;
}
div#bodyBag div#bodyImage
{
	margin: 0;
	/*padding-right: 10px;*/
	margin-right: 10px;
	width: 627px;
	border-bottom: 1px solid #00AEF0;
}





#bodyCopy h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5B6586;
	margin:10px 0;
}

#bodyCopy h1 a {
	color: inherit;
	text-decoration: none;
}

#bodyCopy h1 a:hover {
	text-decoration: underline;
}

#bodyCopy h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:  #000;
	margin:10px 0;
}

#bodyCopy h2  a
{
	color: inherit;
	text-decoration: none;
}

#bodyCopy h2 a:hover {
	text-decoration: underline;
}

#bodyCopy h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	/*background-color: #5B6586;*/
	margin:10px 0;
	/*padding:2px 5px;*/
}

#bodyCopy h3  a
{
	color: inherit;
	text-decoration: none;
}

#bodyCopy h3 a:hover {
	text-decoration: underline;
}

#bodyCopy h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	/*background-color: #000000;*/
	margin:5px 0 10px 0;
	padding:2px 5px;
}

#bodyCopy h4  a
{
	color: inherit;
	text-decoration: none;
}

#bodyCopy h4 a:hover {
	text-decoration: underline;
}

#bodyCopy p, #contactform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 5px 0;
	text-align:justify;
}
#bodyCopy ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	list-style-image:url(images/bullet.gif);
	margin: 20px 0 20px 20px;
	text-align:justify;
}
/*-- bodyCopy Nav Links begins --*/
a.bodyCopy_nav:link, a.bodyCopy_nav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#5B6586;
	text-decoration:underline;
}
a.bodyCopy_nav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	background-color: #5B6586;
	padding: 1px 0;
	text-decoration:none;
}
/*-- bodyCopy Nav Links ends --*/

.boldText {
	font-weight: bold;
	color:#000000;
}
.boldTextPurple {
	font-weight:bold;
	color: #5B6586;
}
.floatRightImage {
	float:right;
	margin: 0 0 20px 20px;
	border: 1px solid #5b6586;
}
/*-- bodyCopy Styling Links end --*/
/************************************/



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	/* Correct IE :hover failure 
	behavior:url("../htc/csshover3.htc");*/
}
#container {
	width: 810px;
	background-image:url(images/container_back.gif);
	background-repeat:repeat-y;
	margin: 10px auto;
	text-align: left;
	overflow: hidden;
}
#header {
	height: 130px;
	width: 810px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#headerNavContainer {
	padding: 102px 0 0 3px;
	margin:0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#headerContact {
	float:right;
	margin: 20px 20px 0 0;
	width: 400px;
	padding: 0;
	height: 80px;
	display: inline;
	clear:both;
	z-index:50;
}
#headerContact p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00AEF0;
	font-weight: bold;
	line-height: 20px;
	/*margin-top: 28px; Change made per Gary 08-19-08 */
        margin-top: 8px;
	text-align: right;
	padding: 0;
}
/* headerContact navigation rollovers*/
a.headerContact_nav:link, a.headerContact_nav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}
a.headerContact_nav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
	font-weight:bold;
	color: #00AEF0;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}
/* end headerContact navigation rollovers*/

.bold {
	color:#000000;
	font-size:18px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar1 {
	float: left;
	width: 170px;
	height: 450px;
	background: #5B6586;
	padding: 0;
	margin: 0;
	border-left: 2px solid #00AEF0;
	border-bottom: 1px solid #00AEF0;
}
#sidebar1_navigation {
	padding: 20px 0 0 0;
	margin: 0;
}

#mainImage {
	float: right;
	margin: 0;
	padding: 0;
}
#sidebar2 {
	float: left;
	width: 170px;
	border-left: 2px solid #00AEF0;
	padding: 10px 0 10px 5px;
	margin:0;
}
/*Modification of structure for short pages - JJR */
#barbounds {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
/*End Modification of structure for short pages - JJR */
/*Modification of sidebar searchform- JJR */
#Search {
	padding: 5px;
	margin: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background: #333;
}
#Search form{
	margin: 0;
}

#Search input, #Search select
{
	font-size: 10px;
	color: #000;
	font-weight: normal;
	margin-top: 5px;
}

/*End Modification of sidebar searchform- JJR */



#ProductList {
	float:left;
	width: 168px;
	height: 232px;
	background-image:url(images/ProductsList.gif);
	background-repeat:no-repeat;
	padding-top: 15px;
}
#ProductList p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	padding: 5px 8px 0 48px;
	color: #000000;
	text-align:right;
}
.ProductListHighlight {
	color: #00AEF0;
	font-size: 18px;
	font-weight:bold;
}
a.cleanLink:link, a.cleanLink:visited {
	text-decoration:none;
	color:#000;
}
a.cleanLink:hover {
	text-decoration:underline;
}
#footer {
	padding: 0 10px 0 20px;
	height: 75px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*Modification: link css for footer - JJR */
#footer a, #footer a:active, #footer a:visited, #footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
/*End Modification: link css for footer - JJR */

.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 5px;
	line-height: 0px;
}
.PayPalUPS {
	float: left;
	margin: 8px 0 0 0;
}
/* sidebar2 navigation rollovers*/
a.sidebar2_nav:link, a.sidebar2_nav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 13px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	padding: 0 10px;
	float:right;
}
a.sidebar2_nav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 13px;
	color: #00AEF0;
	font-weight:bold;
	text-decoration:underline;
	float:right;
}
.sidebar2_nav_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
/* end sidebar2 navigation rollovers*/

.storeAnimatedGif {
	margin:5px 0 0 4px;
	border:1px #00AEF0 solid;
	padding: 0;
}


/*========================== CSS SideNav ====================================*/

ul.sideNav, ul.sideNav ul {
  width: 164px;                 /* sets the size of the menu blocks */
  background-color:#5B6586;
  border:1px solid #5B6586;
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  text-align: left;
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color: #fff;
}
/* Sub menus*/
ul.sideNav ul {
  width: 190px;                 /* sets the size of the sub menu blocks */
}



ul.sideNav li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  /*padding: 2px;				/* pads items 2px on top and bottom and 8px on sides */
  list-style-type: none;
  border: 1px solid #5B6586;
  background: #333333; 
  width: 162px; 
  line-height: 22px; 
	
  
}
/* Sub menus*/
ul.sideNav ul li {
	width: 188px;
	border: 1px solid #5b6586;
	/*line-height: normal;*/
}

ul.sideNav li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 162px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
/* Sub menus*/
ul.sideNav ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 188px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}

ul.sideNav li:hover, ul.sideNav li.ieHighlight {
  background-color: #00AEF0;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
  border: 1px solid #fff;
}
ul.sideNav ul.ieShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.sideNav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  z-index: 999;
}

/*mebe fix ie? */

ul.sideNav li a:hover ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}


/* and some link styles */
ul.sideNav li a 
{ color: #FFF; 
  display: block;
  width: 100%;
  font-size:11px;
  font-weight:bold;
  text-decoration: none; 
  padding-left: 6px;
}
ul.sideNav li a:hover, ul.sideNav li a.ieHighLink { color: #fff; }
ul.sideNav li:hover > a { color: #fff; } /* supports links in branch headings - should not be display: block; */



div.topNav
{
width:794px;
height:24px;
border:solid 1px #333333;
background-color:#333333;
text-align:left;
}

ul.topNav
{
margin:0;
padding:1px;
width:792px;
height:22px;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}

ul.topNav li
{
display: inline;
list-style-type: none;
line-height: 22px;
background-color: #00AEF0;

}

ul.topNav a { padding: 3px 14px; }

ul.topNav a
{
color: #fff;
background-color: #00AEF0;
text-decoration: none;
line-height: 22px;
border: 1px solid #333;
}

ul.topNav a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
border: 1px solid #fff;
}

div.pageWidgets
{

	margin: 0;
	padding: 0;
	

}


div.pageWidgets ul, div.pageWidgets ul li
{
	list-style-type: none;
  list-style-image: none;
  margin-left: 0px !important;
  padding: 0px;

}

hr
{
  margin: 20px 0 !important;
}

.left { float: left; }

.right { float: right; }

.clear { clear: both;}

.blogBlock { width: 285px;}

.blogBlock p { font-size: 9px; }

.blogBlock div.post  { border-top: 1px solid #999; }

span.productPrice  { color: #F00; font-weight: bold; }

img.productThumb { border: none; padding: 0 10px 10px 0; }

.strike { text-decoration: line-through; color: #000; }

span.productSale  { color: #F00; font-weight: bold; text-decoration: blink; }

.alignleft { text-align: left; }

.alignright { text-align: right; }