body
{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Arial, Verdana, sans-serif;    
}

#framecontentLeft, #framecontentTop
{
position: absolute;
top: 0;
/*bottom: 0;****/ 
left: 0;
width: 165px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background: #27a;*/
background: FFFFFF;
color: #6600FF;
}

#framecontentTop
{ 
left:165px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 75px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
border-bottom: 0.1em solid #999;
color: white;
}

#maincontent
{
position: fixed;
top: 76px; /*Set top value to HeightOfTopFrameDiv*/
left: 165px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #FFFF; /* Body Colour */
}

.innertube{
margin: 4px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 76px  0 0 165px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

/*----------*/

#navlist
{
color:  #FFFF;
background: white;
border: 0px;
padding: 0px;
margin-left: 0; /*Needed for IE6*/
width: 160px;
font: normal 0.9em Arial, Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
/*font-size: 1em;*/
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: #6600FF;
background: #ffff;
border-width: 1px;
border-style: solid;
/*border-color: #5bd #035 #068 #6cf; */
border-color: #5bd #035 #068 #6cf;
border-left: 5px solid #33CC33; /*indicator colour for list */
/* padding: 0.25em 0.5em 0.4em 0.75em; */
padding: 0.25em 0.5em 0.4em 0.45em;
}

#navlist a#current 
{ 
/*border-color: #5bd #305 #068 #6600FF;*/
border-left: 5px solid #6600FF; /*indicator bar and colour*/
}

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 2.6em; /*was 9.6* needs testing/
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
color: #6600FF;
/* background: #33CC55; */
background: #99FF99;
border-color: #069 #6cf #5bd #6600FF;
padding: 0.4em 0.35em 0.25em 0.6em;
color: black;
}

#navlist a:active, #navlist a#current:active
{
background: #99FF99;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.6em;
color: black;
}

#linklist
{
list-style: none;
margin: 0;
font-size: 1em;
}

/*** Questions ***/

table.ComparisonTable {
       width: 98%; 
       height: 290px;
       border-top: black 1px solid;       
       border-left: black 1px solid;       
}

.ComparisonTable td {
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

tr.ComparisonTableHead {
	background-color: red;
	color: white;
}

/*** Heading ***/

table.head_table {
       width: 100%;
       border:0px;
       border-collapse: collapse;       
}       

.head_table td {
	padding: 0px;		
}

/*** Telephones for sale ***/

table.TelephonesForSale {
	border: 0px;
	border-collapse: collapse;
}

td.TelephonesForSale {
	border-top-width: 0; 
	border-bottom-width: 0;
	width : 240px;
	height : 141px;
}

/*** New Bit **/

table.pic-gall-top { 
    border-width: 1px; 
    border-spacing: 1px; 
    border-style: solid; 
    border-color: #b1b1b1; 
    border-collapse: separate; 
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 1px;
    width:100%;
}

td.picture {
	width: 165px;
	border-width: 0px; 
    padding: 1px; 
    border-style: solid; 
    border-color: white; 
}

td.emailcol {
	border-width: 0px; 
    padding: 1px; 
    border-style: solid; 
    border-color: white; 
}

form.email-form {
	display:inline; 
	margin-top:0px; 
	margin-bottom:0px;
}

form.picture {
	display:inline;
	border-width: 0px;
	margin-top:0px;
	margin-bottom:0px;
}
		 

.ref-text {
	color: #005f8c;
	margin: 0 0 0 1px;
    padding-top:0px; 
    padding-bottom:0px;
    letter-spacing: 0.1px;
    font-weight: bold;
    font-size: 12pt;
    line-height: 0.9em;    
	margin-top:  0.2em;
	margin-bottom:  0;
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana
}

td.desc-text {
    color: black;
	margin: 0 0 0 1px;
    font-size: 11pt;
    line-height: 1.0em; 
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
    padding-top:0px; 
    padding-bottom:0px;
    margin-bottom: 0px;
}

.price-text {
    color: olive;
	margin: 0 0 0 1px;
    font-size: 12pt;
    line-height: 1.0em; 
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
    padding-top:0px; 
    padding-bottom:0px;
    margin-bottom: 0px;
}
	
#picture_format {
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
    font-size: 10pt;
    text-align: left;
    margin: 0px;
    margin-top: 0px;
	margin-bottom: 0px;
}
.home_button {
	color: #000000; 
	font-family: Webdings; 
	font-size: 37pt 
}

.picture_text1 {
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
    font-size: 11pt;
    text-align: center;
    margin-top: 0px;
	margin-bottom: 0px;	
}

.picture_text2 {
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
    font-size: 10pt;
    text-align: left;
    margin: 4px;
    margin-top: 0px;
	margin-bottom: 0px;	
}


h3 {
    color: olive;
	/** margin: 0 0 0 13px; **/
	margin: 0 0 0 1px;
        font-weight: normal;
 /**   font-weight: bold; **/
    font-size: 12pt;
    line-height: 1.0em; 
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana;
        padding-top:0px; 
        padding-bottom:0px;
  /**  margin-top: -0.2em; **/
	margin-bottom: -0.6em
}

h4 {
    color: #005f8c;
	/** margin: 0 0 0 13px; **/
	margin: 0 0 0 1px;
    padding: 0px 0 0 0;
    letter-spacing: 0.1px;
    font-weight: bold;
    font-size: 12pt;
    line-height: 0.9em;    
	margin-top:  0.2em;
	margin-bottom:  -0.4em;
    font-family: Arial, Monotype Corsiva, Times New Roman, verdana
}
