/* CCopyright Dalski Stone Gallery 2008 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* all Text and Links --------------------------------------- */
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:36px;
color:#FFFFFF;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:26px;
color:#3a3835;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-style:italic;
font-size:18px;
color:#FFFFFF;
}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:19px;
color:#efebe9;
}


h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-style:italic;
font-size:14px;
color:#322d27;
}

h1 a:link, h1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

h1 a:active, h1 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

h5 a:link, h5 a:visited {
	color:#322d27;
	text-decoration:none;
	}

h5 a:active, h5 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-style:italic;
font-size:15px;
color:#322d27;
}
	
.extra-h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;
font-size:36px;
color:#322d27;
}


p {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:13px;
color:#322d27;
}

.b {
font-weight:bold;
}

.white {
	color:#FFFFFF;
}

.brown {
	color:#322d27;
}


.special {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:16px;
color:#e2dbc8;
}

.special a:link, .special a:visited {
	color:#e2dbc8;
	text-decoration:none;
	}

.special a:active, .special a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	
.standard_lnk {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
}	

.standard_lnk a:link, .standard_lnk a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.standard_lnk a:active, .standard_lnk a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#menu_right_col ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e2dbc8;
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height:200%;
	}

#menu_right_col li
	{
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}	

#menu_right_col a:link, #menu_right_col a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#menu_right_col a:active, #menu_right_col a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/* END all Text and Links --------------------------------------- */


/* 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: 12px 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; }

#imageDataContainer p { font-weight:normal; }

/* End LIGHTBOX -----------------------------------------------------*/

body {
	background-color:#121110;
	background-image:url(images/dalski_stone_bckgnd_marble.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	width: 972px;
	margin-left:auto;
	margin-right:auto;
}



#header_top {
	height:48px;
	padding-left:60px;
	border: 0px none;
	display:block;

}


#content-left-border{
width:100%;
background-image:url(images/border_trnsp.png);
background-repeat:repeat-y;
background-position:left;
}

#content-right-border{
background-image:url(images/border_trnsp.png);
background-repeat:repeat-y;
background-position:right;
padding-left:6px;
padding-right:6px;
}

#content-bottom-border{
background-image:url(images/border_btm_trnsp.png);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:6px;
}


/*  NAVIGATION -------------------------------------------------------------------------*/


#main_nav {
	height:32px;

}

#nav_left_logo {
	width:300px;
	float:left;
}

#nav_right {
	float:left;
	width:660px;
}

    #tabs12 {
      float:left;
      width:100%;
	  background-image:url(images/menu_bcgnd_rp.jpg);
	  background-repeat:repeat-x;
	  font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
	  font-weight:bold;
      line-height:normal;
      border-bottom:1px solid #FFFFFF;
	  height:31px;
      }
    #tabs12 ul {
      margin:0;
      padding:0 10px 0 34px;
      list-style:none;
      }
    #tabs12 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs12 a {
      float:left;
      background:url(images/tableft12.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs12 a span {
      float:left;
      display:block;
      background:url(images/tabright12.gif) no-repeat right top;
      padding:11px 15px 5px 9px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs12 a:hover span {
      color:#534741;
      }
    #tabs12 a:hover {
      background-position:0% -42px;
      }
    #tabs12 a:hover span {
      background-position:100% -42px;
      }

      #tabs12 #current a {
              background-position:0% -42px;
      }
      #tabs12 #current a span {
              background-position:100% -42px;
			  color:#534741;
      }
	  
	  #pusher {
	  clear:both;
	  
	  }
/* END NAVIGATION ----------------------------------------------*/


#flash_banner{
	height:243px;

}

#content-body{
width:100%;
background-image:url(images/bknd_bottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#959087;
}

#content-inner {
background-image:url(images/marble_bknd.jpg);
background-repeat:no-repeat;
background-position:top;
padding:10px 50px 30px 50px;
}

#content-inner-contact {
background-image:url(images/marble_bknd_2.jpg);
background-repeat:no-repeat;
background-position:top;
padding:10px 50px 30px 50px;
}


#heading_main {
	width:100%;
	padding-bottom:15px;
}

#heading_main_contact {
	width:100%;
	padding-bottom:15px;
	padding-left:5px;
}

#column_1, #column_2 {
	float:left;
	width:260px;
	margin-right:40px;
}


#column_1_proj{
	float:left;
	width:320px;
	margin-right:40px;
}

#column_1_contact {
	float:left;
	width:260px;
	margin-right:40px;
	padding-left:5px;
}

#column_3 {
	float:left;
	width:255px;
}



#2column_enclosure {
	float:left;
	width:560px;
	margin-right:40px;
}

#column_2_across_left {
	float:left;
	width:560px;
	margin-right:40px;
}

#column_2_across_right {
	float:left;
	width:560px;
}


#column_2_across_right_proj {
	float:left;
	width:500px;
}

#column_2_across_left_lomg {
	float:left;
	width:665px;
	margin-right:40px;
}


#column_right_short {
	float:left;
	width:155px;
}



#ad1 {
	background-image:url(images/stonefusion_display.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:108px;
}


#ad2 {	
	background-image:url(images/special_starburst.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:108px;
	border-top:#bbb2ab thin solid;
}

#pdf {	
	background-image:url(images/PDF_icon.gif);
	background-repeat:no-repeat;
	background-position:80px;
	padding-left:108px;
	border-top:#bbb2ab thin solid;
}

#pdf_2 {	

	padding-top:12px;
	border-top:#bbb2ab thin solid;
	margin-top:100px;
}


#word_form {	
	padding:12px 0 0 10px;
	border-top:#bbb2ab thin solid;
	margin-top:25px;
}
/* FOOTER --------------------------------------------------------------------- */

#footer_main {
color:#FFFFFF;
padding-bottom:25px;
}

#footer_menu {
	float:left;
	padding: 10px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
}


#footer_menu a:link, #footer_menu a:visited {
	color:#898989;
	text-decoration:none;
	}

#footer_menu a:active, #footer_menu a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

#footer_copyright {
	text-align:right;
	padding:10px 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
}







