/*
 * Global stylesheet 
 * Renaissance Tours
 * Copyright 2005 ITbyUs.com
 * Author David Dale
 */
	
/*TAGS*/
a:link, a:visited {
	color: #E01610;
	text-decoration: underline;
}

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

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
.body {
	color: #000;
	margin: 0;
/*	text-align: center;*/
}

li {
	list-style: square;
}

/*TEXT*/
.subtitle {
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 2px 0;
	text-transform: none;
}
.subtitle div {
	display: block;
}
h1 {
	color: #015C96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 0px;
}

h1 a:link, h2 a:link {
	color: #666;
	text-decoration: none;
}
h1 a:visited, h2 a:visited {
	color: #666;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

.tourLeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E01610;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.itineraryHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #68829A;
	text-transform: uppercase;
}
.focusHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E01610;
	font-weight: bold;
	margin-top: 2px;
}
.textOpera {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C86B3;
	font-size: 13px;
}
.textBreaks {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F2B91;
	font-size: 13px;
}
.textBallet {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFBD0F;
	font-size: 13px;
}
.textFestival {
	font-family: Arial, Helvetica, sans-serif;
	color: #004F9E;
	font-size: 13px;
}
.textArt {
	font-family: Arial, Helvetica, sans-serif;
	color: #2CC922;
	font-size: 13px;
}
.textMusic {
	font-family: Arial, Helvetica, sans-serif;
	color: #E40038;
	font-size: 13px;
}
.textDiscovery {
	font-family: Arial, Helvetica, sans-serif;
	color: #F46C00;
	font-size: 13px;
}
.textGarden {
	font-family: Arial, Helvetica, sans-serif;
	color: #F46C00;
	font-size: 13px;
}
.textRail {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B5BC;
	font-size: 13px;
}
.textCultural {
	font-family: Arial, Helvetica, sans-serif;
	color: #E01610;
	font-size: 13px;
}

/*SHELLS*/

#wrapper {
	background-image: url(../images/wrapper-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

#header {
	background-color: #68829A;
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
	height: 77px;
}

.headerslide {
	background-color: #68829A;
	background-image: url(../images/header-slide-home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 104px;
}
#main {
	margin-top: 8px;
}

#content {
	padding: 20px 20px 20px 20px;
	color: #4E6783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#left {
	padding: 10px 0 0;
	width: 197px;
}

#right {
	color: #4E6783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 20px 10px 10px;
	width: 175px;
	border: 1px solid #619ABD;
	vertical-align: top;
}

/*NAVBAR*/
.bgNav {
	background-image: url(../images/bg-nav.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 31px;
	background-color: #FFFFFF;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	width: 563px;*/
/*	height: 18px;*/
}

#nav ul {
	list-style: none;
	margin: 0px 7px 7px 0px;
	padding: 0;
}
#nav li {
	display: inline;
/*	line-height: 18px;*/
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*MENU*/
#menu {
	width: 95%;
}
#menu td {
	background-color: #293E56;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 5px 16px 5px 5px;
	text-transform: uppercase;
	border: 1px solid #7991A5;
	cursor: hand;
}

	#menu td a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	#menu td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	#menu td .selected a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 #menu .menuOver {
	background-color: #576B7D;
	text-decoration: none;
}
 #menu .menuOff {
	background-color: #293E56;
	text-decoration: none;
}
 #menu #opera {
	background-image: url(../images/menu-bullet-opera.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #breaks {
	background-image: url(../images/menu-bullet-breaks.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #ballet {
	background-image: url(../images/menu-bullet-ballet.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #cruises {
	background-image: url(../images/menu-bullet-cruises.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #ngv {
	background-image: url(../images/menu-bullet-ngv.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #art {
	background-image: url(../images/menu-bullet-art.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #music {
	background-image: url(../images/menu-bullet-music.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #discovery {
	background-image: url(../images/menu-bullet-discovery.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #rail {
	background-image: url(../images/menu-bullet-rail.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #cultural {
	background-image: url(../images/menu-bullet-cultural.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #garden {
	background-image: url(../images/menu-bullet-garden.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #news {
	background-image: url(../images/menu-bullet-general.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 #menu #home {
	background-image: url(../images/menu-bullet-general.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
	
/*LEFT CONTENT*/
#left .menucontent {
	padding: 20px 8px;
	color: #FFFFFF;
	font-size: 9pt;
}

#left .menucontent ul, #menu .menucontent li, #menu .menucontent li a {
	background-color: transparent;
 border: 0;
	list-style: square;
	padding: auto;
	width: auto;
}

#left .menucontent ul {
	margin-bottom: 5px;
	margin-left: 17px;
	padding-left: 0;
	padding-bottom: 5px;
}
#left .menucontent table {
	background-color: #FFFFFF;
	width: 100%;
}
#left .menucontent table td{
	background-color: #68829A;
}
#left .menucontent a{
	color: #ffffff;
	text-decoration: none;
}
#left .menucontent a:hover {
	text-decoration: underline;
}

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

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

.datatable th {
	font-weight: bold;
	text-align: left;
}
.tableBorders {
	background-color: #333333;
}
.tableBorders td{
	background-color: #ffffff;
	padding: 3px;
	vertical-align: top;
}

/*FORMS*/
form {
	margin: 0;
	padding: 0;
}
.input {
	border: 1px solid #CCCCCC;
}
.button {
	background-color: #293E56;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/*BOX*/

.boxhead {
	background-color: #015C96;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}
.boxcontent {
	background-color: #ffffff;
	padding: 8px;
	color: #015C96;
	font-size: 11px;
}
.boxcontent a:link, a:visited {
	color: #E01610;
	text-decoration: none;
}
.boxcontent a:hover {
	color: #E01610;
	text-decoration: underline;
}

/*MISC*/

.clr {
	clear: both;
	line-height: 0;
}

/*FOOTER*/
#footer {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 10px 20px;
}
