@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
#wrapper {
	margin:0px auto;
	background:url(../images/wrapper_bg.jpg) repeat-y;
	width:1000px;
}





h1 {
	font-size:60px;
	font-family: harrington, serif;
	color: #000;
	margin-top:30px;
	float:left;
	margin-left:130px;
}
h2 {
	font-family: impact;
	font-size:20px;
	color:#FFFFFF;
	float:right; 
	margin-top:60px;
	margin-right:45px;
}
h6 {
	font-family: "Times New Roman";
	font-size:20px;
	color: #000;
	margin-left:23px;
	margin-top:15px;
}
h3 {
	font-size:18px;
	color:#d61f15;
	font-family:harrington, serif;
	margin-left:23px;
	margin-top:25px;
}
.button a{
	background:url(../images/cctv_button.png) no-repeat;
	clear:both;
	display:block;
}
	
.button a:hover{
	color:#00FF33;
	background:url(../images/cctv_hover.jpg) no-repeat;
}


#cctv_icon {
	margin-left:20px;
	width:200px;
	float:left;
	padding-left:15px;
}
#cctv_icon h3 {
	font-size:18px;
	color:#d61f15;
	font-family:harrington, serif;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:15px;
}


#cctv_icon ul {
	list-style:none;
}
#cctv_icon ul li {
	line-height:30px;
	border-top:1px solid #000000;
}
#cctv_icon ul li a {
	text-decoration:none;
	color:#000000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:20px;
	margin-left:10px;
	
}
#cctv_icon ul li a:hover, #cctv_icon ul li.current{
	color:#000099;
	
}

#menu {
	margin-left:30px;
	margin-top:25px;
	width:200px;
	float:left;
	padding-left:15px;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	line-height:40px;
	text-align:right;
	width:140px;
}
#menu ul li a {
	color:#000000;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

#menu ul li a:hover, #main ul li a.current{
	background:url(../images/cctv_hover.jpg);
	background: #666;
	text-decoration:underline;
	
}



#menu ul li a span {
	color:#d8261c;
}
#content {
	background:url(../images/content_box3.jpg) repeat-y;
	width:696px;
	float:right;
	height:auto;
	margin-right:20px;
	padding-bottom:15px;
}
#content p {
	/* [disabled]color: #000; */
	font-size:14px;
	line-height:20px;
	font-family: "Palatino Linotype";
	margin-left:23px;
	margin-right:25px;
	margin-top:15px;
	text-align:justify;
	

	
}
#content p span {
	color:#d8261c;
}
#content_left {
	float:left;
}
#footer {
	padding-top:5px;
	padding-bottom:5px;
}
#footer ul {
	list-style:none;
	margin-left:425px;
}
#footer ul li {
	display:inline;
	padding-left:15px;
}
#footer ul li a {
	text-decoration:none;
	color: #000;
	font-size:20px;
	font-family: arial;
}
#footer ul li a:hover, #footer ul li a.current{
	color:#0000FF;
	text-decoration: underline;
}

#footer p {
	font-size:12px;
	font-family: arial;
	color:#FFFFFF;
	margin-left:275px;
	margin-top:10px;
	text-align: center;
}
.clear {
	clear:both;
}
#divider{
	width:700px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #0F0;
	margin-bottom:7px;
}

#wrap {
	margin:10px auto;
	width:900px; 
}

p {
	margin:15px 0;
}

#header {
	margin-bottom:20px;
}

label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}

#contactform {
	width:900px; 
	overflow:hidden;
}

#contactform li {
	list-style:none; 
	padding-bottom:20px;
}

#contactform li .fieldbox {
	background:transparent url(images/cctv_subfield.jpg) no-repeat top left; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactform li .fieldbox input {
	background:transparent url(images/cctv_subfield.jpg) no-repeat top right; 
	height:27px; 
	padding-top:5px;
	width:400px;
}

#contactform li .fieldbox #contact {
	width:200px;
}

#contactform li .msgbox {
	background:transparent url(images/cctv_msgfield.jpg) no-repeat top left; 
	float:left; 
	height:110px; 
	padding-left:5px;
}

#contactform li .msgbox textarea {
	background:transparent url(images/cctv_msgfield.jpg) no-repeat top right; 
	height:110px;
	padding-top:5px;
	width:500px;	 
}

#sendbutton {
	background:#acb4cb; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}