body{
padding:0;
margin:0;
text-align:center;
}
#container{margin:0 auto; width:890px;height:1024px;}




h1{font-size:18px;color:#f26522;font-weight:bold; margin:12 0 0 0;}

h2{font-size:14px;font-weight:bold;margin:12 0 0 0;}
h3{font-size:14px;margin:0; font-weight:normal;}
.orange{color:#f26522;}

p{margin:0; font-size: 14px; color: gray; font-style:helvetica neue, helvetica, arial, sans-serif;}

.bold{font-weight:bold;}
.large{font-size:16px, font-weight:bold; font-style:italic;}

a{
text-decoration:none;
color:#f26522;
}

a:hover{
text-decoration:underline;}








/*--------------------------------------
  PRIMARY NAVIGATION
---------------------------------------*/
#primary-nav{text-align:center; width:890px;}
#primary-nav ul{margin:0 auto;width:890px;}
#primary-nav li{display:inline;float:left;}
#primary-nav a{display:block;text-indent:-9999px;}
#primary-nav a:hover{background-position:0 -95px !important;}
#primary-nav #home{
	background:url(../Images/CollectingStones_logo.gif) no-repeat left 0;
	height:95px;
	width:364px;
}
#primary-nav #about{background:url(../Images/aboutnav.gif) no-repeat left 0;height:95px;width:105px;}
#primary-nav #portfolio{background:url(../Images/portfolionav.gif) no-repeat left 0;height:95px;width:105px;}
#primary-nav #process{background:url(../Images/processnav.gif) no-repeat top left;height:95px;width:105px;}
#primary-nav #pricing{background:url(../Images/pricingnav.gif) no-repeat top left;height:95px;width:105px;}
#primary-nav #contact{background:url(../Images/contactnav.gif) no-repeat top left;height:95px;width:105px;}
.current #about,.current #portfolio,.current #process,.current #pricing,.current #contact{background-position:0 -95px !important;}

.clear{border:0;clear:both;display:block;float:none;height:0;margin:0;overflow:hidden;visibility:hidden;width:0;}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}

/*--------------------------------------
 HOME
---------------------------------------*/

.flashhome{height:260px;}

/*--------------------------------------
 MAIN
---------------------------------------*/
#main {margin-top:20px; font-size:12px; float:left; color: gray;  width:890px; line-height:1.2; font-style:helvetica neue, helvetica, arial, sans-serif; text-align:center;}
#main ul{margin:0 auto; float:left;}
#main li{display:inline;float:left;list-style:none;}


#main #left{margin-top:50px; text-align:center; width:364px;}
#main #right{text-align:left; width:490px;}
#main #left-about{margin:150 45 0 45; text-align:left; width:364px;}
#main #contact{margin:0; font-size:14px;}
#main #text2{margin:0; font-size:14px;}
#main #title {margin-top:40px; margin-left:364px; width:535px; text-align:left;}

.title {margin-top:40px; float:left; margin-left:364px; width:535px; text-align:left;}
.left{float:left; margin-left:60px; margin-top:25px; width:238px; text-align:left;}
.leftmain{float:left; height:1%; margin:25px auto 0 auto; width:350px; }
.lefthome{font-size:16px; font-weight:bold; float:left; text-align:center; margin-top:100px; margin-left:45px; width:300px; }
.leftshowcase{float:left; text-align:left; margin-top:100px;; margin-left:45px; width:300px;
}
.leftabout{float:left; text-align:left; margin-left:45px; width:250px;
	margin-top: 70px;
}
.leftcontact{float:left;  margin-top:75px; margin-left:45px; }

.leftvideo{float:left;  margin-top:75px;
	margin-left: 25px;
}
.leftpricing{float:left; margin:0 auto; width:300px; }

.right{float:right; margin-top:25px; margin-right:30px; width:425px; text-align:left;}
.rightmain{float:right; width:466px; text-align:left;}
.rightabout{float:right; width:425px; text-align:left;
	margin-top: 0;
}
.righthome{float:right; width:466px; margin-top:50px; text-align:left;}
.rightcontact{float:right; width:466px; padding-left:30px; margin-top:80px; text-align:left;}

.rightvideo{float:right; width:466px; padding-left:30px; margin-top: 80px; text-align:left;
	margin-right: 145px;
}
.aboutcontainer {width:890px; float:left:}


.portfolio{text-align:left; float:left; width:890px;}



.hometext{margin:0; font-size:14px; color: gray;}

.indent {padding-left:16px; font-size:14px;}

.largeh3{font-size:14px;}
.smalltitle{line-height:16px; font-size:12px;}
.inline {display:inline; float:left; margin-left:30px; margin-right:30px; margin-top:30px; width:230px; }








/*--------------------------------------
lightbox
---------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../Images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
