html {height: 100%;}

body {
	background:url('images/bg.jpg') repeat-x #FFF; 
	background-attachment: scroll; 
	background-position: top center; 
	color: #222;
	font-family: 'Oxygen', sans-serif;
	line-height:	110%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
	height: 100%;
}

* {
margin: 0;
}

div {
	background-color: transparent;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #ed1c24;
} 

.button a {
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:  12px;
	background-color:#ed1c24;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.button a:hover {
	background-color: ed1c24;
}


table {
	margin:  0px;
	padding: 0px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	text-align: left; 
	line-height: 160%; 
	font-size: 17px;
	font-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #80c342;
	color: #FFF;
	padding-left: 10px;
}

h2.products {
	font-family: 'Oswald', sans-serif;
	text-align: left; 
	line-height: 160%; 
	font-size: 14px;
	font-weight: 500;
	font-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #dd1a1e;
	color: #FFF;
	padding-left: 10px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	text-align: left; 
	line-height: 100%; 
	font-size: 18px;
	font-weight: 500;
	font-style: none;
	text-transform: uppercase;
	margin: 10px;
	color: #000;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

hr.dotted {
	border: 1px dotted #000;
	border-style: none none dotted;
	color: #000;
	background-color: #FFF;
	height: 1px;
	width: 960px;
}

hr.products {
	border: 1px #dd1a1e;
	border-style: dotted none solid;
	color: #dd1a1e;
	background-color: #FFF;
	height: 3px;
	width: 960px;
}

p {
	text-align: justify; 
	line-height: 160%; 
	font-size: 14px;
	margin: 10px;
	
	
}

p.home {
	text-align: justify; 
	line-height: 160%; 
	font-size: 14px;
	margin: 10px;
	text-indent:30px;
}

blockquote {
	display:block !important;
	padding:20px 0px 0px 0px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

blockquote p {
	font-style:italic;
	font-size: 22px;
	color:#000;
	display:inline;
}
blockquote p:before,
blockquote p:after {
	color:#666;
	line-height:0;
	font-size:4em;
}
blockquote p:before {
	content: open-quote;
	padding-right:20px;
	vertical-align:-35px;
}
blockquote p:after {
	content: close-quote;
	font-size:5em;
	line-height:.3;
	vertical-align:-60px;
	padding-left: -10px;
}

/*   FORM STYLING   */
fieldset {
	margin:0;
	padding:0;
	border:0;
}

label {
	width:250px; 
	display:block;
}

.txt_input {
	width:320px; 
	display:block;
}

textarea {
	height:80px; 
	width:320px;
	color: #000;
	font-family: 'News Cycle', sans-serif;
	font-size:  14px;	
	border: 0px solid #000;
	margin-bottom:10px;
	margin-top:2px;
	background-color:#eee;
	padding: 5px;
}

input{
	color: #000;
	font-family: 'News Cycle', sans-serif;
	font-size:  14px;
	display:block;
	border: 0px solid #000;
	background-color:#eee;
	margin-bottom:10px;
	margin-top:2px;
	height:20px;
	padding: 5px;
}

input#submit {
	height:30px; 
	width:100px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:  14px;
	display:block;
	background-color:#000;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
}

.req {
	color:#f00;
	font-size:90%;
}

#form_errors {
	color:#f00; 
	display:none;
}

#form_thanks {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size:  14px;
	background-color:#ed1c24;
	display:none;
}


/* STICKY FOOTER */
.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -100px;
}

.stfooter, .push {
		height: 100px;
}

.body2 {
			width: 760px;
}

/* FOOTER */

table#footer {
	background:url('images/footer.jpg') no-repeat #000; 
	background-position: top-center;
	height: 100px;
}

td#footertd {
	font-size: 10px; 
	letter-spacing: 5px; 
	color: #fff;
	padding-top: 2px;
	text-align: center; 
	line-height: 160%; 
	height: 70px;
	margin: 0px;
}
td#footertd a{color: #fff; text-decoration: none;}
td#footertd a:hover {color: #ed1c24; background-color: none;}

.addressbar {
	font-family: 'Oxygen', sans-serif; 
	font-size: 12px; 
	font-weight: 500;
	text-align: center; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	vertical-align: middle;
	color: #000;
	height: 25px;
	margin-top: 5px;
	padding: 0px 0px 0px 0px; 
}
	.addressbar a{color: #000; text-decoration: none;}
	.addressbar a:hover {color: #80c342; background-color: none;}

/* MENU BAR */

ul#menubar{margin:0; padding:0; list-style:none; clear:both;}  

    #menubar li{overflow:hidden; text-indent:-9999px; display:inline; float:left; margin-right:0px;}  

        #menubar li a{background:url('images/menu.jpg') no-repeat; width:100%; height:100%; display:block;}  

        /* Home Button */  
        #menubar li.home{width:55px; height:25px;}  
            #menubar li.home a{background-position:0px 0px;}  
            #menubar li.home a:hover{background-position:0px -25px;}  
            #menubar li.home a.selected{background-position:0px -50px;}  
            
        /* Voice and Data Button */  
        #menubar li.voicedata{width:85px; height:25px;}  
            #menubar li.voicedata a{background-position:-55px 0px;}  
            #menubar li.voicedata a:hover{background-position:-55px -25px;}  
            #menubar li.voicedata a.selected{background-position:-55px -50px;}  

        /* Audio and Visual Button */  
        #menubar li.audiovisual{width:100px; height:25px;}  
            #menubar li.audiovisual a{background-position:-140px 0px;}  
            #menubar li.audiovisual a:hover{background-position:-140px -25px;}  
            #menubar li.audiovisual a.selected{background-position:-140px -50px;}

        /* Security Button */  
        #menubar li.security{width:70px; height:25px;}  
            #menubar li.security a{background-position:-240px 0px;}  
            #menubar li.security a:hover{background-position:-240px -25px;}  
            #menubar li.security a.selected{background-position:-240px -50px;}

        /* CCTV Surveillance Button */  
        #menubar li.cctv{width:130px; height:25px;}  
            #menubar li.cctv a{background-position:-310px 0px;}  
            #menubar li.cctv a:hover{background-position:-310px -25px;}  
            #menubar li.cctv a.selected{background-position:-310px -50px;}
            

        /* Partners Button */  
        #menubar li.partners{width:72px; height:25px;}  
            #menubar li.partners a{background-position:-440px 0px;}  
            #menubar li.partners a:hover{background-position:-440px -25px;}  
            #menubar li.partners a.selected{background-position:-440px -50px;}
            

        /* FAQs Button */  
        #menubar li.faqs{width:45px; height:25px;}  
            #menubar li.faqs a{background-position:-512px 0px;}  
            #menubar li.faqs a:hover{background-position:-512px -25px;}  
            #menubar li.faqs a.selected{background-position:-512px -50px;}
            

        /* Contact Button */  
        #menubar li.contact{width:93px; height:25px;}  
            #menubar li.contact a{background-position:-557px 0px;}  
            #menubar li.contact a:hover{background-position:-557px -25px;}  
            #menubar li.contact a.selected{background-position:-557px -50px;}
            
            