body  {
  color: #444;
  background-color: #e0ded2;
  font-size: 90%;
}

a {
  color: #500000;
  background-color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
  outline: none;
}

#pageWrapper {
  width: 1000px;
  margin: auto;
  background: white url(../images/bgShadow.png) repeat-y;
}

#page {
  margin: 0px 25px;
  color: inherit;
  background-color: white;
}

#header {
  color: white;
  background: #500000 url(../images/mainBg.png) repeat;
  height: 120px;
  -webkit-box-shadow: 0px 3px 2px #c0c0c0;
  -moz-box-shadow: 0px 3px 2px #c0c0c0;
  -opera-box-shadow: 0px 3px 2px #c0c0c0;
  box-shadow: 0px 3px 2px #c0c0c0;
}

#header img{
	padding: 15px 15px;
}

#ts-logo{
  height: 75%;
}

#headerTitle{
  margin: 0px 20px;
  padding-top: 40px;
  color: white;
  background: none;
  font-size: 290%;
  line-height: 1;
}

#headerTitle span {
  display: block;
  font-weight:200;
  color: #d9d9d9;
  background: none;
  margin-left: 10px;
  font-size: 75%;
}

#headerTitle a {
  color: white;
 }

#primaryMark {
  float: right;
  margin: 5px 10px 0px 0px;
}

#navBox {
  padding: 10px;
  color: inherit;
  background-color: #d9d9d9;
  -webkit-box-shadow: 0px 3px 2px #c0c0c0;
  -moz-box-shadow: 0px 3px 2px #c0c0c0;
  -opera-box-shadow: 0px 3px 2px #c0c0c0;
  box-shadow: 0px 3px 2px #c0c0c0;
}

#navLinks {
  float: left;
  font-size: 100%;
  padding-top:50px;
  width: 200px;
  text-align: right;
}

#navLinks a {
  display: block;
  line-height: 2.5em;
  padding-right: 1em;
}

#navLinks a:hover {
  color: white;
  background-color: #500000;
  text-decoration: none;
}

#spotlight {
  height: auto;
  color: inherit;
  margin: 5px 5px 5px 5px;
  background-color: #efefef;
  padding: 5px 5px;
  font-size:150%;
}

#spotlight a{
	font-weight:bold;
}

#contentBox {
  margin-top: 2px;
  padding: 0px 10px;
}

#index #contentBox {
  color: inherit;
  background: white url(../images/columnBG.png) 320px top repeat-y;
}

h1#pageTitle {
  color: #500000;
  background-color: inherit;
  font-size: 180%;
}

h1{
	text-align: center;
	font-size: 250%;
}

#try{
	text-align: center;
	font-size: 180%;
}

#col1, #col2, #col3 {
  float: left;
  text-align: left;
  line-height:1.5em;
  margin:0 25px 0 10px;  
}

.siteInfo {
	text-align: center;
	font-size: 2.0em;
}

a.helpdesk {
display: block;
float: left;
height: 257px;
width: 305px;
background: url(../images/button1.png) 0px 0px no-repeat;
}

a.software {
float: left;
margin-left: 8px;
display: block;
height: 257px;
width: 305px;
background: url(../images/button2.png) 0px 0px no-repeat;
}

a.offer {
float: left;
margin-left: 7px;
display: block;
height: 257px;
width: 305px;
background: url(../images/button3.png) 0px 0px no-repeat;
}

a.helpdesk:hover {
background: url(../images/button1.png) -312px 0px no-repeat;
}
a.software:hover {
background: url(../images/button2.png) -312px 0px no-repeat;
}
a.offer:hover {
background: url(../images/button3.png) -312px 0px no-repeat;
}

#col1 {
  width: 285px;
}

#col2 {
  width: 290px;
}

#col3 {
  width: 240px;
}

.colTitle {
  color: #500000;
  background-color: inherit;
  padding-top: 10px;
  text-align:center;
  text-transform: uppercase;
  font-size: 110%;
}

#rightNav {
  float: right;
  width: 200px;
  color: inherit;
  background-color: #ccc;
  border: 1px solid #999;
  padding: 10px;
  margin-left: 10px;
}

#rightNav a {
  display: block;
  padding-bottom: 0.6em;
}

#footer {
  color: #d9d9d9;
  background-color: #565252;
  text-align: center;
  font-size: 80%;
  padding: 10px 0px;
  margin-top: 2em;
}

#footer a {
  color: #d9d9d9;
  background-color: inherit;
}


