﻿/***** TAGS *****/
html 
{
	overflow-y: scroll;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000000;
	background: #00528d url(Images/sp-body.png) repeat-x;
}

h1
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
	color: #ffffff;
}

h2
{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

/***** LINKS *****/
a {
	color: #0060a5;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/***** WRAPPER *****/
div.sp-wrapper
{
    margin: 0 auto;
    padding: 55px 0 60px 0;
    width: 820px;
	position: relative;
}

/***** HEADER *****/
div.sp-header
{
    margin: 0;
    padding: 0;
    width: 820px;
    height: 113px;
    background: url(Images/sp-header.png) no-repeat;
    position: relative;
}

div.sp-logo
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 99px;
}

div.sp-slogan
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    /*color: #0060a5;*/
	color: #ffffff;
    position: absolute;
    top: 45px;
    left: 425px;
}

/***** DETAILS *****/
div.sp-details-wrapper
{
    margin: 0;
    padding: 20px 35px 25px 35px;
    min-height: 235px;
	background: url(Images/sp-details-wrapper.png) repeat-y;
}

div.sp-largemedia
{
    float: left;
    margin: 0;
    padding: 5px 30px 0 0;
}

div.sp-details
{
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div.sp-title
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

div.sp-title label.dxeBase
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

div.sp-description
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

p.sp-description-link
{
	margin: 5px 0 0 0;
	padding: 0;
}

div.sp-description label.dxeBase
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

div.sp-details-bottom
{
    margin: 0;
    padding: 0;
    width: 820px;
    height: 10px;
	background: url(Images/sp-details-bottom.png) no-repeat;
}

/***** WEBSITES *****/
div.sp-websites
{
    overflow: hidden;
    margin: 0;
    padding: 15px 0 10px 25px;
}

div.sp-item-wrapper
{
    float: left;
    margin: 0;
    padding: 0 10px 10px 0;
}

div.sp-item, div.sp-item-active
{
    margin: 0;
    padding: 10px;
    background: url(Images/sp-item.png) no-repeat;
    background-position: left;
}

div.sp-item:hover, div.sp-item-active, div.sp-item-active:hover
{
	background-position: right;
}

/***** FOOTER *****/
div.sp-footer
{
    margin: 0;
    padding: 3px 0 3px 35px;
    font-size: 11px;
    color: #a0c0d8;
	background: url(Images/sp-footer.png) no-repeat;
}

div.sp-footer a:link, div.sp-footer a:visited, div.sp-footer a:hover, div.sp-footer a:active 
{
	color: #a0c0d8;
	text-decoration: underline;
}

div.sp-footer a:hover 
{
	text-decoration: underline;
}

/***** CLEAR *****/
div.sp-clear
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0px;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/***** SUMMARY ****/
div.sp-websites-summary
{
	position: absolute;
	top: 1200px;
	left: 0;
}

div.sp-item-summary-top
{
	background: url(Images/sp-item-summary-top.png) no-repeat;
	height:8px;
	margin:0;
	margin-top:20px;
}

div.sp-item-summary-wrapper
{
	color: #ffffff;
	margin:0;
	padding: 10px 25px 10px 25px;
	background: url(Images/sp-item-summary-wrapper.png) repeat-y;
}

div.sp-item-summary-wrapper h2
{
	color: #ffffff;
}

div.sp-item-summary-wrapper a {
	color: #ffffff;
	text-decoration: underline;
}

div.sp-item-summary-wrapper h1 a {
	text-decoration: none;
}

div.sp-item-summary-wrapper h1 a:hover {
	text-decoration: underline;
}

div.sp-item-summary-bottom
{
	background: url(Images/sp-item-summary-bottom.png) no-repeat;
	height:10px;
	margin:0;
	margin-bottom:20px;
}
