@charset "UTF-8";
/* CSS Document */

/* --------- Normalize ---------- */

* {
margin: 0;
padding: 0;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* --------- End Normalize ---------- */

body {
background-image: url("../images/bkg3.png");
background-repeat: repeat-x;
background-color: #ffffff;
text-align:center;
font: 92%/1.7 Georgia, "Times New Roman", Times, serif;
}

/* --------- Format ---------- */

.buynow {
float:right;
margin:20px 20px 5px 20px;
}

.imageleft {
float:left;
margin:.3em 20px 5px 0;
}

.imageright {
float:right;
margin:.3em 0 5px 20px;
}


/* --------- Menu ---------- */


ul#menu {
position:absolute;
bottom:0;
left:70px;
list-style:none;
z-index:1000;
}

ul#menu li {
float:left;
margin: 0;
padding: 0;
}


ul#menu li a {
background:transparent no-repeat bottom center;
display:block;
text-align:left;
text-indent:-9999px;
z-index:3;
height:35px;
}



ul#menu li.home a {
background-image:url(../images/btn_0.png);
width:90px;
}

ul#menu li.about a {
background-image:url(../images/btn_1.png);
width:113px;
}

ul#menu li.indianapolis-web-design {
margin-left:330px;
}

ul#menu li.indianapolis-web-design a {
background-image:url(../images/btn_2.png);
width:138px;
}

ul#menu li.contact a {
background-image:url(../images/btn_6.png);
width:113px;
}

/*li.link3 a {
background-image:url(images/btn_2.png);
margin-left:111px;
padding:20px;
position:absolute;
top:212px;
width:60px;
}*/



/*li.link5 a {
background-image:url(images/btn_5.png);

margin-left:244px;
padding:20px;
position:absolute;
top:212px;
width:65px;
}*/







/* ---------- Layout ----------- */


#mid {
background: url("../images/orange2.png") repeat-x bottom left;
width: 100%;
height: 250px;
position: relative;
z-index: 2;
}

#mid-inner{
margin: 0 auto;
width: 950px;
position: relative;
z-index:3;
height:200px;
}

h1.logo {
background-image:url(../images/skyline.png);
background-repeat:no-repeat;
left:265px;
top:36px;
height:250px;
width:390px;
position:absolute;
text-indent:-9999px;
z-index:3;
}

#mid-inner, #footer {
min-width: 850px;

}

#wrapper {
width: 850px;
text-align: left;
margin:10px auto 0 auto;
clear: both;
}

#steps {
	width: 315px;
	min-height: 400px;
	float: left;
	margin-left:20px;
	background:#eaeaea url(../images/bg_portfolio-bottom.gif) no-repeat center bottom;
	text-align:center;
}

#steps h2 {
	background:transparent url(../images/bg_portfolio-top.gif) no-repeat center top;
	height:52px;
	text-indent:-9999px;
	margin:0;
	padding:0;

}


.one-col #content {

padding-bottom: 20px;
}


.two-col #content {
width: 480px;
padding-bottom: 20px;
margin-left: 30px;
float: left;
}

/*#content2 {
float: right;
width: 250px;
padding-bottom: 20px;
margin-top: -50px;
}*/


#footer {
background-image: url("../images/ftr.png");
background-repeat: repeat-x;
/*background-color: #040504;*/
width: 100%;
min-height: 165px;
/*bottom: 0 !important;
bottom: -1px;*/
clear: both;
}

#ftr_links{
padding-top: 40px;
}




#buy li{
display:inline;
float:left;
list-style-image:none;
margin:0;
padding:0;
}


/* --------- Typography ---------- */

a {
color: #dc560d;
text-decoration:underline;

}

a:hover {
text-decoration:none;
}

#footer a {
color: #1f231d;
text-decoration:underline;
font-size: 1.2em;
padding: 10px;
}

#footer a:hover {
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
line-height:normal;
}


h1.light {
font-size:1.4em;

color: #c3d1d5;
padding-bottom: 5px;
}

#content h1 {
margin-top:0.5em;
}

h1 {
font-size:1.6em;
color: #1f231d;
}


h2 {
font-size:1.4em;
color: #dc560d;
padding-top: 15px;
}

p {
color: #1f231d;
margin-bottom:1em;
}

li {
font-size:0.9em;
color: #1f231d;
margin-left: 30px;
}

img.thumbs {
padding: 10px;
border:0px;
margin:0 auto;
}


/*------------- LIGHTBOX -------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }