
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #111111;*/
	background:url(images/bg.jpg) repeat;
	text-decoration: none;
}

a {
	outline: none;
	color:#1473c7;
}

img {
	border: 0px;
}
ul
{
	padding-left:30px;
}

p {
	margin-bottom: 10px;
	
}

p a
{
	text-decoration :none;
	
}
p a:hover
{
	text-decoration :underline;
	color:#6699CC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:10px;
}
h2 {
	background: url(images/bg_heading.gif) repeat-x bottom left;
	margin-bottom: 10px;
	padding-bottom:5px;
}

.call {
	margin-right: 19px;
}

#main_navi {
	display: block;
	float: right;
	margin-right: 50px;
	height: 34px;
	width:100%;
}

#main_navi .home {
	background: url(images/btn_home.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .about {
	background: url(images/btn_about.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .capabilities {
	background: url(images/btn_capabilities.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .products {
	background: url(images/btn_products.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .case {
	background: url(images/btn_case.gif) no-repeat;
	display: block;
	float: right;
	width: 94px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .testimonials {
	background: url(images/btn_testimonial.gif) no-repeat;
	display: block;
	float: right;
	width: 94px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .news {
	background: url(images/btn_news.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

#main_navi .contact {
	background: url(images/btn_contact.gif) no-repeat;
	display: block;
	float: right;
	width: 84px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}
#main_navi .homesecurity {
	background: url(images/btn_homesecurity.jpg) no-repeat;
	display: block;
	float: right;
	width:108px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	display:none;
}
#main_navi .home:hover, #main_navi .about:hover, #main_navi .capabilities:hover, #main_navi .products:hover, #main_navi .products:hover, #main_navi .case:hover, #main_navi .testimonials:hover, #main_navi .news:hover, #main_navi .contact:hover, #main_navi .homesecurity:hover, #main_navi .select {
	background-position: bottom;
	color: #FFFFFF;
}

.content {
	background: #FFFFFF url(images/bg_content.gif) repeat-x;
	padding: 17px 7px;
}

.tab {
	background: url(images/bg_tab.gif) no-repeat;
	width: 181px;
	height: 249px;
	padding: 5px 6px  14px 5px;
}

.tab_txt {
	margin: 10px 5px 0px 5px;
}

.black {
	float: right;
	background: url(images/black_bullet.gif) no-repeat top right;
	color: #0066cc;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 5px;
}

.black:hover {
	text-decoration: underline;
}

.white {
	background: url(images/white_bullet.gif) no-repeat;
	color: #0066cc;
	text-decoration: none;
	padding-left: 20px;
}

.white:hover {
	text-decoration: underline;
}

#footer {
	background: #FFFFFF url(images/bg_footer.gif) repeat-x;
	padding: 25px;
}

#footer a {
	color: #1473c7;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .sep {
	font-weight: bold;
	color: #1473c7;
	margin: 0px 5px;
}
.hometextBigLink_1
{
	font-family : Verdana, Tahoma , arial, Sans-Serif, Courier New;
	font-size : 14px;
	font-weight : bold;
	color: rgb(0,0,0);
	text-decoration: none;
	text-align:left;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

#headerlink {
	
	padding: 25px;
}

#headerlink a {
	font-weight: bold;
	text-decoration: none;
}

#headerlink a:hover {
	text-decoration: underline;
}

#headerlink .sep {
	font-weight: bold;
	color: #1473C7;
	margin: 0px 5px;
}
#banner
{
	background-image:url(images/mainpage_totalconnect.jpg);
	height:251px;
	width:975px;
	color:White;
	
}

#bannertext{display:none;font-size:31px;font-weight:bold;padding:60px 0 0px 205px;}
#banner a div
{
    cursor:pointer;
}
#links a{color:#1473c7;font-size:12px;font-weight:bold;text-decoration:none;}
#links a:hover{text-decoration:underline;}

.security{font-size:29px;display:none;vertical-align:top;padding-top:10px;width:410px;}
#services{font-size:11px;text-align:left;padding-top:30px;}
#services a{text-decoration:none;}
#services a:hover{text-decoration:underline;}
#banner div{height:100% !important;}
.clist li{height:32px !important;}
.keywords{text-align:center;padding:8px 8px;color:#FFFFFF;}
.footer_text{font-weight:bold;text-decoration:underline;}
