@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 1209;
	background: #cdcbb4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	height: 165px;
	background-image:url(../images/header/headerBackground_small_nologo.png);
	background-repeat:no-repeat;
	font-family:"BankGothic Lt BT", "BankGothic Md BT";
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #headerTemp {
	background: #DDDDDD; 
	height: 165px;
	background-image:url(../images/header/headerBackground_small_nologo.png);
	background-repeat:no-repeat;
	font-family:"BankGothic Lt BT", "BankGothic Md BT";
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	margin-top:50px;
	margin-bottom:150px;
	padding: 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cdcbb4;
	width:475px;
	min-height:375px;
	border-right: 2px dotted #e6e5da;
	line-height:1.4em;
	font-size:12px;
}

.oneColFixCtrHdr #sideContent {
	margin-top:40px;
	padding-right:100px;
	background: #cdcbb4;
	width:225px;
	float:right;
	line-height:1.4em;
	font-size:12px;
}   
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7f7c70;
	height: 150px;
	width: 936px;
	vertical-align:middle;
	display: table-cell;
	color:white;
	font-size:12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:white;
	font-size:12px;

}
#navLinks {
	position:relative;
	top:50px;
	left:25px;
	font-size:14px;
	font-weight:bold;
	color:white;
}
.blogFooter {
	padding-bottom:5px;
	border-bottom: 1px dotted white;
}
h1 {
	font-size:17px;
	color:#b5111b;
	font-family:"BankGothic Lt BT", "BankGothic Md BT";
	font-weight:bold;
}

.thumbnail img {
	background-color:#FFF;
	border: none;
	padding:1px;
	float:left;
	margin-right:10px;
}
.thumnailLabel {
	font-size:10px;
	font-weight:bold;
}
#productList {
	width:470px;
	min-height:800px;
	padding-bottom:20px;
}
#productList H2{
	font-size:12px;
	color:#b5111b;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;
}
#portalTableHeader H1{
        font-size:12px;
        color:#b5111b;
        margin-bottom:0px;
        font-family:Tahoma, Geneva, sans-serif;
}
#portalMainContent {
	margin-top:50px;
	margin-bottom:150px;
	padding: 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cdcbb4;
	min-height:375px;
	border-right: 2px dotted #e6e5da;
	line-height:1.4em;
	font-size:12px;
}
#portalInput input{
	width: 600px;
}
#bottomBorder td {
	border-bottom: 1px dotted #b5111b;
}
#listLeft {
	width:225px;
	float:left;
	padding-bottom:30px;
}
#listRight {
	width:225px;
	float:right;
	padding-bottom:30px;
}
#imageGallery {
	background-color:#e5e4d8;
	width:875px;
	min-height:545px;
}
#productGallery {
	background-color:#e5e4d8;
	width:875px;
	min-height:575px;
}
#squareSpace {
	width:150px;
	height:200px;
	float:left;	
	padding-left:40px;
	padding-top:25px;
}
#productSpace {
	width:150px;
	height:200px;
	float:left;	
	padding-left:40px;
	padding-top:50px;
}
#gallerySquareBorder{
	padding-right:15px;
	padding-top:15px;
	float:left;
}
#gallerySquareRow{
	padding-right:15px;
	padding-top:15px;
	float:left;
	position:relative;
}
#gal{
	float:right;
	top:40px;
	width:612px;
	height:408px;
	margin-right:35px;
	position:relative;
}
#productGal{
	float:right;
	top:30px;
	width:612px;
	height:408px;
	margin-right:35px;
	position:relative;
}
#imageCaption{
	width:600px;
	float:right;
	top:75px;
	left:-43px;
	position:relative;
}
.captionText{
	width:400;
	color:#b5111b;
	font-weight:bold;
	font-size:11px;
	
}
#contactContent{
	background-color:#e5e4d8;
	width:815px;
	min-height:1300px;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;

}
#contactContentLeft {
	width:450px;
	float:left;
	padding-bottom:30px;
}
#contactContentRight {
	margin-top:40px;
	background: #e5e4d8;
	width:300px;
	float:right;
	line-height:1.4em;
	font-size:12px;
	padding-right:20px;
}
img.noBorder{
	border:none;
}
img.logo{
	border:none;
	position:relative; 
	top: 25px; 
	left: 30px;
}
.msg{
	color:#b5111b;
}
.floatRight img {
	position:relative;
	float:right;
	padding-left: 15px;
}
#flash{
	width:936px;
	height:274px;
	
}
#navLinksBG{
	background-color:black;
	padding:7px;
	border: 1px solid white;
}

#navLinks A:link {text-decoration: none; color:#FFF;}
#navLinks A:visited {text-decoration: none; color:#FFF;}
#navLinks A:active {text-decoration: none; color:#FFF;}
#navLinks A:hover {text-decoration: underline; color: #b5111b;}

.navLinksF A:link {text-decoration: none; color:#FFF;}
.navLinksF A:visited {text-decoration: none; color:#FFF;}
.navLinksF A:active {text-decoration: none; color:#FFF;}
.navLinksF A:hover {text-decoration: underline; color: #FFF;}

.news A:link {text-decoration: underline; color:#000; font-style:italic;}
.news A:visited {text-decoration: underline; color:#000; font-style:italic;}
.news A:active {text-decoration: underline; color:#000; font-style:italic;}
.news A:hover {text-decoration: underline; color: #000; font-style:italic;}

.boldBlackLink A:link {text-decoration: underline; font-weight:bold; color:#000;}
.boldBlackLink A:visited {text-decoration: underline; font-weight:bold; color:#000;}
.boldBlackLink A:active {text-decoration: underline; font-weight:bold; color:#000;}
.boldBlackLink A:hover {text-decoration: underline; font-weight:bold; color: #000;}

.productLink A:link {text-decoration: underline; color:#000;}
.productLink A:visited {text-decoration: underline; color:#000;}
.productLink A:active {text-decoration: underline; color:#000;}
.productLink A:hover {text-decoration: underline; color: #000;}


#navSubLinks A:link {text-decoration: none; color:#cdcbb4;}
#navSubLinks A:visited {text-decoration: none; color:#cdcbb4;}
#navSubLinks A:active {text-decoration: none; color:#cdcbb4;}
#navSubLinks A:hover {text-decoration: none; color: #FFF;}

#navSubLinks {
	position:relative;
	top:0px;
	left:550px;
	font-size:12px;
	font-weight:bold;
	color:#cdcbb4;
	width:350px;
	font-family: Tahoma, Geneva, sans-serif;
}

.prodGalLink A:link {text-decoration: underline; color:#000;}
.prodGalLink A:visited {text-decoration: underline; color:#000;}
.prodGalLink A:active {text-decoration: underline; color:#000;}
.prodGalLink A:hover {text-decoration: underline; color: #000;}

.prodGalLink {
	padding-left:15px;
	font-size:11px;
}

.photo {
  float: left;
  margin: 0.5em;
  border: 1px solid #ccc;
  padding: 1em;
  font-size: 10px;
  width: 250px;
}

/*Andrew's CSS*/
.image_preview {
  width: 10em;
  border: none;
}

#link_no_decoration {
  text-decoration: none;
  font-weight: normal;
}


label.form {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 100px;
}

input.form {
  /*margin-left: 4.5em;*/
  width: 50em;
}
  
textarea.form {
  /*margin-left: 4.5em;*/
  width: 48em;
}