/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #242335;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
	font: bold 30px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #242335;
	color: #242335;
	margin: 0;
	padding: 15px 0px 0px 40px;
	text-transform:uppercase;
	text-indent: -9999px;
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
}

h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 40px;
	border-bottom: 1px solid #a1b543;
	border-top: 1px dotted #a1b543;
}

h3 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 20px 0px 40px;
color: #9e0b0f;
}

address {
border-top: 1px dotted #3e3e3d;
margin:20px 0 0 0;
padding: 10px 20px 0px 40px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.4;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #242335;
}
a:visited {
color:#242335;
}
a:hover {
color: #737373;
}
a:active {
color: #242335;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 790px;
margin: 0px auto;
padding: 0px;
}


div#header {
width: 790px;
height: 178px;
margin: 0px auto;
padding: 0px;
position: relative;
}

div#container {
	width:790px;
	margin:0px auto;
	padding:0px;
	background: url(images/bg_container.jpg) repeat-y;
	text-align: left;
}

div#content {
	width:740px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width: 790px;
    height: 75px;
    margin: 0px auto;
    padding: 30px 15px 0px 30px;
    background: url(images/bg_footer.jpg) no-repeat;
    font: normal 11px Verdana, Arial, Helvetica, Verdana, sans-serif;
    color: #586964;
    text-align: left;
    clear: both;
} 

div#footer a:link, div#footer a:visited {
	font-size:11px;
	color:#586964;
	text-decoration:none;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:11px;
	color:#faf9ea;
	text-decoration:none;
}



/* ----------------- COPYRIGHT CONTAINER ----------------- */

div#copyright {
position:relative;
color: #fff;
width: 760px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #fff;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #fff;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	clear: both;
	position: relative;
	top: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
	list-style:none;
	margin-top: -5px;
}

ul#bulletfloat {
float: left;
width: 180px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 30px 0px 15px;
	line-height: 1.7;
}

.company {
font-weight: bold;
color: #242335;
}


 
	
	
 ul#navigation 
{
	background-color: #CCC;
	margin: auto;
	text-align: center;
	width: 790px;
	padding:0;
	list-style:none;
	left: 9px;
	position: relative;
}

 ul#navigation li
{
	background-color: #CCC;
	float:left;
	margin:0;
	padding: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px white;
}

 ul#navigation li:hover {
	background-image: url('../images/pinkgradient.png');
}

 ul#navigation li.diamond img
{
    margin-top: 11px;
}


 ul#navigation li div
{
	position: absolute;
}

 ul#navigation li div img
{
	margin-top: 9px;
	margin-left: -7px;
}

 ul#navigation  li a
{
	color: #000;
	text-decoration: none;
	display:block;
	line-height:26px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;    
}

 ul#navigation  li a:hover,  ul#navigation li:hover a
{
	color: #FF6;
	border: solid 1px White;
	padding-left: 19px;
	padding-right: 19px;
	line-height: 24px;
	background-image: url('images/pinkgradient.png');
	font-size: 12px;
}


  
#bg {background-color:#FFF;  }

#footerWrapper {
	padding: 16px 0;
	color: #aaa;
}
#footeredit {
	margin: 0 auto;
	width: 740px;
	font-size: 11px;
	overflow: hidden;
	padding-bottom: 30px;
}
#footeredit a {
	color: #fff;
}
#footeredit .div1 {
	float: left;
	text-align: left;
}
#footeredit .div2 {
	float: right;
	text-align: right;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}


.home
{
	color:#F00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-indent: -9999px;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-left: 45px;



}

.heading {text-align:center;

font-size:10px;
font-weight:bold;}


#list {color:#00F;
font-weight:bolder;}

.center {
	text-align:center;
	border:#000;
	border:medium dashed #06F;
	width: 260px;
	margin-left: 70px;
}


.img {
	float:left;
	clear: both;


}

.products { text-align:center;}

#flashcontent {
	
	height:350px;
	overflow:hidden;
}


/* SLIDESHOW */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: auto;
}
/* Slideshow container */
.gallery-container {
  max-width: 85%;
  position: relative;
  margin: auto;
  padding-left: 2.5%;
}

.gallery-center {
    margin-left: auto;
    margin-right: auto;
	display:block;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
	background: #0000007e;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 900;
  padding: 15px;
  position: absolute;
  top: 0;
	background: #0000007e;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(56, 0, 0, 0.658);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffbb00;
}

.dots {
    text-align: center;
    max-width: 100%;
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
    max-height: 30px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}