﻿/* tnet.css */

html 
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family:Arial;
	font-size:12px;
}

body 
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
}

div#footer 
{
	height: 1%;
	min-height: 1%;
	width: 100%;
/*	position: absolute;
	bottom: 0;
	padding-bottom: 2%; */
	left: 0;
	font-size:12px;
	width:980px
}
#footer .link { float:right; padding:10px; }
#footer .link a {text-decoration:none }

table
{
	font-family:Arial;
	font-size:12px;
}


h1
{
	font-family:Arial;
	font-size:28px;
}

h2
{
	font-family:Arial;
	font-size:20px;
}

h4
{
	text-decoration: underline;
	font-family:Arial;
	font-size:12pt;
	padding:0px;
	margin:0px; 
}

button
{
	font-family:Arial;
	font-size:14px;
}

select
{
	font-family:Arial;
	font-size:14px;
}

input
{
	font-family:Arial;
	font-size:14px;
}

table.start
{
	width:980px;
}

img.start
{
	width:980px;
}

table.addr
{
	font-size:12pt;
}


table.details
{
	font-family:Arial;
	font-size:12px;
}

table.pricelist
{
	font-family:Arial;
	font-size:18px;
}


#main {
clear: both;
width:100%;
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #ffffff;
color: black;
}

#lhs {
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #b0a0a0;
color: #b0003d;
}

div.links {
	float: left;
	padding:0;
	width: 19.8%;
	margin: 0;
	border: 1px solid black;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #A9D0F5;
	color: #2E9AFE;
	}

ul.links {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	}

li.links {
	list-style: none;
	margin: 0;
	}

a.links {
	display: block;
	/*color: #2E9AFE;*/
	color: #27397b;
	text-decoration: none;
	width: 100%;
	padding: 1px 0px 1px 0px;
	}

a.links:hover {
	background-color: #2E9AFE;
	color: white;
	}

#header {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #2E9AFE;
	color: white;
}



a.button:link {
	display: block;
	text-decoration: none;
	}
	
table.info {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #2E9AFE;
	border-collapse: separate;
	background-color: white;
}

table.info td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid ;
	border-color: red red red red;
	background-color: #EFF5FB;
/*	-moz-border-radius: 0px 0px 0px 0px;*/
}

#mainright {
	padding: 5px 10px 5px 10px;
	border: 0px none; 
	text-align: left;
	height: 600px;
	}
	
div.mainrightsect {
	padding: 5px 10px 5px 10px;
	border: 0px none; 
	border-bottom: 1px solid #000;
	text-align: center;
	}
	
	
div.h3sect {
	width: 95%
	}
	
h3 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	background-color: #E0ECF8;
	}

a.h3a:link {
	color: #000;
	}
	
a.h3a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
h3:hover {
	background-color: #2586d7;
	color: #fff;
	}

.enqaddr {
	 display:none
}	
	