/*
Theme Name: Safari
Theme URI: http://neuro-designs.com/
Description: Safari
Version: 1.0
Author: Neuro Designs
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #39281b;
	font: 10px/20px georgia, times new roman, serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #96713f;
	text-decoration: none;
	}
	
	a:hover {
		color: #39281b;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: 35px;
	}
	
h3 {
	margin-bottom: 10px;	
	font-size: 1.4em;
	}
	
h4 {
	font-size: 1.1em;
	margin-bottom: 15px;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #be1e2d;
		}
	
input.defaultButton {
	background: #be1e2d;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

ul.regular {
	font-size: 1.1em;
	margin-bottom: 15px;
	}
	
	ul.regular li {
		padding: 5px 10px;
		background: #f4f1ec;
		margin-bottom: 1px;
		}

	#sidebar ul.regular li {
		padding: 5px 10px;
		background: #fff;
		margin-bottom: 1px;
		}
		
		ul.regular li ul {
			padding-left: 20px;
			}
			
			ul.regular li ul li {
				list-style-type: disc;
				padding: 0px;
				}

#column img, .defaultFrame {
	background: #fff;
	padding: 9px;
	border: 1px solid #ccc;
	}
	
	#column img.normal {
		padding: 0px;
		border: none;
		}
	
	#column img.alignleft {
		float: left;
		margin-right: 20px;
		}

/* Layout Settings */

h1 {
	width: 290px;
	height: 175px;
	padding: 14px 0px 0px 20px;
	}
	
	h1 a {
		display: block;
		width: 290px;
		height: 175px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}

#wrapper {
	width: 100%;
	min-width: 970px;
	background: url("images/bg_main.jpg");
	}
	
	#wrapper .plc {
		width: 970px;
		margin: 0px auto;
		overflow: hidden;
		background: url("images/bg_contents.png") repeat-y;
		}

	#pgStore #wrapper .plc {
		width: 970px;
		margin: 0px auto;
		overflow: hidden;
		background: url("images/bg_contents_wide.png") repeat-y;
		}

#header {
	width: 960px;
	min-width: 960px;
	height: 248px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	clear: both;
	background: url("images/bg_header.jpg") no-repeat;
	border-bottom: 2px solid #9a7a45;
	}
	
	ul.menu {
		overflow: hidden;
		margin-top: 22px;
		padding-left: 10px;
		}
		
		ul.menu li {
			float: left;
			margin-right: 1px;
			}
			
			ul.menu li a:link, ul.menu li a:visited {
				display: block;
				padding: 5px 10px;
				color: #fff;
				font-weight: bold;
				font-size: 1.4em;
				}

			#pgHome ul.menu li a#linkHome:link, #pgHome ul.menu li a#linkHome:visited, 
			#pgAdvantage ul.menu li a#linkAdvantage:link, #pgAdvantage ul.menu li a#linkAdvantage:visited, 
			#pgMessages ul.menu li a#linkMessages:link, #pgMessages ul.menu li a#linkMessages:visited, 
			#pgTestimonials ul.menu li a#linkTestimonials:link, #pgTestimonials ul.menu li a#linkTestimonials:visited, 
			#pgStore ul.menu li a#linkStore:link, #pgStore ul.menu li a#linkStore:visited,
			#pgLinks ul.menu li a#linkLinks:link, #pgLinks ul.menu li a#linkLinks:visited,
			#pgContact ul.menu li a#linkContact:link, #pgContact ul.menu li a#linkContact:visited
			{
				color: #39281b;
				background: #e7dac3 url("images/bg_menu_hover.jpg") 50% no-repeat;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				}
				
				ul.menu li a:hover {
					color: #39281b;
					background: #e7dac3 url("images/bg_menu_hover.jpg") 50% no-repeat;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					}
	
#contents {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}
	
	#contents #column {
		width: 600px;
		float: left;
		font-size: 1.1em;
		padding: 20px 10px 20px 20px;
		}

	#contents #columnHome {
		background: url("images/bg_home.jpg") no-repeat;
		width: 340px;
		min-height: 600px;
		float: left;
		font-size: 1.1em;
		padding: 20px 10px 20px 280px;
		}

	#contents #columnAbout {
		background: url("images/bg_about.jpg") top right no-repeat;
		background-position-y: 50px;
		width: 340px;
		min-height: 600px;
		float: left;
		font-size: 1.1em;
		padding: 20px 280px 20px 20px;
		}

	#contents #columnWide {
		width: 930px;
		float: left;
		font-size: 1.1em;
		padding: 20px 10px 20px 20px;
		}
				
	#contents #sidebar {
		width: 320px;
		float: right;
		background: url("images/bg_sidebar.jpg") no-repeat;
		font-size: 1.1em;
		}
		
		#contents #sidebar .sidebarModule {
			padding: 10px 20px;
			}

	ul.sidebarMenu {
		width: 300px;
		overflow: hidden;
		margin: 25px 10px 15px 10px;
		}
		
		ul.sidebarMenu li {
			float: left;
			margin-right: 1px;
			}
			
			ul.sidebarMenu li a#linkAfrica:link, ul.sidebarMenu li a#linkAfrica:visited {
				display: block;
				background: url("images/btn_itineraries.jpg") no-repeat;
				width: 300px;
				height: 74px;
				text-indent: -80000em;
				}
				
			ul.sidebarMenu li a#linkItineraries:link, ul.sidebarMenu li a#linkItineraries:visited {
				display: block;
				background: url("images/btn_itineraries.jpg") no-repeat;
				width: 300px;
				height: 85px;
				text-indent: -80000em;
				}
				
			ul.sidebarMenu li a#linkFlickr:link, ul.sidebarMenu li a#linkFlickr:visited {
				display: block;
				background: url("images/btn_flickr.jpg") no-repeat;
				width: 300px;
				height: 85px;
				text-indent: -80000em;
				}
				
			ul.sidebarMenu li a#linkLinks:link, ul.sidebarMenu li a#linkLinks:visited {
				display: block;
				background: url("images/btn_links.jpg") no-repeat;
				width: 300px;
				height: 77px;
				text-indent: -80000em;
				}

#footerShade {
	width: 100%;
	min-width: 970px;
	background: url("images/bg_footer_shade.png") repeat-x bottom;
	background-position-y: 10px;
	}
	
	#footerShade .plc {
		width: 970px;
		background: url("images/bg_footer_shade_plc.png") no-repeat;
		}
				
#footer {
	width: 100%;
	min-width: 970px;
	border-top: 2px solid #9a7a45;
	margin: 0px auto;
	font-size: 0.8em;
	color: #7c6b39;
	}
	
	#footer .plc {
		width: 940px;
		margin: 0px auto;
		padding: 10px;
		}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #7c6b39;
		}
		
		#footer a:hover {
			color: #fff;
			}


.navigation {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	overflow: hidden;
	}
	
	.navigation .left {
		width: 50%;
		float: left;
		}
		
	.navigation .right {
		width: 50%;
		float: right;
		text-align: right;
		}

.testimonialBlock, .messageBlock, #columnAbout ul li {
	border: 1px solid #f4e6d0;
	background: #fffbf5;
	padding: 9px;
	margin-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
	.testimonialBlock p.customer {
		margin-bottom: 0px;
		font-style: italic;
		font-weight: bold;
		color: #96713f;
		}
		
	#columnAbout ul {
		margin-bottom: 20px;
		}
		
	#columnAbout ul li {
		font-size: 1.1em;
		margin-bottom: 5px;
		}
		
		#columnAbout ul li ul {
			padding-left: 20px;
			}
			
			#columnAbout ul li ul li {
				list-style-type: disc;
				padding: 0px;
				font-size: 1em;
				border: none;
				margin-bottom: 0px;				
				}

a.contactAnthony {
	width: 280px;
	height: 58px;
	text-indent: -80000em;
	display: block;
	background: url("images/btn_contact.png") no-repeat;
	}