/* ************** CSS FOR Doug Cox Custom Saddles ******************* */

.banner {
      background: url("../graphics/doug-cox-banner.jpg");
	background-repeat: no-repeat;

}
.mainbody {
      background: #fdfbef url("../graphics/swirl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.outer {
      background: #000000;
}

/* Body Formatting */

BODY {
padding:10;
margin:0;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
	font-family: times,"times new roman","times roman",serif;
	font-size: 18pt;
	line-height: 18pt;
	color: #663333;
	font-weight: normal;
	margin-top: 20px;
 }

h2 { 
	font-family: times,"times new roman","times roman",serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #663333;
	font-weight: bold;
 }

h3 { 
	font-family: times,"times new roman","times roman",serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #F28332;
	font-variant: small-caps;
	font-weight: normal;
 }


p {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #663235;
	font-weight: normal;
}
p.leftside {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #a3853d;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #663235;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 20px;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	color: #663235;
	font-weight: normal;
	font-variant: normal;
}
.copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	margin-bottom:10px;
	color: #663235;
	font-weight: normal;
	font-variant: normal;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#EADFCC;
	font-size: 9pt;
	font-weight: normal;
	}
img.space
	{
	margin-top:5px;
	}


div.upper
	{
	margin-right:50px;
	margin-top:35px;
	font-family:Arial;font-size:10pt;
	color:#000000;

}


/* ************** LINK FORMATTING ******************* */

a 	{
	color: #663333;
	}
a:hover 	{
	color: #F1B776;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #fdfbef;
	font-family: arial,helvetica;
	font-size:9pt;
	text-transform: uppercase;
	}
	
a.menu:hover {
	color: #bb9947;
	}
a.titlelinks:active, a.titlelinks:visited, a.titlelinks:link {
	text-decoration: none;
	color: #513328;
	font-family: verdana,arial,helvetica;
	font-size:10pt;
	}
	
a.titlelinks:hover {
	color: #bb9947;
	}

a.upper:active, a.upper:visited, a.upper:link {
	text-decoration: none;
	color: #513328;
	font-family: arial,helvetica;
	font-size:9pt;
	}
	
a.upper:hover {
	text-decoration: underline;
	}


#lightbox{
	background-color:#000000;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E6C076;
	font-weight: normal;
 }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}




/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */

