/*
Site created by Penta Graphix Design
Copyright 2008
*/

/*
/*-----------------
|
|	General website setup
|
/-----------------
*/

/* Padding and Margin Reset */

.navtext 
	{
		visibility:hidden; 
		position:absolute;
		z-index:10000;
		width: 500px;
		padding:5px; 
		background-color: #ddd;
		font: normal normal normal 11px/16px verdana;
		text-align: justify; 
		color: #000; 
		opacity: 90%;
		filter: alpha(opacity=89%);  /* Internet Explorer */
		border-top: solid 8px #78714c;
	}

* 
	{
		border: 0px;
		margin:0px;
		padding:0px;
	}

body, html
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		background-color: #555;
		height: 100%;
	}

/*
/*-----------------
|
|	DIVs for Tiger Computer Services website
|
/-----------------
*/

div#content
	{
		width: 1018px;
		margin: auto;
		min-height: 700px;
		background-image: url(../images/completebackground.jpg);
		backgroun-repeat: repeat-y;
	}

div#thecontent
	{
		margin-left: -75px;
	}

div#leftside
	{
		width: 418px;
		float: left;
		height: auto !important; /* real browsers */
		height: 700px;
		min-height: 700px;
	}

div#footer
	{
		text-align: right;
		bottom: 0;
		clear: both;
		width: 1019px;
		margin: auto;
		background-color: #000;
		border-top: 2px solid #000;
		padding-bottom: 5px;
	}

div#leftfooter
	{
		position: absolute; bottom: 0; width: 100%;
	}


div#rightside
	{
		float: left;
		width: 600px;
		height:auto !important; /* real browsers */
		height:700px;
		min-height: 700px;
		float: right;
	}

div#sidebarpanel
	{
		float: left;
		margin-top: 425px;
		text-align: left;
		margin-left: 45px;
		color: #CCC;
		line-height: 20px;
		font-size: 11px;
		width: 200px;
	}
	
div#enter
	{
		margin-top: -250px;
		margin-left: 550px;
	}

/*
/*-----------------
|
|	CLASSs for Tiger Computer Services website
|
/-----------------
*/

img.floatlogo
	{	
		margin-top: 10px;
	}

img.floattiger
	{	
		margin-top: 30px;
	}

img.wrapimage
	{
		border: 5px solid #78714c;
	}

td.links
	{
		font-size: 12px;
		font-weight: bolder;
		text-transform: uppercase;
	}

table.linksetup
	{
		margin-left: 5px;
		margin-top: 50px;	
		text-align: center;
	}

div.clearall
	{
		clear: both;
	}

div.textleft
	{
		float: left;
		width: 265px;
		text-align: left;
		margin-left: 120px;
		margin-top: 50px;
	}

div.textright
	{
		float: left;
		width: 175px;
		text-align: left;
		margin-top: 50px;
		margin-left: 70px;
	}

div.textfull
	{
		text-align: left;
		margin: 50px 120px 0 120px;
	}

div.textsmallleft
	{
		line-height: 25px;
		float: left;
		width: 170px;
		text-align: left;
		margin-left: 120px;
		margin-top: 50px;
		font-weight: 600;
	}
	
div.textsmallright
	{
		float: left;
		width: 280px;
		text-align: left;
		margin-top: 50px;
		margin-left: 70px;
	}
	
p.transparenttext
	{
		font-size: 12px;
		padding: 8px;
		border-left: solid 8px #78714c;
		font-style: italic;
		font-weight: bolder;
		background-image: url(../images/whitetransparency2.png);
		background-repeat: repeat;
		text-align: right;
	}

p.leftsidetext
	{
		color:#cdc384;
		font-weight: bold;
		font-size: 12px;
	}

p.quoteby
	{
		text-align: right;
		color:#8a4b24;
		font-weight: bolder;
		font-style: italic;
		font-size: 11px;
	}

p.quotebyCaps
	{
		text-align: right;
		color:#8a4b24;
		font-weight: bolder;
		font-size: 12px;
	}

p.sidebartext
	{
		font-size: 12px;
	}

p.break
	{
		margin: 15px 0;
	}

li p.someSpace
	{
		margin-bottom: 15px;
	}

p.textheader
	{
		color:#8a4b24;
		text-transform: uppercase;
		font-weight: bolder;
		font-size: 14px;
	}

p.nameindexHigh
	{
		font-weight: bolder;
		text-align: right;
		margin-bottom: -5px;
	}
	
p.nameindex
	{
		font-style: italic;
		text-align: right;
		margin-bottom: -5px;
	}
	
p.namesubindex
	{
		font-style: italic;
		text-align: right;
		font-size: 10px;
		margin-bottom: -5px;
	}
	
p.indent
	{
		margin-left: 15px;
	}

span.listheader
	{
		color:#8a4b24;
		font-weight: bolder;
	}

span.largeTitle
	{
		font-size: 14px;
	}	

/*
/*-----------------
|
|	Setting up the bottom navigation
|
/-----------------
*/

a
	{
		text-decoration: none;
		cursor:pointer;
		cursor:hand;
	}

ul.botnav
	{
		font-weight: bolder;
		margin-top: 15px;
		font-size: 10pt;
		clear: both;
		margin-bottom: 10px;
	}

.botnav li
	{
		display: inline;
		margin-right: 75px;
	}

.botnav li a
	{
		color: #fff;
		text-decoration: none;
	}

/*
/*-----------------
|
|	Link setup
|
/-----------------
*/

a
{
	color: #000;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #8a4b24;
	text-decoration: underline;
}

a.selected
{
	color:#fff;
	text-decoration:none;
}