@import url(default.css);
/*
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms stuff
*/

/* --------- 1. defaults ---------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

body {
	background-color: #333333;
	margin: 0;
	padding: 20px;
}
a { color: #4d7baa; text-decoration: none; font-weight: bold; }
a:hover { color: #ffffff; }

/* -------- 2. structure -------- */

#banner, #banner-gallery, #outer_wrapper {
	max-width: 950px;
	min-width: 800px;
}
#navContainer{
	max-width: 690px;
	min-width: 540px;
}
#banner {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#banner-gallery {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
#outer_wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #e8ecf1;
	background-image: url(../images/wrapperBG.gif);
	background-repeat: no-repeat;
	border-top: solid 1px #666666;
}
#wrapper {
}
#container {
	width: 100%;
	float: left;
	margin-right: -150px;
	/* background-image: url(../images/left_columnBG.gif); background-repeat: repeat-y; */
}
#content {
	margin-right: 150px;
}
#content-gallery {
	margin-right: 20px;
}
#feeds {
	width: 130px;
	float: right;
}
#feeds-gallery {
	width: 0px;
	float: right;
}
#main {
	text-align: justify;
	margin-left: 270px;
}
#footer {
	clear:both;
	text-align: center;
	padding: 2px;
	margin-top: 20px;
}
#navContainer {/* navigation container */
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-left: 260px;
	padding-top: 5px;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-y;
}
.index {
	background-image: url(../images/bannerBG.jpg);
	background-repeat: no-repeat;
}
.index-alt {
	background-image: url(../images/bannerBG.gif);
	background-repeat: no-repeat;
}
.owindex {
	background-color: #333333;
	background-repeat: no-repeat;
}

/* ---------- 3. links and navigation ---------- */

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4d7baa;
}
#main a:hover {
	color: #999999;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #666666;
}

	/* -- main navigation -- */
#mainNavigation {
	padding: 5px 0;
}
#mainNavigation ul {
		text-align: left;
}
#mainNavigation li {
		display: inline;
}
#mainNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
		color: #4d7baa;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionMaker #mainNavigation #linkMaker a, .sectionContact #mainNavigation #linkContact a, .sectionFurniture #mainNavigation #linkFurniture a, .sectionGuestbook #mainNavigation #linkGuestbook a, .sectionGallery #mainNavigation #linkGallery a, 
 .sectionBlog #mainNavigation #linkBlog a, .sectionFixtures #mainNavigation #linkFixtures a{/* automation for active tab */
		color: #4d7baa;
		}

.sectionHome #mainNavigation #linkHome a:hover, .sectionMaker #mainNavigation #linkMaker a:hover, .sectionContact #mainNavigation #linkContact a:hover,
 .sectionFurniture #mainNavigation #linkFurniture a:hover, .sectionGuestbook #mainNavigation #linkGuetbook a:hover, .sectionGallery #mainNavigation #linkGallery a:hover, 
 .sectionBlog #mainNavigation #linkBlog a:hover, .sectionFixtures #mainNavigation #linkFixtures a:hover{/* hover over-ride for automated tab */
		color: #333333;
		}
		
	/* -- sub-navigation -- */
#subNavigation {
	margin-top: -1px;
	padding: 6px 0;
}

#subNavigation ul {
		text-align: left;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 2px 10px;
		}

#subNavigation a:hover {
		color: #0a0b4e;
		}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

#main h1 {
	font: 1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #4d7baa;
	margin-bottom: 1em;
}
#main h2 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #4d7baa;
	margin-bottom: 0.8em;
}
.description h2, .description-default h2 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #e8ecf1;
	margin-bottom: 0.8em;

}
#main h3 {
	
	font: 1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #4d7baa;
	margin-bottom: 1em;}
p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #666666;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
}
#italic p {
	font: 1.4em Arial, sans-serif;
	font-style: italic;
	color: #4d7baa;
	margin-bottom: 1em;
}
#description1 p, #description2 p, #description3 p,  #description0 p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	text-align: justify;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
}
#footer p {
	color: #999999;
	clear:both;
}

/* ---------- 5. images ---------- */

.box {
	border: 1px solid #999999;
	width: 150px;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
}

.profiles {
	float: left;
	width: 220px;
	margin-left: 8px;
	margin-top: 15px;
	text-align: center;
	padding: 5px;
}
.profiles p {
	color: #333333;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 2px;

}
.imagebox-pf {
	width: 202px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #999999;
	float: left;
}
.image {
	border: 1px solid #666666;
	padding: 3px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*---------- 6. forms stuff ---------- */

/* Form styling */

input.txt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
textarea.txt {
	color: #4d7baa;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
input.btn {
	}
form p {
	margin: 0;
	padding: 5px 0 0;
}
form p label {
	float: left;
	width: 30%;
	font: bold 1em Arial, Helvetica, sans-serif;
}
input:focus {
	background-color: #cccccc;
	border: 1px solid #4d7baa;
	color: #333333;
}
textarea:focus {
	background-color: #cccccc;
	border: 1px solid #4d7baa;
	color: #4d7baa;
}
fieldset {
	border: 1px solid #4d7baa;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #4d7baa;
	margin: 0px;
}.form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
}
.box {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 5px;

}
.whatioffer {
	background-image: url(../images/bannerBG07.jpg);
	background-repeat: no-repeat;
}

.owwhatioffer {
	background-color: #eddf98;
	background-image: url(../images/mainBG06.jpg);
	background-repeat: no-repeat;
}
.owmyexperience {

	background-color: #eddf98;
	background-image: url(../images/mainBG08.jpg);
	background-repeat: no-repeat;
}
.myexperience {

	background-image: url(../images/bannerBG10.jpg);
	background-repeat: no-repeat;
}
.owcontact {

	background-color: #333333;
	background-image: url(../images/mainBG03.jpg);
	background-repeat: no-repeat;
}
.contact {

	background-image: url(../images/banner04.jpg);
	background-repeat: no-repeat;
}
.timetable {


	background-image: url(../images/bannerBG12.jpg);
	background-repeat: no-repeat;
}
.timetablemain {


	background-color: #eddf98;
	background-image: url(../images/mainBG10.jpg);
	background-repeat: no-repeat;
}

/*---------- 6. gallery stuff ---------- */

#fixed-container {
	position: relative;
	height: 736px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	margin-top: 0px;
	background-color: #fff;
}
.gallery {
	padding-top: 20px;
}
.thumbnail {
	border: 1px solid #666666;
	padding: 0px;
	background-color: #333;
}
.bigpicture {
	border: 1px solid #666666;
	padding: 0px;
	width: 474px;
	height: 316px;
	background-color: #333;
	margin-bottom: 10px;
	visibility: hidden;
	position: absolute;
	top: 230px;
	left: 270px;
}
.bigpicture-default {
	border: 1px solid #666666;
	padding: 0px;
	width: 474px;
	height: 316px;
	background-color: #333;
	margin-bottom: 10px;
	position: absolute;
	top: 230px;
	left: 270px;
}
#TN1 {
	position: absolute;
	top: 108px;
	left: 270px;
}
#TN2 {
	position: absolute;
	top: 108px;
	left: 431px;
}
#TN3 {
	position: absolute;
	top: 108px;
	left: 592px;
}
#TN4 {
	position: absolute;
	top: 570px;
	left: 270px;
}
#TN5 {
	position: absolute;
	top: 570px;
	left: 431px;
}
#TN6 {
	position: absolute;
	top: 570px;
	left: 592px;
}
#bigpicture0 {
	background-image: url(../images/gallery-guide.jpg);
	background-repeat: no-repeat;
}
#bigpicture1 {
	background-image: url(../images/bigpicture1.jpg);
	background-repeat: no-repeat;
}
#bigpicture2 {
	background-image: url(../images/bigpicture2.jpg);
	background-repeat: no-repeat;
}
#bigpicture3 {
	background-image: url(../images/bigpicture3.jpg);
	background-repeat: no-repeat;
}
#bigpicture4 {
	background-image: url(../images/bigpicture4.jpg);
	background-repeat: no-repeat;
}
#bigpicture5 {
	background-image: url(../images/bigpicture5.jpg);
	background-repeat: no-repeat;
}
#bigpicture6 {
	background-image: url(../images/bigpicture6.jpg);
	background-repeat: no-repeat;
}
#bigpicture7 {
	background-image: url(../images/bigpicture7.jpg);
	background-repeat: no-repeat;
}
#bigpicture8 {
	background-image: url(../images/bigpicture8.jpg);
	background-repeat: no-repeat;
}
#bigpicture9 {
	background-image: url(../images/bigpicture9.jpg);
	background-repeat: no-repeat;
}
#bigpicture10 {
	background-image: url(../images/bigpicture10.jpg);
	background-repeat: no-repeat;
}
#bigpicture11 {
	background-image: url(../images/bigpicture11.jpg);
	background-repeat: no-repeat;
}
#bigpicture12 {
	background-image: url(../images/bigpicture12.jpg);
	background-repeat: no-repeat;
}
.description {
	text-align: justify;
	border: 1px solid #999;
	padding: 5px;
	background-color: #8cbae7;
	visibility: hidden;
	position: absolute;
	width: 195px;
	top: 230px;
	left: 20px;
}
.description-default {
	text-align: justify;
	border: 1px solid #999;
	padding: 5px;
	background-color: #8cbae7;
	position: absolute;
	width: 195px;
	top: 230px;
	left: 20px;
}
.gallery-wrapper {
	height: 650px;
}

