@charset "utf-8";

html, body, p, div, img, h2, h3, h4, ol, dl, dd, dt, form, table, td, tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}
body {
	margin:0;	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#4f4f4f;
	background-repeat:repeat;
}
/* 9999999999999999999999999999999999999999999999999999 */
.twoColFixRt #container2 { 
	width: 920px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #mainContent { 
	margin: 0 25px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
iframe{
	margin-left:100px;
	border:1px solid #444;
}
#container img{
	margin-left:60px;
}
#mainContent p{
	font:1em/1.3em "century gothic", Arial, Helvetica, sans-serif;
	padding:0px 50px  20px 60px;
}
.vimportant{color:red;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* 999999999999999999999999999999999999999999999999999999999999999999 */

/* container for main project for CCTV system */
.divider {
	border-top:1px dotted #444;
	height:1px;
	margin:5px 22px 20px 72px;
	padding-bottom:12px;
	clear:left;
}
#header{
	width:920px;
	margin:-2px auto 0px auto;
	height:1px;
	background:#ffffff;
	position:relative;
	}
#mainbox{
padding-top:30px;	
}
#cornerpiclogo {
	position:relative;
	width:269px;
	top:21px;
	left:152px;
}
#cornerpic2{
	position:absolute;
	top:15px;
	right:17px;
}
#imgnavback{
	position:relative;
	width:123px;
	top:30px;
	left:17px;
}
h1{
	font:bold 1.45em "century gothic", "Times New Roman", Times, serif;
	color:#333;
	text-align:left;
	margin:15px 0px 12px 54px;
}
h2 {
	font:bold 1.2em "century Gothic", "Times New Roman", Times, serif;
	color:#1C1746;
	text-align:left;
	margin:10px 0px 12px 54px;
}
#mainbox h2 {
	color:#000099;
	margin:5px auto 10px 68px;
	font-variant:small-caps;
	font:bold 1.2em "trebuchet ms", Helvetica, sans-serif;
	padding:0;
}

em {
	font-weight:bold;
	color:#000;
	font-style:normal;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
img {
	border: none;
	vertical-align: top;
}
th, td {
	vertical-align: top;
}
.clear {
	height: 0em !important;
	line-height: 0em !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0em !important;
	margin: 0em !important;
	display: block !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
#mainbox h3.h3_vid{
	margin-left:20px;
	
}
/* //////////////////------ FOOTER ////////////////////////////////////////////////// */
#footer {
	width:920px;
	margin:0 auto;
	height:54px;
	padding-top:5px;
	position:relative;
	font:normal 10px/32px verdana, arial, helvetica, sans-serif;
	text-align:center;
	background:url(../images/footerbk8.gif) no-repeat 0px 0px;
	/*background:url(../images/footerbk4.gif) no-repeat 0px 0px; */
}
#footer ul {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0px 0px 0px 0px;
}
#footer li {
	display:inline;
	padding:0 10px;
}
#footer li a, #footer li a:active, #footer li a:visited {
	color:#777;
	margin-top:3px;
	text-decoration:none;
	text-align:center;
}
#footer li a:hover {
	text-decoration:underline;
	color:#000;
}
.left {
	float:left;
	margin:20px 0px 0px 8px;
}