﻿html {
background: url(images/concrete2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  padding: 0;
  margin: 0;
}

/*@font-face
{
font-family: Futura Medium;
src: url('css/Futura Medium.TTF') format('truetype'),
     url('css/Futura_Medium.eot') format('truetype'); /* IE9+ */
     
}
*/
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

a.xs{
	font-size:small
}

body
{
	font-family: Trebuchet MS, Sans Serif;
	color: #FFFFFF;
	font-weight: 500
}


/* W3.css overwrites  */
.w3-container{
    padding: 5px!important;
}

.w3-panel {
    margin-top: -5px!important;
}


.calendarLogo{
    height: 50px;
    margin: -10px 5px -5px -5px;   }

.w3-round{
	margin: 2px;
    width: 98%;
}

.w3-input{
    padding: 10px 0px 10px 3px;
   }
/* End W3.css overwrites  */

label{
    display: block;
    font-size: .7em;
    padding-left: 5px;
}
.onlyprint{display:none;}
/* The Magic Float Center Code */
.float_center {
  float: right!important;

  position: relative!important;
  left: -50%!important; /* or right 50% */
  text-align: left!important;
}
.float_center > .child {
  position: relative!important;
  left: 50%!important;
}

#slideshow {
 	display:block;
 	margin: 10px auto;
	border: 7px solid #000000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
 	background-color:#000;
}

/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 30px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}



/* end back to top  */


.mainContent {
	max-width:1200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
}
.button-container form, .button-container form div {
    display: inline;
}

.navContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pgWrapper{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
}

.colBackground {
	background-color: rgba(243,229,212,0.50);
	border: 1px solid black;
	border-radius:5px;
}


a:link.nav    {	color: #DED7B5;	text-decoration: none; font-weight:bold; font-family: Futura Medium, Trebuchet MS, Verdana, 'Sans Serif'; font-size: 15px;}
a:visited.nav  {color:#DED7B5; text-decoration:none; font-weight:bold; font-family: Futura Medium, Trebuchet MS, Verdana, 'Sans Serif'; font-size: 15px;	}
a:active.nav   {color:#DED7B5; text-decoration:none; font-weight:bold; font-family: Futura Medium, Trebuchet MS, Verdana, 'Sans Serif'; font-size: 15px; 	}
a:hover.nav    {color: #000000;	background-color: #DED7B5; text-decoration: none; font-weight:bold; font-family: Futura Medium, Trebuchet MS, Verdana, 'Sans Serif'; font-size: 15px;}

a:link    {color:#B1AFA2; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:visited {color:#B1AFA2; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:active  {color:#B1AFA2; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:hover   {color:#ff0000; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }

a:link.sidebar    {color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 11pt;}
a:visited.sidebar {color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 11pt;}
a:active.sidebar  {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 11pt;}
a:hover.sidebar   {color:#C2A67C; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 11pt}

a:link.small    {color:#F2DDD9; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:visited.small {color:#F2DDD9; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:active.small  {color:#F2DDD9; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:hover.small   {color:#E6AC36; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt}

/* for listing links for horse types on listing pages */
a:link.listingLink  	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size:10.5pt}
a:visited.listingLink 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10.5pt }
a:active.listingLink  	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size:10.5pt}
a:hover.listingLink  	{color:#A17F7B; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10.5pt}

/* for header links in listing table */
a:link.header  		{color:#FFFFFF; text-decoration:none; font-family: Arial; font-weight: bold; font-size:10.5pt}
a:visited.header  	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10.5pt }
a:active.header  	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size:10.5pt}
a:hover.header    	{color:#A17F7B; text-decoration:underline; font-family: Arial; font-weight: bold;font-size:10.5pt}

a:link.tiny  	{color: #FFFFFF; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-size:8pt}
a:visited.tiny  {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size:8pt }
a:active.tiny  {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size:8pt }
a:hover.tiny  {color:#E6AC36; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size:8pt}

/*  for links in index pages */
a:link.tableContents   { color: #FFFFBB; text-decoration: none; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10pt}
a:visited.tableContents  {color:#FFFFBB; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10pt }
a:active.tableContents   {color:#FFFFBB; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size:10pt}
a:hover.tableContents   {color:#FFFFBB; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size:10pt}

a:link.copyright    {color: #FFFFFF; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;  }
a:visited.copyright    {color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt; }
a:active.copyright    {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt; }
a:hover.copyright    {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}

a:link.h    {color: #6c0000; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size: 10pt;  }
a:visited.h  {color:#6c0000; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.h   {color:#6c0000; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.h    {color:#6c0000; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size: 10pt;}


.img
{

border: 3px solid #000000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;

}

.lgimg
{

border: 1px solid #FF0000; padding: 2px; 
  	-moz-box-shadow: 0px 0px 20px #FF0000;
    -webkit-box-shadow: 0px 0px 20px #FF0000;
    box-shadow: 0px 0px 20px #FF0000;

}

.img2
{

border: 1px solid #000000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;


}

hr {
	border:1px inset #000000; 
}
 .img1 {
	border: 4px groove #FF0000; padding: 3px; 
}

h1           {
font-size: 1.5em;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    font-variant: small-caps;}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
border: 1px solid #000000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
 background-color:rgba(0,0,0,0.5);

}
#div1 {
}
#headerBackground {
     display: block;
	margin-left: auto;
	margin-right: auto;
}
#navBackground {
	background-position:center; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: center;
	border-bottom: 1px solid #DED7B5;
	background-color:#000;
}

.zeroMargin_mobile {
margin-left: 0;
}
#contentBackground {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(0,0,0,0.45);
	padding:10px 20px;	
}

.hide_mobile {
display: none;
}

#footerBackground {
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
}

.figure item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 120px;
}
.figure img {
    width: 100%;
    height: 69px;
}
.figure caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}

.menuImg{
	display:none;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerBackground {
}
#navBackground {
}
#navContainer {
}
#contentBackground {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width:1300px;
	padding-left: 40px;
	padding-right: 40px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerBackground {
}
#navBackground {
}
#navContainer {
}
#contentBackground {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.menuImg{
	display:block;
}

}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 0px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .5em .75em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #000000;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.btn:focus {
	background-color: #3E0101;
}

.btn:hover {
	background-color: red;
}

.btn:active {
	background-color: #C29F56;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

/***** HORSE AREA FORMATTING *****/


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	border: 2px solid #000000;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(200, 153, 87, 0.75);


}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	border: 2px solid #000000;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(200, 153, 87, 0.75);
	width:95%;
}

.largepedtable td {
	vertical-align: middle;
}

.medpedtable td {
	vertical-align: middle;
}

.smallpedtable td {
	vertical-align: middle;
}

.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;
}

.smallFont {
	font-size: 0.8em;
}

/* for Sale Comment and Sold */
.hiLiteComment {
	background-color: #000000;
	color: #C89A57;
	font-weight: bold;
	font-size:11pt;
}

/* for horse name on details page and for horse type heading on listing pages */
/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
	font-size: 22px;
	font-weight:bold;
	text-transform: uppercase;
	color: #9D8966;
	letter-spacing: 1px
}

.pageheading {
	/*font-size: 12pt; font-variant: small-caps; color: #954A00; font-weight: bold */
	font-family: Whitin, Georgia,"Times New Roman", Times, serif;
	font-size:18pt;
	text-transform:uppercase;
	font-weight:normal;
	color:#C89A57;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/* for header links in listing table */
.header {
	font-family: Calibri, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
}


/* for horse name Links on listing pages */
.nameLink {
	font-family: Calibri, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color:#ffffff;
}

a:link.nameLink {
	color: #ffffff;
	text-decoration: underline;
}

a:visited.nameLink {
	color: #ffffff;
	text-decoration: underline;
}

a:active.nameLink {
	color: #ffffff;
	text-decoration: none;
}

a:hover.nameLink {
	color: #C29F56;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Calibri, "Times New Roman", Times, serif;
	/*font-size: 12pt;
	text-transform:uppercase;*/
	color:#D9C389;
}

a:link.pedName {
	color: #D9C389;
	text-decoration: underline;
}

a:visited.pedName {
	color: #D9C389;
	text-decoration: underline;
}

a:active.pedName {
	color: #D9C389;
	text-decoration: none;
}

a:hover.pedName {
	color: #C29F56;
	text-decoration: none;
}

.pedNotes {
	font-size: 8pt;
}

.backlink{font-size: 10pt;}

.tiny {
	font-size: 10pt;
}

a:link.tiny {
	color: #C29F56;
	text-decoration: underline;
}

a:visited.tiny {
	color: #C29F56;
	text-decoration: underline;
}

a:active.tiny {
	color: #C29F56;
	text-decoration: none;
}

a:hover.tiny {
	color: #ffffff;
	text-decoration: none;
}

.widehorselisting {
	border: 3px dashed #521E01;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #3A0101;
	box-shadow: 0px 0px 15px 0px #3A0101;
	padding: 1em;
}

.horselisting {
	border: 3px dashed #521E01;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #3A0101;
	box-shadow: 0px 0px 15px 0px #3A0101;
	padding: 0.8em;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #180000;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #2F0101;
	box-shadow: 0px 0px 15px 0px #2F0101;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	/* width:32%; */
}

.shortHorseDescription {
	margin-left: 10px;
}

.longHorseDescription {
	/*margin-left: 2em;*/
}

.detailsheader {
	text-align: center;
}

.imggal.borders 
{
   border: 1px solid #000000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}



/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	width:700px
}

	.showcase-content-container
	{
	background-color:;
}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 250px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: ;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
	text-align: center;
	height: 470px;
	width: 700px;
	display: table-cell;
	vertical-align: bottom;
}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
	color: #fff;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	left: 10px;
	right: 10px;
	display: none;
	background-image: url('../images/black-opacity-40.png');
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
				{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 15px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #FF0000;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

.fluid_container {
			margin: 0 auto;
			width: 95%;
			max-width:1040px
		}



.sidenav {
	list-style-type:none;
	margin:0;
	padding:.1em;
	font-size:10pt
}

a:link.sidenavlink{
	display:block;
	width:150px;
	padding:.2em;
	font-size:10pt
}
a:hover.sidenavlink{
	background-color: #E6691A;
	color: #2D0C04;
	font-size:10pt
} 

.featuredEquipmentContainer{
	overflow: hidden;
	text-align: center;
}

.featuredEquipmentImagesContainer{
	display: inline-block;
	margin: 0 0 15px 14px;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}



