﻿body
{
    background: #7aabdb url(../images/core/background_2.jpg) repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
    margin: 0;
}

img {
	border:0;
}

h1
{
    font-size: 16px;
    color: #1e5bba;
	margin-top:0;
}

h2
{
    font-size: 14px;
    color: #009633;
}

h3
{
    font-size: 12px;
    color: #363634;
}

h4
{
     margin:0;
	font-size:12px;
	color: #000;
}

a {
	text-decoration:none;
}

a:hover {
	 text-decoration:underline;
}




#main
{
    background: #fbfdff;
    border: solid 1px #4c6a99;
    width: 970px;
    margin:0 auto;
    color: #514a3f;
}

#header
{
    height: 71px;
    border: solid 1px #fff;	
	border-bottom:none;	
}

#header-left
{
    float: left;
    height: 71px;
    width: 200px;
}

#header-right
{
    float: right;
    height: 71px;
    width: 600px;
	background: url(../images/core/building_header_2.jpg) no-repeat right;
}

#header-contact
{
	background:url(../images/icons/phone.png) no-repeat 0 3px;
    float: right;
    list-style-type: none;
    margin: 15px;
    padding: 0;
}

#header-contact li
{
	color: #112f5e;
    font-size: 14px;
    font-weight: bold;
	margin-left:45px;
	line-height:18px;
}

#header-logo
{
    padding: 15px 15px;
}

#body
{
    padding: 0 0 50px 0;
    border: solid 1px #fff;
    border-bottom-color: #bac9e3;	
}

#title-image
{
	width:968px;
	height:232px;
	overflow:hidden;
	float:left;
	border:solid 1px #fff;
	border-top-color:#fff;
	border-bottom: none;
}

#inner-left-column, #inner-right-column, #inner-center-column
{
    padding: 0 15px 15px 15px;
}

#inner-center-column
{
    line-height: 18px;
}

#footer
{
    border: solid 1px #fff;
    height: 200px;
    text-align: center;
	background:url(../images/core/footer_bg.gif) repeat-x;
}

#footer-nav
{
    margin: 15px;
    color: #bdbab3;
}

#footer-nav a
{
    margin: 0 10px;
    text-decoration: none;
}

#footer-nav a:hover
{
    text-decoration: underline;
}

#footer-legal
{
    font-size: 10px;
}

#side-menu
{
    float: left;
	text-align:left;
	padding:0;
	margin:0; 
	width:180px;
}

#side-menu ul
{
	padding:0;
	margin:0; 
}

#side-menu li
{
    list-style-type: none;
	padding:0; 
}

#side-menu a
{
    text-decoration: none;
    display: block;
    color: #5c5a57;
    padding: 3px 5px;
	text-indent:7px;
	line-height:14px;
}

#side-menu a.head {
	line-height:22px;
}

#side-menu a:hover
{
    background-color: #f4f7fb;
    color: #2876c4;
}

#side-menu a.head
{
    font-size: 12px;
    font-weight: bold;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #dce1e8;
	background:#f4f7fb;
}

div.side-panel
{
    width: 200px;
	float:right;
	margin:0;
}

div.side-panel div.side-panel-header
{
    background: #e7e3da url(../images/core/clear_bar_sm.gif) repeat-x center;
    line-height: 24px;
    text-indent: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #5c5a57;
	border:solid 1px #cecdca;
}

div.side-panel div.bullet-title
{
    background: url(../images/core/clear_bullet.gif) no-repeat 3px 2px;	
}

div.side-panel-body
{
	/*
    background: url(..../images/core/side_panel.gif) repeat-y right;
    border-top: solid 1px #faf7f2;
    */
	background:url(../images/core/vert_grad.gif) repeat-x -50px 0;
	margin-top:1px;
	margin-bottom:10px;
	padding: 10px;
	border:solid 1px #e1ddd3;
	border-bottom-color:#fff;
	border-top:none;
}

/*
a.more
{
	background:url(../images/core/more_grey.gif) no-repeat;
	display:block;
	float:right;
	width:49px;
	height:8px;
	margin:10px 0 0 0;
}

a.more:hover
{
	background:url(../images/core/more_over.gif) no-repeat;	
}

a.more:active
{
	background:url(..../images/core/more_over.gif) no-repeat;	
}
*/
div.feature-panel
{
    float:left;
	margin-right:11px;
	width:235px;
	overflow:hidden;
}

div.feature-panel div.head
{
    height:80px;
	width:235px;	
	background-color:#999966;
}

div.feature-panel #automation
{
	background:url(../images/core/feature_panel_automation.gif) no-repeat;
}

div.feature-panel #commercial
{ 
	background:url(../images/core/feature_panel_commercial.gif) no-repeat;
}

div.feature-panel #electrical
{
	background:url(../images/core/feature_panel_electrical.gif) no-repeat;
}

div.feature-panel div.body
{
	background:url(../images/core/feature_panel_body.gif) repeat-x;
	padding:3px 10px;
    height:195px;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	color:#505763;
}

div.feature-panel div.body a, div.feature-panel div.body a:hover, div.feature-panel div.body a:visited
{
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

hr.horz-divider {
	border-top: solid 1px #dce1e8;
	border-bottom:solid 1px #fff;
	margin:3px 0;
}

div.horz-divider {
	border-top: solid 1px #e3e8ef;
	border-bottom:solid 1px #fff;
	height:1px;
	margin:5px 0;
}
td.horz-divider {
	border-top: solid 1px #d9d5ce;
	border-bottom:solid 1px #fff;
	height:0px;
	padding:0px;
}

.horz-dash-divider {
	border-top: dashed 1px #d9d5ce;
}

#body-footer-logos {
	text-align:center;
}

#body-footer-logos img {

	margin:25px 75px;
}


/* News Ticker */
#newsticker { 
	width:180px; 
	padding:20px 0; 
	font-size:11px;
	margin:40px 0;
	color:#666666;
	overflow:hidden;
	clear:both;	
}

#newsticker h1 {
	margin:0;
	padding:0; 
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	color:#e10d08;
	border-bottom:solid 3px #e10d08;	
}


#newsticker h3 {
	margin:0;
	padding:0; 
	font-size:12px;
	font-weight:bold;
	padding:3px 0;
	color:#333333;
}

.newsticker-jcarousellite { 
	margin:0;
	padding:0; 
	width:180px; 
}
.newsticker-jcarousellite ul li
{ 
	margin:0;
	padding:0; 
	list-style:none; 
	display:block; 
	padding:5px 0;	
}
.newsticker-jcarousellite .thumbnail { 
	padding:0;
	margin:0;
	float:left; 
	width:20px; 
	margin-top:2px; 
}
.newsticker-jcarousellite .info { 
		margin:0;
	padding:0; 
	float:right; 
	width:155px;

}

.newsticker-jcarousellite .info span.cat { 
	margin:0;
	padding:0; 
display: block; 
font-size:10px; 
color:#808080; }

a.read-more { 
	margin:0;
	padding:0; 
	clear: both;
	float:right;
	text-decoration:none;
	padding:10px 5px 0 0; 
}


.clear { 
	clear: both; 
}


.content-item-detail-view
{
}

.content-item-detail-view-toolbar
{
	padding:3px; 
	border:solid 1px #ddd; 
	border-bottom:solid 1px #ccc;
	background:url(/images/core/toolbar_bg.gif) repeat-x;
}

.content-item-detail-view-body
{
	margin:25px 0 50px 0;
}

.content-item-detail-view-pager
{
	float:left;
	margin:0;
	padding:0;
}

.content-item-detail-view-pager a
{
	margin:0;
	padding:0;
}

table.data-grid-pager td {
	margin:0;
	padding:2px;
}

table.data-grid-pager td a {
	font-weight:bold;
	color:#999999;	
}

table.data-grid-pager td a:hover {
	color:blue;
	text-decoration:none;
}

table.data-grid-pager a.first, table.data-grid-pager a.previous, table.data-grid-pager a.next,table.data-grid-pager a.last {
	display:block;
	width:24px;
	height:24px;
}
table.data-grid-pager a.first  {
	background:url(/images/icons/24x24/first.gif) no-repeat;
}

table.data-grid-pager a.first:hover  {
	background:url(/images/icons/24x24/first.gif) no-repeat;
}

table.data-grid-pager a.previous {
	background:url(../images/icons/24x24/previous.gif) no-repeat;	
} 

table.data-grid-pager a.previous:hover {
	background:url(/images/icons/24x24/previous.gif) no-repeat;
} 

table.data-grid-pager a.next {
	background:url(/images/icons/24x24/next.gif) no-repeat;
} 

table.data-grid-pager a.next:hover {
	background:url(/images/icons/24x24/next.gif) no-repeat;
} 

table.data-grid-pager a.last {
	background:url(/images/icons/24x24/last.gif) no-repeat;
}

table.data-grid-pager a.current {
	color:blue;
}

.content-item-detail-view-footer
{
	padding:7px 0; 
	border-top:solid 1px #ddd; 
	color:#ccc;
	text-align:right;		
	clear:both;
}

.content-item-detail-view-footer a
{
	margin:0 7px; 
	 font-weight:bold;
	 color:#999999;	
}

