body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	padding: 0px;
	margin: 0px;
	background: url("images/bg.gif") repeat-x left top;
}

a {
	color: #5f9327;
}

a:hover {
	color: #2a78b4;
	text-decoration: underline;
}


#header {
	background: url("images/logo.jpg") no-repeat left top;
	height: 140px;
	width: 900px;
}	

/*********** #headline tags ***********/
h1 {
	font-size: 18px;
	color: #0a2f72;
	text-align: center;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	color: #0a2f72;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #660000;
	font-weight: bold;
}

hr {
	color: #DDDDDD;
	}

/*********** #Navbar ***********/

#navbar {
    background: url("images/nav.jpg") no-repeat left top;
	width: 900px;
	height: 30px;
}

#nav {
	padding: 7px 4px 0px 0px;
	text-align: right;
	color: #609427;
  }

#nav a {
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
  }

#nav a:hover {
	color: #0b3173;
  }

/*********** #Menu ***********/

#silkscreening a{
	background: url("images/silkscreening.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#silkscreening a:hover{
	background: url("images/silkscreening-li.jpg") no-repeat left top;
}

#embroidery a{
	background: url("images/embroidery.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#embroidery a:hover{
	background: url("images/embroidery-li.jpg") no-repeat left top;
}

#products a{
	background: url("images/products.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#products a:hover{
	background: url("images/products-li.jpg") no-repeat left top;
}

#news a{
	background: url("images/news.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#news a:hover{
	background: url("images/news-li.jpg") no-repeat left top;
}

#new a{
	background: url("images/new.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#new a:hover{
	background: url("images/new-li.jpg") no-repeat left top;
}

#new-b a{
	background: url("images/new-b.jpg") no-repeat left top;
	width: 300px;
	height: 120px;
	display: block;
}

#new-b a:hover{
	background: url("images/new-b-li.jpg") no-repeat left top;
}

#number {
	background: url("images/number.gif") no-repeat left top;
	width: 300px;
	height: 115px;
}

#space {
	margin: 20px 0px 15px 0px;
}

#envelope {
	background: url("images/envelope.gif") no-repeat left top;
	width: 300px;
	height: 62px;
	font-size: 13px;
	font-weight: bold;
	color: #0a2f72;
	line-height: 16px;
	padding: 6px 0px 0px 25px;
}

#envelope a{
	color: #2c7bb6;
}

#envelope a:hover{
	color: #ffffff;
}

#colrpt {
	background: url("images/column-rpt.gif") repeat-y left top;
	width: 300px;
}

#colbtm {
	background: url("images/column-btm.jpg") no-repeat left top;
	width: 300px;
	height: 23px;
	padding: 0px 0px 10px 0px;
}

#content {
	font-size: 11px;
	color: #222222;
	padding: 0px 0px 40px 35px;
	line-height: 14px;
	text-align: justify;
}

#content p {
	margin: 0 0 8 0;
}

#navbtm {
	color: #7d7d7d;
	width: 900px;
	margin: 0px 0px 6px 0px;
}

#navbtm a{
	color: #7d7d7d;
	text-decoration: none;
}

#navbtm a:hover{
	color: #8bbc40;
	text-decoration: none;
}

#copybar {
	background: url("images/copy-bar.gif") no-repeat left top;
	width: 900px;
	height: 28px;
	text-align: center;
	color: #ffffff;
	padding: 7px 0px 0px 0px;
}

#copybar a{
	color: #a5d9ff;
}

#copybar a:hover{
	color: #cbe98a;
}

#link {
	padding: 0px 0px 0px 0px;
}
#store {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	height: 240px;
	width: 149px;
}

#see {
	font-size: 18px;
	color: #0a2f72;
	text-align: left;
	font-weight: bold;
}

/************* Constant Contact email list form - index.html **************/

#list {
	width: 300px;
	background: #FFFFFF url("images/listbg.gif") no-repeat top left;
	margin-top: 15px;
	padding: 15px 0px;
	color: #0A2F72;
}

#list h2 {
	margin-top: 0px;
	color: #0A2F72;
}

#list-under {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999999;
	margin-bottom: 20px;
}

#list-under a {
	text-decoration:none;
}



/************* lightbox on gallery.html **************/

#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;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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 */ 


#gallery {
	width: 600px;
}

#gallery img {
	padding: 2px;
	margin: 3px;
}


#silk-pics img {
	padding-bottom: 20px;
	margin-top: 5px;
}

#left {
	float: left;
}

#right {
	float: right;
}