/* CC INDUSTRIES STYLES */
html, body {
	margin: 0px;
	height: 100%;
}
body {
	background: #999999 url(/layout/bg.jpg) repeat center top;
	text-align: center;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 2em;

}
body * { /* Traditional box model on all elements */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
font {
	background-color: transparent;
}
p, table, td, td table, ul, ol, dl, li, div, span, blockquote, a {
	font-size: 1em;
}
p, blockquote {
	margin-top: 0px;
	line-height: 1.1em;
}
ul, ol, dl {
	margin-top: 0px;
	line-height: 1.25em;
	text-align: left;
}

a:link, a:link font {
	color: #CC3333;
}
a:visited, a:visited font {
	color: #660000;
}
a:hover, a:hover font, a:active, a:active font {
	color: #FF3333;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #D92020;
	margin: 0px;
	padding: 0.75em 0px 0.5em;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 1em 0px 0.25em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	padding: 2px 4px;
	background-color: #CCC;
}
h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h5 {
	font-style: italic;

}
h6 {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.smalltext {
	font-size: 10px;
}
.border {
	border: 1px solid #000;
}

table.table- { /* Default Table Styles */
font-size: 0.9em;
background: #FFF;
}
tr.table-odd {background-color: #DDD;}
tr.table-even {background-color: #EEE;}

table.table-heading- {/* Autoformat Table Style with Heading Row */
font-size: 0.9em;
background: #FFF;
} 
td.table-heading-topleft, td.table-heading-topright, td.table-heading-topcenter {
	background: #333;
	color: #FFFFFF;
	font-weight: bold;
}
tr.table-heading-odd {background-color: #DDD;}
tr.table-heading-even {background-color: #EEE;}


#container {
	margin: 0px auto;
}
#mid {
	margin: 0px auto;
}
#plaque-top {
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
	background: url(/layout/plaque_top.jpg) no-repeat left bottom;
	text-align: left;
	vertical-align: bottom;
	height: 34px;
	margin: 0px;
	padding: 20px 20px 2px;
}
#plaque-top a {
text-decoration: none;
}
#plaque {
	background: #D3D3D3 url(/layout/plaque_bg.jpg) repeat-y;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px 20px;
	width: 570px;
	height: 146px;
}

div#main {
	vertical-align: top;
	text-align: left;
	width: 530px;
	height: auto;
	margin: 0px auto 10px;
	padding: 10px 10px 20px;
	background: #FFF;
	border: 1px groove #000;	
}

#footer {
	margin: 0px auto;
}
#footer-bar {
	font-size: 0.8em;
	color: #666666;
	background: url(../layout/footer_bar.jpg) no-repeat center 6px;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	height: 41px;
	width: 570px;
	vertical-align: top;
}

#copy {
margin: 10px;
color: #FFF;
font-size: 0.9em;
}
#copy a {
color: #FFF;
text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #FF3333;
	text-decoration: underline;
}

/* PRODUCT INDEX PAGES */
#title {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
td#title h1 {padding-bottom: 0px;}
#index {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px;
}


/* MAIN MENU - FOR DEFAULT PAGES */

div#nav-text1 {
	width: 580px;
	margin: 0px -10px 0px 0px;
	vertical-align: middle !important;
	overflow: hidden;
	line-height: 1.1em;
}
div#nav-text1 a {
	display: block;
	float: left;
	width: 280px;
	height: 48px;
	margin: 0px 10px 4px 0px;
	padding: 10px 44px 10px;
	background: #CCC url(/layout/button.jpg) no-repeat center top;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle !important;
}

div#nav-text1 a, div#nav-text1 a:link, div#nav-text1 a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 0.9em;
}

div#nav-text1 a:active, div#nav-text1 a:hover {
	color: #FF3333;
}

/* SUBMENU - FOR PRODUCT INDEX PAGES */
#subnav, #subnav ul { /* all lists */
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
line-height: 1.1em;
}

#subnav a { /* all menu links */
font-size: 0.9em;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

#subnav li {
font-size: 1em;
font-weight: bold;
text-align: center;
vertical-align: middle;
float: left;
margin: 0px;
padding: 0px;
}

#subnav li.subnav-top {
width: 100%;
}
#subnav li.subnav-top a, li.subnav-top span.subnav-current {
display: none;
}

#subnav li ul { /* second-level lists */
width: 100%;
}
#subnav li ul ul { /* third-and-above-level lists */
display: none;
}
#subnav li.subnav-sub {
width: 210px;
height: 58px;
margin: 0px;
padding: 5px;
}
#subnav li.subnav-sub a {
display: block;
text-decoration: none;
vertical-align: middle;
width: 200px;
height: 48px;
margin: 0px;
padding: 10px 20px;
background: #CCC url(/layout/button-sm.jpg);
}

#subnav li.subnav-sub a:link, #subnav li.subnav-sub a:visited {
	color: #333333;
}
#subnav li.subnav-sub span.subnav-current {
display: block;
text-decoration: none;
vertical-align: middle;
width: 200px;
height: 48px;
margin: 0px;
padding: 10px;
background: #CCC url(/layout/button-sm.jpg);
}
#subnav li.subnav-sub a:hover, #subnav li.subnav-sub a:active {
	color: #FF3333;
}

.clear { /* content underneath the menu needs to be cleared */
	clear: both;
}

/*PHOTO GALLERY*/
/******************/
table.photos-album-table {width: 100%;}
table.photos-album-table td.photos-album {
	width: 100%;
	margin: 0px;
	padding: 0px 10px 30px;
	background-color: #FFF;
	border-bottom: 3px groove #999999;
	vertical-align: top;
	text-align: left;
}

h2.photos-album-header {
text-align: left;
}
	
div.photos-album-photobox {
	width: 35%;
	margin: 10px;
	display: block;
	float: left;
	text-align: center;
}
.photos-album-thumbnail {
	border: 0px;
	margin-bottom: 4px;
}
div.photos-album-textbox {
	width: 55%;
	margin-top: 10px;
	text-align: left;
	display: block;
	float: left;
}
.photos-album-link {}
.photos-album-lastupdated {
	font-size: 0.8em;
}

.photos-view-photo {
	border: 0px solid #999999;
}
#caption {
	text-align: center;
}
.photos-fulllink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}

h2.photos-phototitle {
text-align: center;
}
.photos-fulllink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* Thumbnail View */
div.thumbnail {
margin: 0px;
}
div.thumbnail-top {
padding-bottom: 10px;
}
h2.thumbnail-album-title {
margin-top: 0px;
}
table.thumbnail-table {
}
table.thumbnail-table td.thumbnail-pic {
margin: 0px;
padding: 8px;
border-bottom: 3px groove #999999;
vertical-align: top;
text-align: center;
}
table.thumbnail-table td.thumbnail-empty {
border-bottom: 3px groove #999999;
}
td.thumbnail-pic img {
	margin-bottom: 1em;
}
a.photos-album-link {}
p.photos-phototitle {
display: block;
text-align: center;
vertical-align: bottom;
}