

/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #CFD9DB;
  background: #FFF repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #889955 url(../images/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #777755;
	background-color: #7f8e50;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #bb4444;
}


/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../images/header_image.jpg) no-repeat top left;
}

/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #5b6639 url(../images/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #718047;
  border-bottom: 15px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #667340;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #454d2b;
  border-top: 7px solid #515b33;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #ffffff;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width23 {
  width: 23%;
}

.width25 {
  width: 24%;
}

.width33 {
  width: 30%;
}

.width50 {
  width: 48%;
}

.width55 {
  width: 53%; 
}

.width70 {
  width: 70%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #7c8c4f url(../images/header.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #4D5760;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #bb4444;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}




/**************************************************************
   Product
 **************************************************************/

.product {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCCCCC;
}

.product .title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #586B7A;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.product p {
  margin: 0 0.5em 0.5em 0.5em;
  padding:  0 0 1em 1em;
  border-left: 1px solid #CCCCCC;
}

.filesize {
	width:auto;
	visibility:hidden;
	background-color:#FF9;
	color:black;
	border:1px solid black;
	position:absolute;
	margin-top:-1.5em;
	margin-left:0.2em;
	font-size:smaller;
	padding:0.1em;
}

/**************************************************************
   Product Menu
 **************************************************************/

.productmenu {
  background-color: #dddddd;
  padding: 1.0em 0 2.0em 0;
}

.productmenu .selected {
  background-color: #aaa;
}

.productmenu a {
  display: block;
  padding-left: 0.9em;
}

.productmenu a:hover {
  background-color: #bbb;
}

.productmenu h2 {
  padding-left: 0.5em;
}

.productmenu h2 a{
  padding-left: 0;
  left:0;
}

/**************************************************************
   Downloads
 **************************************************************/
.index {
  position: relative;
  display: block;
  text-align: left;
  margin: -0.66em 0 1em 2em;
}
.index a{
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin: 0 0.2em 0 0.2em;
  padding: 0.4em 0.2em 0 0.2em;
  background-color: #EEE;
}

.index a:hover{
  border: 1px solid #AAA;
  border-top: 0;
  background-color: #CCC;
}

.download {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #AAA;
  height: 8em;
  background-color: #DDD;
}

.download .specs {
  position: absolute;
  top: 2.7em;
  left: 1.2em;
  width: 5.3em;
}

.download .specs .size {
  display: block;
  font: 1.0em arial, sans-serif;
  font-weight:800;
  color: #586B7A;
  text-align: center;
}

.download p {
  display: block;
  margin: 0 0 0 85px;
  padding:  0 0 0 1.2em;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  height: 4.95em;
  overflow: auto;
  background-color: #FFFFFF;
}

.download .modified {
  position: absolute;
  display: block;
  right: 0;
  left: 85px;
  margin: 0 0 0 8.5em;
  padding: 0 0 0 1.3em;
  bottom: 0;
  font: 1.0em arial, sans-serif;
  color: #888;
  border-left: 1px solid #CCCCCC;
  background-color: #E7E7E7;
}

.download .date_time {
  font-style:italic;
  color:#666666;
}

.download .specs .icon {
  text-align:center;
  display: block;
}

.download .filename {
  display:block;
  margin: 0 0 0 0;
  padding: 0 0 0 99px;
  font-size: 1.2em;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #777;
  background-color: #CCC;
}

.download .filename:hover {
  background-color: #BBB;
  color: #000;
}

.download .description {
  display: block;
  overflow: auto;
}


/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {

  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}

/**************************************************************
   Alert
 **************************************************************/
.alert {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #990000;
    background-color: #FAF8ED;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    margin: 0px;
    border: 1px solid #990000;
    background-image: url(/images/punctuation.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
}


/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../images/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/submenu2.gif) no-repeat 3px 50%;
}

/**************************************************************
   Product List Display - for file edit page
 **************************************************************/


.productblock {
    visibility:hidden;
    position: absolute;
    height: 0;
    width: 0;
    overflow: auto;
    padding: 0 0.0em 0.0em 1em;
}

.productframe {
    margin-left: 26%;
    padding: 0.2em 0 0.1em 0.5em;
    font: 400 1em verdana, sans-serif;
    color: #777;
    background: #EEE;
    border: 1px solid #CCC;
}

.productframe:hover{
  color: #000;
  background: #E7F1F3;
}

/**************************************************************
   Error List Display 
 **************************************************************/

.errors {
    margin-left: 26%;
    padding: 0.2em 0 0.4em 2.5em;
    font: 400 1em verdana, sans-serif;
    color: #FF0000;
    background: #FFFFC0;
    border: 1px solid #CCC;
}

/**************************************************************
   Product Photod Display - for product edit page
 **************************************************************/

.bigphoto {
    visibility:hidden;
    background-color:#FFF;
    border:2px solid black;
    padding:1em;
    position:absolute;
    margin-left: 225px;
    margin-top: 5px;
}

.thumbnail {
    height: 54px;
    width: 75px;
    overflow: hidden;
    vertical-align: middle;
}

/**************************************************************
   Generic Display
 **************************************************************/

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.marginLeft {
  margin-left: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

.bottom_border {
  border-bottom: 2px solid #bb4444;
  margin-bottom: 0.7em;
}

.borderthin {
  border: 1px solid #bbb;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.italic {
 font-style:italic;
}

.bold {
 font-weight: bold;
}

.centerText {
  text-align: center;
}


