/***********************************************/
/* styles.css                                  */
/* Use with Drømmeplassen templates            */
/* Developed by Innoventi (C) 2009             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
	background-color: #543019;
	background-image: url(images/body_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	padding: 0;
	margin: 0;
	color: #543019;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
img {
border: 0;
}

/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#webWrapper {
	position: relative;
	width: 878px;
	background-color: #FFF;
	margin: 0 auto;
	clear: both;
}
#topContainer {
	position: relative;
	width: 878px;
	height: 160px;
	background-color: #543019;
	clear: both;
}
#footerContainer {
	position: relative;
	width: 838px;
	height: 21px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	color: #b9bab1;
	background-color: #FFF;
	background-image: url(images/footer_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: left;
	font-size: 14px;
	clear: both;
}
#footerContainer a {
	color: #b46d19;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
}
#footerContainer p {
padding: 0;
margin: 0;
}
p.socialMedia {
float: right;
}
#footerContainer2 {
	position: relative;
	width: 838px;
	height: 21px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	color: #b9bab1;
	background-color: #FFF;
	background-image: url(images/footer_bg2.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: left;
	font-size: 14px;
	clear: both;
}
#footerContainer2 a {
	color: #b46d19;
	text-decoration: none;
}
#footerContainer2 a:hover {
	text-decoration: underline;
}


/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/


.logo {
	position: absolute;
	top: 0px;
	right: 3px;
}
.slogan {
	position: absolute;
	top: 103px;
	left: 20px;
}
#menuContainer {
	position: relative;
	width: 868px;
	height: 23px;
	border: 5px solid #FFF;
	text-align: left;
	background-image: url(images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


/***** content styles *****/

#headerContainer {
	position: relative;
	width: 878px;
	background-color: #FFF;
	clear: both;
}
#frontpageLeftImg {
	position: relative;
	width: 286px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 20px;
	float: left;
}
#frontpageMiddleImg {
	position: relative;
	width: 286px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 20px;
	float: left;
}
#frontpageRightImg {
	position: relative;
	width: 286px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 20px;
	float: left;
}
#frontpageContainer {
	position: relative;
	width: 878px;
	background-image: url(images/frontpage_divider.gif);
	background-position: top;
	background-repeat: repeat-y; 
	background-color: #FFF;
	clear: both;
}
#frontpageLeftContent {
	position: relative;
	width: 256px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	float: left;
}
#frontpageLeftContent a {
	color: #b46d19;
	text-decoration: none;
}
#frontpageLeftContent a:hover {
	text-decoration: underline;
}
#frontpageMiddleContent {
	position: relative;
	width: 251px;
	padding-left: 20px;
	padding-right: 19px;
	text-align: right;
	float: left;
}
#frontpageMiddleContent a {
	color: #b46d19;
	text-decoration: none;
}
#frontpageMiddleContent a:hover {
	text-decoration: underline;
}
#frontpageRightContent {
	position: relative;
	width: 251px;
	padding-left: 20px;
	padding-right: 19px;
	text-align: right;
	float: left;
}
#frontpageRightContent a {
	color: #b46d19;
	text-decoration: none;
}
#frontpageRightContent a:hover {
	text-decoration: underline;
}
#subpageContainer {
	position: relative;
	width: 878px;
	background-color: #FFF;
	clear: both;
}
#subpageLeftImg {
	position: relative;
	width: 286px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 3px;
	text-align: left;
	float: left;
}
#subpageContent {
	position: relative;
	font-size: 13px;
	width: 537px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
}
#subpageContent a {
	color: #b46d19;
	text-decoration: none;
}
#subpageContent a:hover {
	text-decoration: underline;
}
#galleryLeftImg {
	position: relative;
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 3px;
	float: left;
}
#galleryLeftImg2 {
	position: relative;
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	padding-bottom: 3px;
	float: left;
}
#galleryContainer {
	position: relative;
	font-size: 13px;
	width: 348px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
}
#galleryContainer a {
	color: #b46d19;
	text-decoration: none;
}
#galleryContainer a:hover {
	text-decoration: underline;
}
#galleryContainer2 {
	position: relative;
	font-size: 13px;
	width: 478px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
}
#galleryContainer2 a {
	color: #b46d19;
	text-decoration: none;
}
#galleryContainer2 a:hover {
	text-decoration: underline;
}
.headerBorder {
	margin-bottom: 5px;
}
.galleryBorder {
	margin-bottom: 0px;
}
.thumbBorder {
	margin-right: 6px;
}
.galleryMargin {
	margin-right: 10px;
	margin-bottom: 10px;
}
.iconPadding {
padding-right: 5px;
}
.iconPadding2 {
padding-right: 10px;
}
.forsidePadding {
padding-top: 4px;
}
.clear {
	font-size: 1px;
	color: white;
	clear: both;
}
