/*
Name: Technology Solutions
Description: Default styles for March Hare website
Author: David McKinley
Author URI: http://www.tekaru.com/
*/


/*
     LAYOUT -----------------------------------------------------------------------*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(/images/bg_page.jpg) no-repeat #eeece0 ;
}

#site-banner{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	margin-top: 10px;
	width: 940px;
	height: 120px;
	background: url(/images/bg_banner.jpg) no-repeat #eeece0 ;
}

#page-banner{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	margin-top: 142px;
	width: 940px;
	height: 200px;
}

#pb-image{
	display: block;
	float: left;
	width: 660px;
	height: 200px;
	margin-right: 10px;
}

#pb-topright{
	display: block;
	float: left;
	width: 270px;
	height: 156px;
	background: url(/images/bg-topright.jpg) no-repeat;
}

#pb-email{
	display: block;
	float: left;
	width: 270px;
	height: 34px;
	margin-top: 10px;
}

#page-content{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	margin-top: 355px;
	width: 940px;
}

#pc-left{
	display: block;
	float: left;
	background: url(/images/bg-content.jpg) no-repeat #fff;
	width: 660px;
	height: 410px;
	margin-right: 10px;
}

#pc-panel{
	display: block;
	float: left;
	background: url(/images/bg-right-panel.jpg) no-repeat #fff;
	width: 270px;
	height: 410px;
}

#footer{
	display: block;
	float: left;
	width: 100%;
	height: 27px;
	background: url(/images/bg-footer.jpg) no-repeat #fff;
}

#content {
	margin-left: 70px;
	margin-top: 30px;
	margin-right: 30px;
}

#panel-content {
	margin-left: 30px;
	margin-top: 60px;
	margin-right: 30px;
}


/*
     GLOBALS ----------------------------------------------------------------------*/

p, ul, ol, form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	color: #666;
	line-height: 1.4em;
}

h1 {
	font: bold 30px Arial, Tahoma;
	margin: 10px 0px 18px 0px;
	color: #d31145;
}

h2 {
	font: bold 16px arial, tahoma;
	margin: 5px 0px 8px 0px;
	line-height: 1.4em;
	color: #d31145;
}

a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

a.menu:hover, a.menu:active {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;	
	_border-bottom: 1px solid #ffffff;	
	}