@charset "utf-8";

/*Tag overrides START*/

a:link {
	color: #62A888;
	text-decoration: none;
}
a:visited {
	color: #62A888;
	text-decoration: none;
}
a:hover {
	color: #62A888;
	text-decoration: underline;
}
a:active {
	color: #62A888;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #0069B3;
}
h2 {
	font-size: 22px;
	color: #EC1C24;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #0069B3;
}

form {
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*Tag overrides END*/











/*CSS Stcky Footer Classes*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/



html, body, #wrap {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	height: 100%;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(css_img/body_bg_to_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color: #EC1C24;
} 
.thrColFixHdr #footer a {
	color: #000000;
}

#innerFooter {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(css_img/Electrical_Inspection_PAT_Testing_Alarm_Installation_Footer_Bkg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.clearfix {
	display: block;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/* End hide from IE-mac */


/*END OF: CSS Stcky Footer Classes*/


/*Main Menu - START*/

#navcontainer {
	height: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 900px;
	font-weight: bold;
	padding: 0;
	margin: 0px;
	background-image: url(css_img/menu_not_active_services.gif);
	background-position: right -45px;
	background-repeat: no-repeat;
}


#navcontainer a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	color: #0069B3;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EC1C24;
}
#navcontainer a:active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	color: #0069B3;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EC1C24;
}


#navcontainer ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* HOME CLASSES*/
#navcontainer .home {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}
#navcontainer .home#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: -200px -49px;
	color: #0069B3;
}
#navcontainer .home#active a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border:none;
}

/* ABOUT CLASSES*/
#navcontainer .about{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}
#navcontainer .about#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: -100px -49px;
	color: #0069B3;
}
#navcontainer .about#active a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border:none;
}

/* PORTFOLIO CLASSES*/
#navcontainer .portfolio{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}

#navcontainer .portfolio#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: -200px -49px;
	color: #0069B3;
}
#navcontainer .portfolio#active a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border:none;
}
#navcontainer /* services CLASSES*/
 .blog{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}
#navcontainer  .blog#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: -300px -49px;
	color: #0069B3;
}
#navcontainer  .blog#active  a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border:none;
}

/* SERVICES CLASSES*/
#navcontainer .services{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}
#navcontainer .services#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: -300px -49px;
	color: #0069B3;
}
#navcontainer .services#active a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border:none;
}


/* CONTACT CLASSES*/
#navcontainer  .contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
}
#navcontainer .contact#active {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	background-image: url(css_img/menu_active_whole_services.gif);
	background-position: right -49px;
	color: #0069B3;
}

#navcontainer .contact#active a:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#navcontainer ul li {
	display: block;
	float: right;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer ul li a {
	width: 100px;
	height: 60px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

#navcontainer ul li a:hover {

}

#navcontainer li#active a {


}


/*Main Menu - END*/



/*Structure - START*/

.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
} 
.thrColFixHdr #containerTextPages {
	width: 900px;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	background-image: url(css_img/container_top_curve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.thrColFixHdr #pageHeadings {
	height: 80px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 25px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(css_img/bowe_telephone.png);
	background-position: right;
	font-weight: bold;
	background-repeat: no-repeat;
}


.thrColFixHdr #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 90px;
	color: #FFFFFF;
	text-indent: 20px;
} 
.thrColFixHdr #innerHeader {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(css_img/bowe_logo_160x45.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	height: 90px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
}
.thrColFixHdr   #innerHeader   a:link   {
	color: #0069B3;
	text-decoration: none;
}
.thrColFixHdr #innerHeader a:visited {
	color: #000000;
	text-decoration: none;
}

.thrColFixHdr #innerHeader a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #innerHeader a:active {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #homeimages {
	background-image: url(css_img/home_screenhots.png);
	background-repeat: no-repeat;
	height: 250px;
	background-position: center -15px;
	position: absolute;
	width: 100%;
	top: 169px;
	clear: both;
	left: 0;
}
.thrColFixHdr #homemagesRelativePush {
	height: 195px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





.thrColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 160px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	clear: none;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	clear: none;
} 

/*Structure - END*/


/*Floats- START*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headingWeDesignWebsites {
	background-image: url(css_img/we_design_websites_people_love.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingAboutUs {
	background-image: url(css_img/we_are_hardhat.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingServices {
	background-image: url(css_img/servicesHeading.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.headingPortfolioProofPudding {
	background-image: url(css_img/proof_in_pudding.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingHosting {
	background-image: url(css_img/hosting_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.headingContact {
	background-image: url(css_img/contact_us_heading.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingPrint {
	background-image: url(css_img/print_page_heading.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.headingServices {
	background-image: url(css_img/servicesHeading.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingGraphicDesign {
	background-image: url(css_img/we_love_graphic_design.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingWebDesign {
	background-image: url(css_img/web_design_development.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingSEO {
	background-image: url(css_img/SEO_Header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingThanks {
	background-image: url(css_img/Thank_you.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingTestimonials {
	background-image: url(css_img/testimonials_heading.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.headingFAQ {
	background-image: url(css_img/faq.png);
	background-repeat: no-repeat;
	background-position: left top;
}



.huggingComputer {
	background-image: url(css_img/hugging_computer.jpg);
	background-position: -240px -40px;
	height: 490px;
}







.smallHAltText {
	font-size: 6px;
	color: #000000;
	text-align: right;
}
.thrColFixHdr #curveTop {
	width: 900px;
	text-align: left;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(css_img/container_curve_ffffff.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.georgiaFooterHeadings {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
#contactFooter {
	float: right;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
#menuFooter {
	float: left;
	height: 90px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.bullets {
	list-style-image: url(css_img/green_arrow_bullet.gif);
}
.containerTopCurve {
	background-image: url(css_img/container_curve_ffffff.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#portfolioFW {
	float: left;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.portfolioitem {
	width: 211px;
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.SidebarHeader{
	background-image: url(css_img/SidebarSectionHeaders200px.gif);
	background-position: left top;
	height: 25px;
	color: #FFFFFF;
	margin: 0px;
	width: 200px;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
	font-weight: bold;

}
.SidebarHeaderRight {
	background-image: url(css_img/SidebarSectionHeaders200px.gif);
	background-position: left top;
	height: 25px;
	color: #FFFFFF;
	margin: 0px;
	width: 155px;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
	font-weight: bold;
}
#wideContent {
	float: left;
	width: 630px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.tabBkgWebsites {
	background-image: url(../img/tab_bkgs/tab_bkg_websites.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 45px;
}
.tabBkgOnlineMarketing {
	background-image: url(../img/tab_bkgs/tab_bkg_online_marketing.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 45px;
}
.tabBkgDesignPrint {
	background-image: url(../img/tab_bkgs/tab_bkg_design_print.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 45px;
}
.trebuchet14pt {
	font-size: 14px;
	font-weight: normal;
}
.whiteText {
	color: #FFFFFF;
}
.redText {
	color: #EC1C24;
}
