﻿:focus { outline:0; }
a{text-decoration:none;} 
a:active { outline:none; } 
a:hover{text-decoration:underline;}
ul { list-style:disc; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; } 
blockquote,q { quotes:"" ""; }
.clear{clear:both;}
img{border:none;}

.clear{clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}

body{background:#ffffff url("../images/sunflower-bg.jpg") top left repeat-y;font-size:13px; font-weight:bold; font-family : "helvetical",Arial;text-align:left;padding:40px 0px 0px 40px;}
#wrapper{width:auto;float:left;}
#wrapper #leftwrapper{float:left;width:200px;background:none; font-size:13px;}
#wrapper #verticalline{width:156px;height:48px;padding:0px 10px 0px 0px;border-right:1px solid #3C3C3C;}
#wrapper #leftwrapper #menu{width:199px;margin-top:2px;border-left:1px solid #3C3C3C;}
#wrapper #leftwrapper #menu ul{padding:0px;margin:0px 10px 0px 10px;list-style-type:none;}
#wrapper #leftwrapper #menu li{padding:3px 0px 0px 0px;color:#1D1D1B;font-weight:bold; font-size:13px;}
#wrapper #leftwrapper #menu li a{color:#1D1D1B; font-size:13px;}
#wrapper #leftwrapper #contact{width:180px;margin-top:20px;padding:0px 10px;font-size:10px;}
#wrapper #leftwrapper #contactRight{width:140px;margin-top:40px;padding:0px 60px 0px 0px;text-align:right;}

#wrapper #logotitle{width:670px;height:48px;background: url("../images/sunflower-titlebg.jpg") 20px 0px no-repeat; border-right:1px solid #3C3C3C;text-align:left; padding: 0px 20px 0px 20px;}
#wrapper #logotitle #title{padding:5px 0px 0px 0px; color:#fff; font-size:13px;}
#wrapper #logotitle #title a{color:#fff;}

li .img{padding:0px 8px 0px 0px;}
li .title{margin-top:5px;padding:0px 8px 0px 0px;text-align:center;font-weight:bold;}
li .title h3{border-top:1px solid #3C3C3C;border-bottom:1px solid #3C3C3C;padding:2px 0px;}
#details2 #text{min-height:330px;}

#wrapper #topwrapper #mainwrapper{width:690px; font-size:13px;}
#wrapper #topwrapper{float:left;padding: 0px 20px;}
#wrapper #topwrapper{float:left;padding: 0px 20px;}

#wrapper #topwrapper #mainwrapper ul{float:left;list-style-type:none;padding:0px;margin:0px;}

#wrapper #topwrapper #mainwrapper li#rightcol{float:left;margin-right:0px;width:220px;text-align:left;}
#wrapper #topwrapper #mainwrapper #details{background: url("../images/blank.gif") top right no-repeat;margin:14px 0px 0px 10px;font-size:10px;}
#wrapper #topwrapper #details2{font-size:13px; background: url("../images/blank.gif") top left no-repeat;width:180px;padding:0px 12px;}
#wrapper #topwrapper #details3{font-size:13px; background: url("../images/blank.gif") top left no-repeat;width:650px;padding:0px 12px;}
#wrapper #topwrapper #details1{font-size:13px; background: url("../images/blank.gif") top left no-repeat;width:650px;padding:0px 12px;}
#wrapper #topwrapper #details4{font-size:13px; background: url("../images/blank.gif") top left no-repeat;width:650px;padding:0px 12px;}



#contact {padding:30 px 0px 0px 0px;color:#1D1D1B;font-weight:bold; font-size:13px;}
#contact {color:#1D1D1B; font-size:13px;}

a:link, a:visited {text-decoration:none; color:#ac2828;}
a:hover {color:#444444;}

tab {
	z-index: 2; cursor: hand
}
.panel {
	display: none; z-index: 1; visibility: hidden; 
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 320px;
  height: 427px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: gold;
  color: black;
  transform: rotateY(180deg);
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
 background-color: #04cc6D;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
