/*
Theme Name: Corporate Website
Version: 1.0
Author: Design Aspekt (MG)
*/

/* ------------------------------------------ LAYOUT */

html {
	margin: 0;
	padding: 0;
	height:100%;

}
body {
	margin: 0;
	padding: 0;
	height:100%;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	overflow: -moz-scrollbars-vertical;
	background: #642580 url(../pix/siteback.png) repeat-y center;
}
#layout {
	position: relative;
	width: 934px;
	text-align: left;
	padding: 0 20px 0 20px;
	margin: auto;
	background: #642580 url(../pix/siteback.png) repeat-y center;
}

/* ------------------------------------------ HEADER */

/* header */
#header {
	position: relative;
	width: 854px;
	height: 169px;
	padding: 0 40px 0 40px;
	margin: auto;
	border-bottom: #eee solid 1px;
}
#logo {
	position: relative;
	float:left;
	width: 279px;
	height: 105px;
	margin: 0;
	padding: 30px 0 0 0;
}
#slogan {
	position: relative;
	float:right;
	width: 279px;
	height: 85px;
	margin: 0;
	padding: 45px 0 0 0;
	text-align:right;
	font-size: 24px;
	line-height: 24px;
	color: #999;
}
#printlogo {
	display:none;
}

/* --------------------- Navigation */
#mainNavi {
	position: relative;
	line-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#mainNavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainNavi ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
#mainNavi ul a {
	color: #999;
	text-decoration: none;
	display: block;
}
#mainNavi .hi {
	color: #000;
}

#mainNavi ul ul {
	line-height: 12px;
}

#mainNavi #topnav-lang {
	position: relative;
	z-index: 5;
}

#mainNavi #topnav-lang a {
	padding-left: 34px;
}

#mainNavi #topnav-lang * a {
	color: #999;
	padding: 2px 20px;
}

#mainNavi #topnav-lang * a:hover {
	color: #999;
}

#mainNavi #topnav-lang ul {
	background: #fff;
	display: none;
	border: 1px solid #eee;
	left: 0;
	padding-left: 20px;
	position: absolute;
}

#mainNavi #topnav-lang:hover ul {
	display: block;
}

#mainNavi #topnav-lang li {
	float: none;
	margin: 0;
}

#mainNavi li.dropdown {
	padding-left: 6px;
	background: transparent url(../pix/topnav_arrow_down.gif) no-repeat left center;
}

#mainNavi .google {
	float:right;
	color: #999;
	text-decoration:none;
	padding-right: 24px;
	background: transparent url(../pix/pin.gif) no-repeat right center;
}

/* ---------SUB */

#subNavi {
	position: relative;
	height: 30px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 44px;
	margin: 0px;
	border-bottom: #eee solid 1px;
	z-index: 0;
}
#subNavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subNavi ul li {
	float: left;
	margin: 10px 20px 0 0;
	padding: 0;
}
#subNavi ul li a {
	color: #999;
	text-decoration: none;
}
#subNavi .hi {
	color: #000;
}

/* ------------------------------------------ START CONTENT */
#slideshow {
	position: relative;
	width: 934px;
	height: 320px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
#slideshow img {
	height: 320px;
	float: left;
}

#slideshow #slideshowObject {
	height: 100%;
	width: 100%;
}

#imgNaviHome {
	margin: 40px;
}
#content {
	position: relative;
	width: 856px;
	padding: 0px;
	margin: 20px 40px 20px 40px;
}

/* ------------------------------------------ CONTENT ELEMENTE */
.col1 {
	float: left;
	width: 127px;
	margin: 0 20px 0 0;
	padding: 0;
}
.col2 {
	float: left;
	width: 272px;
	margin: 0 20px 0 0;
	padding: 0;
}
.col3 {
	float: left;
	width: 417px;
	margin: 0 20px 0 0;
	padding: 0;
}
.col4 {
	float: left;
	width: 562px;
	margin: 0 20px 0 0;
	padding: 0;
}
.col5 {
	float: left;
	width: 707px;
	margin: 0 20px 0 0;
	padding: 0;
}
.col6 {
	float: left;
	width: 854px;
	margin: 0;
	padding: 0;
}

.col7 {
	float: left;
	width: 500px;
	margin: 0 80px 0 0;
	padding: 0;
}

.final {
	margin: 0px;
}
.bottom {
	padding-top: 18px;
}

/* ------------------------------------------ FONTS */
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	color: #642580;
	font-weight:normal;
	text-transform: uppercase;
}
h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	font-weight:normal;
	text-transform: uppercase;
}



h2 strong {
	color: #333;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
}

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

hr {
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #eee;
	background-color: #eee;
	border: 0px dotted #eee;
}

small {
	color:#999999;
}

/* ------------------------------------------ LISTS */

ul {
	list-style-type: bullet;
	margin: 0;
	padding: 0 0 0 14px;
}
ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 7px;
	text-indent: 0px !important;
}
.list li {
	padding: 0 0 0 7px;
}

.thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 0;
}
.thumbs li {
	float: left;
	margin: 0 2px 0px 0;
	padding: 0;
	min-height: 35px;
}

#slideshow .thumbs {
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
#slideshow .thumbs li {
	display: -moz-inline-box;
	display: inline-block;
	float: none;
}

.listBlock {
	padding: 0 0 20px 0;
}
.listBlock p {
	padding: 0 !important;
}
.listDetails {
	width: 562px;
}

/* ------------------------------------------ Form elements */

table {
	width:100%;
	border:0px;
	border-top: 2px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 4px 0 0 0;
}
tr {
	vertical-align:top;

}
td {
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #666;
}

table p {
	margin: 0;
	padding: 0;
}
table strong {
	color: #d80019;
}


form table {
	border: none;
}
form table td {
	border: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

select, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	margin: 0 0 4px 0;
	color: #000;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	background-color: #fff;
}

textarea {
	overflow: auto;
}

#paypal {
	width: auto;
	border: 0;
}

.complex input,
.complex select,
.complex textarea {
	width: auto;
}

.complex label {
	display: -moz-inline-box;
	display: inline-block;
	min-width: 4em;
	_width: 4em;
}

button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	background-color: #ccc;

	margin: 0 4px 0 0;
	padding: 0 8px 0 8px;
}

.radio {
	width: auto;
	margin: 0 4px 0 4px;
	vertical-align: middle;
	border: 0;
}

.noborder {
	border-style: none;
}


/* ------------------------------------------ Footer */
#footer {
	position: relative;
	height: 30px;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
	border-top: #eee solid 1px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	margin: 10px 20px 0 0;
	padding: 0;
}
#footer ul li a {
	color: #999;
	text-decoration: none;
}
#footer .hi {
	color: #000;
}

/* ------------------------------------------ Standard-Formate */
#content:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    visibility: hidden;
}

* html #content {
    height: 1%;
}

*+html #content {
    height: 1%;
}


#path {
	display: none;
}


a {
	color: #642580;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}

div, img	{
	margin: 0;
	padding: 0;
	border: none;
}

object {
	display: block;
	margin: 0;
	padding: 0;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0; }
.paragraph	{ margin-top: 0.9375em; }
.paragraphBottom	{ margin-bottom: 0.9375em; }



/* ------------------------------------------- homes booking form */

.margin-top {
	margin-top:30px;
}

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

.u-height {
	height:35px;
}

#homes {
	margin-top:40px;
}

#bookingForm {
	width:370px;
	margin:0;
}

#bookingForm textarea {
	height:70px;
}

#bookingForm label {
	text-transform:uppercase;
}

#homes table {
	width:100%;
	border:0px;
}

#bookingForm tr {
	vertical-align:top;
}

#homes td {
	padding: 0px 0 0px 0;
}

#homes table p {
	margin: 0;
	padding: 0;
}
#homes table strong {
	color: #d80019;
}

#homes label {
	color: #62237f;
}

#homes .divide {
	border-bottom:1px solid #ebe9e8;
	margin: 10px 0 20px 0;
	padding: 0 0 3px 0;
}

#bookingForm .divide {
	border-bottom:1px solid #ebe9e8;
	margin: 0 0 7px 0;
	padding: 0 0 3px 0;
}

h2.homes {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 20px;
	line-height: 24px;
	color: #642580;
	font-weight:normal;
	text-transform: uppercase;
	border-bottom:1px solid #ebe9e8;
}

#homes select, #homes input, #bookingForm input, #bookingForm textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	margin: 0 0 4px 0;
	color: #777777;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #ebe9e8;
}

#bookingForm textarea {
	margin:0 0 10px 0;
}

#homes button, #bookingForm button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border-top: 1px solid #642580;
	border-right: 1px solid #642580;
	border-bottom: 1px solid #642580;
	border-left: 1px solid #642580;
	margin: 0 4px 0 0;
	padding: 0 8px 0 8px;
	width:100%;
	background:url('../pix/homes-next.gif') no-repeat right 4px #642580;
	-moz-box-shadow: .1em .3em .2em #ccc;
	-webkit-box-shadow: .1em .3em .2em #ccc;
    box-shadow: .1em .3em .2em #ccc;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.homes-details {
	width:300px;
}

.details-col-one {
	width:125px;
	float:left;
}
.details-col-two {
	width:174px;
	float:left;
}

.details-col-one span {
	display:block;
	text-transform:uppercase;
}

.u {
	text-transform:uppercase;
}

.details-col-two span {
	display:block;
}

.book-header {
	margin:30px 0 0 0;
}
