/* ----------------------------------------------------------------- */
/* 	Style Sheet for software support.co.uk */
/* ----------------------------------------------------------------- */


/* Generic Selectors */
html,body /* used for footer definitions */
	 {
    height: 100%;
	}
		
body 
	{
	margin: 0;/* used for footer definitions */
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #660066;
	height: 100%; 
	}

h1	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	/* color:#4ab4ab4ab; */
	color: #000066;
	font-weight: bold;
`	font-style: italic; 
	font-size: 125%;
	}

h2	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 120%;
	COLOR: #727272;
	}
	
h3	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 110%;
	COLOR: #660066;
	}
	
h4	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	COLOR: #66006;
	}
	
h5	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	COLOR: #660066;
	}

p	
	{
	margin: 0; /* used for footer definitions */
	padding: 0.3em 0; /* used for footer definitions */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 13px;
	COLOR: #727272;
	}

/* ------------------------------------------------------------ */
/* --- Content pseudo clases ---------------------------------- */
/* ------------------------------------------------------------ */
	
#content 
	{ 
	}	
	
#content .mainlogo
	{
	position: absolute;
	top: 5px;
	left: 5px;
	}
				
#content .mainphone
	{
	position: absolute;
	top: 7px;
	left: 850px;
	}

#content .menuback
	{
	position: absolute;
	top: 110px;
	left: 25px;
	}

#content  .menubuttons
	{
	position: absolute;
	top: 50px;
	left: 45px;
	}

#content .homepagetext
	{
	position: relative;
	width: 1024px;
	top: 325px;
	left: 15px;
	}

#content .homepagetext .footer { 
	bottom: 0; 
	font-family: sans-serif;
	font-size: 10px;
	position: relative;
    height: 50	px;
	margin-bottom: 0px;
	}
	
#content .homepagetext .footer .logos { 
	position: relative;
	left: 125px;
	}
	
#content .homepagetext .footer .block
	{
	text-align: center;
	padding: 10px 10px 10px 5px;
	background:#016BFF; 
	color:#FFFFFF; 
	}
	
#content .maintext
	{
	position: relative;
	width: 1024px;
	top: 125px;
	left: 15px;
	}

#content .maintext li
	{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000066; 
	}	


#content .maintext .footer { 
	bottom: 0; 
	font-family: sans-serif;
	font-size: 10px;
	position: relative;
    height: 50	px;
	margin-bottom: 0px;
	}
	
#content .maintext .footer .logos { 
	position: relative;
	left: 125px;
	}
	
#content .maintext .footer .block
	{
	text-align: center;
	padding: 10px 10px 10px 5px;
	background:#016BFF; 
	color:#FFFFFF; 
	}
	


