﻿body
{
    font-family : Verdana, Arial, Sans-Serif;
    font-size: 90%;
    margin:0px;
    padding : 0px;
    text-align : center;
    background-image : url("images/OrangeFade.png");
    background-repeat: repeat-x;
    background-position: 0px 90px;
}

.PricingPage,
.TourPage
{
    background-image : url("images/OrangeFade_small.png");
}

.TourPage h2
{
    border: none;
}

#HomePage
{
    background-position: 0px 110px;
}

#Page
{
	
	margin-left : auto;
	margin-right: auto;
	text-align : left;
	width: 930px;
}

#TopSection 
{
	padding : 15px;
	text-align : left;
}

#TopSection img
{
    float:left;
}

#TopSection ul
{
	margin-left: 400px;
	height: 30px;
}

#TopSection li
{
	float: left;
	margin : 0px;
	padding : 0px;
}

#TopSection li
{
	float : left;
	list-style-type : none;
	color : #F17712;
}

#TopSection li a:link,
#TopSection li a:visited
{
	margin : 5px;
	color : black;
	padding : 5px;
	text-decoration : none;
	font-size : 80%;
}

#TopSection li a:hover
{
	color : #F17712;
}

#MainSection
{
	margin-top : 20px;
}
        
h1
{
	color : #FFFFFF;
	font-family: Verdana;
	font-size: 130%;
	margin-top : 5px;
	margin-bottom: 5px;
	text-align : center;
}

h2
{
	color : #F17712;
	margin-top : 5px;
	text-align : center;
	border-bottom : 1px solid black;	
}

h3
{
	color : #F17712;
	margin : 0px;
	padding : 0px;
	border-bottom : 1px solid black;
	padding-bottom : 5px;
	margin-top: 17px;
}

.sidebar h4
{
	color : #F17712;
	border-bottom : 1px solid black;
	margin : 0px;
	padding : 0px;
}


h4
{
	color : #F17712;
	margin : 0px;
	padding : 0px;
}

.SubTitle
{
	font-size: 110%; 
	font-weight: normal; 
	text-align : center; 
	margin-bottom: 20px;
}

div img
{
    margin-left : auto;
    margin-right : auto;
}

a:link,
a:visited
{
	color : #F17712;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

.WhyUse li
{
	list-style-type : square;
}
#PriceTable table
{
	border-collapse : collapse;
}
#PriceTable h3
{
    margin-bottom: 5px;
    padding-bottom: 0px;
	border : none;
}

#PriceTable ul,
#PriceTable li
{
	padding: 0px;
	margin : 0px;
}
#PriceTable li
{
	list-style-type : none;
}

#PriceRow td
{
	border-top : solid 1px black;
}

.Header span
{
    font-size: 80%;
}

td 
{
	margin : 0px;
	border-collapse: collapse;
	padding : 10px;
	vertical-align : top;
}

#TourMenu
{
	padding : 0px;
	margin : 0px;
}

#LeftTourSection
{
	width : 180px;
	float : left;
}

#TourMenu li
{
	margin: 10px;
	padding: 0px;
	list-style-type : none;
	float: left;
}

#TourMenu a:link,
#TourMenu a:visited
{
	color : Black;
}

#TourMenu a:hover
{
	text-decoration : none;
	color: #F17712;
}

.Screenshot
{
    margin-bottom: 40px;
}

#TourScreenshot
{
	margin-left : 220px;
}

#blackout
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: fixed;
	width: 100%;
	left: 0px;
	height: 100%;
	z-index: 31;
	display: table;
	background-color: Black;
}

a:link img
{
    border : none;
}

.sidebar p
{
    font-size: 90%;
}