/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:713px;/* for mozilla*/
	color: #000000;
    font-size: 80%;
    font-family:Verdana;
}

h1
{
    color:#1C5389;
    font-size:130%;
    font-weight:bold;    margin-top:0px;
}
h2
{
    color:#1C5389;
    font-size:110%;
    font-weight:bold;
}

A, A:Visted, A:Active
{
    color:#1C5389;
}

A:Hover
{
    text-decoration:none;
}

.smalltext
{
    font-size:80%;   
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbprices
{
    line-height:20px;
    font-size:80%;
}

.tbheader
{
    background-color:#1C5389;
    color:White;
    font-weight:bold;
    padding:5px;
}

.tbmain
{
    background-color:#C6C6C6;
    padding:5px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#outer
{
	height:100%;
	min-height:100%;
	width:711px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

/* enables content first */
#innerwrap3 
{
	float:left;
	width:560px;
}

/* enables content first */
#innerwrap2 
{
	float:left;
	width:700px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
	position:absolute;
	top:0;
	left:-1px;
	width:711px;
	height:260px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#logo 
{
    position:absolute;
    top: 10px;
    z-index: 101;
}
#scene 
{
    position:absolute;
    top: 98px;
}

#menu 
{
    position:absolute;
    top: 58px;
}

#header img 
{
	border:0px;
}

#home 
{
    position:absolute;
    top: 58px;
    right: 0px; 
    z-index: 102;
}

#contact 
{
    position:absolute;
    top: 58px;
    right: 75px; 
    z-index: 102;
}

#how 
{
    position:absolute;
    top: 58px;
    right: 200px; 
    z-index: 102;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left 
{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:300px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	font-size:85%;
	/*border: solid 1px black*/
}

#left p {padding-left:3px;padding-right:2px}

#left table 
{
	width:185px;
	margin-top:8px;
}

#left table td 
{
	height: 28px;
    border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #C6C6C6; 
}

#left table td a
{
	text-decoration: none; 
}

#left table td a:hover
{
	color:red; 
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   CENTRE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.rightalign{    float:right;    margin-left:20px;    margin-top:20px;    margin-bottom:20px;}
#centrecontent3 
{
	width:340px;
	float:left;
	padding-top:300px;
	padding-bottom:32px;/* needed to make room for footer */
	line-height:30px;
	text-align:justify;
	/*border: solid 1px black*/
}

#centrecontent2 
{
    line-height:30px;
	width:480px;
	float:right;
	padding-top:300px;
	padding-bottom:32px;/* needed to make room for footer */
}

#centrecontent3 p {padding-left:3px}
#centrecontent2 p {padding-left:3px}  

#clearfooter {width:100%;height:52px;clear:both;} /* to clear footer */


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right p {padding-left:4px;padding-right:2px}

#right 
{
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	padding-top:300px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	/*border: solid 1px black*/
}

#footer 
{
	width:711px;
	clear:both;
	height:29px;
	background-color: #1c5389;
	color: #ffffff;
	left:0;
	bottom:0;
	position: absolute;
}

#right table 
{
	background-color:#c6c6c6;
    text-align: center;
}

#right TD
{
	padding: 6px;	
}

#right IMG
{
    border:solid 2px white;
}

#right table td a
{
	text-decoration: none; 
	font-size:85%;
}
#right table td a:hover
{
    color:red; 
}
	
	
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#footer #footertext 
{
    text-align:center;
    vertical-align: middle;
    display: table-cell;
    width:711px;
    height:29px; 
    margin-top:6px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/




