/*
CSS - Anytime Electrics
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #222223;
}

img {border: none;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #373738;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */@charset "utf-8";
/* CSS Document */




/***********************************
		HEADER
***********************************/
div#header {
	width: 800px;
	height: 154px;
	background: url(../images/core/header-background.jpg) top left no-repeat;
}

div#logo {
	width: 800px;
}


/***********************************
		BANNER
***********************************/
div#banner {
	width: 790px;
	margin: 6px auto 0 auto;
}


/***********************************
		CONTENT_CONTAINER
***********************************/
div#content_container {
	width: 800px;
	background: url(../images/core/content_container-background.jpg) top center no-repeat;
}



/***********************************
		NAVIGATION
***********************************/
div#navbox {margin: 8px 0 0 6px; width: 321px;}

#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
}
	
#nav a:hover {background-position: 0 -25px;}

#nav-home a {width: 57px; background: url(../images/nav/nav-home.gif) top left no-repeat;}
#nav-profile a {width: 59px; background: url(../images/nav/nav-profile.gif) top left no-repeat;}
#nav-services a {width: 71px; background: url(../images/nav/nav-services.gif) top left no-repeat;}
#nav-gallery a {width: 66px; background: url(../images/nav/nav-gallery.gif) top left no-repeat;}
#nav-contact a {width: 68px; background: url(../images/nav/nav-contact.gif) top left no-repeat;}



/***********************************
		TEXT
***********************************/
div#text {
	width: 498px;
	min-height: 451px;
  height:auto !important;
  height: 451px;
	border: 1px solid #3c3c3d;
	background: #222223;
	clear: left;
	float: left;
	margin: 0 0 20px 6px;
}

div#text h1 {
	color: #f8fc00;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 9px;
}

div#text h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8ed8ff;
	font-size: 14px;
	font-weight: bold;
	margin: 21px 0 -10px 9px;
}

div#text h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8ed8ff;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0;
}

div#text h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8ed8ff;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}

div#text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 10px 9px 10px 9px;
}

div#text a {color: #87d4fc; text-decoration: underline;}
div#text a:hover {text-decoration: none;}

div#text blockquote {
	width: 390px;
	margin: 55px auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f8fc00;
	text-transform: uppercase;
	font-style: italic;
	font-size: 21px;
}

div#text div.gallery {
	width: 460px;
	margin: 10px auto;
}



/***********************************
		INFO_COLUMN
***********************************/
div#info_column {
	width: 277px;
	float: right;
}

div#info_column blockquote {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	margin: 14px 0 0 0;
	text-align: center;
}

div#info_column blockquote span.cta {color: #8ed8ff;}
div#info_column blockquote span.phone_number {color: #f8fc00;}

ul.infolist {
	float: left;
	margin: 23px 10px 0 10px;
}

ul.infolist li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background: url(../images/core/info_column-bullet.gif) left center no-repeat;
	padding-left: 13px;
	font-weight: bold;
}

img.info_image {
	clear: both;
	border: 1px solid #89898a;
	margin-top: 36px;
}


/***********************************
		FOOTER - CONTACT DETAILS
***********************************/
div#footer-contact {
	width: 790px;
	margin: 13px auto 5px auto;
	height: 29px;
	background: #414143;
	clear: both;
}

img.contact {
	margin-left: 137px;
	float: left;
}

div#footer-contact p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	margin: 7px 0 0 44px;
	float: left;
	line-height: 16px;
}

div#footer-contact p.contact-phone {background: url(../images/core/icon-phone.gif) left center no-repeat; padding-left: 25px;}
div#footer-contact p.contact-fax {background: url(../images/core/icon-fax.gif) left center no-repeat; padding-left: 25px;}
div#footer-contact p.contact-email {background: url(../images/core/icon-email.gif) left center no-repeat; padding-left: 25px;}

div#footer-contact a {color: #fff; text-decoration: none;}
div#footer-contact a:hover {text-decoration: underline;}


/***********************************
		FOOTER - BOTTOM
***********************************/
div#footer-bottom {
	width: 800px;
	margin: 0 auto 20px auto;
}

div#footer-bottom p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 16px 40px 0 5px;
	float: left;
}

div#footer-bottom a {color: #fff; text-decoration: none;}
div#footer-bottom a:hover {text-decoration: underline;}

div#footer-bottom img {
	float: right;
	padding: 5px 5px 0 0;
}

/***********************************
		PRINT SETTINGS
***********************************/
.logo-print { display: none; }


