/*****************************************************************************
common css body and content
******************************************************************************/

body {
  background-color: #FFFFFF;
  /* background-image: url(bg_pattern.gif);
  background-repeat: repeat-y;
  background-position: top center; */
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  top: 0px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

#globalcontainer {
  background-repeat: no-repeat;
  width: 1010px;
  height: 1338px;
  background-position: 0px -630px;
  margin: auto; /* center container */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#globalleft {
  position: relative;
  float: left;
  width: 330px;
}

#globalright {
  position: relative;
  float: right;
  width: 650px;
}

#showcase {
	float: left; 
	clear:both;
	z-index: 9998;
	position: relative;
	width: 184px;
	height: 154px;
	left: 110px;
	top: 184px; /* 156 */
 	background-color: #FFFFFF;
}

#maincol {
	float: left;
	clear:both;
	z-index: 9998;
	position: relative;
	width: 570px;
	left: 0px;
	top: 132px; /* 198px; */
 	/* background-color: #FFFFFF; */
}

#content {
    display:inline;
    float:left;
	clear:both;
	position: relative;
	width: 500px;
	left: 12px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; /*12px*/
	line-height: 17px;	/*17px*/
}

#maincoltrailer {
	float: left;
	clear:both;
	z-index: 9999;
	position: relative;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 508px;
	height: 286px;
	left: 0px;
	top: 158px; /* -410px; */
 	background-color: #999999; 
    /*
    filter:alpha(opacity=90);
    opacity: 0.9; */
}

h1 { padding-top: 20px; margin-bottom: -16px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, Verdana, sans-serif; text-transform: uppercase; }
h2 { margin-bottom: -8px; font-weight: bold; font-size: 13px; font-family: Helvetica, Arial, Verdana, sans-serif; color: #666666; }
b { font-size: 11px; color: #333333; }
#content .left h2 { margin-bottom: -18px; }
#content .left { font-size: 13px; font-family: Verdana, sans-serif; font-weight: normal; }

#content .red, #content .red a { color: #dc1f31; }
#content a, .splashlink a { color: #000000; }
#content a:hover, .splashlink a:hover { color: #666666; }
.splashlink a { font-weight: bold; }

#content .left { position: relative; float: left; padding-top: 80px; display:block; }
#content .right { position: relative; float: right; display: block; padding-right: 52px;}
