
/*
Theme Name: eyecon09	
Theme URI: http://www.eyeconimaging.com
Description: Asheville Webdesign by Eyecon Imaging.
Version: 1.6
Author: Eyecon Imaging
Author URI: http://www.eyeconimaging.com/

*/

 
/*
HTML
 */ 

/* 
Top Elements 
*/

html, body {
    background:  #000000 url(images/grey_bg.jpg) top   no-repeat ;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	line-height:1.6;
	font-size:12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Links */

a, a:active, a:link {
     outline: none;
	text-decoration: none;
	color: #ff4e00;
	border: none;
	 border: 0px; /* remove border */	
}

a:focus { -moz-outline-style: none; }
a:visited {
	text-decoration: none;
	outline: none;
	 border: 0px; /* remove border */
}
a:hover {
	outline: none;
	color: #ffffff;
	 border: 0px; /* remove border */
	 /*  border-bottom: 1px dotted #222222; */
}
.cpr a {
color:#777777;
text-decoration: none;
border: none;
border: 0px; /* remove border */
}
.cpr a:active{
color:#777777;
text-decoration: none;
border: none;
border: 0px; /* remove border */
}

.cpr a:link {
color:#777777;
text-decoration: none;
border: none;
border: 0px; /* remove border */
}

.cpr a:visited {
text-decoration: none;
	outline: none;
	 border: 0px; /* remove border */
}

.cpr a:focus { -moz-outline-style: none; }

.cpr a:hover {
outline: none;
color: #ff4e00;
 border: 0px; /* remove border */
/*  border-bottom: 1px dotted #222222; */
}

/* headers */

h1, h2, h3, h4, h6 {
font-family:Helvetica,sans-serif,Arial,"Lucida Grande";
letter-spacing:-0.035em;
line-height:1.2;
margin:0 0 5px;
padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
border:medium none;
}


h1, h2, h3, h4 {
	background: #e0e0e0;
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	color: #222222;
}
h1 {
	font-size: 1.5em;
	color: #FF4F00;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 0px 5px 5px;
	background: transparent;
	text-shadow: #999 1px 1px 1px;
	margin-left:15px;

}
h2 {
padding-top:10px;
	font-size: 2.0em;
	color: #787878;
	text-shadow:1px 1px 1px #ffffff;
	}
	
h3 {
	font-size: 1.5em;
	color: #222222;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 0px 5px 5px;
	background: transparent;
	text-shadow: #ffffff 1px 1px 1px;
}
h4 {

	font-size: 1.1em;
	padding-left:5px;
	font-weight: bold;
	color: #ff4f00;
	text-shadow: #BDBDBD 1px 1px 1px;
	background: transparent;
}
h5 {

    font-family:Helvetica,sans-serif,Arial,"Lucida Grande";
    line-height:1.2;
    margin:0 0 5px;
    padding:0;
	font-size: 13px;
	font-weight: bold;
	background: transparent;
	color: #000000;		
	text-shadow: #ffffff 1px 1px 1px;
}

h6 {
	font-size: 1.5em;
	color: #ff4f00;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 0px 0px 5px;
	background: transparent;

}

p, dl {

	margin: 0;
	padding:10px;
	padding-left: 5px;
	padding-right: 5px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 0px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #222222;
}
dd {
  padding-left: 25px; 
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	font: 14px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 10px;
	border-collapse: separate;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
th {
	background: transparent;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	
}
tr {
	background: transparent;
	color: #000000;

}
td {
	padding-left: 0px;
	padding-right: 0px;
		
}
/* end - table */

/* form elements */


#ProjectPlannerType {
	height:120px;
	margin-left:30px;
}
form {
	margin: 20px 10px; padding: 5px 3px 20px 3px;
	border: 1px solid #c9c9c9; 
	background: #e0e0e0; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #000;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #222222;
	background: #fff;  
	border: 1px solid #222222;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
   includes bottom of header SINGLE LINE
------------------------------------------- */ 
#shadowleft {
	background:#e0e0e0;
	background-repeat: repeat;
	width: 904px;

	margin: 0 auto;
	text-align: center;
}
#pagebottom {
	clear: both;
	background: #e0e0e0 url(images/pagebottom.jpg) left bottom no-repeat;
	width: 904px;
	height:30px;
	
}	

#wrap {

	width: 894px;
	text-align: left;	
}
#HeadSpace {
	position: relative;
	width: 904px;
	height:140px;	
	margin: 0 auto;
	text-align: left;
}

#DarkSep {
	position: relative;
	background-image: url(/wp-content/uploads/2009/1/DarkSep.jpg);
	background-repeat: no-repeat;
	width: 904px;
	height:5px;
}

#content-wrap {

	position: relative;
	clear: both;
	width: 1000px;			
	background: transparent; 	
	display: inline;	
	}
	/* line above the content  border-top: 1px solid #333333;	*/
	
	#greylinesep {

	clear: both;
	background: #e0e0e0;
	width: 904px;
	height:15px;
	
	
}



#homepagehpagesplit {

	clear: both;
	background:  url(images/hpage-splitter.bmp) left top repeat-x;
	width: 904px;
	height:30px;
	
}	
#homepagecatsplitheadline {
	clear: both;
	background:#c9c9c9;
	width:904px;
	height:1px;
	margin-top:10px;
	
}

#homepagecatsplit {
	clear: both;
	background:#c9c9c9;
	width:904px;
	height:1px;
	margin-bottom:30px;
	
}


#homedesc {

	clear: both;
	background: #bcbcbc url(images/home_bg.jpg) left top no-repeat;
	width: 904px;
	height:155px;
	
}	
	
#aboutdesc {

	clear: both;
	background: #bcbcbc url(images/about_bg.jpg) left top no-repeat;
	width: 904px;
	height:155px;
	
}
#contactdesc {

	clear: both;
	background: #bcbcbc url(images/contact_bg.jpg) left top no-repeat;
	width: 904px;
	height:155px;
	
}

#webdesc {

	clear: both;
	background: #bcbcbc url(images/web_bg.jpg) left top no-repeat;
	width: 904px;
	height:155px;
	
}
#imagedesc {

	clear: both;
	background: #bcbcbc url(images/image_bg.jpg) left top no-repeat;
	width: 904px;
	height:155px;
	
}

#headerimage {
    width:904px;	
	padding-top:16px;
	/* background-image: url(/data/wp-content/themes/eyecon09/images/Headertopimage.jpg) ;
	background-repeat: no-repeat; */ 
	
}



#webdesign-intro {
  margin-left:20px;
  margin-bottom:25px;
}

#wpcdesc {
    position: relative;
	width: 217px;
	background-color:#00FF00;  
	color: #000000;
	text-align: left;
	display: inline;
}

#header {

    position: relative;
	width: 894px;
	margin: 0 auto;
	text-align: left;
	z-index: 9999;
	display: inline;
}

#bsb {

	margin-left:5px;

}

/* start coda style */



#wrapper {

text-align:left;
	margin-left:auto;
	margin-right:auto;
}



#slider {
	
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: 403px;
	width: 603px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	
}

.scrollContainer div.panel {

	padding-left: 20px;
	padding-right:20px;
    height: 405px;
    width: 590px;
}

.scrollButtons {
    position:absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -15px;

}

.hide {
    display: none;
}

/* end coda style */


/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/*  Navigation INCLUDING TOP OF HEADER SINGLE GREY LINE 
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 40px;
	/*  width: 800px;  
	left: 0px;
	top: -6px; */
	/* border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: transparent; */
	/* background: url(images/navimage.jpg) repeat;  
}  */
#nav ul {
	float: left;
	list-style: none;
	width: 904px;		
	height: 40px;
	margin: -1px 0 0 50px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #ffffff;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffff;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #000000;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #222222;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {

	width: 904px;
	display: inline;
	
}
/* SIZE OF POST FONT and the white bar by the name of the post color*/

/* ---------------------------------------------------------------------was set to top margin50 but caused a big space above posts below pagedesc*/
/* #main h2 {
	font: normal 2.0em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #222222;
	letter-spacing: -1px;
	text-transform: none;
	background: transparent;
	margin-top: 8px;
}
/* NAME OF POST 
#main h2 a {
	color: #222222;
	text-decoration: none;
	border: none;
	
}   
*/

#main ul li {
	list-style-image: url(/images/bullet.jpg);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 25px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	background: url(images/footer-top.jpg) no-repeat center bottom;
	color: #fefefe;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */

/*#footeriefriendly {
	background: transparent;
	position: relative;
	display: inline;
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 10px;

}*/


.footerstyle1 {
	color: #ff4e00;
	font-weight: bold;
	font-size: 16px;
	margin-left:5px;
	text-shadow:#111111 1px 1px 1px
	}
	
	.footerstyle2 {
	color: #ffffff;
	margin-bottom:3px;
	line-height:16px;
	font-size: 12px;
	text-shadow:#111111 1px 1px 1px
	}

.singlestyle1 {
	font-size: 1.0em;
	color: #7a7a7a;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 0px 0px 5px;
	background: transparent;

}

.singlestyle2 {

	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0px 0px 5px;
	color: #ff4f00;
	background: transparent;
}

.contactstyle1 {

	font-size: 14px;
	font-weight:bold;
	padding-bottom:5px;
	color: #222222;
	background: transparent;
}

.contactstyle2 {

	font-size: 12px;
	font-weight: normal;
    margin-bottom: 15px;
	padding-bottom:15px;
	color: #777777;
	background: transparent;
}
	
#bsiecenter {
width: 904px;
margin-left:auto;
margin-right:auto;
text-align:center;
	
	}

#footer-wrap {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	clear: both;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #323232 url(images/footer_bg.jpg) left top repeat-x;
	width: 904px;
	height:125px;
	/* margin-left:24px; */
	padding-bottom: 5px;
	padding-top:10px;
	font-size: 12px;
	
	
	
}
#topfooter {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	clear: both;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #323232 url(images/topfooter.jpg) left top repeat-x;
	width: 904px;
	height:52px;
	font-size: 12px;
	
}
#footersocial {
	clear: both;
	float:left;
	background: #323232;
	width: 141px;
	height:52px;
	font-size: 12px;
	
}

#footerfacebook {
	clear: both;
	
	background: #323232 url(images/facebook.jpg) left top no-repeat;
	width: 50px;
	height:52px;
	
}

#footertwitter {
	clear: both;
	background: #323232 url(images/twitter.jpg) left top no-repeat;
	width: 46px;
	height:52px;

	
}
#footerlinkedin {
	clear: both;
	background: #323232 url(images/linkedn.jpg) left top no-repeat;
	width: 45px;
	height:52px;
	
}

#contactsocial {
	clear: both;
	float:left;
	background: #e0e0e0;
	width: 150px;
	height:52px;
	font-size: 12px;
	
}

#contactfacebook {
	clear: both;
	
	background: #e0e0e0 url(images/contact-facebook.jpg) left top no-repeat;
	width: 39px;
	height:50px;
	
}

#contacttwitter {
	clear: both;
	background: #e0e0e0 url(images/contact-twitter.jpg) left top no-repeat;
	width: 44px;
	height:50px;

	
}
#contactlinkedin {
	clear: both;
	background: #e0e0e0 url(images/contact-linkedin.jpg) left top no-repeat;
	width: 44px;
	height:50px;
	
}

* html #av_frame {
height:500px;
margin-left:11px;
text-align:center;
vertical-align:center;
}

#av_frame {

margin-left:11px;
text-align:center;
vertical-align:center;
}






#footerhosted {
	clear: both;
	background: #323232 url(images/footerhosted.jpg) right top no-repeat;
	width: 220px;
	height:52px;
	font-size: 12px;
	
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;

}
#footer-content {	
	margin: 0 auto;		
	width: 904px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 100%;
}
#footer-content ul.col-list li {
	border-bottom: 30px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	

	border: none;
}
#footer-content ul.col-list li a span {

	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {

	text-decoration: none;
}

#footer-content .col {
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin-left:20px;
	display: inline;
}
#footer-content .col2 {
	width: 260px;
	padding: 0px 30px 0px 0;
	display: inline;
}
#footer-content .space-sep {
	float: left;
	width: 275px;
	margin-top: 0px;
	margin-left: 30px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #ffffff;
	border: 1px solid #222222;
	background: #111;
}
.post-content img {
padding: 0px;
border: none;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 0px; color: #222222;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
	width: 225px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/*
	Variable Grid System.Grid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid SystemGrid System
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_3 {

	margin-left: 15px;
	margin-right: 0px;
	width: 889px;	
}
.container_homepagecat{

	margin-left: 0px;
	margin-right: 0px;
	width: 904px;	
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
#techdesc {
	position: relative;
	padding-bottom:28px;

}

.homepagepagetextright{
	width:600px;
	display:inline;
	float: left;
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size:14px;
	
}



.homepagecommercialphotoleft{
	background: #000000 url(images/Asheville-commercial-photography-homepage.bmp) left top no-repeat;
	width:213px;
	height:114px;
	display:inline;
	float: left;
	position: relative;
	margin-bottom:5px;
	text-align: left;
	font-size:12px;
	
}

.homepagewebphotoleft{
	background: #000000 url(images/Asheville-web-design-homepage.bmp) left top no-repeat;
	width:213px;
	height:114px;
	display:inline;
	float: left;
	position: relative;
	margin-bottom:5px;
	text-align: left;
	font-size:12px;
	
}
.homepagegetstartedphotoleft{
	background: #000000 url(images/Asheville-get-started-homepage.bmp) left top no-repeat;
	width:213px;
	height:114px;
	display:inline;
	float: left;
	position: relative;
	margin-bottom:5px;
	text-align: left;
	font-size:12px;
	
}

.grid_work{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 0px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
.grid_1contact{
	display:inline;
	float: left;
	width:440px;
	position: relative;
	margin-left: 30px;
	margin-right: 0px;
	text-align: left;
	font-size:12px;
	color: #000000;	
}

.grid_2contact{
	display:inline;
	float: left;
	width:10px;
	position: relative;
	margin-left: 5px;
	text-align: left;
	font-size:1px;
	color: #e0e0e0;
}

.grid_3contact {
    width:230px;
	display:inline;
	float: right;
	position: relative;
	margin-right: 50px;
	text-align: left;
	font-size:12px;
	color: #000000;

}

.grid_1{
	height: 330px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
	
}
.grid_1b{
	display:inline;
	float: left;
	width:400px;
	position: relative;
	margin-left: 10px;
	margin-right: 0px;
	text-align: left;
	font-size:12px;
	color: #000000;
	
}

.grid_2{
	height: 330px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
.grid_2b{
	display:inline;
	float: left;
	width:400px;
	position: relative;
	margin-left: 20px;
	text-align: left;
	font-size:12px;
	color: #000000;
}

.grid_webservices {
	display:inline;
	float: right;
	position: relative;
	height:1700px;
	width:371px;
	margin-left: 20px;
	margin-top:10px;
	margin-right: 0px;
	background:  url(images/WebFolioIcons.jpg) top left no-repeat;
	background-position:0px 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}

.grid_webservices2 {
	display:inline;
	float: right;
	position: relative;
	height:800px;
	width:371px;
	margin-left: 20px;
	margin-top:10px;
	margin-right: 0px;
	background:  url(images/WebFolioIcons.jpg) top left no-repeat;
	background-position:0px 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
.grid_services_empty {
	display:inline;
	float: right;
	position: relative;
	height:365px;
	width:371px;
	margin-left: 20px;
	margin-top:10px;
	margin-right: 0px;
	background-position:0px 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
.grid_imageservices {
	display:inline;
	float: left;
	position: relative;
	height:365px;
	width:358px;
	margin-left: 20px;
	margin-right: 0px;
	background:  url(images/ImageFolioIcons.jpg) top left no-repeat;
	background-position:0px 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
.grid_service_spacer {
	display:inline;
	float: left;
	position: relative;
	height:365px;
	width:358px;
	margin-left: 20px;
	margin-right: 0px;
	background: transparent;
	background-position:0px 10px;
	text-align: left;
	font-size:12px;
	color: #000000;
}

.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-size:12px;
	color: #000000;
}
#serviceslist {

	margin-left:70px;
	color: #000000;
	text-align: left;

	width: 300px;
}
#imageserviceslist {

	margin-left:70px;
	color: #000000;
	text-align: left;

	width: 300px;
}


.moreworkrollover a{
	color: #ff4f00;
    font-size: 1.1em;
	padding-left:5px;
	font-weight: bold;
	background: transparent;
	
}
.moreworkrollover a:hover {
    color:#666666;
    font-size: 1.1em;
	padding-left:5px;
	font-weight: bold;
	background: transparent;

}


.rinehartimagingrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/rinehart-racing-imaging.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.rinehartimagingrollover a:hover {
background-position: -218px 0;
}

.windowsontheparkimagingrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/windowsonthepark-imaging.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.windowsontheparkimagingrollover a:hover {
background-position: -218px 0;
}



.groupedeteteimagingrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/groupedetete-imaging.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.groupedeteteimagingrollover a:hover {
background-position: -218px 0;
}

.thelobstertrapimagingrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/thelobstertrap-imaging.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.thelobstertrapimagingrollover a:hover {
background-position: -218px 0;
}

.cfodesignimagingrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/cfodesign-imaging.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.cfodesignimagingrollover a:hover {
background-position: -218px 0;
}







.level3productionsworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/level3productions.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.level3productionsworkrollover a:hover {
background-position: -218px 0;
}

.secretingredientsworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/secretingredients.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.secretingredientsworkrollover a:hover {
background-position: -218px 0;
}

.thelobstertrapworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/thelobstertrap.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.thelobstertrapworkrollover a:hover {
background-position: -218px 0;
}

.bluelakeflooringworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/bluelakeflooring.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.bluelakeflooringworkrollover a:hover {
background-position: -218px 0;
}


.vcssfaworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/vcssfa.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.vcssfaworkrollover a:hover {
background-position: -218px 0;
}

.ashevilletrolleycompanyworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/ashevilletrolley.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.ashevilletrolleycompanyworkrollover a:hover {
background-position: -218px 0;
}

.gracefuldesigngardensworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/gracefuldesigngardens.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.gracefuldesigngardensworkrollover a:hover {
background-position: -218px 0;
}

.prophotoworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/prophoto.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.prophotoworkrollover a:hover {
background-position: -218px 0;
}




.maidagreenworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/maida-green.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.maidagreenworkrollover a:hover {
background-position: -218px 0;
}



.windowsontheparkworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/windowsonthepark.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.windowsontheparkworkrollover a:hover {
background-position: -218px 0;
}

.colorfulpalateworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/colorfulpalate.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.colorfulpalateworkrollover a:hover {
background-position: -218px 0;
}

.yesterdayspacesworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/yesterdayspaces.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.yesterdayspacesworkrollover a:hover {
background-position: -218px 0;
}



.meadowsworkrollover a{
	display:inline;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/meadowsfamilyfarms2.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.meadowsworkrollover a:hover {
background-position: -218px 0;
}

.oysterhouseworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/oysterhouse.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.oysterhouseworkrollover a:hover {
background-position: -218px 0;
}
.davesteelworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/davesteel.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.davesteelworkrollover a:hover {
background-position: -218px 0;
}

.chrisbrightworkrollover a{
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	width: 217px;
	height: 141px;
	background: url(images/logos/chrisbright.jpg) top left no-repeat;
	text-decoration: none;
	float: left;
}

.chrisbrightworkrollover a:hover {
background-position: -218px 0;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .grid_1 {
	width:230px;
}

.container_3 .grid_2 {
	width:230px;
}


.container_3 .grid_3 {
	width:350px;
	height:375px;
}

.container_3 .grid_4 {
	width:400px;
	height:500px;
}

/* Prefix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .prefix_1 {
	padding-left:240px;
}

.container_3 .prefix_2 {
	padding-left:480px;
}
/* Suffix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .suffix_1 {
	padding-right:240px;
}

.container_3 .suffix_2 {
	padding-right:480px;
}

/* Push Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .push_1 {
	left:240px;
}

.container_3 .push_2 {
	left:480px;
}

/* Pull Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/
.container_3 .pull_1 {
	left:-240px;
}

.container_3 .pull_2 {
	left:-480px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
