/*
	tactile.css

	Style sheet for the Tactile 3D Web site.

	Copyright (c) 2005-2007 Upper Bounds Interactive Inc.  All Rights Reserved.

	by Tristan Grimmer
*/

body
{
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 8pt;
}

h1
{
	font-family:Verdana;
	font-size:10pt;
}

h3
{
	font-family:Verdana;
	font-size:8pt;
}

a
{
	text-decoration:none;
}

table
{
	font-family:Verdana;
	font-size:8pt;
}

a.site_map
{
	font-weight:bold;
}

.button_main
{
	position: absolute;
	left:1px;
}

.button_main a
{
	display: block;
	color: #5e5fab;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;

	width: 71px;
	height: 19px;
	padding: 3px 2px 2px 3px;

	background-image: url(button_main_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.button_main a:hover
{
	color: #FFFFFF;
	background-image: url(button_main_hover.gif);
}

#button_main_down
{
	position: absolute;
	left:1px;
	width: 71px;
	height: 19px;

	color: #FFFFFF;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	padding: 3px 2px 2px 3px;

	background-image: url(button_main_down.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.button_sub
{
	position: absolute;
	left:688px;
}

.button_sub a
{
	display: block;
	color: #5e5fab;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	
	width: 71px;
	height: 19px;
	padding: 3px 2px 2px 3px;

	background-image: url(button_sub_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.button_sub a:hover
{
	color: #FFFFFF;
	background-image: url(button_sub_hover.gif);
}

#button_sub_down
{
	position: absolute;
	left:688px;
	width: 71px;
	height: 19px;

	color: #FFFFFF;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	padding: 3px 2px 2px 3px;

	background-image: url(button_sub_down.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#heading_main
{
	position: absolute;
	left: 135px;
	top: 63px;
	width: 116;
	height: 18;
	
	color: #FFFFFF;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 0px;
}

#heading_sub
{
	position: absolute;
	left: 508px;
	top: 63px;
	width: 116;
	height: 18;

	color: #FFFFFF;
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	padding: 2px 2px 2px 0px;
}

#parent_div
{
	position: relative;
	text-align: left;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}

#content_div
{
	position:absolute;
	left:94px;
	top:100px;
	width:572px;
}

.news
{
	background-color: #000000;
	border: 1px solid #ddddff;
	padding: 0px 0px 0px 0px;
	font-size: 7.5pt;
	font-family: Verdana;
}

.press
{
	border: 1px solid #33334f;
	padding: 0px 0px 0px 0px;
	font-size: 7.5pt;
	font-family: Verdana;
	color: #000012;
	background-color: #FFFFFF;
}

.payment
{
	border: 2px solid #494955;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	font-family: Verdana;
}

#copyright
{
	width:572px;
	
	color: #696985;
	font-size: 6.5pt;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	padding: 1px 2px 2px 0px;
	
	border-top: thin solid #696985;
}

#header
{
	position: absolute;
	left: 1; top: 2;
	width: 758;
	height: 86;
	
	background-image: url(layout/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header_no_sub
{
	position: absolute;
	left: 1; top: 2;
	width: 758;
	height: 86;
	
	background-image: url(layout/header_no_sub.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
