/* RESET
/////////////////////////////*/

html, body, div, span,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} 
body		  { line-height: 1 }
ol, ul		  { list-style: none }
blockquote, q { quotes: none }
:focus        { outline: 0 }
ins			  { text-decoration: none }
del			  { text-decoration: line-through }
table		  { border-collapse: collapse; border-spacing: 0 }
textarea      { overflow:auto }
p 			  { margin-bottom: 1.5em }
a img 		  { border: 0 }
small		  { font-size:0.9em }


a:link, a:active, a:visited { 
	color:#e88a44;
	outline:none;
	text-decoration:none;
}

a:hover, a:focus {
	color:#e88a44;
	text-decoration:underline;
}

html {
	background: #7F7F7F url('../images/html_back.jpg') repeat-x scroll left top;
}

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	position: relative;
	height: 100%;
	width: 780px;
	margin: 0px auto;
	background: transparent url('../images/content_back.jpg') repeat-y scroll left bottom;
}

p {
    padding: 6px 0;
    margin: 0;
}

input,textarea, select {
    font: 11px "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
    margin: 0;
    padding: 0;
}

h1,h2,h3 {
    font: normal normal 200% "Trebuchet MS",Arial,sans-serif;
    margin: 0;
    padding: 0;
    line-height: 48px;
}

h2 {
    font-size:160%;
    line-height: 32px;
}

h3 {
    font-size:120%;
    line-height: 16px;
}

h4 {
    font-size:80%
}

form {
    padding: 5px;
    margin: 0;
}
 
img {
    margin: 0;
    padding: 0;
}

/* Layers */
#conteiner {
	position: relative;
	min-height: 100%;
	background: transparent url('../images/body_back.jpg') no-repeat scroll left top;
	margin-bottom: -83px;
	overflow:hidden;
}

*html #conteiner {
	height: 100%;
}

#header {
	height: 218px;
}

#header_info, #header_info2 {
	position: absolute;
	left: 280px;
	right: 30px;
	top: 105px;
	font-size: 13px;
	padding: 0;
	font-weight: bold;
	text-indent: 35px;
}

#header_info2 {
	right: 30px;
	top: 160px;
}

#top_menu {
	position: absolute;
	top: 45px;
	right: 10px;
	width: 574px;
	height: 26px;
}

* html #top_menu {
	width: 577px;
}

#top_menu a {
	float: right;
	text-decoration: none;
	display: block;
	line-height: 26px;
}

#content {
	/*min-height: 500px;*/
	padding: 10px 10px 0 10px;
	overflow:hidden;
	font-size:1.1em;
}



#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	display: block;
	width: 200px;
	height: 176px;
	background: transparent url('../images/logo.jpg') no-repeat scroll left top;
}

#bottom_info {
	height: 90px;
	background: transparent url('../images/bottom_info.jpg') no-repeat scroll left top;
	text-align: center;
	color: #715947;
	font-size: 10px;
}
#bottom_info p{

	padding-top: 40px;
}

#footer {
	width: 780px;
	height: 145px;
	background: #3A382E url('../images/footer_back.jpg') repeat-y scroll left top;
	overflow:hidden;
}
#footer a {
	color: #D68E53;
}
#footer a:hover {
	text-decoration: none;
}

/* Classes */

.footer_empty {
	height: 63px;
	clear: both;
}

.copy {
	position: relative;
	text-align: center;
	color: #9C937A;
	padding-top: 10px;
}

.design_by {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 9px;
	color: #E5E5E5;
	text-align: center;
	width: 780px;
}

.design_by a {
	color: #E5E5E5 !important;
}

a.lnk {
    color: #E88B46 !important;
}

a.lnk:hover {
    text-decoration: none;
}

.contact_us_btn {
	width: 108px;
	background: #5E4D3D url('../images/contact_us_btn.jpg') no-repeat scroll right top;
}

.about_us_btn {
	width: 88px;
	background: #5E4D3D url('../images/about_us_btn.jpg') no-repeat scroll right top;
}

.testimonials_us_btn {
	width: 123px;
	background: #5E4D3D url('../images/testimonials_btn.jpg') no-repeat scroll right top;
}

.photo_album_btn {
	width: 122px;
	background: #5E4D3D url('../images/photo_album.jpg') no-repeat scroll right top;
}

.tours_btn {
	width: 71px;
	background: #5E4D3D url('../images/tours_btn.jpg') no-repeat scroll right top;
}
.home_btn {
    width: 62px;
	background: #5E4D3D url('../images/home_btn.jpg') no-repeat scroll right top;
}

.top_imgs {
	text-align: center;
	display:block;
	width:100%;
	height:143px;
	overflow:hidden;
}

ul.content {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
}
ul.content li.left_content {
	width: 244px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

ul.content li.right_content {
	width: 500px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
ul#left_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#left_menu li {
	background: #AA9262 url('../images/left_menu_a_back.jpg') repeat-x scroll left top;
}

ul#left_menu li.first {
	background: #AA9262 url('../images/left_menu_a_f_back.jpg') no-repeat scroll left top;
}
ul#left_menu li.first a{
	height: 47px;
	line-height: 47px;
	border: none;
	border: none;
	padding-left: 23px;
}

ul#left_menu li.last {
	background: #AA9262 url('../images/left_menu_a_l_back.jpg') no-repeat scroll left top;
}
ul#left_menu li.last a {
	height: 39px;
	line-height: 39px;
	border: none;
	padding-left: 23px;
}

ul#left_menu li.first a:hover, ul#left_menu li.last a:hover {
	background: transparent url('../images/left_menu_a_hv.jpg') no-repeat scroll 10px center;
}

ul#left_menu li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 13px;
	border-left: 10px #AA9262 solid;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
ul#left_menu li a:hover {
	background: transparent url('../images/left_menu_a_hv.jpg') no-repeat scroll left center;
}

div.text_cont {
    padding: 5px 15px;
    text-align: justify;
}
.img_br {
    border: 1px #684F3B solid;
}

ul.tour_block {
    padding: 0;
    margin: 0 auto;
    list-style: none;    
    float: left;
    margin: 5px auto;
}

ul.tour_block li {
    padding: 0;
    margin: 0;
    float: left;
}


ul.tour_block li.tour_img {    
    width: 210px;
}

ul.tour_block li.tour_img img, .cape-point img {
    border: 1px #5E4D3D solid;
}

ul.tour_block li.tour_desc {
    position: relative;
    margin-left: 10px;
    width: 485px;
    height: 139px;
    padding: 5px;
    border: 1px #767676 solid;
}

ul.test_block {
    padding: 0;
    margin: 0;
    list-style: none;    
    float: left;
    margin: 5px 10px;
}

ul.test_block li {
    padding: 0;
    margin: 0;
    float: left;
}


ul.test_block li.test_desc {
    position: relative;
    margin-left: 10px;
    width: 695px;
    height: 139px;
    padding: 5px;
    border: 1px #767676 solid;
}
a.read_more {    
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #E78641;
    text-decoration: none;
    font-weight: bold;
}

a.read_more:hover {
    text-decoration: underline;
}

.cape-point {
    margin: 0 0 0 50px;
    width: 630px;
}

.cape-point td {
    padding: 10px;
}

.cape_desc {
    height: 256px;
    background-color: #C9C8F0;
    border: 1px #767676 solid;
    padding: 5px;
    margin-top: 10px;
}

.cape_desc_2 {
    background-color:#DAC478;
    padding: 5px;
    border: 1px #767676 solid;
}

.cape-winelands {
    margin: 0 0 0 70px;
    width: 607px;
}

.cape_winelands_desc {
    margin: 15px 0 0 10px;
    height: 228px;
}

#contact_us {
    padding-left: 100px;
}

#contact_us input.field {
    width: 200px;
}
#type_other {
    display: block;
    border: 1px #E88A44 solid;
    width: 304px;
    text-align: center;
}

.ddsg-wrapper ul {
	margin:10px 0;
}

/* TO TOP
/////////////////////////////*/

#top-link { 
	display:none; 
	position:fixed; 
	right:5px; 
	bottom:5px; 
	color:#eee; 
	font-weight:bold; 
	text-decoration:none; 
	border:1px solid #ddd; 
	background:#1b1b1b; 
	padding:10px; 
	*height: 1%;
}

#top-link:hover	{ 
	color:#1b1b1b; 
	font-weight:bold; 
	text-decoration:none; 
	border:1px solid #ddd; 
	background:#eee; 
	padding:10px; 
}

/* HELPERS
/////////////////////////////*/

.float-left   { float:left }
.float-right  { float:right }
.alignleft,
.align-left   { float:left; margin: 0 15px 15px 0 }
.alignright,
.align-right  { float:right; margin: 0 0 15px 15px }
div.aligncenter,
.aligncenter  { display: block; margin-left: auto; margin-right: auto }
.center       { margin: 0 auto }
.margins      { margin:15px }
.push-top     { margin-top:15px }
.push-right   { margin-right:15px }
.push-bottom  { margin-bottom:15px }
.push-left    { margin-left:15px }
.border       { border:10px solid #f6e7ca }
.text-left    { text-align:left }
.text-right   { text-align:right }
.text-center  { text-align:center }
.text-justify { text-align:justify }
.underline    { text-decoration:underline }
.highlight    { background-color:#ffc }
.indent       { text-indent:15px }
.no-indent    { text-indent:0 }
.clear { overflow: hidden; width: 100%; }

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

/* MESSAGE BOXES 
/////////////////////////////*/ 
 
/* Simple Form CSS */

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }  

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; } 
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; } 
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; } 
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; } 
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
 
form .error { border: 2px solid #e10c0c; } /* js error class */

/* WORDPRESS CAPTIONS
/////////////////////////////*/

.wp-caption 					{ border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px }
.wp-caption img 				{ margin: 0; padding: 0; border: 0 none }
.wp-caption p.wp-caption-text 	{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; margin-top:5px }
.wp-caption  a, .wp-caption 	{ color:#666 }

/* FORM
/////////////////////////////*/

.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
	font-size:12px;
}

#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #9cbab1;
	padding-bottom:10px;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small{
	color:#214645;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #9cbab1;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #9cbab1;
	width:400px;
	margin:2px 0 20px 10px;
}

#stylized button{ 
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#a98548;
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border:none;
}


.cleanform {
font-size:1em;
width:44em;
text-align:left;
position:relative;
margin:1em auto
}

/* Elements */

.cleanform  label,.cleanform legend{  
padding:0;
margin:0.3em 0;
}

.cleanform fieldset{ 

border:none;
margin:0 0 0.5em 0;
}

.cleanform label {
font-weight:bold;
}

.cleanform fieldset input {
width:70%;
line-height:1.5em;
padding:0.15em;
}

.cleanform .radio input,
.cleanform .checkbox input {
width:auto;
border:none;
}

.cleanform input, .cleanform textarea, .cleanform select {
display:block;
margin-bottom:1em;
font-size:1em;
border:1px solid #bbb;
padding:0.15em;
margin-right:1em
}

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input{
display:inline;
margin:0 1.5em 0 0
}


.cleanform .radio input, .cleanform .checkbox input{
margin:0 0.3em 0 0
}

/* Button */

.submit {
background:#3b382f;
border:1px solid #5f4c3d;
padding:10px;
font-size:1.1em;
color:#b76335;
font-weight:bold;

}
.submit:hover {
cursor:pointer;
}
.cleanform img {
	margin-bottom:10px;
}


.first img {
	margin-bottom:10px;
}

/* information */

.cleanform .formInfo {
margin-bottom:1em;
padding-bottom:0.5em;
border-bottom:0.1em solid #ddd;
}

.cleanform .formInfo h2 {
color:#00889e;
font-weight:bold;
font-size:1.2em;
margin-bottom:1em
}

.cleanform  p{
text-align:justify
}

.cleanform .required {
color:red;
font-weight:bold;
font-size:0.8em;
}

.cleanform.mini {
	width:240px;
	margin:0 auto;
}

.cleanform.mini input {
	width:65%;
}

#breadcrumbs {
clear:both;
display:block;
margin-bottom:10px;
}
