/* CSS Document */


/* Multi-Use */

ul #secnavbutns, #secnavbutns li, #secnavbutns li#selected, #secnavbutns a, #secnavbutns #selected a
	{
		margin: 0px;	
		padding: 0px;
	}
	
#secnavbutns a, #secnavbutns #selected a
	{
		text-decoration: none;
		padding: 7px;
		float: left;
		font-weight: bold;
	}
	
/* End of Multi-Use */


/* Normal Navigation Buttons */

#secondarynav
	{
		width: 601px;
		margin-bottom: 10px;	
	}
	
#secnavbutns a
	{
		color: #000;
	}

#secnavbutns li
	{
		float: left;
		background: #ECEDEF url(/images/generic/top-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li span
	{
		float: left;
		background: url(/images/generic/top-sec.png) repeat-y left;
		position: relative;	
	}
	
#secnavbutns li span span
	{
		background: url(/images/generic/top-sec.png) repeat-y right;
	}
	
#secnavbutns li span span span
	{
		background: url(/images/generic/top-left-sec.png) no-repeat left top;
	}
	
#secnavbutns li span span span span
	{
		background: url(/images/generic/top-right-sec.png) no-repeat right top;	
	}

/* End of Normal Navigation Buttons */


/* Selected Navigation Button */

#secnavbutns #selected a
	{
		color: #fff;
	}
	
#secnavbutns li#selected
	{
		float: left;
		background: #C98B74 url(/images/generic/top-sel-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li#selected span
	{
		float: left;
		background: url(/images/generic/top-sel-sec.png) repeat-y left;
		position: relative;
	}
	
#secnavbutns li#selected span span
	{
		background: url(/images/generic/top-sel-sec.png) repeat-y right;	
	}
	
#secnavbutns li#selected span span span
	{
		background: url(/images/generic/top-left-sel-sec.png) no-repeat left top;
	}
	
#secnavbutns li#selected span span span span
	{
		background: url(/images/generic/top-right-sel-sec.png) no-repeat right top;	
	}

/* End of Selected Navigation Button */

h3 {
	margin-bottom: 10px;
}

div#key-points ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
}

ul#accom-details {
	margin-bottom: 20px;
}

ul#accom-details li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
}

div#primary {
	width: 621px;
}

div.text-pad-2 {
	
}

table.flight-table {
	width: 601px;
	
}

table.flight-table td {
	padding: 2px;
	vertical-align: text-top;
}

/* Start Travel Options*/
table
	{
		border-bottom: solid 1px #000;
		background: #ECEDEF;
	}
	
td
	{
		border-right: solid 1px #000;
		border-top: solid 1px #000;	
		padding: 2px 15px 2px 1px;	
	}
	
td.first
	{
		border-left: solid 1px #000;
	}

.headings
	{
		vertical-align: bottom;
		font-weight: bold;
		background: #C98B74;
		color: #fff;
	}
	
.blank td
	{
		color: #ECEDEF;
		border-right: solid 1px #ECEDEF;
	}
	
td.end
	{
		border-right: solid 1px #000;	
	}
	
#flightstotable, #railtotable, #selfdrivetable
	{
		width: 734px;	
	}
	
#railtotable td, #selfdrivetable td
	{
		padding: 10px 15px 2px 1px;
	}
	
#selfdrivetable a
	{
		text-decoration: none;
		color: #C98B74;
		font-weight: bold;
	}
/* End Travel Options*/

/* End of CSS Document */