/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#000000;
	background: #ffffff;

}

body.background {
	background: URL("/graphics/watermark.gif")  #ffffff;
}

#printcontainer {
	width:920px; 
	padding: 0 ;
	margin:0;

}
#printform {
	margin: 0;
	width:620px; 
	padding: 20px 30px ;
	margin:0;

}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:100%; 
	padding: 0 ;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: URL("/graphics/bigcontentBG.gif") repeat-y center top;
}

div#headerOuter {
	width:100%;
	height:99px;
	background: #26292c;

}
div#header {
	width:920px;
	height:99px;
	margin: 0 auto 0 auto;
	background: #26292c;

}


div#content {
	padding:0 0 140px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	width:920px;
	overflow: auto;


}

div#footer {
	position:absolute;
	width:100%;
	height:140px;
	bottom:0; /* stick to bottom */
	background: #26292c;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}



/* main nav */



#leftmenu{
	width: 214px;
	height:675px;
	margin: 0 0 25px 13px;
	float:left;
	padding: 0;
	border-right: solid 3px #ffffff;
	display: inline;
}

#leftmenu ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

#leftmenu li {
margin: 0;
padding: 0;


}

#leftmenu li a {
display: inline-block;
padding: 5px 0 5px 10px;
color: #000000;
text-decoration: none;
line-height:23px;
border-top: solid 1px #ccc6b4;
text-transform: uppercase;
font-size:13px;
margin: 0 11px 0 0;
width:193px;
}



#leftmenu li a:hover{
color: #c50000;
	text-decoration: none;
}


#sub1 ul, #sub2 ul, #sub3 ul{
list-style: none;
margin: 0;
padding: 0;
}

#sub1 li, #sub2 li, #sub3 li {
margin: 0;
padding: 0;
display: inline-block;

}

#sub1 li a, #sub2 li a, #sub3 li a {
padding: 0 0 9px 17px;
color: #000000;
text-decoration: none;
line-height:12px;
font-size:12px;
border:0;
margin: 0 11px 0 0;
text-transform: none;
float: right;
width:180px;

}



#sub1 li a:hover, #sub2 li a:hover, #sub3 li a:hover{
color: #c50000;
	text-decoration: none;
}



#titlenav {
	width:600px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-bottom: solid 1px #ccc6b4;
}


#titlenav ul {
   list-style: none;
   margin: 8px 0 0 0;
   padding: 0;
   }

#titlenav li {
   float: left;
   line-height: 14px;
   padding: 3px 6px;
   white-space: nowrap;
   text-transform: uppercase;
   font-size: 12px;
   margin-right:10px;
   
   }


#titlenav a {
	color: #95907a;
	text-decoration: none;
}
#titlenav a:hover {
	color: #e32b00;
	text-decoration: none;
}	



/* content formatting */

#pagecontent {
	width: 630px;
	padding: 38px 0 40px 48px;
	overflow: auto;
	line-height:20px;
	float:left;
	border-top:solid 8px #cbc6b4;
}

#textcontent {
	border-top:solid 9px #cbc6b4;
}

#text {
	padding: 0 205px 0 0;
}


#portfolio {
	border-top:solid 9px #cbc6b4;
	padding: 0 0 0 0;
	height:auto;

}

span.portsub {
	font-size:15px;
}


#footerinset {
	width: 900px;
	margin: 0 auto 0 auto;
}

#right_foot {
	color: #eeeeee;
	float: right;
	padding-top: 48px;
	line-height:17px;
	text-align: right;
}

#left_foot {
	color: #eeeeee;
	float: left;
	margin-top: 15px;
	padding-left: 23px;
	line-height:22px;
	font-size:11px;
	background: url(/graphics/redblock.gif) no-repeat;
}



div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #e32b00;
	text-decoration: underline;
}

a.imedia {
	color: #eeeeee;
	text-decoration: underline;
}
a.imedia:hover {
	color: #ffffff;
	text-decoration: underline;
}



h2 {
	font-weight:normal;
	font-size:20px;
	color: #e32b00;
	text-transform: uppercase;
	margin: 19px 0 0 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* splash stuff */

#splashcontent {
	width:689px;
	padding: 0 0 40px 0;
	overflow: auto;
	margin:0;
	float:left;
}


#splashleft {
	width:345px;
	height:278px;
	margin:0;
	padding:0;
	background: URL(/graphics/splashbgL3.jpg) no-repeat;
	float:left;
}

#splashleft div {
	width:345px;
	height:210px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#splashright {
	width:344px;
	height:278px;
	margin:0;
	padding:0;
	background: URL(/graphics/splashbgR3.jpg) no-repeat;
	float:left;
}

#splashright div {
	width:344px;
	height:210px;
	margin:0;
	padding:0;
	overflow: hidden;
}

h1 {
	line-height:20px;
	font-size:28px;
	.font-size:27px;
	font-weight: normal;
	margin: 0;
	padding: 0 12px;
	text-transform: uppercase;
	color: #ffffff;
}
 
#intro {
	width: 600px;
	padding: 40px 0 0 40px;
	text-align:justify; 
	line-height:20px;
}

#intro2 {
	width: 689px;
	text-align:justify; 
	line-height:20px;
}

#intro span {
	text-transform: uppercase;
	font-size: 14px;
}

#feature {
	width: 689px;
	padding: 0;
	margin: 25px 0 0 0;
	background: #cbc6b3;
}
#feature span {
	text-transform: uppercase;
	font-size: 19px;
	line-height:27px;
	padding-left:10px;
}

#featuremore {
   float: right;
   line-height: 18px;
   padding: 3px 6px;
   white-space: nowrap;
   text-transform: uppercase;
   font-size: 14px;
   margin:2px 0 0 8px;
   width:190px;
   
   }

#featuremore a {
	color: #e32b00;
	text-decoration: none;
}	

#featuremore a:hover {
	color: #e32b00;
	text-decoration: none;
}	

/* portfolio stuff */

div.portHeads {
	border-left: solid 8px #ffffff;
	padding: 0 0 0 10px;
}

#portPhoto {
	float: right;
	width: 351px;
	height:auto;
	padding-top: 20px;
}

div.thumb {
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin: 17px 15px 0 0;
	float: left;
}

div.thumb a{
	border: none;
	text-decoration: none;
}

h3 {
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
	margin:0;
	padding: 0;
}

h4 {
	font-weight:normal;
	font-size:13px;
	text-transform: normal;
	margin:0 ;
}

div.listitem {
	margin: 7px 0;
	padding: 3px 0;
	border-bottom: solid 1px #ccc6b4;
	width:65%;
	text-transform: uppercase;
	line-height:15px;
}

div.listitem img{
border: solid 4px #ccc6b4;
margin-right:10px;
}

div.listitem a {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

div.listitem a:hover {
	color: #e32b00;
	text-decoration: none;
}


/* resources stuff */




#resourceFile ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	width: 95%;
}

#resourceFile li{
	margin: 7px 0 0 0;
	list-style: none;
	background: URL(/graphics/docicon.gif) no-repeat ;
	height: 54px;
	padding: 14px 0 14px 62px;
	border-bottom: solid 1px #ccc6b4;

}



#resourceFile li a{
	/* display: block; */
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;

}

#resourceFile li a:hover {
color:#e32b00;
text-decoration: none;
}	

#resourceFile2 ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	width: 95%;
}

#resourceFile2 li{
	margin: 7px 0 0 0;
	list-style: none;
	background: URL(/graphics/docicon.gif) no-repeat ;
	height: 54px;
	padding: 14px 0 0 62px;
	border-bottom: solid 1px #ccc6b4;

}

#resourceFile2 .level_change {
	height: 65px;
}


#resourceFile2 li a{
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;

}

#resourceFile2 li a:hover {
color:#e32b00;
text-decoration: none;
}	


/* links  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}


/* catalog */

div.maincat {
	padding:5px; 
	border: solid 1px #ccc6b4;
}

a.catalog {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:13px;
}


div.othercat {

	line-height:13px;
	margin: 5px 0;

}

div.othercat img {
	width:120px;
}


a.catalog2 {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
}

a.catalog3 {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	color:#26292c;
}

#catDetail img{
	margin: 0 0 5px 10px;
	border: solid 3px #ffffff;
}

span.catTitle {
text-transform: uppercase;
font-size:15px;
font-weight: bold;

}

td.cartdisplaytop {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc6b4;

}

td.cartdisplay {
	border-bottom: solid 1px #ccc6b4;

}

td.cartdisplay img{
	margin: 5px 8px 0 0;
}


#photoscroll{
	width: 689px;
	height: 135px;
	overflow:hidden;
	position: relative;
}

#photoscroll img { 
-ms-interpolation-mode:bicubic;
}

#mainphoto {
	height:281px;
	width:350px;
	overflow: hidden;
}

#infoprint {
	width:150px; 
	float: right;
	margin-right:155px;
	.margin-right:80px;
	font-size:12px;
	}
	
#infoprint a{
	color: #c50000;
	text-decoration: none;
	}
	
div.error {
	color: #c50000;
	font-weight: bold;
	padding: 3px 5px;
	font-size:11px;
}