body{
	background: url(../images/index.jpg) 0 0 repeat-x #eeeeee; 
    font-family:Arial;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #666666;	
}
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#00a1b7;
}

a:hover {
	text-decoration:underline;
	font-weight: normal;
	
}

.nslt  a:link, a:visited {
	text-decoration:underline;
	font-weight: normal;
	color:#a61a1a;
}
.nslt  a:hover {
	text-decoration:underline;
	font-weight: normal;
    color:#a61a1a;
}
input.button { cursor: pointer; }

p { margin-top: 10px; margin-bottom: 5px;padding-left:20px; }

img { border: 0 none;vertical-align:middle;}
h1{
color:#00a1b7;
font-size:24px;
margin-left:20px;
}
h2{
margin-left:20px;
color:#666666;
font-size:18px;

}

span.icontrue{
background: url('../images/icon_true.jpg') left center no-repeat;
padding-left:15px;
margin-right:12px;}
.font1{
color:#00a1b7;
font-weight: bold;
}
.font2{
color:#999999;
font-size: 18px;
font-family:Calibri,"Century Gothic",Arial;
}
.smallfont{
color:#666666;
font-size: 13px;
}
.clr {
	clear: both;
}


/* Hotlinks */

div.hotlinks {
	height: 71px;
	margin-top:0px;
	padding-bottom: 14px;
	background: url('../images/hotlinks.jpg') center bottom no-repeat;
}

div.hotlinks ul {
	position: absolute;
	margin-top: -31px;
}

div.hotlinks ul li {
	float: left;
	margin-left: 25px;
	display: inline;
}

div.hotlinks ul li a {
	float: left;
	display: block;
	height: 93px;
	text-indent: -9999px;
	overflow: hidden;
}

div.hotlinks ul li span {
	display: none;
}

div.hotlinks ul li.design a {
	width: 172px;
	background: url('../images/design.jpg') 0 0 no-repeat;
} 

div.hotlinks ul li.web a {
	width: 154px;
	background: url('../images/web.jpg') 0 0 no-repeat;
}

div.hotlinks ul li.print a {
	width: 143px;
	background: url('../images/print.jpg') 0 0 no-repeat;
}

div.hotlinks ul li.advertising a {
	width: 171px;
	background: url('../images/advertising.jpg') 0 0 no-repeat;
}

div.hotlinks ul li.marketing a {
	width: 162px;
	margin: 0;
	background: url('../images/marketing.jpg') 0 0 no-repeat;
}

div.hotlinks ul li a:hover {
  background-position: 0 -93px;
}

body#design div.hotlinks ul li.design a,
body#web div.hotlinks ul li.web a,
body#print div.hotlinks ul li.print a,
body#advertising div.hotlinks ul li.advertising a,
body#marketing div.hotlinks ul li.marketing a {
  background-position: 0 -93px;
}
