* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background-color: #fff;
	color: #11100e;
	font: normal 12px Tahoma;
	text-align: center;
	padding: 26px 0 50px;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
ol {
	margin: 10px 0 0 30px;
}
ol li {
	background-color: #fff;
	color: #11100e;
	font: normal 12px Tahoma;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}
a {
	color: #004071;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bold_text {
	font-weight: bold;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
#container {
	width: 964px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 951px;
	padding-left: 13px;
}
.logo {
	float: left;
	display: block;
	cursor: pointer;
}
.head-right {
	float: right;
	width: 300px;
	text-align: right;
	color: #11100E;
	font-size: 12px;
	padding: 23px 13px 0 0;
}
.head-right a {
	text-decoration: none;
	color: #11100E;
}
.head-right a:hover {
	text-decoration: underline;
}
.cont-us {
	background: url(images/arrow-cnt-us.png) no-repeat 100% 50%;
	padding-right: 8px;
	margin: 0;
}
#main {
	width: 964px;
	padding-top: 8px;
}
.main-top-center {
	background: url(images/main-top-bg.png) repeat-x 0 0;
	height: 405px;
	width: 948px;
	float: left;
}
.main-top-left {
	background: url(images/main-top-left.png) no-repeat 0 0;
	height: 405px;
	width: 8px;
	float: left;
}
.main-top-right {
	background: url(images/main-top-right.png) no-repeat 0 0;
	height: 405px;
	width: 8px;
	float: left;
}
.menu-block {
	width: 234px;
	padding: 10px 0 0 2px;
	position: relative;
}
.menu-home {
	float: left;
}
.menu-block li {
	background: url(images/menu-item-bg.gif) no-repeat 0 0;
	line-height: 22px;
	height: 22px;
	padding-bottom: 1px;
	font-size: 0;
	width: 235px;
}
.menu-block li a {
	float: left;
	color: #fff;
	padding-left: 20px;
	text-decoration: none;
	font-size: 12px;
	width: 214px;
	display: block;
	font-weight: bold;
}
.menu-block li a:hover {
	background: url(images/menu-item-bg-a.gif) no-repeat 0 0;
}
.menu-block  li a.active {
	background: url(images/menu-item-bg-a.gif) no-repeat 0 0;
}
.menu-block li:hover .sub-menu-block {
	display: block;
}
.sub-menu-block {
	background: #FFFFFF;
	float: left;
	display: none;
	width: 234px;
	padding: 0;
	position: absolute;
	right: -235px;
}
.sub-menu-block li, .menu-block  li.open_menu .sub-menu-block li {
	background: url(images/sub-menu-item-bg.gif) no-repeat 0 0;
	line-height: 22px;
	padding-bottom: 1px;
	font-size: 0;
}
.sub-menu-block li a {
	color: #fff;
	padding-left: 20px;
	text-decoration: none;
	font-size: 9px;
	display: block;
	font-weight: bold;
}
.sub-menu-block li a:hover, .sub-menu-block  li a.active,
.menu-block  li.open_menu .sub-menu-block li a:hover,
.menu-block  li.open_menu .sub-menu-block li a.active
 {
	background: url(images/sub-menu-item-bg-a.gif) no-repeat 0 0;
}

.menu-block  li.open_menu {
	background: url(images/menu-item-open-bg.gif) no-repeat 0 0;
	height: auto;
}
.menu-block  li.open_menu A {
	background: none;
	float: none;
}
.menu-block  li.open_menu .sub-menu-block {
	float: none;
	display: none;
	width: 234px;
	padding: 0 0 0 0;
	margin: 1px 0 -1px 0;
	position: relative;
	right: 0;
}
.mtop-img {
	float: left;
	padding: 11px 0 0 4px;
}
.mtop-block {
	width: 290px;
	float: left;
	padding: 11px 35px 0 2px;
}
.mtop-block.last {
	padding-right: 0;
}
.mtop-block .mtop-text {
	padding: 10px 2px 0;
	line-height: 14px;
	text-align: justify;
}
.mtop-block .mtop-more {
	background: url(images/more-arrow.gif) no-repeat 100% 9px;
	padding: 3px 11px 0 0;
	width: 67px;
}
.mtop-block .mtop-more a {
	text-decoration: underline;
	color: #025799;
	font-weight: bold;
}
.mtop-block .mtop-more a:hover {
	text-decoration: none;
}
.main-center {
	padding: 15px 0 0;
	margin-bottom: 0;
}
.left-block {
	width: 228px;
	padding: 22px 10px 0;
	float: left;
}
.main-center .left-block IMG {
	margin: 0 0 0 3px;
}
.center-block {
	width: 379px;
	padding-left: 89px;
	padding-top: 18px;
	float: left;
}
.center-block .title {
	font-size: 16px;
	font-weight: bold;
}
.center-block p {
	margin: 15px 0;
}
.right-block {
	width: 208px;
	float: right;
	padding: 0 8px;
}
#footer {
	background: url(images/main-center-bg.gif) repeat-x 0 0;
	margin-top: 30px;
	*margin-top: 10px;
	width: 964px;
	font-size: 11px;
	height: 58px;
}
.foot-menu {
	margin-left: 45px;
	padding-top: 13px;
}
.foot-menu li {
	background: url(images/footer-line.gif) no-repeat 100% 50%;
	float: left;
	padding: 0 17px;
}
.foot-menu li.last {
	background: none;
}
.foot-menu li a {
	color: #8c877b;
	text-decoration: none;
}
.foot-menu li a:hover {
	text-decoration: underline;
}
.copyright {
	text-align: center;
	color: #a4a4a4;
	padding-top: 18px;
}

/*---Inner pages---*/
.inner .main-top-bg,
.inner .main-bot-bg {
	font-size: 0;
}
.inner .main-top-inner {
	background: #e7ecf7 url(images/inner/block-grad.png) no-repeat 0 100%;
	border: solid #c0c9e1;
	border-width: 0 1px;
	padding: 5px 18px 5px 10px;
	height: auto !important;
	min-height: 510px;
	height: 510px;
}
.inner .main-left {
	width: 235px;
	float: left;
}
.inner .menu-block {
	float: none;
	padding-top: 0;
}
.inner .contact-block {
	margin: 24px 0 0 15px;
	display: block;
}
.inner .easy-block {
	margin: 24px 0 0 15px;
	display: block;
}
.inner .main-right {
	/*margin-left: 235px;
	padding: 0 0 0 26px;*/
        float: right;
        padding: 0;
        margin: 0;
        width: 679px;
}
.inner .main-right h3 {
	/*font-size: 18px;*/
	font-size: 17px;
	font-weight: bold;
	color: #004071;
}
.inner .main-right h4 {
	font-size: 14px;
	font-weight: bold;
	color: #004071;
}
.inner .main-right p {
	margin: 15px 0;
}
.inner .demo-block {
	float: right;
	text-align: center;
	padding: 15px 0 5px 10px;
}
.inner .demo-block img {
	margin-bottom: 5px;
}
.inner .demo-block a img {
	margin-bottom: 0;
}
.inner .blueul {
	padding-left: 10px;
}
.inner .blueul li {
	background: url(images/inner/blue-bul.gif) no-repeat 0 5px;
	padding: 0 0 8px 18px;
}
.inner .blueul UL.blueul {
	margin: 10px 0 10px 0;
}
.inner .blueul UL.blueul li {
	background: url(images/inner/blue-bul.gif) no-repeat 0 5px;
	margin: 5px 0 5px 25px;
}
.inner .blueul OL {
	margin: 10px 0 10px 25px;
}
.inner .blueul OL LI {
	background: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.inner .nopad li {
	padding-bottom: 0;
}
.inner .pad-3 li {
	padding-bottom: 3px;
}
.inner .pda-block {
	height: 71px;
}
.inner .pda-block img {
	margin-right: 5px;
}
.inner img.marg15px {
	margin-left: 15px;
}
/*---End Inner pages---*/

/* Site Map Page */
.inner .ddsg-wrapper UL {
	padding-top: 10px;
}
.inner .ddsg-wrapper LI {
	background: url(images/inner/blue-bul.gif) no-repeat 0 5px;
	padding: 0 0 8px 18px;
}
.inner .ddsg-wrapper UL LI A {
	color: #025799;
	text-decoration: none;
}
.inner .ddsg-wrapper UL LI A:hover {
	text-decoration: underline;
}
/* Contact Us */
P.dark-blue-12-text {
color: #004071;
font-size: 12px;
font-weight: bold;
}
/* Form Send */
.messageStackError {
	color: #CC0000;
	font-size: 10px;
	line-height: 15px;
	width: 638px;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #CC0000;
}
.messageStackSuccess {
	color: #009F07;
	font-size: 10px;
	line-height: 15px;
	width: 638px;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #009F07;
}
.form-send {
	width: 650px;
	margin: 10px 0 10px 0;
	padding: 0;
}
.field {
	background: #EEF2F9;
	width: 650px;
	height: 34px;
	line-height: 34px;
	margin: 2px 0 0;
	padding: 0;
}
.field-first {
	padding: 10px 0 0 0;
}
.textarea-height {
	height: 100px;
	line-height: 34px;
}
.field LABEL{
	float: left;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 25px;
	padding:0;
}
.field INPUT{
	float: right;
	color: #000000;
	font-size: 12px;
	width: 215px;
	margin: 6px 25px 0 0;
	padding: 2px 0 2px 5px;
	border-left: 1px solid #848C9F;
	border-top: 1px solid #848C9F;
	border-right: 1px solid #D6D9DF;
	border-bottom: 1px solid #D6D9DF;
}
.field SELECT{
	float: right;
	color: #000000;
	font-size: 12px;
	width: 222px;
	margin: 6px 25px 0 0;
	padding: 2px 0 2px 5px;
	border-left: 1px solid #848C9F;
	border-top: 1px solid #848C9F;
	border-right: 1px solid #D6D9DF;
	border-bottom: 1px solid #D6D9DF;
}
.field TEXTAREA{
	float: right;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	width: 298px;
	height: 80px;
	margin: 6px 25px 0 0;
	padding: 5px 0 5px 5px;
	border-left: 1px solid #848C9F;
	border-top: 1px solid #848C9F;
	border-right: 1px solid #D6D9DF;
	border-bottom: 1px solid #D6D9DF;
}
.field_button {
	background: #EEF2F9;
	width: 650px;
	height: 77px;
	line-height: 77px;
	margin: 0;
	padding: 0;
}
.field_button .form_button {
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
}
.field_button .form_button INPUT {
	background: #D6D9DF;
	color: #000000;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #D6D9DF;
	border-top: 1px solid #D6D9DF;
	border-right: 1px solid #848C9F;
	border-bottom: 1px solid #848C9F;
	cursor: pointer;
}

/* My style new*/
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    float: none;
    text-align: center;
    margin: 0 auto 0 auto;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.main-right H3 {
    margin: 0 0 40px 0;
}
.main-right P,H1,H2,H3,H4 {
    margin: 15px 0 15px 0;
}
strong {
    margin: 10px 0;
}


.main-right h3 {
margin:0 0 40px;
}

/* Block series _template_PC-Based Hybrid Digital...*/
.block_series {
    width: 675px;
    height: auto!important;
    min-height: 200px;
    height: 200px;
    padding: 0;
    margin: 20px 0 0 0;
}

.block_series #col_first {
    width: 200px;
    height: 150px;
    float: left;
    margin: 3px 55px 20px 0;
    padding: 0;
}
.block_series #col_second {
    width: 420px;
    float: right;
}
.block_series #col_second P {
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 14pt;
}
.block_series #col_second SPAN.mod_title {
    background: #004071;
    color: #FFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:bold;
    height: 30px;
    line-height: 30px;
    width: 410px;
    padding: 0 0 0 10px;
    display: block;
}
.block_series #col_second .mod_list {
    display:block;
    padding:0 0 0 63px;
    /*width: 350px;*/
}

.block_series #col_second .models {
    line-height: 20px;
    margin: 15px 0 10px 20px;
}
.block_series #col_second .models P {
    padding: 0;
    margin: 0;
}
.block_series #col_second .models B {
    display: block;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 20px;
}
.block_series #col_second A.menuLink {
    color: #006699;
    font-family:Verdana;
    font-size:9px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    text-decoration:none;
    height: 20px;
    width: 410px;
    display: block;
    float: right;
    margin: 10px 0 0 0;
}
.block_series #col_second A.menuLink:hover {
    color: #004071;
    text-decoration:underline;
}
/* Cameras Overview block */
.cam_block {
    width: 335px;
    height:auto!important;
    min-height: 285px;
    height: 285px;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
    text-align: center;
}
.cam_block IMG {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
}
.cam_block A {
    color: #006699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin: 10px auto;
    padding: 0;
    line-height: 25px;
}
.cam_block A:hover {
    color:#000; 
}
/* Product specifications block */

.prod_block {
    width: 675px;
    height: auto!important;
    min-height: 200px;
    height: 200px;
    padding: 0;
    margin: 30px 0 0 0;
}
.prod_block #col_first {
    width: 275px;
    height: 240px;
    float: left;
    margin: 3px 55px 0 0;
    padding: 0;
}
.prod_block #col_first IMG {
    border: none;
}
.prod_block #col_second {
    float: left;
    width: 300px;
}
.prod_block #col_second H4 {
    color: #006699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	margin: 0 0 5px 0;
}
.prod_block #col_second P {
	margin: 0 0 5px 0;
}
.prod_block #col_second P STRONG {
	margin: 0;
}
.prod_block #col_second LI {
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
}
UL.blueul_adv {
    padding: 0;
    margin:0;
}
UL.blueul_adv LI {
    background: url(images/inner/blue-bul.gif) no-repeat 0 5px;
    padding: 0 0 3px 10px;
    margin: 0;
}
/* DVR Page template */
.tech_container {
    width: 680px;
    display: inline-block;
}
.tech_container H3 {
    text-align: center;
}
.tech_container .block_tech {
    height: auto!important;
    min-height: 150px;
    height: 150px;
    padding: 0;
    margin: 20px 0 0 0;
}
.tech_container .block_tech .col_first {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0;
    padding: 0;
}
.tech_container .block_tech .col_second {
    width: 540px;
    float: left;
}
.tech_container .block_tech .col_second H4 {
    margin: 0 0 0 20px;
    padding: 0;
}
.tech_container .block_tech .col_second P {
    margin: 0 0 0 20px;
    padding: 0;
}
.tech_container .block_tech span {
     font-size:9px;
}
.tech_container .block_tech span A {
    color: #006699;
    font-size:9px;
}
/*SVT Applications template*/

.prev_container {
    width: 680px;
}
.prev_container .post_prev_block {
    width: 171px;
    height: 160px;
    float: left;
    margin:0 0 20px 40px;
    text-align: center;
}
.prev_container .post_prev_block P {
    margin: 5px 0;
}
/* Mega Pixel Cameras template */
H5 {
    color: #004071;
    font-size: 9pt;
    margin: 0 0 5px 0;
}

.specific_block {
    width: 570px;
    padding: 0;
    margin: 0 auto 0 auto;
}
.specific_block .sb_header_one {
    background: #264989;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-top: none;
    width: 570px;
    line-height: 15px;
    margin: 0;
    padding: 5px 5px 5px 5px;
}
.specific_block .col_first {
    background: #ccc;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 10px;
    width: 140px;
    margin: 2px 0 2px 0;
    padding: 0 5px 0 5px;
    border-top: 2px solid #E7ECF7;
}
.specific_block .col_first * {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 10px;
}

.specific_block .col_second {
    background: #ccc;
    float: right;
    text-align: left;
    font-weight: normal;
    color: #000;
    width: 420px;
    font-size: 11px;
    line-height: 15px;
    height: auto!important;
    min-height: 15px;
    height: 15px;
    margin: 0;
    padding: 5px 5px 5px 5px;
    border-left: 2px solid #E7ECF7;
    border-top: 2px solid #E7ECF7;
}
.specific_block .col_second * {
    text-align: left;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.specific_block .sb_header {
    background: #264989;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-top: none;
}

/* NVR-OnSight360 page template */
UL.blueul LI OL.nums {
    line-height: 12px;
	margin: 10px 0 0 0;
}
UL.blueul OL.nums LI {
    list-style-position: inside;
    background: none;
    padding:0 0 8px 18px;
    margin: 0;
}
DIV.logo_block {
    width: 390px;
    text-align: center;
    float: left;
    margin: 0 0 40px 0;
}
DIV.logo_block SPAN {
    color: #EA1D2C;
    font-size:18px;
    font-weight:bold;
}
/* Advanced Features and Technology template page */
P.no_marg {
    margin: 0;
    padding: 0;
}
.content_block {
    margin: 20px 0 0 0;
}

.table-specifications {
    background: #CCCCCC;
    width: 540px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: 0 auto 0 auto;
	padding: 0;
}
.table-specifications TD {
    border-left: 2px solid #E7ECF7;
    border-top: 2px solid #E7ECF7;
	line-height: 15px;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
.inner .main-right .table-specifications TD * {
	margin: 0;
	padding: 0;
}
.table-specifications TD.first_column {
    border-left: none;
    border-top:2px solid #E7ECF7;
}
.table-specifications .table-s-header {
	background: #264989;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.bold-text {
	font-weight: bold;
}

/* Models block template*/
.mod_container {
    clear: both;
    margin: 10px 0;
    padding: 0;
}
.mod_container B {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.mod_container SPAN {
    margin: 0;
    padding: 0;
    width: 235px;
    display: block;
    float: left;
}
.fixed-width-225 {
    width: 225px;
}
.img-margintop-5 {
    margin: 5px 0 0 0;
}
/* Home UL */
.home_page UL.blueul {
	margin: 10px 0 10px 0;
}
.home_page UL.blueul li {
	background: url(images/inner/blue-bul.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 5px 0 5px 15px;
}