* {
  margin: 0px;
  padding: 0px;
}

body {
  background: yellow repeat-x 0px 0px;
  color: black;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

a {
  color: #AA0000;
  text-decoration: none;
}

a:hover {
  color: red;
}

a:visited {
  color: blue;
}

span {
  display: none;
}

img {
  border: none;
}

/*
ul {
  list-style-type: none;
}

li {
  list-style-type: none;
}
*/

ul {
  list-style-type: disc;
  padding: 0px 0px 0px 20px;
}

p {
  margin: 10px 0px 20px;
  text-align: justify;
  line-height: 13px;
}

.clearthis {
  margin : 0px;
  height : 1px;
  width : 1px;
  clear : both;
  float : none;
  font-size : 1px;
  line-height : 0px;
  overflow : hidden;
  visibility: hidden;
}


#container {
  margin: 10px auto;
  width: 780px;
  text-align: left;
  background: url('/images/menu_background.gif') repeat 0px 0px;
}


/* Page Header */

#page_header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 780px;
  height: 122px;
  background: white url('/images/BrushedAlumBG.png') repeat 100% 0%;
}

#header_left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 122px;
  width: 234px;
  padding-left: 20px;
  padding-top: 5px;
  background: url('/images/rivet.png') no-repeat 5px 5px;
}

#company_name {
  position: absolute;
  top: 0px;
  left: 240px;
  width: 312px;
  height: 122px;
  background: url('/images/rivet.png') no-repeat 50% 5px;
}

#company_name h2 {
  font: bold 14pt arial;
  text-align: center;
  font-weight: bold;
  color: blue
}

#company_name h1 {
  font: italic bold 26pt arial;
  text-align: center;
  font-weight: bold;
  color: blue
}

#header_right {
  position: absolute;
  top: 0px;
  left: 552px;
  width: 234px;
  height: 122px;
  padding-left: 20px;
  padding-top: 10px;
  background: url('/images/rivet.png') no-repeat 206px 5px;
}

/* Page Menu */

#page_menu {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 780px;
  height: 76px;
  background: url('/images/menu_background.gif') repeat 0px 0px;
  text-align: center;
}

#page_menu ul {
  margin: 10px auto;
  padding: 0px;
  width: 606px;
}

#page_menu li {
  width: 101px;
  margin: 0px;
  padding: 0px;
  background: url('/images/menu_link_bg.gif') no-repeat 0px 0px;
  float: left;
}

#page_menu a {
  margin-top: 0px;
  padding-top: 0px;
  height: 42px;
  width: 101px;
  display: inline-block; /*Works in all--Even IE6! (IE8 not tested).  IE6 still AJU*/
  /*display: inline; /*Broken in all browsers*/
  /*display: block; /*Works in IE7 and Firefox, Dropped-down text in Chrome and IE8.  IE6 AJU*/
  /*display: inline-table; /*Works for Chrome and Firefox. IE7 -- no menu at all.  IE6 AJU*/
  /*display: inherit; /*Works for Firefox, Nothing in IE7, Dropped-down text in Chrome until
                      mouseover, then okay (except for red dot(?).  IE6 AJU*/
  font-style: normal; font-weight: bold; font-size: 10pt; font-family: arial; color: #FE0103;
}

#page_menu .home a {
  position: relative;
  background: url('/images/menu_home.gif') no-repeat 50% 10px;
}

#page_menu .home a:hover {
  position: relative;
  background: url('/images/menu_home_on.gif') no-repeat 50% 10px;
}

#page_menu .aboutus a {
  position: relative;
  background: url('/images/menu_aboutus.gif') no-repeat 50% 50%;
}

#page_menu .aboutus a:hover {
  position: relative;
  background: url('/images/menu_aboutus_on.gif') no-repeat 50% 10px;
}

#page_menu .store a {
  background: url('/images/menu_store.gif') no-repeat 50% 10px;
}

#page_menu .store a:hover {
  background: url('/images/menu_store_on.gif') no-repeat 50% 10px;
}

#page_menu .events a {
  background: url('/images/menu_events.gif') no-repeat 50% 11px;
}

#page_menu .events a:hover {
  background: url('/images/menu_events_on.gif') no-repeat 50% 11px;
}

#page_menu .photos a {
  background: url('/images/menu_gallery.gif') no-repeat 50% 11px;
}

#page_menu .photos a:hover {
  background: url('/images/menu_gallery_on.gif') no-repeat 50% 11px;
}

#page_menu .contact a {
  background: url('/images/menu_contact.gif') no-repeat 50% 10px;
}

#page_menu .contact a:hover {
  background: url('/images/menu_contact_on.gif') no-repeat 50% 10px;
}


/* Page Body Content */

.content_header {
  height: 38px;
  background: url('/images/main_bg_topright.gif') #353434 no-repeat 100% 0px;
  overflow: hidden;
}

.content_header h2 {
  padding-left: 30px;
  height: 38px;
  color: blue;
  font-weight: bold;
  font-size: 16px;
  background: url('/images/main_bg_topleft.gif') no-repeat 0px 0px;
}

.content_box_right {
  margin-bottom: 8px;
  background: url('/images/main_bg_botright.gif') #353434 no-repeat 100% 100%;
}

.content_box_left{
  padding-bottom: 38px;
  background: url('/images/main_bg_botleft.gif') no-repeat 0px 100%;
}

.content_box {
  padding: 5px 13px;
}

.content_box .thumbnail {
  width: 135px;
  float: left;
}

.content_box .gallery {
  width: 552px;
  float: left;
}

.content_box h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
}

.content_box a:hover{
  color: red;
}

/* Left Sidebar */

#left_sidebar {
  width: 134px;
  padding-left: 17px;
  float: left;
}

#left_sidebar .content_header {
  width: 134px;
}

#left_sidebar .content_header h2 {
  line-height: 16px;
}

#left_sidebar .content_header h2 span {
  display: inline-block;
  padding-top: 10px;
}

#left_sidebar .content_box_left {
  width: 134px;
}

#left_sidebar .content_box {
  background: url('/images/BrushedAlumBGlhs.png') repeat-y 0px 0px;
}

#left_sidebar .content_box h3 {
  color: #000080;
  clear: both;
}

#left_sidebar .link-more {
  padding-top: 2px;
  text-align: right;
}

#left_sidebar .link-more a {
  color: #272727;
  font-weight: bold;
}

#left_sidebar .link-more a:hover {
  color: red;
}


/* Main Content */

#main_content {
  width: 594px;
  padding-right: 17px;
  float: right;
}

#main_content .content_header {
  width: 594px;
}

#main_content .content_header h2 {
  line-height: 16px;
}

#main_content .content_header h2 span {
  display: block;
  padding-left: 3px;
  padding-top: 10px;
}

#main_content .content_box_left {
  width: 594px;
}

#main_content .content_box {
  padding: 5px 11px 0px 0px;
  background: url('/images/BrushedAlumBG.png') repeat-y 100% 0%;
}

#main_content_border {
  padding-left: 42px;
  background: url('/images/main_bg_side.gif') repeat-y 5px -1px;
}

#main_content .link-more {
  padding-bottom: 7px;
  padding-right: 5px;
  text-align: right;
  line-height: 11px;
}

#main_content .link-more a {
  font-weight: bold;
}

#main_content .link-more a:hover {
  color: red;
}

#main_content .divider {
  margin: 0px auto 7px 2px;
  width: 522px;
  height: 3px;
  background: url('/images/main_divider.gif') repeat-x 0px 0px;
  overflow: hidden;
}


/* Top Masters */

.breadcrumbs {
  float: left;
  width: 520px;
}

.breadcrumbs h5 {
  color: black;
  font-size: 12px;
  font-weight: normal;
}

.breadcrumbs p a {
  color: blue;
}

.intro {
  float: left;
  width: 520px;
}

.intro p {
  color: black;
  font-size: 14px;
  font-weight: normal;
  line-height: 110%
}  

.entry {
  padding: 6px 0px;
}

.info {
  float: right;
  width: 383px;
}

.infowide {
  float: right;
  width: 518px;
}

.info a:hover {
  color: red;
}

.info h3 {
  padding: 2px 0px 2px;
  width: 383px;
  color: black;
}

.info p {
  margin: 0px;
  padding: 10px 5px 10px 0px;
  clear: both;
}


/* Sponsor Box */

#sponsorbox_left {
  width: 0px;
  padding-left: 14px;
  padding-right: 14px;
  background: black;
  float: left;
}

#sponsorbox_right {
  width: 185px;
  padding-right: 14px;
  background: black;
}

#sponsorbox {
  width: 185px;
  height: auto;
  overflow: hidden;
  background: black;
  font-weight: bold;
  line-height: 12px;
}


#sponsorbox a {
  text-decoration: underline;
  color: #ffaaaa;
}

#sponsorbox a:hover {
  color: red;
}

#sponsorbox h2 {
  text-align: center;
  padding-top: 7px;
  color: yellow;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

#sponsorbox p {
  color: #88ccff;
  font-size: 11px;
}

#sponsorbox_register {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 10px;
}


/* Tips of the Day */

#tips {
  width: 295px;
  padding: 8px 10px 5px 17px;
  border-left: #62615f 1px solid;
  float: right;
}

#tips_box {
  width: 295px;
  font-weight: bold;
}

#tips_box a {
  color: blue;
  text-decoration: underline;
}

#tips_box a:hover {
  color: red;
}

#tips_box h2 {
  padding-bottom: 9px;
  color: blue;
  font-size: 12px;
}

#tips_box ul {
  padding: 3px 0px 3px;
}

#tips_box li {
  padding: 3px 0px;
}


/* Page Footer */

#page_footer {
  padding: 2px 10px 15px;
}

#page_footer h3 {
  font-size: 9px;
  color: white;
  vertical-align: middle;
  text-align: center;
}

#page_footer a {
  color: white;
  text-decoration: underline;
}

#page_footer a:hover {
  color: yellow;
}
