/*
 * Global Stylesheet - Total Sports Travel
 * copyright ITbyUs 2004
 * Author David Dale
 */
 
a {
	color: #f03;
	font-weight: bold;
	text-decoration: underline;
}
 
a:hover {
	color: #001CA0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

form {
	margin: 0;
	padding: 0;
}

h1, .heading1 {
	color: #FF0033;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 .8em 0;
}

h2, h2 a, .heading2 {
	color: #FF0033;
	font-size: 15px;
	line-height: 20px;
	margin: .8em 0 0 0;
	text-transform: uppercase;
}

h3, h3 a, .heading3 {
	color: #000;
	font-size: 14px;
	margin: 0 0 .8em 0;
}

h4, h5, h4 a, h5 a, .heading4 {
	color: #000;
	font-size: 12px;
	margin: .8em 0;
}

hr {
	height: 1px;
	border: 1px solid #000; 
}

p {
	margin: .8em 0;
}

input, select, textarea {
	background-color: #FFF4C9;
	border: 1px solid #FF0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table, td, th {
	font-size: 100%;
}

th {
	text-align: left;
}

ul, ol {
	list-style: square;
}

.body {
	background-color: #fc0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.BoxBorderRed { 
	background-image: url(../images/icon_edit.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #FF0033;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	padding-bottom: 18px;
	text-decoration: none;
}

a .BoxBorderRed {
	color: #000;
}

.button {
	background-color: #FF0033;
	border: 0px;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}

.datatable {
	margin-top: 10px;
}

.datatable td, .datatable th {
	padding: 0 5px 5px 0;
}

.highlight {
	background-color: #FFDB4D;
	padding: 5px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.input {
	padding: 2px;
	width: 250px;
}

.price {
	color: #FF0033;
	font-weight: bold;
}

.radiocheck {
	background: none;
	border: 0;
}

.tabledata td {
	padding: 0 10px 10px 0;
}

#content {
	padding: 15px;
}

#footer td {
	background-image: url(../images/header/nav_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 0;
}

#footer li a {
	color: #fff;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#footer li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#footer ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#header {
	background-color: #006;
	background-position: left top;
	background-repeat: no-repeat;
}

#header h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 12px;
}

#logo {
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 93px;
	width: 136px;
}

#menu {
	width: 136px;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	border-bottom: 1px solid #FF0033;
	color: #000066;
	display: block;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	width: 91px;
}

html>body #menu li a {
	width: auto;
	width: 89px;
}

#menu li a:hover {
	color: #FF0033;
}

#menu ul {
	margin: 25px 0 25px 25px;
	padding: 0;
}

#nav td {
	background-image: url(../images/header/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #fff;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#panel {
	background-color: #FFDB4D;
	padding: 10px;
	width: 150px;
}

#special h2 {
	color: #FF0033;
	margin-top: 15px;
	text-transform: uppercase;
}

#special li {
	background-image: url(../images/special_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#special li a {
	color: #000066;
	text-decoration: underline;
}

#special li a:hover {
	color: #FF0033;
	text-decoration: underline;
}

#special ul {
	margin: 0;
	padding: 0;
}