/* Global CSS styles for AfricaNomad.com */

body {
	font: 15px/22px "Trebuchet MS",sans-serif normal normal;
	/*font: 14px/22px "Lucida Sans Unicode",sans-serif normal normal;*/
	color:#CCCC99;
	margin:0;
	padding:0;
	height:100%;
	}

body.dark-blue {
	background:#143C6D url(../images/design/tuareg-blue2.jpg) repeat scroll;
}
p {
	margin:22.5px 0;
	}
h2 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	color: #E6DDC9;
}
h4 {
	font-weight: normal;
}
h4.top {
	border-bottom-style:solid;
	border-bottom-width:1px;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.top, p:first-child {
	margin-top:0;
	}
	
a:focus {
	outline:none !important;
	}
img {
	margin: 0;
	border:none;
	}
img.floatleft {
	float:left;
	margin:8px 10px 0px 0;
	}
img.floatright {
	float:right;
	margin:8px 0 6px 10px;
	}
img.top {
	margin-top:5px !important;
	}
div#main {
	width: 720px;
	display: block;
	margin: 0px auto;
	position: relative;
}
table#main {
	display: block;
	margin: 20px auto;
	height: 100%;
	width: 720px;
	position:relative;
	}
table#main td {
	padding:5px;
	
	}
#header {
	width: 100%;
	margin:0;
	}
#pagewrapper {
	width:900px;
	display:block;
	margin:0 auto;
	position:relative;
	min-height:100%;
	overflow:hidden;
	padding-bottom:1px;
	}
#content {
	width:700px;
	position:relative;
	display:block;
	margin:0 auto;
}
#footer {
	position:relative;
	padding:1em 3em;
	font-size:80%;
	border-top-width:1px;
	border-top-style:solid;
	height:1%;
	margin-top:40px;
}

#header img {
	display: block;
	margin: 0px auto;
}


table.piece-list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.piece-list td {
	vertical-align: top;
	padding: 10px;
}

.photos img {
	display: block;
	margin: 11.25px auto;
}
.smalltext {
	font-size: 80%;
}
/***  HORIZ NAV  ***/
#horiz-menu .current a {
	border: 1px solid #330000;
	padding-right: 5px;
	padding-left: 5px;
}
#horiz-menu ul {
	position: absolute;
	display: block;
}
table#menuwrap {
	height: 23px;
	width: auto;
	margin:0 auto 32px;
	padding:0;
}
table#menuwrap td {
	padding:0;
	}
/*** vertical menu  ***/
#nav {
	margin:0 22.5px 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height:19px;
	}
ul#nav {
	list-style:none;
	padding:0;
	}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	/*color:#ff2317;*/
	text-decoration:none;
	}
#nav a:hover, #nav a.active_nav:hover {
	/*color: #FAE13E;*/
	text-decoration:underline;
	}
#nav a.active_nav {
	font-weight: bold;
	/*color:#339966;*/
	}
#nav li {
	margin: 0px 0px 19px;
}
/*** TOOLTIPS  ***/
.tooltip {
	}
.tipbox {
	width:300px;
	}
.tip {
	background-color: #A42828;
	padding: 10px;
	border:1px solid #E27676;
}
 
.tip-title {
	font-variant:small-caps;
}
 
.tip-text {
	font-style:italic;
}
.border {
	border-width: 2px;
	border-style: solid;
}
p.floatright {
	display: block;
	padding: 5px;
	float: right;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	text-align: center;
	margin-top:8px;
}
.photoarea img {
	display:block;
	margin:0 auto;
}
.photoarea-border img {
	border-width: 2px;
	border-style: solid;
	display:block;
	margin:0 auto;
}
.player {
	margin: 22px auto;
	width: 560px;
}
blockquote {
	margin: 0px 88px;
	padding: 0px;
}
a.buybutton,
a.buybutton:link,
a.buybutton:visited {
	background-image:url('../images/africa button.png');
	background-repeat:no-repeat;
	background-position:1px 0px;
	display:block;
	width:72px;
	height:73px;
	float:left;
}
a.buybutton:hover {
	background-position:-71px 0;
}
a.buybutton:active {
	background-position:-142px 0;
	}
.buttonwrap span.pricetext {
	float:left;
}
.clear {
	clear:both;
	}