Basic
{
    margin: 0;
    padding: 0;
}
h1, h2
{
}


body
{
    font-family: "trebuchet ms", sans-serif;
    font-size: 10pt;
    background-color: #fff;
    color: #000000;
    height: 100%;
}

a
{
    color: #007788;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.clear
{
    clear: both;
}

/****** Master Page Styles ***********************************************************************************/

/* Outer container to hold all master page content*/

#outer /*Confirmed*/
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

/* Header holding Logo and Keyboard header*/

#header /*Confirmed*/
{
    width: 800px;
    margin-bottom: 2px;
}

/* Menu */

#menu /*Confirmed*/
{
    position: relative;
    width: 800px;
    height: 40px;
    background: #007788 url(Sterndale/images/Master/x3.gif) top left repeat-x;
    margin-bottom: 10px;
}

#menu ul /*Confirmed*/
{
    list-style: none;
}

#menu li /*Confirmed*/
{
    display: block;
    float: left;
}

#menu li a /*Confirmed*/
{
    color: #fff;
    display: block;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

#menu li a:hover /*Confirmed*/
{
    background: #007788 url(Sterndale/images/x4.gif) top left repeat-x;
}

#welcomeImage /*Confirmed*/
{
    background: url(images/computers.jpg) no-repeat;
    position: relative;
    width: 300px;
    height: 200px;
    float: left;
    margin-bottom: 2px;
}

#welcomeText /*Confirmed*/
{
	position: relative;
	width: 462px;
	background: #007788 url(Sterndale/images/Master/x3.gif) top left repeat-x;
	color: #fff;
	height: 200px;
	padding-left: 12px;
	padding-right: 25px;
	float: left;
	margin-bottom: 2px;
	background-color: #0180B5;
}

/* Footer */

#footer /*Confirmed*/
{
    height: 60px;
    background: #fff url(Sterndale/images/Master/KeyboardFooter.gif) top left no-repeat;
    text-align: center;
    color: White;
    padding: 10px 0px 5px 0px;
    margin-top: 10px;
}

/* Content */

#content /*Confirmed*/
{
    line-height: 23px; /*margin-bottom:10px;*/
}

#content h2, h4, h5, h6 /*Confirmed*/
{
    color: #fff;
    padding: 15px 14px 0px 0px;
    font-size: 16px;
}

#content h3 /*Confirmed*/
{
    color: #555;
    font-size: 16px;
}


.hyperlink_master /*Confirmed*/
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

#sidebar /*Confirmed*/
{
	float: left;
	width: 170px;
	background-color: #0180B5;
	background-image: url(Sterndale/images/Master/x3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar menu /*Confirmed*/
{
    margin-bottom: 10px;
    border-bottom: 4px solid #EBEBEB;
}

#sidebar ul /*Confirmed*/
{
    padding: 0;
    margin: 0;
    line-height: normal;
}

#sidebar li /*Confirmed*/
{
    list-style-type: none;
}

#sidebar a /*Confirmed*/
{
	display: block;
	border-top: 1px solid #EBEBEB;
	color: White;
	text-decoration: none;
	height:1em; /* Workaround for IE6 Whitespace bug with unordered lists. */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 24px;
}

html>body #sidebar a /* Workaround for IE6 Whitespace bug with unordered lists. */
{
    height:auto;
}

#sidebar a:hover, #sidebar .active a /*Confirmed*/
{
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
	background-color: #cedaee;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 24px;
}

#mainTextArea /*Confirmed*/
{
	float: right;
	width: 622px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

#contactDetails
{
	width: 150px;
	color: White;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

/****** End of Master Page Styles ****************************************************************************/

#MainPageText /*Confirmed*/
{
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 10px;
}




.hyperlink_homepage /*Confirmed*/
{
    text-decoration: none;
    font-weight: bold;
}

#virusText
{
	width:450px;
	float: left;
}

#McAffee_panel /*Confirmed*/
{
    position: relative;
    float: right; /*border-spacing:2px; 	border-width:2px;*/ /**background-color:#D3DEEF;**/
    /*color: #ffb210;*/
    /*font-weight: bold; /*Width:100;*/
    /*text-align: left;*/
    /*margin: 20px 0px 10px 0px;
    padding: 3px 0px 3px 3px;*/
    /*background: #007788 url(  'images/Master/x3.gif' ) top left repeat-x;*/
    /*width: 177px;*/
    line-height:normal;
}

.TabArea /*Confirmed*/
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    position: absolute;
    top: 42px;
    height: 400px;
    z-index: -25;
}

.priceText /*Confirmed*/
{
    font-weight: bold;
    color: red;
    padding-left: 2px;
}

.hintsImageWrapper
{
    width: 140px;
}


.hintsItem
{
    float: left;
    width: 140px;
    text-align: center;
    padding: 10px 30px 10px 30px;
}

/*#hintsInitialPage
{
    position:relative;
    float:left;
    width:500px;
}

#hintsImage
{
    float:left;
    padding: 0 10px 0 10px;
}*/

a.hintsLink:link, a.hintsLink:visited
{
    text-decoration: none;
}

.linksItem
{
    float: left;
    width: 140px;
    text-align: center;
    padding: 10px 30px 10px 30px;
}

.linksImageWrapper
{
    width: 140px;
}

.textHighlight
{
    color: #FF0000;
}

.textItalic
{
    color: #fa9e23;
    font-style:italic;
    font-weight:bold;
}
