/*
// Reset
*/

body,
table,tr,th,td,
dd,dt,dl,
div,
form,input,
pre,blockquote,
textarea,
fieldset,
p,
ul,ol,li,
h1,h2,h3,h4,
img {
	margin: 0; padding: 0;
	border: 0;
	}


/*
// Clear float
*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
* html .clearfix { height:1px; }


/*
// Setup default structure for the page.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #000;
	}

#body {
	min-width: 1220px;
	background: #000 url(/images/body-bg.jpg) top right no-repeat;
	}
	
#leftbody { 
	background: transparent url(/images/leftcorner-bg.gif) -30px 0px no-repeat;
	}

#container {
	position: relative;
	z-index: 85;
	max-width: 1700px;
	min-width: 1220px;
	margin: 0 auto;
	}

#header {
	margin: 0 auto;
	padding-top: 80px;
	height: 20px;
	width: 92%;
	}

#page {
	margin: 20px auto 0 auto;
	width: 92%; 
	}

#navigation {
	float: left;
	width: 22%;
	}

#content {
	float: left;
	margin-left: 4%;
	width: 46%;
	}
	
#sidebar {
	float: right;
	width: 24%;
	padding-top: 150px;
	}

#footer {
	margin: 50px auto 0 auto;
	padding: 10px 0 0 0;
	width: 92%;
	height: 150px;
	line-height: 1.5em;
	font-size: .9em;
	color: #333;
	border-top: 1px solid #111;
	}


/*
// Links, headings and text
*/
a {
	color: #FAA84B;
	}

a:hover {
	text-decoration: none;
	color: #f4eeb1;
	}

#content p.large a {
	text-decoration: none;
	color: #999;
	}

h2 a {
	text-decoration: none;
	}


h1, h2, h3, h4 {
	font-weight: normal;
	}

h1 {
	font-size: 3em;
	/* color: #2ab3fa; */
	color: #FAA84B;
	}

h2 {
	font-size: 1.6em;
	color: #FAA84B;
	}

h3 {
	padding-bottom: 15px;
	font-size: 1.4em;
	color: #888;
	}
h4 {
	padding-bottom: 10px;
	font-size: 1.3em;
	color: #888;
	}

p {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.6em;
	*letter-spacing: 0.035em;
	}

#content p {
	width: 99%;
	font-size: 1.15em;
}

p.xlarge {
	font-size: 1.7em !important;
	line-height: 160%;
	color: #eee;
	}

p.large {
	font-size: 1.4em !important;
	line-height: 160%;
	}

p.small {
	font-size: .8em !important;
	line-height: 160%;
	color: #666;
	}

/*
// Header, language links
*/
#header {
	font-size: .95em;
	color: #1f86bb;
	}
#header a {
	margin-right: 10px;
	color: #1f86bb;
	}
#header a:hover {
	color: #2ab3fa;
	border-bottom: 1px solid #15597d;
	}
#header span#active a {
	color: #999;
	text-decoration:none;
	border: none;
	}


/*
// Content list, lines
*/
#content ul {}
#content li {
	margin-left: 25px;
	padding: 2px 0 2px 0;
	line-height: 150%;
	font-size: 1.15em;
}

table li {
	font-size: 1em !important;
}

hr {
	margin-top: 30px;
	border: none;
	height: 1px;
	color: #181818;
	background-color: #181818;
	}

#phone {
	display: block;
	padding-top: 5px;
	font-size: 2.2em;
	color: #fff;
	}

/* Inner content columns */
.cols { margin-top: 30px; }
.cols .lt {
	float: left;
	width: 47%;
	}
.cols .rt {
	float: right;
	width: 47%;
	}

/* Sidebar boxes */
.borderbox { 
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #181818;
	border-left: 1px solid #181818;
	line-height: 160%;
	}
.borderbox.clients { height: 130px; color: #777; }


/*
// All types of navigation
*/
/* main (left) */
#general {
	padding-top: 50px;
	list-style: none;
	font-size: 1.6em;
	}
#general li { padding: 6px 0; }
#general li a { display: block; color: #f4eeb1; }

/* sub (left) */
#sub {
	margin: 20px 0 0 0; padding: 0;
	list-style: none;
	font-size: 1.1em;
	}
#sub li { padding: 6px 0; }
#sub a { color: #1f86bb; }

/* sub (right) */
#sidenav { padding-top: 25px; }
#sidenav li {
	padding: 2px 0;
	list-style: none;
	}
#sidenav a { color: #1f86bb; }


/*
// Clients table
*/
#client_list {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	}
#client_list td {
	padding: 15px;
	width: 33%;
	text-align: center;
	border-bottom: 1px solid #151515;
	}
#client_list td.brdr {
	border-right: 1px solid #151515;
	}

/* clients rotation */
#clients-container { position: relative; }
.clients-item { display: none; position: absolute; top: 0; }


/*
// Pricing table
*/
.classic {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	}
.classic th, .classic td {
	padding: 10px;
	text-align: left;
	border: 1px solid #222;
	}
.classic th {
	font-weight: normal;
	color: #666;
	background-color: #181818;
	}
.classic td {
	line-height: 150%;
	vertical-align: top;
	color: #ccc;
	}
.classic td.price { width: 70px; }
.classic td b { color: #FAA84B; }


/*
// Packages banner
*/
.packages {
	padding-right: 0px;
	padding-top: 10px;
	}
.packages p {
	float: left;
	width: 45%;
	font-size: 1.3em;
	color: #fff;
	}
.packages img {
	float: right;
	padding-top: 10px;
	width: 116px;
	}
.packages a {
	clear:both;
	float: left;
	width: 45%;
	}


/*
// Package images
*/
#cctv-kit-1kam {
        width: 101px;
        background: url(/images/cctv-kit-1kam.jpg) top right no-repeat;
        }
#cctv-kit-2kam {
	width: 101px;
	background: url(/images/cctv-kit-2kam-new.jpg) top right no-repeat;
	}

#cctv-kit-4kam {
	width: 101px;
	background: url(/images/cctv-kit-4kam-new.jpg) top right no-repeat;
	}

#cctv-kit-s2kam {
	width: 101px;
	background: url(/images/cctv-kit-s2kam.jpg) bottom right no-repeat;
	}
#cctv-kit-s4kam {
	width: 101px;
	background: url(/images/cctv-kit-s4kam.jpg) bottom right no-repeat;
	}

#gsm-kit-epir { width: 101px; background: url(/images/gsm-kit-epir.jpg) top right no-repeat; }
#gsm-kit-jk15 { width: 101px; background: url(/images/gsm-kit-jk15.jpg) top right no-repeat; }


#commax-home-kit1 	{
	width: 84px;
	background: url(/images/commax-home-kit.jpg) bottom right no-repeat;
	}

#cctv-kit-dummy {
	width: 101px;
	background: url(/images/cctv-kit-dummy.jpg) bottom right no-repeat;
	}
#cctv-kit-cable {
	width: 101px;
	background: url(/images/cctv-kit-cable.jpg) bottom right no-repeat;
	}

/*
// Counters align
*/
#reitingi_lv, #top_lv, #puls_lv {
	float: left;
	margin-top: 10px;
	width: 90px;
	opacity:0.05;
	filter: alpha(opacity = 5);
	}

