/****** CSS by Agust Atlason - Snerpa Vefhönnun ******/

/****** Global white space reset *******/

* {
    margin: 0;
    padding: 0;
}

html,body {
	margin:0;
	padding:0;
}

/****** The booooooodeeeeeee *******/

body {
	font-family: Arial, verdana, "lucida console", sans-serif;
	background: #fff;
}

/****** Typography ******/

/****** Headings ******/

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #2a2a2a;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 16px;
	color: #666;
	padding: 0px;
	margin: 0px 0 0px 0;
}

h3 a {
	color: #eb2027;
}

h4 {
	font-size: 14px;
	color: #666;
	padding: 0px;
	margin: 0px;
}

h5 {
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px;
}

h6 {
	font-size: 10px;
	color: #666;
	padding: 0px;
	margin: 0px;
}

/***** Paragraph ******/

p {
	font-size: 11px;
}

/****** Global Links Format ******/

a {
	color: #eb2027;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/****** Forms ******/

fieldset {
	padding: 0px 20px 20px 20px;
	margin: 15px 0px 10px 0px;
	border: 1px solid #f1f1f1;
} * html fieldset { padding-bottom: 25px;}

legend {
	font-size: 133%;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #666;
	padding: 0 0.5em;
} * html legend { margin-bottom: 15px;}

fieldset .wrapper {
	padding-top: 15px;
} * html fieldset .wrapper { padding-top: 0px; }

label {
	color: #666;
	font-size: 12px;
}

input, select {
	margin-bottom: 5px;
}

input, textarea, select {
	border: 1px solid #a2a2a2;
	font-family: Arial, verdana, "lucida console", sans-serif;
	font-size: 12px;
	padding: 2px;
}

/****** Form classes ******/

.formBg {
	border: 1px solid #a2a2a2;
	background: #fff url(../img/formBg.gif) repeat-x top left;
}

/****** RULER ******/

hr {
	border: none 0;
	border-top: 1px solid #f1f1f1;
	width: 100%;
	height: 1px;
	margin-top: 5px;
}

.frontBox hr {
	border: none 0;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	width: 170px;
}

/****** MENU ******/

#menu {
	
}

#menu ul {
	list-style-type: none;
}

#menu li {
	font-size: 12px;
	padding: 8px 0;
	background: url(../img/menuDivider.gif) no-repeat bottom left;
}

/* Guestbook menu fix */

#menu li.guestbookMenu {
	background: none;
}

#menu li a {
	padding: 0 0 0 35px;
	background: url(../img/bulletGray.gif) no-repeat 20px 3px !important;
	background: url(../img/bulletGray.gif) no-repeat 20px 4px;
}

#menu li a:hover {
	background: url(../img/bulletRed.gif) no-repeat 20px 3px !important;
	background: url(../img/bulletRed.gif) no-repeat 20px 3px;
}

#menu li a.on {
	color: #333;
	font-weight: bold;
	background: url(../img/bulletRed.gif) no-repeat 20px 3px !important;
	background: url(../img/bulletRed.gif) no-repeat 20px 3px;

}

#bGestabok #menu li.guestbookMenu a {
	color: #333;
	font-weight: bold;
	background: url(../img/bulletRed.gif) no-repeat 20px 3px !important;
	background: url(../img/bulletRed.gif) no-repeat 20px 3px;

}

#menu ul li ul {
	list-style-type: none;
	margin-left: 10px;
}

#menu ul li ul li {
	font-size: 11px;
	padding: 2px 0;
	background: none;
}

#menu ul li ul li a {
	padding: 0 0 0 32px;
	background: url(../img/subBulletGray.gif) no-repeat 20px 4px !important;
	background: url(../img/subBulletGray.gif) no-repeat 20px 5px;
}

#menu ul li ul li a:hover {
	background: url(../img/subBulletRed.gif) no-repeat 20px 4px !important;
	background: url(../img/subBulletRed.gif) no-repeat 20px 5px;
}

#menu ul li ul li a.on {
	color: #333;
	font-weight: bold;
	background: url(../img/subBulletRed.gif) no-repeat 20px 4px !important;
	background: url(../img/subBulletRed.gif) no-repeat 20px 5px
}

/****** LAYOUT *******/

#container {
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	/*border: 1px solid gray;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
}

#top {
	position: relative;
	height: 101px;
	padding: 0px;
	margin-bottom: 0;
	background: url(../img/top1.gif) no-repeat top center;
}

#banner {
	height: 150px;
	margin-bottom: 8px;
	background: url(../lib/banner.php) no-repeat top center;
}

#lalandiaBanner {
	height: 150px;
	margin-bottom: 8px;
	background: url(../lib/lalandia_banner.php) no-repeat top center;
}

#content {
	float: left;
	width: 590px;
	padding: 0px 4px;
}

#sidebarLeft {
	float: left;
	width: 151px;
	margin: 0;
	padding: 0px;
}

#sidebarRight {
	float: left;
	width: 151px;
	margin: 0;
	padding: 0px;
}


#footer {
	position: relative;
	clear: both;
	padding-top: 10px !important;
	padding-top: 0;
	height: 27px;
	background: url(../img/footer.gif) no-repeat bottom center;
}

#footerInfo {
	padding-top: 8px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#footerInfo a {
	color: #000;
}

#counter {
	position: absolute;
	top: 15px !important;
	top: 5px;
	right: 6px;
}

/****** TOP LAYOUT ******/

a.logo {
	width: 350px;
	height: 100px;
	display: block;
}

#topGallery {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 500px;
	padding-top: 6px;
}

#topGallery ul {
	list-style-type: none; 
}

#topGallery li {
	display: inline;
	margin-right: 17px;
}

#topGallery li a img {
	padding: 1px;
	border: 1px solid #fff;
	height: 50px;
	width: 50px;
}

#metaBar {
	position: absolute;
	top: 68px !important;
	top: 67px;
	right: 0;
	width: 500px;
}

#textButtons {
	float: left;
	word-spacing: 4px;
	padding-top: 2px;
}

.size17 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

.size20 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.size23 {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
}

#sitemap {
	float: left;
	padding: 5px 0 0 10px;
}

#emailButton {
	float: left;
	padding: 6px 0 0 10px;
}

#emailButton a {
	width: 17px;
	height: 18px;
	display: block;
	background: url(../img/email.png) no-repeat top center;
	cursor: hand;
}

* html #emailButton a {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://fylkir.is/snerpill/img/email.png", sizingMethod="scale");
}

#search {
	float: right;
	padding: 4px 10px 0 0;
}

#search ul {
	list-style-type: none;
}

#search li {
	float: left;
}

#search input.field {
	height: 14px;
	padding-top: 4px;
	background: #fff url(../img/formBg.gif) repeat-x top left;
}

#search .button {
	margin-top: -2px !important;
	margin-top: -1px;
}

/****** SIDEBAR LEFT&RIGHT ******/

.sidebarBoxTop {
	height: 27px;
	width: 151px;
}

.valmynd {
	background: url(../img/valmyndHead.gif) no-repeat top center;
}

.ymislegt {
	background: url(../img/ymislegtHead.gif) no-repeat top center;
}

.nord {
	margin-top: 5px;
	background: url(../img/noregur_svithjod.gif) no-repeat top center;
}

#carRental {
	padding: 10px;
	text-align: justify;
	color: #333;
	line-height: 13px;
}

#carRental ul {
	margin: 10px 0 0px 10px;
	padding: 5px 0;
	list-style-type: none;
}

#carRental li {
	line-height: 16px;
	padding: 0 0 0 15px;
	background: url(../img/bulletGray.gif) no-repeat 0px 4px;
}

.sidebarBoxMiddle {
	background: url(../img/sideBoxMiddle.gif) repeat-y top center;
}

.sidebarBoxMiddle img {
	border: none;
}

.sidebarBoxBottom {
	height: 4px;
	width: 151px;
	background: url(../img/sideBoxBottom.gif) no-repeat top center;
}

/****** CONTENT ******/

/* Lists */

.contentText ul, .contentText ol {
	margin: 10px 0 10px 50px;
}

.contentText ul {
	list-style-type: none;
}

.contentText li {
	padding: 0 0 0 15px;
	background: url(../img/bulletGray.gif) no-repeat 0px 4px;
}

/****** FRONT CONTENT BOXES ******/

#frontBoxes {
	width: auto;
	height: auto;
}

#frontBoxes img {
	border: none;
}


.frontBox {
	float: left;
	width: 190px;
	padding: 0 0 7px 7px;
	/*border: 1px solid gray;*/
}

.frontBoxTop {
	height: 27px;
	width: 190px;
}

.kynning {
	background: url(../img/kynningHead.gif) no-repeat top center;
}

.orlofshverfi {
	background: url(../img/orlofshverfiHead.gif) no-repeat top center;
}

.sumarhus {
	background: url(../img/sumarhusHead.gif) no-repeat top center;
}

.sumarhusEv {
	background: url(../img/sumarhusEvHead.gif) no-repeat top center;
}

.heimagisting {
	background: url(../img/heimagistingHead.gif) no-repeat top center;
}

.bilaleiga {
	background: url(../img/bilaleigaHead.gif) no-repeat top center;
}

.frontBoxMiddle {
	position: relative;
	width: 190px;
	height: 158px;
	padding: 0;
	margin: 0;
	background: url(../img/frontBoxMiddle.gif) repeat-y top center;
	/*border: 1px solid red;*/
}

.frontBoxBottom {
	overflow: hidden;
	height: 4px;
	width: 190px;
	padding: 0;
	margin: 0;
	background: url(../img/frontBoxBottom.gif) no-repeat top center;
}

/* FrontBoxes subnav */

.frontBoxSubNav {
	width: 190px;
	position: absolute;
	top: 142px;
	left: 0;
	text-align: center;
	color: #ccc;
}

/* FrontBoxes typography and lists */

#frontBoxes p {
	padding: 8px;
	color: #333;
	text-align: justify;
	line-height: 13px;
}

#frontBoxes ul {
	margin-top: 20px;
	padding: 5px 0;
	list-style-type: none;
}

#frontBoxes li {
	line-height: 16px;
	padding: 0 0 0 35px;
	background: url(../img/bulletGray.gif) no-repeat 20px 4px;
}

/****** BOTTOM CONTENT BOXES ******/

#bottomBoxes {
	width: auto;
	height: auto;
}

.bottomBox {
	float: left;
	width: 289px;
	padding: 0 0 0px 3px;
	/*border: 1px solid gray;*/
}

.bottomBoxTop {
	height: 27px;
	width: 289px;
}

.vorur {
	background: url(../img/vorurHead.gif) no-repeat top center;
}

.frettir {
	background: url(../img/frettirHead.gif) no-repeat top center;
}

.bottomBoxMiddle {
	width: 289px;
	height: 57px;
	padding: 0;
	margin: 0;
	background: url(../img/bottomBoxMiddle.gif) repeat-y top center;
	/*border: 1px solid red;*/
}

.bottomBoxBottom {
	overflow: hidden;
	height: 4px;
	width: 289px;
	padding: 0;
	margin: 0;
	background: url(../img/bottomBoxBottom.gif) no-repeat top center;
}

/* BottomBoxes typography and lists */

.frontNewsDate {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

#bottomBoxes ul {
	margin: 0px;
	padding: 5px 0;
	list-style-type: none;
}

#bottomBoxes li {
	line-height: 16px;
	padding: 0 0 0 35px;
	background: url(../img/bulletGray.gif) no-repeat 20px 4px;
}

/****** SECTIONS ******/

/* Body changes img */
#bKynning .contentText img,#bSumarhus .contentText img, #bOrlofshverfi .contentText img {
	border: none;
}

/****** CLASSES ******/

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

img.ad {
	margin: 5px 0;
}

.centered {
	text-align: center;
}

.borderedImg {
	padding: 1px;
	border: 1px solid #eb2027;
}

.submit {
	padding: 2px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/****** META STUFF ******/

.metaData {
	text-align: right;
	padding: 3px 10px 3px 10px;
	margin: 5px 0 10px 0;
	background: #eeeeee;
}

.printer {
	padding: 0 0 0 23px;
	background: url(../img/printer.gif) no-repeat 0px -3px;
}

