﻿/* divs for positioning */
#container
{
	width: 875px;
	margin-left: auto; 
	margin-right: auto; 
	position:relative;
	background-repeat: repeat-y;
}

#banner
{
	width: auto;
	height: 175px;
	background-position: top right; 
	background-image: url(images/bg_banner.gif);
	background-repeat:no-repeat;
	background-color: #c5c5ff;
}

#loginbox
{
	padding-right: 15px;
}

#menu
{
	width: 100%;
	height: 26px;
	position: absolute; 
	top: 175px; 
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#body
{
	position: absolute;
	top: 204px;
	background-color: white;
	background-position: top right;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	width: 875px;
	padding-top: 1px;
}

#bodymenu
{
	float: left;
	height: auto;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

#bodycontent
{
	width: 680px;
	margin-left:180px;
	margin-top: 15px;	
}

#bodycontent.nomenu
{
	width: 720px;
	margin-left:50px;
	margin-top: 15px;	
}

/* tag elements */
a
{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color:#c60;
	text-decoration: underline;
}

a:hover
{
	text-decoration:none;
	color:green;
}

acronym{
	border-bottom: 1px red dotted;
	cursor: help;
}

body{
	background-image: url('images/bg_container.gif');
	background-repeat: repeat;
	height: 100%;
	background-attachment: fixed;
}

input
{
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 8pt;
}

caption
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height:20px;
	background-image:url('images/bg_caption.gif');
	background-repeat:no-repeat;
}

h1
{
	font-size: 11pt;
	font-family:Verdana;
	color: gray;
	margin-top:0px;
}
h2
{
	font-size: 10pt;
	font-family:Verdana;
	color: gray;
}
h3
{
	font-size: 9pt;
	font-family:Verdana;
	color: gray;	
}
h4
{
	font-size: 8pt;
	font-weight: bold;
	font-family:Verdana;
	color: gray;
	margin-top:20px;
	margin-bottom:0px;
}

ol
{
	font-family:Verdana;
	font-size: 8pt;
	color: #666;
}

ul
{
	font-family:Verdana;
	font-size: 8pt;
	color: #666;
	list-style: disc url(images/bullet.gif) outside;
	/*text-indent:30px;*/
}

li
{
	margin-bottom: 12px;	
}

td
{
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 8pt;
}

th
{
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

p
{
	font-family: Verdana;
	font-size: 8pt;
	color: #555;
}

.headline
{
	color: #333;
	margin-top: 10px;
	font-size: 10pt;
}

.bodybox
{
	width: 300px;
	float: left;
	margin:10px;
}

.tdbanner
{

}
.tdbannerselected
{
	/*border:  dotted 1px #666;*/
	background-image:url('images/bg_body.gif');
}

.menutable
{
	border: solid 1px #ddd;
	padding-top: 4px;
	padding-top: 4px;
}

.callout
{
	background-image:url('images/bg_bodycontent.gif');
	background-repeat:no-repeat;
	width: auto; 
	padding-top: 30px; 
	padding-left:5px;
	padding-right:5px;
}

.quote
{
	float:right; 
	width:180px; 
	margin:10px; 
	padding:3px; 
	border:1px gray solid; 
	background-color:#ddd;
}

.pricebox
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;		
	margin-left:10px;
	margin-right:30px;
	margin-bottom:10px;	
	width:260px;
	background-color:#eee;
	float:right;
	border: 1px #f60 solid;
}
