/* Purple Car Hire Style Sheet */
/* General font/layout styles */ 
body { 
	font-family:tahoma, helvetica, sans-serif; 
	font-size:13px; 
	color:#fff; 
	text-align:center; 
	background:#000023 url("/PA/_img/bg_body.png"); 
	background-repeat: repeat-x; 
}

* { 
	margin:0; 
	padding:0; 
}     

img	{ 
	border:0px;
}                                   

.clear {
	clear:both;
}
/* Header */
#header {
	width:800px; 
	height:100px; 
	margin:0px auto 0px auto; 
	text-align:center; 
	background:url("/PA/_img/splash.png") right top; 
	background-repeat: no-repeat; 
}    

/* Logo */
#logo a { 
	background: url("/PA/_img/logo.png") left top; 
	float:left; 
	width:310px; 
	height:100px; 
	margin-left:0px;
	 margin-top:20px; 
}

#logo span { 
	display:none; 
}

#logo h1 { 
	display:inline; 
}    

/* Navigation Bar */
#navigation	{ 
	clear:both; 
	width:800px; 
	height:40px; 
	margin:0px auto 15px auto; 
}
#navigation ul { 
	float:left; 
	width:100%; 
	list-style-type:none; 
	padding:0px;
	 margin:10px 0 0 0;
}

#navigation ul li { 
	display:inline; 
	padding:0px; 
}

#navigation ul li a { 
	display:block; 
	float:right; 
	line-height:25px; 
	height:25px; 
	padding:0px 16px; 
	text-align:center; 
	font-size:13px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#fff; 
	background-color:#003156; 
	margin:0 4px;
}

#navigation ul li a:hover {
	color:#003156; 
	background-color:#fff; 
}
    
#navigation ul li a.selected { 
	display:block; 
	float:right; 
	line-height:25px; 
	height:25px; 
	padding:0px 16px; 
	text-align:center; 
	font-weight:bold; 
	text-decoration:none; 
	color:#003156; 
	background-color:#fff; 
	margin:0 4px;
}

/* Main Content Area */ 
#content {
	width:800px; 
	height:auto; 
	margin:0px auto;
	padding-top:2px; 
	text-align:left;
} 
strong {
	color:white;
}

#content h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color:#ddd;
}

#content p {
	margin-top:15px;
} 

#leftCol {
	float:left; 
	width:280px;
}

#rightCol {
	float:left; 
	width:520px;
	color:white;
}

#rightCol a {
	color:white;
}

#smallprint {
	width:800px;
	text-align: center;
	font-size: 9px;
}

ul.tickList li {
	background:url('/PA/_img/tick.png') no-repeat;
	color:#666;
	list-style-type:none;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:25px;width:260px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer a {
	color:#00A9D3;
	text-decoration: none;
}


#accordion {
	margin:20px 0px;
}

h4.toggler {
	background: url(../_img/down.png) no-repeat left;
	cursor: pointer;
	border-bottom-color: #ddd;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 3px 5px 1px 14px;
}

div.element p, div.element h4 {
	margin-left:10px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../_img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../_img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/_img/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/_img/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/_img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/_img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


