/*
  Standar things we don't want to think about
*/
html { xborder: none; height:100%; }
iframe { border:none; }
body { height: auto; margin: 0px; padding: 0px; text-align:center; }
img { border:none }
body, td, div, span, input, button, select { font: 12px/1.2 Arial, Helvetica, sans-serif; }
input, select, button { font-weight: normal; }
p { margin: 2px 0px 10px 0px; padding: 0px; }
li { margin: 3px 0px 0px 3px }
table {margin: 0; padding: 0px; border-collapse: collapse; }
td { margin: 0px; padding: 0px; vertical-align: top; }
form { margin: 0px; }

/* 
  Actual page is centered within the body and functions as reference for 
  any position absolute. 
*/
#actualpage {
  width: 780px;
  xoverflow:hidden;
  text-align:left;
  position:relative;
}

/*
  Site specific things
*/

#content {
  padding: 5px 20px 5px 20px;
}

#content #image_container {
  xmargin-left: -20px;
}

#content h1 {
  margin: 10px 0px 3px 0px;
  font: bold 24px/1 Arial, Helvetica, sans-serif;
}

#content h1 .small {
  font-size: 20px;
}

#content h2,
.event h2
{
  margin: 15px 0px 2px 0px;
  font: bold 15px/1 Arial, Helvetica, sans-serif;
}

#content h3 {
  margin: 15px 0px 2px 0px;
  font: bold 13px/1 Arial, Helvetica, sans-serif;
}

#content a:link, #content a:visited {
  font-weight: bold;
  background: transparent;
}

#content a:hover, #content a:focus {
  text-decoration: none;
}

#content a.silent {
  font-weight: normal;
  text-decoration: none;
}

#content a.silent:hover {
  text-decoration: underline;
}

#content .readmore {
  margin: 5px 0 0 0;
}

#content .readmore, #content .readstory {
  display: block;
  text-decoration: none;
}

#contentTitle {
  text-align: center;
  vertical-align: middle;
  font: bold 28px/1.2 Arial, Helvetica, sans-serif;
}

#mastleft {
  background: #fff;
}

#nav {
  background: #fff;
  padding: 2px 0px; 
  margin: 0;
}

#nav a {
  display: block;
  margin: 0px;
  padding: 0px;
  xwidth: 130px;
  xheight: 18px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

#nav a.selected {
  display: block;
  width: 130px;
  height: 18px;
  color: red;
  text-decoration: none;
  font-weight: bold;
}

#nav img {
  margin: 0px;
}

#mininav a {
  display: block;
}

#mininav {
  margin: 70px 0 0 0;
}

.subnav {
  margin-top: 5px; 
  padding: 7px 0px 7px 0px;
}

.subnav a {
  margin: 0px 0px 2px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

#midiBigLang {
  display: block;
}

/*
  Project highlight.
*/

#recentProjects .recentProject {
  position:absolute;
}

#recentProjectPic {
  padding: 0px;
  text-align: center;
  width: 130px;
  height: 130px;
}

#recentProjectPic td {
  vertical-align: middle;
}

#recentProjectInfo {
  padding: 2px 0 0 2px;
  height: 65px;
}

#recentProjectName {
  display: block;
  font: bold 11px/1 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#recentProjectMore {
  padding: 0px;
  height: 65px;
  text-align: right;
  vertical-align: bottom;
}

/*
  
*/

.readmore {
  display: block;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.thumb {
  width: 130px;
}



#playerwrapper {
  position:absolute;
  width:260px;
  height:130px;
  left:520px;
  top:90px;
  z-index:999;
}

.shoppingCart
{
    background-image:url(/parts/images/shoppingcart.gif);
    background-repeat: no-repeat;
    background-position: 85px 0px;
    margin-left: 15px;
    color:Black;
}