/* @override http://namaste.local/css/main.css */

/* @override http://namaste.local/css/main.css */

/* @override http://namaste.local/css/main.css */



/*
	COLORS
	ORANGE 	F26722
	GREEN 	8D9538
	BLUE	007FB3
	PINK	B41E4A
	PURPLE	5C256A
	GREY	8E847D


/* GLOBAL STYLES  */

body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background:url('../img/images/bkg_businesses_1.jpg') no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	overflow-x:hidden; 
	overflow-y:auto;
	overflow:visible;

	}
ul, ul li, p {
	padding:0;
	margin:0;
	list-style: none;
}

a{
	text-decoration:none;
	outline:0;
	border:0;
}


img{
	outline:0;
	border:0;
}


.clear{
	display: block;
	clear: both;
}


/* GLOBAL STYLES  */


#container{
	width:1024px;
	margin:0px auto;	
}

#header{
	background:#ffffff;
	height:118px;
	position:relative;
}

ul#social-links{
	position:absolute;
	right:30px;
	bottom:10px;
	z-index:5;
	list-style:none;
}
ul#social-links li{
	height:20px;
	width:20px;
	margin:0px 3px;
	float:left;
}
ul#social-links li a{
	height:20px;
	width:20px;
	float:left;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}
li#fb-item			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat 0 -20px #ffffff;}
li#fb-item	a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat 0 0 #ffffff;}
li#fb-item a:hover	{opacity:0;}

li#t-item 			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -20px -20px #ffffff;}
li#t-item a			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -20px 0 #ffffff;}
li#t-item a:hover	{opacity:0;}

li#yt-item 			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -40px -20px #ffffff;}
li#yt-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -40px 0 #ffffff;}
li#yt-item a:hover	{opacity:0;}

li#yelp-item 		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -60px -20px #ffffff;}
li#yelp-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -60px 0 #ffffff;}
li#yelp-item a:hover{opacity:0;}

li#in-item 			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -80px -20px #ffffff;}
li#in-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -80px 0 #ffffff;}
li#in-item a:hover	{opacity:0;}

li#fr-item 			{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -100px -20px #ffffff;}
li#fr-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -100px 0 #ffffff;}
li#fr-item a:hover	{opacity:0;}

li#rss-item 		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -120px -20px #ffffff;}
li#rss-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -120px 0 #ffffff;}
li#rss-item a:hover	{opacity:0;}

li#blog-item 		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -140px -20px #ffffff;}
li#blog-item a		{background:url(../img/icons/social-icons-sprite.jpg) no-repeat -140px 0 #ffffff;}
li#blog-item a:hover{opacity:0;}



#top_menu{
	margin:0px auto;
	width:954px;
	height:27px;
	margin-bottom:14px;
}
.menu{
	width:954px;
	background:white;
	height:27px;
	

}


#content{
	min-height:500px;
	width:954px;
	margin:0px auto;
	
}
#sidebar{
	width:239px;
	height:472px;
	float:left;
	
}

#sidebar .index ul li.first,#sidebar .index ul li.middle ,#sidebar .index ul li.last  {
	display:block;
	width:239px;
	height:108px;
	border:1px solid #dadada;

}

#sidebar .index ul li.first {
	
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;


}

#sidebar .index ul li.middle {
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;

}

#sidebar .index ul li.last {
	

}

#sidebar .index ul li a{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	padding-top:12px;
	
	
	
}
#home-page-nav{
	
}

#home-page-nav .nav{
	width: 473px;
	height: 65px;
	float: left;	
	margin-bottom: 10px;
}

#home-page-nav a.commercial {
	background: url(/img/images/homepage-nav-commercial.jpg);
	-webkit-box-shadow: 0px 2px 4px 0px #666666;
	-moz-box-shadow: 0px 2px 4px 0px #666666;
	box-shadow: 0px 2px 4px 0px #666666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);

}
#home-page-nav a.commercial:hover,
#home-page-nav a.residential:hover{
	background-position: bottom right ;
	

}

#home-page-nav a.residential {
	background: url(/img/images/homepage-nav-residential.jpg);
	float:right ;
	margin-right: -4px;	
	-webkit-box-shadow: 0px 2px 4px 0px #666666;
	-moz-box-shadow: 0px 2px 4px 0px #666666;
	box-shadow: 0px 2px 4px 0px #666666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, 	Strength=3);

}



#homepage-images{
	margin-bottom: 10px;
	
}


#homepage-images .image{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#homepage-images .image .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	color: #F26722;
	margin-bottom: 3px;
	font-style: italic;

}

#homepage-images .image.image_right{
	float: right;
	margin-right: -4px;	
}


#homepage-images .image .nav{
	position: absolute;
	top: 28px;
	text-align: right;
	right: 0px;
	
}

#homepage-images .image .nav a{
	width: 200px;
	display: inline-block;
	height:  23px;
	margin-bottom: 6px;	
	font-style: italic;
	font-size: 12px;
	line-height: 23px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	

}



#homepage-images .image.image_left .nav a{
	background: #007FB3;
}

#homepage-images .image.image_right .nav a{
	background: #8D9538;
}
#homepage-images .image .nav a:hover{
	background: white;
	color: #8D9538;
	width: 220px;
	margin-left: -20px;
}

#homepage-images .image.image_left .nav a:hover{
	color: #007FB3;
}

#homepage-images .image.image_right .nav a:hover{
	color: #8D9538;
}

#mainContent{
	width:700px;
	float:right;
	margin-left:10px;	
	
}

#mainContent.full-width{
	width: 954px;
	margin: 0px;
}

#mainContent .home_callout_box{
	width:312px;
	height:85px;
	float:left;
	margin-right: 11px;
	color:white;
	position: relative;
	background: #8E847D;
	font-size: 10px;
}
#mainContent .home_callout_box:hover .sundrop{
	background-position: 0px 15px;
}

#mainContent .home_callout_box .sundrop{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(/img/images/sundrop-plus.png);
	width: 15px;
	height: 15px;
}



#mainContent .home_callout_box.right{
	margin-right: -4px;
	float: right;	
}

#mainContent .home_callout_box .title{
	font-weight:bold;
	padding:0px;
	font-size:12px;
	font-style:italic;
	padding-top:10px;
	padding-left:12px;
	margin-bottom: 4px;
}

#mainContent .home_callout_box .date{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:italic;
	padding-left:12px;
	font-weight: bold;
}
#mainContent .home_callout_box .exerpt{
	line-height:16px;
	padding:0;
	padding-left:12px;
	padding-right:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-right:20px;
	
}
#mainContent .home_callout_box .author{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:italic;
	font-weight:bold;
	padding:0;
	padding-top:1px;
	padding-left:12px;
	padding-right:20px;
	
}



#footer{
	padding-top: 10px;
	margin-top: 10px;
	border-top:1px solid #dadada;

}
#footer .bloc{
	float: left;
	vertical-align: middle;
	line-height: 50px;
	height: 50px;
}

#footer .bloc.right{
	float: right;
}



#footer .bloc .title{
	float: left;
	font-size: 9px;
	color: #666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#footer .bloc .links{
	float: left;
	margin-left: 40px;
}

#footer .bloc .links a.link{
	width: 20px;
	height: 50px;
	display: inline-block;
}

#footer .bloc .links #worldblu{
	width: 67px;
	background:url(/img/images/world-blu.png) center center no-repeat;	
}
#footer .bloc .links #b-corp{
	width: 67px;
	background:url(/img/images/certified-b-corp.png) center center no-repeat;	

}


#footer .bloc .links #suncorp{
	width: 70px;
	background:url(/img/images/vendors_suncorp.png) center center no-repeat;	

}

#footer .bloc .links #sharpe{
	width: 74px;
	margin-right: 10px;
	background:url(/img/images/vendors_sharp.png) center center no-repeat;	

}

#footer .bloc .links #kyocera{
	width: 74px;
	background:url(/img/images/vendors_kyocera.png) center center no-repeat;	

}


#footer .bloc .links #kyocera{
	width: 74px;
	background:url(/img/images/vendors_kyocera.png) center center no-repeat;	

}


#footer .bloc .links #suntech{
	width: 82px;
	margin-left: 10px;
	margin-right: -3px;
	background:url(/img/images/vendors_suntech.png) center center no-repeat;	

}

#footer .bloc .links #small_giants{
	width: 72px;
	margin-left: 5px;
	margin-right: -3px;
	background:url(/img/images/vendors_small_giants.png) center center no-repeat;	

}





#footer .full{
	text-align: center;
	margin-top: 10px;
}

#footer .full .tagline{
	color: #F26722;
	font-size: 14px;
	font-style: italic;
	text-align: center;

}

#footer .full .contain{

}



#footer .full .copywright{
	color: black;
	display: inline-block;
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	margin-top: 10px;
}

#footer .full .copywright a{
	color:#F26722 ;
	cursor: pointer;
}


#footer .full .copywright a:hover{
	text-decoration: underline;
}

#left-nav-inside{
	margin-top: 34px;
	
}
#left-nav-inside ul li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;

}



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





#left-nav-inside ul.residential a {
	
	color: #8D9538;
}

#left-nav-inside ul.commercial a {
	color: #007FB3;

}

#left-nav-inside  a.nav-title {
	display: block;
	width: 160px;
	height: 46px !important;
	margin-bottom: 10px;
	padding: 0px !important;
	
}
#left-nav-inside  a.nav-title:hover {
	background-position: bottom right !important;
}


#left-nav-inside ul.commercial a.nav-title {
	background: url(/img/images/sidebar-nav-commercial.png);	
}

#left-nav-inside ul.residential a.nav-title {
	margin-top:40px;
	background: url(/img/images/sidebar-nav-residential.png);	
}

#left-nav-inside ul.commercial a,
#left-nav-inside ul.residential a {
	line-height: 13px;
	display: block;
	width: 160px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-style: italic;
	font-size: 11px;
	
}



/** Services Chart  **/

table#service-chart {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table#service-chart th{
	height: 24px;
	text-align: left;
	border-right: 2px solid #ccc;

}

table#service-chart tr td{
	border-right: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top-color: 1px solid #ccc;
	

}


table#service-chart tr td.icon{
	width: 90px;

}


table#service-chart tr td.left{

}


table#service-chart th a{
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: white;
	width: 100%;
	margin-left: 3px;
	padding-top: 4px;
}
table#service-chart th a:hover{
	text-decoration: none;
}



table#service-chart ul
{
	margin: 0;
	padding: 0;
	margin-left: px;
	margin:0;
	padding:0;
	width: 320px;
	padding-top: 14px;
	padding-bottom: 14px;

}

table#service-chart li
{
	color: #666;
	line-height: 18px;
	width: 225px;
	margin: 0;
	padding: 0;
	width:280px;
	margin-left: 25px;
	list-style-image: url(/img/list-dot.png);
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

table#service-chart li a{
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


table#service-chart tr.orange th {
	background: #F26722;
}
table#service-chart tr.red th {
	background: #B41E4A;
}
table#service-chart tr.purple th {
	background: #5C256A;
}
table#service-chart tr.blue th {
	background: #007FB3;
}
table#service-chart tr.green th {
	background: #8D9538;
}



/** Contact Page **/
#contact-form form.validateForm{

}

#contact_us #map{
	width: 405px;
	height: 277px;	
	margin-top: 16px;
}


#contact_us div.tinymce div.contact-addresses p {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    width: 200px;
}



/** Small fix for obama div **/
#our_awards div.obama img {
	width: 370px;	
}

