/*~~~~~~~~~~~~~Overall~~~~~~~~~~~~~~~*/

body{ margin: 0; padding: 0; }

html, body {
	height: 100%;
	width:;
	color: black;
	font-family: verdana, sans-serif;
	text-align: center;
	font-size: 87%;
	margin-top: 0;
  	margin-bottom: 0;
  	margin-left: 0;
 	margin-right: 0;
  	padding-left: 0;
  	padding-right: 0;

/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #FFFFFF;
	border: 0}

ul, li	{
	margin:auto;
	padding:0;
	text-align:center;
	}

/*~~~~Below is for Nav only...so it doesn't inherit from above code~~~~*/
 .div {border:0;}

a.navbartest:link  {
		font-family: sansa, sans-serif;
		font-size: 1.1em;
		color: white;
		text-decoration: none;
	border:0;
		} /* unvisited link*/

a.navbartest:visited  {
		font-family: sansa, sans-serif;
		font-size: 1.1em;
		color: white;
		text-decoration: underline;
			border:0;
		} /* visited link*/

a.navbartest:hover  {
		font-family: sansa, sans-serif;
		font-size: 1.1em;
		color: white;
		text-decoration: none;
			border:0;
		} /* mouse over link*/

a.navbartest:active  {
		font-family: sansa, sans-serif;
		font-size: 1.1em;
		color: white;
		text-decoration: none;
			border:0;
		} /* selected link*/

a:link {
	color: #B22222;
	text-decoration: underline;	border:0;}     /* unvisited link */

a:visited {
	color: #B22222;
	text-decoration: none; 	border:0;}  /* visited link */

a:hover {
	color: #B22222;
	text-decoration: underline; border:0;}   /* mouse over link */



a:active {
	color:  #5E6E64;
	text-decoration: underline; 	border:0;}   /* selected link */

a.name:hover{
	color: black;
	font-weight: bold;	border:0;}

a.plain:hover{
	color: black;
	text-decoration: none;	border:0;}


/*~~~~~~~~~~~~~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; }



/*~~~~~~~~~~~~~Layout~~~~~~~~~~~~~~~*/

/* Brick background at top with logo */
#header {
	top: 0;
	right: 0px;
	z-index:-5;
	height: 82px;
	background-image: url('images/headerbg.jpg');
	overflow: hidden;
	}


#header a{ border:150px; }

/* hide */
img.header{
	padding-top: 5px;
	padding-left: 6px;
	border:0;
	}

#menu {
	font-family: sansa, verdana, sans-serif;	
	background-color: #5E6E64;
	height: 2.3em;
	list-style: none;
	margin: 0 auto;
}

/* hide */
#heading {
    z-index:555;
	font-weight: bold;
}

/* hide */
#heading a{
    z-index:555;
	font-weight: bold;
}

/* hide */
#navbar {
	font-family: sansa, verdana, sans-serif;	
	background-color: #5E6E64;
	height: 2.3em;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 12%; /* move menu left & right */
}

/* hide */
#menuwrapper{	
	width: 100%;  
	height: 2.5em;
	margin: auto;
}


/* remove to make menu vertical */
#navbarwrapper{	
	width: 100%;  /* 890px ori */
	height: 2.5em;
	margin: 0 auto;
	padding: 0;
}

/* hide */
#menu ul  {
		list-style: none;
		padding-left: 2px;
		padding-right: 2px;
		margin: 0 auto;
		width:100%;
		}

#navbar ul  {
		list-style: none;
		padding: 0px;

		margin: auto;
}

/* Remove to make menu vertical */
#menu li  {
		float: left;
		margin: auto;
}

/* hide */
#navbar li  {
		float: left;
		margin: auto;
}

/* Decorate Menu Items */
#menu a  {
		height: 2.1em;
		line-height: 2.5em;
		float: left!important; /* expands menu items all the way across browser in Firefox */
		width: 100%;
		background-color: #5E6E64;
		text-decoration: none;
		color: white;
		font-family: sansa, sans-serif;
		font-weight: bold;
		font-size:8pt;
}
/* hide */
#navbar li a  {
		height: 2.1em;
		line-height: 2em;
		float: left;
        width: 50px;
		display: none;
		background-color: #5E6E64;
		border-right: 0px solid #56635C;
		border-left: 0px solid #56635C;
		text-decoration: none;
		color: red;
		font-family: sansa, sans-serif;
		font-weight: normal;
		}

#menu a:hover  {
		color: white;
		font-family: sansa, sans-serif;
		background-color: #56635C;
		}

#navbar a:hover  {
		color: white;
		font-family: sansa, sans-serif;
		background-color: #56635C;
		}

/* Hide from IE5-Mac \*/
#navbar-menu li a  {
		float: left;
		}
/* End hide */

#container {
   	position: relative;
	margin-top: 30px;
	height: 90%;
	width: 98%;
	color: black;
	background: white;
	padding: 10px;
	clear: left;
	}

#container img {
    Padding: 5px 5px;
	Border: 2px;
}

#content {
	width: 70%;
	padding: 20px}

#aboutcontent {
    width:100px;
	margin:0 0 0 250px;
	text-align:left;
}

#indexcontent{
	margin:0px auto;
	width: 850px;
}

#indexcontainer {
	padding: 10px;}

#aboutcontainer {
	width: 95%;
	height: 75%;
	padding: 15px;}

#padded	{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	width: 90%; }

.left {
	position: absolute;
	width: 200px; }

.news {			/*----for index.html only---*/
	float: left;
	clear: left;
	width: 180px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: #B22222 1px solid;}

.advert {			/*----for index.html only---*/
	float: left;
	clear: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #B22222 1px solid;}

#welcome { /*----for index.html only---*/
	margin-left: 200px;
	width: 65%;
	}

#top { /*----for index.html only---*/
	width: 850px;
	margin-top:20px;
	}

#gutter	{
	float: left;
	width: 100%;
	height: 1px;
	background-color: #5E6E64;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow:hidden;
}

#welcometext { /*----for index.html only---*/
	padding-left: 10px;
	}

ul	{
	margin: 0px;
	}
	
ul.enviro {
	margin-left: 20px;
	}

li.news{
	list-style-type: none;
	background: transparent url('images/paverbullet.gif') no-repeat;
	background-position: 0 3px;
	border: 0;
	padding-top: 0px;
	padding-left: 25px;
	/* margin-bottom: 0.5em; */
	width: 265px;
	}

.maincolumn1{
	width: 400px;
	float:left;
	padding-right:20px;
	}

.maincolumn2{
	width: 400px;
	float:left;
	padding-left:20px;
	text-align: left;
	font-size: .92em;
	color: #5E6E64;
	}

.newscolumn{
	width: 300px;
	float:left;
	text-align: left;
	color: #5E6E64;
	}

.advcolumn{
	width: 300px;
	float: left;
	}

.footercolumn{
	width: 200px;
	float: left;
	padding-left: 20px;
	text-align: right;
	font-size: .8em;
	color: #5E6E64;
	}

p.maincolumn{
	font-family: garamond, serif;
	font-size: 140%;
	}

p.maincolumn img{
    padding: 0 5px 5px 0;
}

#catcontainer {
	width: 725px;
	text-align: center}

#contactcontainer {
	height: 65%;
	text-align: center;
	padding: 50px 0px 50px 0px; }

#tuscancontent	{
	width: 650px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	}

#tuscancontent p{
	padding-left: 1.25em;
	}
	
/* presscontent */

#presscontent{
	width: 700px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	}
	
#presscontent p{
	padding-left: 1.25em;
	}
	
#presscontent table {border: 0px;}

#releases ul.list {padding: 0; margin-bottom: 18px; list-style: none outside;}

#release 		{
		width:675px;
		text-align: left;
		}
		
h5.release	{
		color: black;
		font-size: 1.3em;
		}
		
p.release{
		margin-top: 30px;
		line-height: 1.3em;
		font-size: 1em;
		}

#presscontent li {line-height: 1.75em; text-align:left;}

#releases td { padding-left: 15px; vertical-align: baseline; font-size:1em; vertical-align: text-top; }

#releases td h3 { font-size:1em; text-align: left; margin-top: 0px;}

#releases td.label { font-size: .8em;}

#photothumbs {
	position: absolute;
	top: 74px;
	left: 50px;
	width: 200px;
}

#photodisplay {
	margin-left: 300px;
}

#longtext {
	width: 60%;
	background: #F7F5F4;
	padding: 14px;
	border: solid 1px black}

#shapes {
	width: 60%;
	background: white;
	padding: 14px;
	border: solid 1px black}
	
#archspecs {
	width: 550px;
	background: white;
	padding: 25px;
	border: solid 1px black}
	
#archspecs p {
	font-size:.9em;
	line-height: 1.2em;
	}

#form{
	font-size: 95%;
	background: #F8F8FF;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 55%;
	padding: 14px;
	margin: 10px}

#popup {
	width: 500px;
	font-family:  verdana, sans-serif;
	margin-bottom: 20px; }

#photos {
	width: 60%;
	background: #F5F5F5;
	border: 1px solid black}

#footer {
	clear: left;
	font-family: verdana, sans-serif;
	width: 98%;
	text-align: center;
	color: black;
	font-size: 90%;
	padding: 15px 0px 1px 0px;
}

#shapetext {
	width: 75%;
	color: black;
	text-align: center;
	font-size: 100%;
	padding: 10px; }

#shapeimage {
	color: black;
	font-size: 100%;
	padding: 20px; }

#shapecontent {
	width: 100%;
	border: 1px black solid;
	text-align: center; 
	padding: 20px; }

#ordering {
	width: 75%;
	border: 0px; }

#small {
	width: 50%;
	padding: 10px 0 40px 0;
}

#minidiv	{
		width: 400px;
		text-align: center;
		padding-left: 50px;
		}

img.icon	{
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		border: 0px;
		}
		
img.press	{
		border: 1px soild #5E6E64;
		}

p.label		{
		font-family: sansa, sans-serif;
		font-size: small;
		}

p.italic	{
		font-style: italic;
		font-family: sansa, sans-serif;
		font-size: x-small;
		}

#minidiv	{
		width: 400px;
		text-align: left;
		padding-left: 10px;
		}


/*------Link Formatting!------*/

a.anchor {
	text-decoration: none;
	color: black;
}

dl{
	text-align: left}

/*------Text Formatting!------*/

h1{
	color: #333333;
	font-weight: bold;
	font-family: garamond, serif;
	font-size: 250%;	
}

h2{
	text-align: center}

h3{
	text-align:center}

h2.tuscan{
	text-align: left;
	margin-bottom: -20px;
	font-family: garamond, serif;
	font-size: 1.7em;
	}

h3.tuscan{
	text-align: left;
	font-family: garamond, serif;
	font-size: 1.5em;
	clear:left;
	}
	
h4.tuscan{
	text-align: left;
	font-family: garamond, serif;
	font-size: 1.2em;
	margin-left: 70px;
	color: black;
	clear:left;
	}

h4{
	font-weight: bold;
	color: #B22222;
}

#presscontent h5{
	color: #B22222;
	font-size: 1em;
	line-height: .7em;
	}

p.pressdate{
	text-align: left;
	font-weight: bold;
	font-family: garamond, serif;
	font-size: 1.4em;
	color: #5E6E64;
}

p.smalllink{
	font-size: 75%;
	text-decoration: none;
	padding: 0}

p.head1{
	font-weight: bold;
	font-size: 120%
    width:100%;
}

p.head2{
	font-size: 110%;
	font-style: italic;
	font-weight: bold}


p.head3 {
	font-weight:bold;
	font-size: 100%;
}

p.align {
	font-weight:normal;
	font-size: 100%;
    text-align:left; 
}

p.align2 {
	font-weight:normal;
	font-size: 100%;
    text-align:left;
	margin-left:50px;
}

p.align3 {
	font-weight:normal;
	font-size: 100%;
    text-align:left;
	margin-left:75px;
}

p.align4 {
	font-weight:normal;
	font-size: 100%;
    text-align:left;
	margin-left:100px;
}

ul li{
    text-align:left;
	text-indent: 50px;
	list-style:none;
}

p.popheading{
	font-family: Georgia, serif;
	font-size: 140%;
	font-style: italic;
	text-decoration: underline;
	letter-spacing: .15em}

p.headnews{
	margin-top: 0px;
	font-family: garamond, serif;
	font-weight: bold;
	font-size: 150%;
	color: #5E6E64; }

p.footer {
	font-family: verdana, sans-serif;;
	font-size: 85%}

.centeredImage{
 	text-align:center;
 	margin-top: 0px;
 	margin-bottom: 0px;
	padding: 0px}

.centeredtext{
	text-align:center;
 	margin-top:0px;
 	margin-bottom:0px;
	padding: 0px}

img.hidden{
	visibility: hidden}

img.cat{
	padding: 15px;}

img.thumbs {
	border: solid 1px gray;
	margin: 6px;}

img.thumb{
	border:1px solid #D3D3D3;
}

img.tuscan{
	float: left;
	border: 1px solid black;
	margin-bottom: 20px;
	margin-right: 20px;
	}

p.caption {
	font-family: verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center; }

p.smaller {
	font-family: verdana, sans-serif;
	font-size: 7pt;
	font-style: italic;
	text-align: center}

p.disclaimer {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;}

p.tuscandisclaimer {
	font-family: verdana, sans-serif;
	font-size: .8em;
	font-style: italic;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;}

.table2 {
    color: black;
	text-align: left;
    padding: 5px;
	border: solid 0px black;
}   

.table2 td{
    color: black;
    padding: 5px;
	border: solid 0px black;
} 

.table2 tr{
    color: black;
	background: white;
    padding: 3px;
	text-align: left;
	border: solid 2px black;
} 

.table2 th{
    color: black;
	background: white;
    padding: 3px;
	text-align: left;
	border: solid 2px white;
} 

.cell1 {text-align: left;}
table tr{
	color: black;
	background: white;
	padding: 10px;
	border: solid 1px black;
	}

table2 th {
    color: black;
	background: white;
	text-align: left;
    padding: 10px;
	border: solid 2px black;
} 
table.tuscan{
	border: 0px;
	padding: 0px;
	margin-left: 20px;
	}

table.tuscan td{
	padding: 10px;
	}

table.tuscan img{
	border: 1px solid #5E6E64;
	margin-bottom: 10px;
	}

table.tuscanspec{
	margin-left: 20px;
	border: 1px solid black;
	padding: 0px;}

table.tuscanspec tr{
	padding: 6px;
	border: 0px;
	}

table.tuscanspec tr.alt{
	padding: 6px;
	border: 0px;
	background-color: floralwhite;
	}

table.tuscanspec td{
	padding: 8px;
	border: 0px;
	}

table.jackpack {
	color: black;
	background: #F8F8FF;
	padding: 0px;
	border: solid 1px black; }

table.tech {
    text-align: left;
	color:red;
	border: 2px;
	padding: 4px;
	color: black;
	font-size: 100%;
}
tr.tech td.tech {
    text-align: left;
	color: red;
}


table.nocells {
	border: 0px;
	padding: 4px;
	color: black;
	font-size: 100%; }

tr.nocells {
	border: 0px;
	text-align: left;
	padding: 0px 6px 0px 6px; }

td.nocells {
	text-align: left;
	padding: 0px 6px 0px 6px; }

td.jackpack {
	color: black;
	background: white;
	font-size: 75%;
	font-weight: bold;
	font-family: verdana, sans-serif; }

td.jackpack2 {
	color: black;
	background: #F8F8FF;
	font-size: 75%;
	font-weight: bold;
	font-family: verdana, sans-serif; }

td.jackpack{
	font-family: verdana, sans-serif;
	font-size: 75%;
	text-align: center; }

td{
	font-family: verdana, sans-serif;
	font-size: 75%;
	text-align: center; 
	border: 0px; }

th{
	font-size: 75%;
	padding: 10px 30px 10px 30px;
	border: black 1px solid;
	font-family: verdana, sans-serif; }


/* Gallery Formatting */

#main-content li{
	width:200px;
	border: solid #CCC;
	border-width: 0 0px 0px 0;
	background: #FFF;
	padding: 10px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 5px;
}

#fullplate-navigation{
	list-style: none;
	margin: 5px 0 0 45px;
	font-size: 100%;

}

#fullplate-navigation li{
	display: block;
	float: left;
	width: 210px;
		
}

#previous{
	text-align: left;
	font-weight: bold;
}

#next{
	text-align: right;
	font-weight: bold;
}


#fullplate-navigation li a{

	width: 190px;
	padding: 10px;
	color: black;
}

#fullplate-navigation li a:hover{
	color: black;
	font-weight: bold;
}



#fullplate-photo{
	border: solid white;
	border-width:0 0px 0px 0;
	background: white;
	padding:2px 2px 2px 2px;
	margin:0 auto;
	width: auto;
}

#gallerycontainer {
	width: 100%;
	margin: 0 auto;
	align: center;
	padding-top: 10px;
}



#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:normal;
	background:black;
	color:white;
	padding:5px 0 5px 0;
	font-size:92%;
	border-width:0 0 10px 0;

	
} 

#foot{
	clear: left;
}

#wrap{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}



a.gallery{
	color: black;
	text-decoration:none;
}

s.gallerynav {
	text-align: center;
	color: black;
	text-decoration: none;
}

#photoheader{
	margin-bottom:20px;
	margin-top: 0px;
	padding-top: 0px;
}

#photoheader a{
	text-decoration:underline;
}

#gallerynav {
	width: 99%;
	text-align: center;
}

#thinbrick {
	position: absolute;
	top:-5px;
	left:0;
	z-index:5555555;
	border:0;
	margin: 0 0 0 65%;
}


