@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/sdi_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/sdi_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColElsCtr #mainContent {
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#centerblock {
	clear: both;
	overflow: visible;
	height: 100%;
}
#BODYTEXT {
	color: #333333;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.90;
	display: inline-block;
	font-size: 12px;
	width: 500px;
	position: relative;
	top: 0px;
	clear: both;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(/images/textBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.spacerline {
	height: 20px;
	width: 100%;
	position: relative;
}
#rightblock {
	float: right;
	clear: none;
	font-size: 12px;
	width: 200px;
	position: relative;
	display: inline-block;
	top: 0px;
	color: #FFFFFF;
	background-color: #000000;
	/* for IE */
  filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.95;
	padding: 5px;
}
.callnow {
	float: right;
	position: relative;
	top: 0px;
	display: inline;
	right: 10px;
}

#footer {
	color: #333333;
	background-color: #FFFFFF;
	padding: 20px;
	background-color:#ffffff;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 9px;
	font-weight: bold;
	height: 100px;
}
.footcont {
	height: 80px;
	width: 230px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 1.8em;
}
.footcontend {
	height: 80px;
	width: 230px;
	border-right-style: solid;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	border-right-width: thin;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 1.8em;
}
.style1 {
	font-size: 18px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.style2 {font-size: 9px}
#BODYTEXT img {
	float: left;
	padding: 5px;
}
#BODYTEXT ul{
	margin: 0px;
	padding: 0px;
}
#BODYTEXT li{
	background-color: #E5E5E5;
	font-size: 12px;
	margin: 5px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/images/l_plates2.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#BODYTEXT a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
#BODYTEXT a:hover {
	color: #000000;
	text-decoration: none;
}
#BODYTEXT a:active {
	color: #333333;
	text-decoration: underline;
}
#BODYTEXT a:visited {
	color: #333333;
	text-decoration: underline;
}
    #tabsF {
	float:left;
	width:auto;
	font-size:93%;
	line-height:normal;
      }
    #tabsF ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 12px;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	font-style: italic;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

.linkspan {
	background-color: #CCCCCC;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}
#rightblock a:link{
	color: #CCCCCC;
	text-decoration: underline;
}
#rightblock a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#rightblock a:active{
	color: #CCCCCC;
	text-decoration: underline;
}
#rightblock a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}#promo {
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 30px;
}
#little1sthf {
	float: right;
	width: 100%;
}
