@charset "utf-8";
/* ---------------------------------------------------------------------------------- 
CSS Document 
css_SiteFormat.css
Formatting for all web pages.  Special formatting for only one page will
be set-up in a separate file
---------------------------------------------------------------------------------- */

.pageTitle {
	color:white;
	font-size:28px;
	font-weight:900;
	left:155px;
	line-height:28px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
.copyright {
	font-size: x-small;
	font-style: normal;
	margin-left:25px;
}
.goTop {
	border:none;
	left: 600px;
	position: absolute;
	top: 550px;
}
.randomImage {
	left: 4px;	
	position: absolute;
	top: 350px;
}

.a{font-size:12pt;}
a:link {color:blue;} 
a:visited {color:blue;} 
a:active {color:orange} 
a:hover{color:Lime}
hr{
	width:600px;
	float:left
}
.slant_B{
	font-style:italic;
	font-weight:bolder;
}
.slant_BU{
	font-style:italic;
	font-weight:bolder;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------------------------
Formatting for two column pages
-------------------------------------------------------------------------------------------------------*/
.col-1 {
	position: absolute;
	width: 300px;
	top:70px;
}
.col-2 {
	position: absolute;
	width: 300px;
	left: 325px;
	top: 70px;
}
/*------------------------------------------------------------------------------------------------------
Formatting for one column pages
-------------------------------------------------------------------------------------------------------*/
.col-0{
	position:absolute;
	width:600px;
	top:70px;
}
.bottomFrame {
	position: absolute;
	width: 550px;
}

/*------------------------------------------------------------------------------------------------------
Formatting for fonts/specail text
-------------------------------------------------------------------------------------------------------*/
.f10pt {
	font-size: 10pt;
}
.f11pt{
	font-size:11pt;
}
.f12pt{
	font-size:12pt;
}
.grayText {
	color: #FFFFFF;
}
.boldWhite {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
.boldBlack {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
.boldText {
	font-weight: bold;
}
.BoldRed {
	color: #FF0000;
	font-weight: bold;
}
/*------------------------------------------------------------------------------------------------------
Formatting for Glove Page - DamascusGloves_0.html
-------------------------------------------------------------------------------------------------------*/
.gloveText{
	width:600px;
	left:190px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:right;
	width:500px;
}
.box{
	float:left;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:15px;
	padding-top:0px;
}
.title_H4{
	color:#66CCFF;
	font-weight:bolder;
}
/*------------------------------------------------------------------------------------------------------
Formatting for page buttons a bottom of forms based on LeftBottom template
-------------------------------------------------------------------------------------------------------*/
.menuButtons{
	width:600px;
	text-align:center;
}
.slideBody {
	position: absolute;
	width: 600px;
	top: 75px;
}
/*------------------------------------------------------------------------------------------------------
Formatting for floating images
-------------------------------------------------------------------------------------------------------*/
.fRight10{
	padding:10px 10px 10px 10px;
	float:right;

}

.fLeft10{
	padding:10px 10px 10px 10px;
	float:left;

}

.fRight20-15{
	padding:0 0 15px 20px;
	float:right;

}

.fLeft20-15{
	padding:0 20px 15px 0;
	float:left;

}

p.center { 
	text-align: center;
	font-size:10px;
	font-weight:bold;
	width:600px;
 }

.col-thumb-1 {
	overflow: auto;
	width: 100px;
	top: 80px;
}

.col-thumb2{
	position:fixed;
	margin-left:90px;
	top:80px;
}
#loadarea{
	width:500px;
	top:80px;
	position:absolute;
	left:15px;
}
.thumbnailButton{
	position:relative;
	bottom:20px;
}

.pro1{
	top:80px;
	width:200px;
	position:fixed;
}

.pro2{
	top:80px;
	width:200px;
	position:fixed;
	left:400px;
}
.pro3{
	top:80px;
	width:200px;
	position:fixed;
	left:600px;
}




.dropIn{
position:absolute;
visibility:hidden;
background-color:black;
left:0px;
}



.iPage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 500px;
	width: 585px;
	left: 10px;
	top: 70px;
	right: 10px;
	bottom: 5px;
}

.thumb1 {
	position: fixed;
	height: 100%;
	width: 200px;
	left: 210px;
	top: 80px;
	bottom: 5px;
}

.thumb2 {
	position: fixed;
	height: 100%;
	width: 500px;
	left: 410px;
	top: 80px;
	bottom: 5px;
}


.slide {
	padding-left:225px;
	text-align: center;
}

.pro1 {
	position: fixed;
	width: 200px;
	top: 80px;
}

.divCenter {
	text-align: center;
}
dt{
	margin-top:1em;
	font-weight:bolder;
}
dd{
	margin-top:1em;
}
.title_H4{
	color:#66CCFF;
}

.slant {
	font-style: italic;
}

.under {
	font-style: normal;
	text-decoration: underline;
}
