@charset "utf-8";
body {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:90%; 
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good prctice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;
	/* max-width: 960px;
	min-width: 780px; width: 960px;    using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header_long_bg.jpg);
	background-position:right;
	background-repeat:repeat-x;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu{
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

/* -----------------MAIN CONTENT------------------------- */
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}
.oneColFixCtrHdr #bunch {font-size:12px; margin-top:0;}
#mainContent a {color:#006; text-decoration:none;}
#mainContent a:hover {color:#ff0000;}
#mainContent a:visited {text-decoration:none;}
#mainContent a:active {color:#F00;}
#mainContent h1 {
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
	padding: 5px 0px 10px 0px;
}

a.button{
	border:#0d0c5a;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
a.button:hover{
	color:#000;
	border:#00F;
	border-bottom-width: 1px;
	border-bottom-style:solid;
}

/* END MAIN CONTENT */

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0d0c5a;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	font-size:12px;
	text-align:center;
}	


/* --------------------------CONTENT STYLE----------------------------- */
.oneColFixCtrHdr #fieldset {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-left: 10px;
	margin-right:10px;
}
#indent {
	margin-left: 20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:10px;
}
fieldset {
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
	padding: 80px;
	border-color:#0d0c5a;
}
textarea {background-color: #d4d4e9;}
input {background-color:#d4d4e9}
select {background-color:#d4d4e9}
.oneColFixCtrHdr #downloads {
	padding-left: 50px;
	border: 2px;
	border-color:#CCC;
	border-style:dotted;
}
#center{text-align:center;}
#special{text-align:center; background-image:url(images/special_bg.jpg);}
#right{text-align:right;}
#myframe{min-height: 825px;}
#indent{padding:0px 0px 0px 0px;}
ul {font-size: 13px;}
hr {size: 1px; color:#CCC; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
h3 {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}



/*/ ----------------------------------SPECIAL TABLE------------------------------- */
.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;
}
#hor-zebra{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 0px 0px 30px 40px;
	max-width: 780px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd{
	background: #e8edff; 
}
/*/ ----------------------------------/SEPCIAL TABLE------------------------------- */

/*/ ----------------------------------ACCESSORIES TABLE------------------------------- */

#accessories{
	margin-top: 10px;
	width:100%;}
#accessories td{
	width: 50%;
	height: 110px;
	vertical-align:top;}

	

/*/ ----------------------------------/ACCESSORIES TABLE------------------------------- */


/*/ ----------------------------------systable TABLE------------------------------- */
#ver-zebra{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	text-align: left;
	border: none;
}
#ver-zebra td{
	padding: 8px;
	color: #669;
	border: 0px;
	vertical-align:top;
}
#ver-zebra #secimage{height: 200px; background-image:url(systems/images/secimage.jpg); background-position:center; background-repeat:no-repeat;}
#ver-zebra #firimage{height: 200px; background-image:url(systems/images/firimage.png); background-position:center; background-repeat:no-repeat;}
#ver-zebra #accimage{height: 200px; background-image:url(systems/images/accimage.png); background-position:center; background-repeat:no-repeat;}
#ver-zebra #cctimage{height: 200px;background-image:url(systems/images/cctimage.png); background-position:center; background-repeat:no-repeat;}
#ver-zebra .odd{
	background: #e8edff;
}
#ver-zebra .yellow{
	background: #fff3bf;
}

#ver-zebra ul{
}
.sysheading{
	letter-spacing: 0px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color: #039;
}
	
/*/ ----------------------------------/systable TABLE------------------------------- */

/* END CONTENT STYLE */
/*/ ----------------------------------Sidebar------------------------------- */
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;  /*the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff4bf;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
	font-size:12px;
	margin:10px;
}
.oneColFixCtrHdr #sidebar1 H4{
	font-size:11px;
	text-transform:uppercase;
}
#sidebar1 a {color:#006; text-decoration:none;}
#sidebar1 a:hover{color:#00F;}
#sidebar1 a:visted{color:#000;}

.oneColFixCtrHdr #sidebar2 { /* GOOGLE MAP */
	float: right; /* since this element is floated, a width must be given */
	width: 550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff4bf; /*EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size:12px;
}
.oneColFixCtrHdr #sidebar3 { /* FACEBOOK */
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff4bf; /*EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
}
.oneColFixCtrHdr #sidebar3 H4{
	font-size:11px;
	text-transform:uppercase;
}

/*/ End Sidebar*/

/*------------------------------------ Round Corner----------------------------- */
.roundedcornr_box_bottom {
   background: #0d0c5b;
   color:#FFF;
   font-size: 12px;
   text-align:center;
}
.roundedcornr_box_top {background: #0d0c5b;}
.roundedcornr_top div {background: url(images/tl.png) no-repeat top left;}
.roundedcornr_top {background: url(images/tr.png) no-repeat top right;}
.roundedcornr_bottom div {background: url(images/bl.png) no-repeat bottom left;}
.roundedcornr_bottom {background: url(images/br.png) no-repeat bottom right;}
.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; }
/*/End Round Corner*/



/*/ POP UP WINDOW*/
#facebox .b {background:url(facebox/b.png);}
#facebox .tl {background:url(facebox/tl.png);}
#facebox .tr {background:url(facebox/tr.png);}
#facebox .bl {background:url(facebox/bl.png);}
#facebox .br { background:url(facebox/br.png);}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup { position: relative;}
#facebox table {border-collapse: collapse;}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {text-align: center;}
#facebox .image {text-align: center;}
#facebox img {border: 0; margin: 0;}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {z-index:-100;}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}