/*********************************************************************/
/*																	 */
/*	site.css														 */
/*  Style sheet for entire web site.								 */
/*	Links in necessary style sheets for web site					 */
/*																	 */
/*	Copyright 2003-2005 4th Dimension Development					 */
/*	www.4thDimensionDev.com											 */
/*																	 */
/*********************************************************************/


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BCB398;
	background: #000;
	line-height: 1.5em;
	text-align: center;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul
{
	text-align: left;
}

p.content
{
	text-align: left;
	line-height: 1.75em;
}

p.format
{
	text-indent: 25px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 2em;
	text-align: justify;
}

p.plist
{
	margin: 5px 5px 0 5px;
	text-indent: 0;
}

#wrapper
{
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#header, #wrapper
{
	width: 100%;
	min-width: 800px;
}

#header
{
	background: #423D25;
	color: #BCB398;
	text-align: center;
	height: 135px;
	border-bottom: 2px solid #000;
}

#header #portrait
{
	float: right;
}

#header #logo
{
	float: left;
}

#tblAlign
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#navMenu
{
	width: 140px;
	background: #000 url(../images/montana_nav_bkgd.jpg) no-repeat;
	color: #BCB398;
	padding: 0;

	margin: 0;
	text-align: left;
	font-weight: normal;
}

#navMenu_NJS
{
	width: 300px;
	background: #000 url(../images/montana_nav_bkgd.jpg) repeat;
	color: #BCB398;
	padding: 0;

	margin: 0;
	text-align: left;
	font-weight: normal;
}

#content
{
	width: auto;
	margin: 0px;
	padding: 5px;
	text-align: center;
	background: url(../images/content_bkgd.gif);
	background-repeat: repeat;
}

#content img.left
{
	margin: 5px;
	float: left;
}

#content .left
{	
	margin: 5px;
	float: left;
}

#content img.right
{
	margin: 5px;
	float: right;
}

#content .right
{
	margin: 5px;
	float: right;
}

#seniorportraits
{
	padding: 10px;
}

#portraitList
{
	float: left;
	padding: 10px;
}

#productOpts
{
	border: 1px solid #CBBA6D;
	background: #423D25;
	width: 300px;
}

#productOpts td
{
	/*white-space: nowrap;*/
}

#productOpts td
{
	padding: 2px;
	color: #CBBA6D;
	font-weight: bold;
	text-align: right;
}

#productOpts input
{
	border: 1px solid #000;
	text-align: center;
}

#creditCards
{
	text-align: center;
	padding: 5px;
}

/* Forces encapsulating blocks to fully enlose floated elements */
.clear
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer
{
	width: 90%;
	margin: 5px auto;
	padding-top: 5px;
	line-height: 1.5em;
	font-size: 10px;
	text-align: center;
}

a:link
{
	color: #FFF;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color: #FFF;
}
a:hover
{
	text-decoration: none;
	border-top: 1px solid #6cf;
	border-bottom: 1px solid #6cf;
	color: #6cf;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

#logo a, #logo a.link, #logo a.hover, #logo a:visited
{
	text-decoration: none;
	border: none;
}

#footer a.link
{
	font-size: 10px;
	text-decoration: none;
}

#footer a.link, #footer a.hover
{
	text-decoration: underline;
}

.galleryImg, .restoreImg, .sampleImg
{
	float: left;
	width: 30%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: center;
}

.restoreImg, .sampleImg
{
	width: 40%;
}

.productImg
{
	float: left;
	margin: 5px;
}

#galleryBtns
{
	text-align: center;
	width: auto;
	padding: 5px;
}


.galleryImg a, .galleryImg a:hover, .galleryImg a:visited, #galleryBtns a, #galleryBtns a:hover, #galleryBtns a:visited
{
	border: none;
	text-decoration: none;
}

#galleryBtns a, #galleryBtns a:hover, #galleryBtns a:visited
{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px;
}

#pageNumSec
{
	text-align: center;
	width: 100%;
}

#contactForm input, #contactForm textarea
{
	border: 1px solid #CBBA6D;
	background: #423D25;
	color: #CBBA6D;
}

/*#productOrder input.button
{
	border: 1px solid #423D25;
	background: #CBBA6D;
	color: #423D25;
	font-weight: bold;
}*/

h1
{
	font-size: 36px;
	text-transform: uppercase;
}

h1.pageTitle
{
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}

h2
{
	font-size: 20px;
	text-transform: uppercase;
}

h2.nav
{
	color: #000;
	font-size: 16px;
	padding: 0;
	margin: 2px 0;
	text-transform: capitalize;
	font-weight: bold;
}

.galleryImg h2, .restoreImg h2, h2.product, .sampleImg h2
{
	font-size: 12px;
	font-weight: bold;
	text-transform:capitalize;
}

h3
{
	font-size: 18px;
	text-transform: uppercase;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

.center
{
	text-align: center;

}

.error
{
	font-weight: bold;
	color: #6cf;
}

.bold
{
	font-weight: bold;
}

.leader
{
	font-weight: bold;
	color: #CBBA6D;
}

.small
{
	font-size:10px;
}

.large
{
	font-size: 13px;
}

.pageNum
{
	font-size: 13px;
	font-weight: bold;
}

.ltblue
{
	color: #6cf;
}

img
{
	border: none;
}

/* Some Clunky Style Rules To Be Highly Modified */
#cart 
{
	width:auto;
}

#cart th 
{
	padding:5px 15px 5px 15px; 
	background-color:#D5D893;
	color:#000;
	border:1px solid #423D25;
	text-transform:uppercase;
}

#cart .items 
{
	padding:5px 15px 5px 15px; 
	background-color:#423D25;
	color:#fff;
	border:1px solid #D5D893;
	vertical-align:middle;
}
		  
#cart .empty 
{
	background-color:#D5D893;
}

#cart .checkout 
{
	background-color:#423D25;
	border:1px solid #D5D893;
}

#cart .total 
{
	padding:5px 15px 5px 15px; 
	background-color:#423D25;
	color:#fff;
	border:1px solid #D5D893;
}
		  
#minicart 
{
	width:auto; 
	border:1px solid #D5D893;
	padding:0px;
	background-color:#423D25;
}		
		   
.minihead 
{
	padding:5px 15px 5px 15px; 
	background-color:#D5D893;
	color:#fff;
	border:1px solid #423D25;
	text-transform:uppercase;
	text-align:center;
}

.minicontent 
{
	padding:5px 15px 5px 15px; 
	background-color:#423D25;
	color:#fff;
	border:1px solid #D5D893;
	text-align:center;
} 
