﻿@import url("Common.css");

a span.call-link
{
    display: inline-block;
    font-family: @Tahoma Arial Unicode MS;
    font-size: 20px;
    color: White;
    font-weight: bold; 
    top: -150px;
    left: 250px;
    position: relative;
}

a:hover span.call-link
{
    text-decoration: underline;
}

div#ContentCenter
{
	padding-top: 5px;
}

div#Callout
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div#News
{
	position: relative;
	min-height: 250px;
	margin-bottom: 20px;
}

div#News h3
{
	font-size: x-small;
	font-weight: normal;
}

div#News hr
{
	border-bottom-style: solid;
	border-bottom-width: 0px;
	height: 1px;
	color: silver;
}

div#News div.NewsItem
{
	float: left;
	width: 346px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	/*
	background-image: url('../Images/News.Item.Background.png');
	background-repeat: no-repeat;
	*/
}

div#News div.NewsItem div.NewsImage
{
	display: inline;
	float: left;	
	margin-right: 5px;
	width: 87px;
	height: 140px;
}

div#News div.NewsItem div.NewsImage:hover
{
	background-image: url('../Images/Home.Tip.Seletor.png');
	background-repeat: no-repeat;
}

div#News div.NewsItem div.NewsContent
{
	display: inline;
	float: left;
	width: 252px;
	font-size: x-small;
}

div#News div.NewsItem div.NewsContent h1
{
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
}

div#News div.NewsItem div.NewsContent p
{
	text-align: justify;
	font-size: x-small;
	margin-right: 20px;
	line-height: normal;
}

div#Callout img
{
	border: 0px;	
}

div#ContentCenter, div#FooterCenter
{
	position: relative;
	left: 0px;
	width: 700px;
}

/*
div#FooterWrapper
{
	text-align: center;	
	padding-top: 10px;
	height: auto;
	font-size: x-small;
}

h1#IntellitoolsLogo {
	position: absolute;
	background-image: url('../Images/Home-Intellitools-Logo.png');
	background-repeat: no-repeat;
	bottom: -25px;
	left: -15px;
	width: 175px;
	height: 58px;
	text-indent: -9999px;
}
*/
