/* -- Charlotte Jørgensen – www.charlotte.no -- */
/* -- LAYOUT -- */
* {
	margin: 0;
	padding: 0;
}	
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #3B4043;
	background-color: #ECEAE0; 
	margin: 0 0 10px 0;
}
#wrapper {
	width: 750px;
	margin: 30px auto 10px auto;
	color: #3B4043;
	background-color: #FFFFFF;
	border: 1px solid #ADA49A;
}
#masthead {
	position: relative;
	margin: 20px 0 0 20px;
	border: 0px;
	height: 80px;
	width: 520px;
}
#content {
	width: 750px;
	background-color: #fff;
	color: #000000;
	margin-top: 45px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ADA49A;
}
.separator {
	height: 1px;
	clear: both;
	background-color: #ADA49A;
}
.separatorMax {
	height: 1px;
	clear: both;
	background-color: #ADA49A;
	margin: 20px 20px 20px 0;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
.separatorFive {
	height: 5px;
	clear: both;
}
.separatorTwenty {
	height: 20px;
	clear: both;
}


/* -- TOP NAVIGATION -- */
#top-nav {
	float: right;
	display: inline;
	padding: 40px 20px 0 0;
	text-align: right;
}
#top-nav a {
	text-decoration: none;
	font-size: 0.6em;
	font-weight: normal;
}
.language {
	float: left;
	margin-right: 5px;
	height: 1em;
	color: #3B4043;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ECEAE0;
	padding-right: 5px;
}
.languagelast {
	float: left;
	height: 1em;
	color: #3B4043;
	text-decoration: none;
	font-size: 0.6em;
	font-weight: normal;
}
#top-nav a:hover {
	color: #631680;
}


/* -- MAIN NAVIGATION -- */
#navigation {
	position: absolute;
	top: 140px;
	z-index: 999;
	width: 750px;
	overflow: auto;
	border-top: 1px solid #ADA49A;
}
#navigation ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}
#navigation ul li {
	float: left;
	padding: 4px 0;
	display: inline;
	width: 12%;
	text-align: center;
}
#navigation ul li a {
	font-size: 0.7em;
	color: #3B4043;
	text-decoration: none;
	display: block;
}
#navigation ul li a:visited {
	font-size: 0.7em;
	color: #3B4043;
}
#navigation ul li a:hover {
	color: #631C80;
}
#navigation ul li a:active {
	color: #631C80;
	font-weight: bold;
}
/* HIDDEN DROPDOWN */
#navigation ul li ul {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 4px 0 4px 0;
	min-width: 80px;
	background-image: url(images/dropdown-background.gif);
	background-repeat: repeat;
}	
#navigation ul li ul li {
	display: block;
	clear: left;
	padding: 3px 8px 3px 8px;
	border: 0;
	min-width: 80px;
}
#navigation ul li ul li a {
	text-decoration: none;
	display: block;
}
#navigation ul li ul li a:hover{
	text-decoration: none;
}
/* lists nested under hovered list items */
#navigation ul li ul {
	display: none;
}
#navigation ul li:hover ul {
	display: block;
}


/* -- FOOTER -- */
#footer {
	clear: both;
	font-size: 70%;
	color: #3B4043;
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
#footer a:link {
	color: #3B4043;
	font-weight: normal;
}
#footer a:hover {
	color: #47145F;
	text-decoration: underline;
}


/* -- COPYRIGHT STUFF -- */
.charlotte {
	font-size: 60%;
	text-align: center;
	width: 750px;
	margin: 20px auto 0 auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}
.charlotte a {
	color: #ADA49A;
	font-weight: normal;
	text-decoration: none;
}
.charlotte a:hover {
	text-decoration: underline;
}


/* -- TEMPLATES -- */
#bigleft {
	margin: 0 0 0 20px;
	float: left;
	width: 480px;
	display: inline;
}
#smallright {
	margin: 0 20px 0 0;
	float: right;
	width: 190px;
	display: inline;
}
#smallleft {
	float: left;
	margin-left: 20px;
	width: 190px;
	display: inline;
}
#bigright {
	float: right;
	width: 500px;
	margin-right: 20px;
	display: inline;
}
#bigAll {
	margin: 0 0 0 20px;
	float: left;
	width: 730px;
}


/* -- IMAGELINKS -- */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
.imgLeft {
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.imgRight {
	float: right;
	margin: 0 0 20px 0;
}
.imgLeftClear {
	margin-right: 40px;
	float: left;
	margin-top: 0px;
	clear: both;
	margin-bottom: 20px;
}
.imgRightClear {
	float: right;
	clear: right;
	margin: 0px 0px 20px 40px;
}


/* -- COPY -- */
p {
	font-size: 80%;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
.heading1 {
	color: #ADA49A;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.heading2 {
	color: #ADA49A;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.1em;
}
.heading3 {
	color: #ADA49A;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0.1em 20px;
}
.heading4 {
	color: #ADA49A;
	font-size: 90%;
	margin-bottom: 0.1em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.date {
	text-transform: uppercase;
	color: #ADA49A;
	letter-spacing: 0.1em;
}
#masthead h1 {
	float: left;
	margin: 10px 0 8px 20px;
	color: #DAD6CA;
	font-size: 180%;
	font-weight: normal;
}
#masthead h2 {
	float: left;
	margin: 10px 0 8px 20px;
	color: #ECEAE0;
	font-size: 200%;
}
#masthead img {
	float: left;
}


#smallleft a:link, #smallright a:link {
	color: #631c80;
	text-decoration: none;
	display: block;
}
#smallleft img, #smallright img {
	margin-bottom: 20px;
}

.colours {
	list-style-type: none;
}
.colours li {
	float: left;
	width: 19.9%;
	font-size: 90%;
	text-align: center;
}
.colours img {
	display: block;
	border: 0;
	margin: 10px 0 3px;
}
.colours p {
	margin: 0;
	padding: 0;
	height: 60px;
	text-align: center;
}	
.coloursExperience {
	list-style-type: none;
}
.coloursExperience li {
	float: left;
	width: 19.9%;
	font-size: 90%;
	text-align: center;
}
.coloursExperience img {
	display: block;
	width: 75px;
	height: 75px;
	border: 0;
	margin: 10px 0 3px;
}
.coloursExperience p {
	margin: 0;
	padding: 0;
	width: 75px;
	text-align: center;
}

#intro {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#intro li {
	float: left;
	width: 24.9%;
	height: 120px;
}
#intro p {
	font-size: 70%;
	margin-top: 3px;
}
#intro img {
	display: block;
	border: 0;
	margin: 0;
}
#intro a {
	text-decoration: none;
	color: #3B4043;
}

#overview {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#overview li {
	float: left;
	width: 24.9%;
	height: 270px;
}
#overview p {
	font-size: 70%;
	margin-top: 3px;
}
#overview img {
	display: block;
	border: 0;
	margin: 0;
}
#overview a {
	text-decoration: none;
	color: #3B4043;
}

.hovergallery {
	list-style-type: none;
	margin: 0;
	width: 730px;
}
.hovergallery li {
	float: left;
	width: 24.9%;
	margin-bottom: 10px;
}
.hovergallery img {
	display: block;
	border: 0;
	margin: 0 0px 3px 0;
}
.hovergallery p {
	font-size: 70%;
	padding: 0 5px 0 5px;
	text-align: center;
}
.mirasolgallery {
	list-style-type: none;
	margin: 0;
	width: 500px;
}
.mirasolgallery li {
	float: left;
	width: 160px;
	margin: 0 6px 10px 0;
	font-size: 70%;
}
.mirasolgallery img {
	display: block;
	border: 0;
	margin: 0 0 3px 0;
}
.bold {
	font-weight: bold;
}
p.download a {
	background-image: url(images/generelt/download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-left: 33px;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	height: 40px;
}
.hovergallery p a {
	background-image: url(images/generelt/downloadSmall.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: left;
	padding-left: 17px;
	color: #3B4043;
	background-color: #FFFFFF;
	line-height: 14px;
}
#smallright li, #smallleft li {
	font-size: 80%;
}
#loadarea {
	height: 430px;
	width: 500px;
	background-image: url(images/alpaca_experience/AlpacaExperienceIntro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #ADA49A;
	margin: 0 0 10px 0;
}
#tipDiv {
	position: absolute;
	visibility: hidden; 
	z-index: 100;
}
#bigAll p {
	margin-right: 20px;
}
.obs {
	color: #ADA49A;
}
a {
	text-decoration: none;
	color: #ADA49A;
}
a:hover {
	text-decoration: underline;
}
.experiencegallery {
	text-decoration: none;
	border-style: none;
}
.experiencegallery li {
	list-style-type: none;
	width: 190px;
}
.experiencegallery li a {
	padding: 5px 0;
}	
.experiencegallery li a:hover {
	background-color: #ECEAE0;
	border-style: none;
}
/* -- CONTACT FORM -- */
.contactform p {
	clear: left;
	margin: 0px;
	padding: 8px 0 0 0;
}
.contactform label {
	float: left;
	width: 55%;
	font-weight: normal;
}
.contactform .text {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 2px;
	width: 44%;
	border: 1px solid #ADA49A;
}
fieldset {
	border: 2px dotted #ADA49A;
	margin-bottom: 16px;
	padding: 10px;
}
legend {
	font-size: 120%;
	color: #ADA49A;
	background-color: #FFFFFF;
}
.submitFloatRight {
	float: right;
	width: 50px;
	text-align: center;
}
.contactform {
	margin-bottom: 20px;
}
.contactform .antall {
	padding: 2px;
	width: 40px;
	border: 1px solid #ADA49A;
	left: 200px;
}
.contactform .labelantall {
	padding-top: 5px;
}
.forhandlerliste {
	border: 0;
	font-size: 0.7em;
	width: 500px;
}
.forhandlerliste td {
	width: 24.9%;
	padding: 3px 3px 3px 5px;
	border-bottom: 1px dashed #ADA49A;
}
.forhandlerliste th {
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
	border-bottom: 1px dashed #ADA49A;
	letter-spacing: 0.1em;
}
.frameAll {
	margin: 0 0 20px 20px;
	padding: 0 10px 10px 10px;
	float: left;
	width: 690px;
	display: inline;
	border: 1px solid #dad6ca;
}
.frameLeft {
	margin: 0 0 20px 20px;
	padding: 0 10px 10px 10px;
	float: left;
	width: 323px;
	height: 120px;
	display: inline;
	border: 1px solid #dad6ca;
}
.frameRight {
	margin: 0 20px 20px 0;
	padding: 0 10px 10px 10px;
	float: right;
	width: 323px;
	height: 120px;
	display: inline;
	border: 1px solid #dad6ca;
}
.frameRightImgRight {
	margin: 10px 0 0 10px;
	float: right;
}
.frameheading {
	color: #631c80;
	font-size: 1em;
	padding-top: 10px;
	margin: 0;
}
.liste-i-tekst {
	font-size: 80%;
	line-height: 1.3em;
	margin: 0 0 1em 20px;
}
.maskeraderGamle {
	list-style-type: none;
	margin: 0;
	float: left;
}
.maskeraderGamle li {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.maskeraderGamle img {
	display: block;
	border: 0;
	width: 150px;
	margin: 0 0 3px 0;
}
.rettelser {
	list-style-type: none;
	margin: 0;
	float: left;
}
.rettelser li {
	float: left;
	width: 125px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.rettelser img {
	display: block;
	width: 95px;
	height: 134px;
	border: 0;
	margin: 0 0 3px 0;
}
.bilde-med-tekst {
	list-style-type: none;
}
.bilde-med-tekst li {
	float: right;
	width: 250px;
	margin: 0 0 10px 20px;
	font-size: 0.7em;
	line-height: 1.1em;
	font-style: italic;
	text-align: right;
}
.bilde-med-tekst img {
	display: block;
	margin-bottom: 10px;
}
.bilde-med-tekst-margin-right {
	list-style-type: none;
}
.bilde-med-tekst-margin-right li {
	float: right;
	width: 190px;
	margin: 0 20px 10px 20px;
	font-size: 0.7em;
	line-height: 1.1em;
	font-style: italic;
	text-align: right;
	clear: right;
}
.bilde-med-tekst-margin-right img {
	display: block;
	margin-bottom: 10px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
