/* 
	AllCapeTours.com Main stylesheet
	Dwakn http://www.dwakn.com/ 
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Lucida Sans, Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	min-width: 700px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Times New Roman, Times Roman, serif;
}

h1 {
	color: #D92D09; /* #5C7BA1 */
	border-bottom: 2px solid #333;
}

* html h1 {
	font-size: 200%;
}

* html h2 {
	font-size: 150%;
}

* html h3 {
	font-size: 115%;
}

* html h4 {
	font-size: 100%;
}

h2 {
	color: #800;
}

h4 {
	padding: 10 0 10 0;
	border-top: dashed 1px #CEC3A4;
	border-bottom: dashed 1px #CEC3A4;
	background: #FBFAF4;
	font-size: 100%;
	font-weight: lighter;
}

h4 strong {
	font-weight: bold;
}

h3, h4, h5, h6 {
}

ul, ol {
	margin: 1em 0 1em 1em;
}

li {
	margin-left: 1em;
}


/* LINKS */

a {
	color: #D92D09;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #600;
}




/* LAYOUT */

#header {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 220px;
	background: #FFF;
}

#header img {
	margin: 2px 0 0 0px
}

#nav {
	font-variant: small-caps;
	padding-left: 220px;
	border-top: 0.5em solid #333333;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	background: #FBFAF4; /* #EADDBA */
	border-bottom: 1px solid #000;
}

/* CLEAR FIX */
#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav ul {height: 1%;}
/* End hide from IE-mac */

#nav li { 
	margin: 0;
	float: left;
	border-left: 1px solid #BCB299;
}

#nav ul ul li { 
	border: 0;
}
#nav li.first {
	border: 0;
}

#nav ul ul {
	position: absolute;             /* upload this for the sub-nav font style */
	top: 2.91em;
	left: 0;
	background: #EFEFEF;
	border: 0;
	padding-bottom: 0px;
	text-transform: capitalize;      /* upload this for the sub-nav font style */
}

#background_hack {
	background: #EFEFEF;
	padding: 0.4em 0 0 0.4em;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1em;
	padding: 0.6em 1em 0.6em 1em;
}

#nav a.selected {
	background: #EADDBA; /* FFE5A0 */
}

#nav a:hover {
	background: #CEC3A4;
}

#nav ul ul a {
	background: #EFEFEF;
	padding: 0.2em 1em 0.2em 1em;
}

#nav ul ul a.selected {
	background: #FFF;
}


#nav ul ul a:hover {
	background: #CCC;
}

#contentholder {
	margin: 0;
	width: 420px;
	margin-left: 230px;
	font-size: 90%;
}

#content {
	width: 720px;
	float: left;
	font-size: 110%;
	text-align: left;
}

#contentheader {
	font-size: 85%;
	margin-top: 1em;
}

#contentheader h1 {
	margin: 0 0 1em 0;
}

#breadcrumbs {
	color: #999;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	height: 1em;
	margin-bottom: 0.6em;
}

#breadcrumbs a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#side {
	width: 150px;
	position: absolute;
	left: 20px;
	top: 200px;
}

#side h1, #side h2, #side h3, #side h4, #side h5, #side h6 {
	font-size: 120%;
	margin-top: 0;
}

#side .content {
	padding: 10px 0px 15px 20px;
}


#footer {
	clear: both;
	margin: 2em 0 0 230px;
	padding: 0.5em 0 0.5em 20px;
	background: #FBFAF4;
	border-top: 1px dashed #CEC3A4;
	border-bottom: 1px dashed #CEC3A4;
	font-size: 90%;
}

#footer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* IMAGES */

img {
	border: 0;
}

img.img_right {
	float: right;
	padding: 1em 0 1em 1em;
}

img.img_left {
	float: left;
	padding: 1em 1em 1em 0;
}

img.img_center {
	float:none;	
	text-align: center;
}

p.test {
	text-align: center;
}

#side img {
	margin-left: auto;
	margin-right: auto;
}

/* CLEAR FIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* FORMS */

form {
	text-align: left;
}

input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 4px;
	width: 70%;
	margin-bottom: 3px;
}

.styled_check {
	border: 0;
}

textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 70%;
}

.submit input
{
	width: auto;
	border: 0;
}

input.imagesubmit {
        width: 65px;
        height: 22px;
        border: 0;
        padding: 0;
        margin-top: 1em;
}

input.imagesubmit:hover {
        background: #EEE;
}

input.button {
	font-weight: bold;
}

.optionbox 
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	display: inline;
}

.radio 
{
	display: inline;
}

.radio input
{
	width: 15px;
	clear: both;
	margin-right: 15px;
	margin-top: 10px;
}

.checkbox 
{
	border-bottom: solid 1px #C3C3C3;
	width: 250px;
}

.checkbox input
{
	display: inline;
	width: 20px;
	margin-right: 2px;
}

.checkbox label
{
	display: inline;
}

.short input
{
	display: inline;
	width: 21px;
	margin-right: 15px;
}

.short
{
	display: inline;
}

.required
{
	color: #C00; 
}

label 
{
	margin-top: 0.5em;
	display: block;
}

table {
	width: 100%;
	margin: 0.5em;
	text-align: left;
	
}

th {
	color: #743523;
	text-align: center;
}

tr.ll {
	background: #FBFAF4;/*#FAF6EB;*/
	font-weight:bold;
}

tr.lm {
	background:#E8E8CB;/*#EADDBA;*/
	font-weight:bold;
}

td { 
	padding: 0.8em;
}

.currency {
	padding-left: 1em;
}

/* Scroller
----------------------- */

#imagebox { 
	margin: auto; 
	width: 100%; 
	overflow: hidden; 
	position: relative;
}

#imagebox div {
	width: 50000px;
	padding: 0;
	margin: 0;
}  

#imagebox span {
	float: left; 
	display: block;
	margin: 0;
	padding: 0;
}

#imagebox img { 
	padding: 0; 
	border: 5px solid #FFF;
	margin: 1em; 
}

#imagebox br {
	clear: both; 
}

#imagebox .over-left {
	background: url(../home-over-left.png) top left no-repeat;
	width: 94px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

#imagebox .over-right {
	background: url(../home-over-right.png) top right no-repeat;
	width: 94px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
}
