/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }
#container h2.orange { color: #ff6d00; font-weight: bold; font-size: 1.2em; }
#container .content_sp h1 { color: #ff6d00; font-weight: bold; font-size: 1.2em; }
.noflash { display: none; }
/* Css reset ends */

body {
	background: url(../img/background_tile.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	width: 990px;
	min-height: 800px;
	margin: 19px auto;
	text-align: left;
	font-size: 1.3em;
}
/* Head */
#head {
	width: 960px;
	padding: 15px;
	background-color: #ffffff;
	position: relative;
}
#text_styles {
	position: absolute;
	width: 121px;
	height: 14px;
	top: -17px;
	right: 17px;
	background-color: #ffffff;
	color: #7b7b7b;
	padding: 3px 0 0 10px;
}
#text_styles span { float: left; }
#text_styles .styles {
	border-right: 1px dashed #b2b2b2;
	padding-right: 12px;
	margin-right: 12px;
}
#text_styles .smaller {
	background: url(../img/icons.png) no-repeat 0 -22px;
	width: 22px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#text_styles .bigger {
	background: url(../img/icons.png) no-repeat -22px -22px;
	width: 25px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#logo a {
	background: url(../img/logo.png) no-repeat;
	width: 177px;
	height: 70px;
	margin-top: -5px;
	text-indent: -9999px;
	display: block;
}
#information {
	float: right;
	margin-top: -40px;
}
#information h2 {
	font-size: 20px;
	float: left;
	font-weight: normal;
	margin-right: 30px;
	line-height: 40px;
	background: url(../img/text_replacements.png) no-repeat 0 -48px;
	text-indent: -9999px;
	width: 330px;
}
#information .phone_info {
	float: left;
	font-size: 12px;
	padding-left: 20px;
	border-left: 1px dashed #b2b2b2;
}
#information span {
	width: 130px;
	height: 16px;
	background: url(../img/text_replacements.png) no-repeat 0 -98px;
	display: block;
	text-indent: -9999px;
}
#information .phone {
	display: block;
	font-size: 27px;
	margin-top: 5px;
	background: url(../img/text_replacements.png) no-repeat 0 -117px;
	width: 135px;
	height: 28px;
}
#navigation {
	background: url(../img/nav_hover.png) repeat-x 0 -128px;
	height: 34px;
	margin: 24px 0 0 0;
}
#navigation li {
	float: left;
	padding: 0 22px;
	font-size: 14px;
	line-height: 34px;
}
#navigation li a { color: #000000; }
#navigation li.selected {
	background: #ffffff url(../img/nav_hover.png) no-repeat;
	margin-top: -18px;
	padding: 18px 14px 0 14px;
	height: 46px;
}
#navigation li.selected span {
	display: block;
	width: 100%;
	padding-left: 14px;
	margin-top: -18px;
	padding: 18px 8px 0 8px;
	height: 46px;
	background: #ffffff url(../img/nav_hover.png) no-repeat right -64px;
}
#subnavigation {
	margin-top: 13px;
	height: 22px;
	border-bottom: 2px solid #ffbd00;
}
#subnavigation li {
	float: left;
	padding: 0 20px;
	font-size: 1.1em;
	border-right: 1px dashed #b2b2b2;
}
#subnavigation li.last { border-right: 0; }
/* Head ends */
.content,.content_sp {
	width: 960px;
	padding: 15px;
	background-color: #ffffff;
	line-height: 1.2em;
}
.content_sp { margin-top: 12px; position: relative; }
.content h2,.content_sp h2 {
	font-size: 1.35em;
	color: #212121;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
.content p, .content_sp p {
	margin: 1em 0;
}
.content ul,.content_sp ul {
	margin: 0.2em 0 0.2em 1em;
	list-style-type: disc;
}
.content_sp ol,.content_sp ol {
	margin: 0.2em 0 0.2em 1em;
	list-style-type: decimal;
}
.content_sp .linkss {
	list-style: none;
}
.content_sp .print {
	background: url(../img/print.png) no-repeat;
	width: 83px;
	height: 23px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
#left {
	width: 453px;
	float: left;
	margin-bottom: 10px;
}
#left .content,#left .content_sp { width: 423px; }
#right {
	width: 522px;
	float: right;
	margin-bottom: 10px;
}
#right .content,#right .content_sp { width: 492px; }
#content {
	width: 770px;
	float: left;
	margin-bottom: 10px;
}
#content .content,#content .content_sp { width: 740px; }
#sidebar {
	width: 213px;
	float: right;
	margin-bottom: 10px;
}
#sidebar .content,#sidebar .content_sp { width: 183px; }
#sidebar li {
	list-style: none;
}
#realestate_search_form ul, #new_estates ul,#search_results ul,
#links,#property_image ul, #property_details ul {
	margin: 0;
	list-style: none;
}
/* Frontpage */
#frontpageform {
	/*width: 957px;
	height: 315px;
	border: 1px solid #e6e6e6;*/
	margin-top: -12px;
	font-size: 1.0em;
	position: relative;
}
#frontpageform .noflash {
	text-align: right;
	font-weight: bold;
}
#frontpageform .noflash a { color: #ff000c; }
#frontpagelinks #estate_price_form li {
	background: none;
	width: auto;
	clear: both;
	padding: 5px 0 5px 17px;
}
#estate_price_form label {
	width: 130px;
	font-weight: bold;
}
#estate_price_form input {
	display: block;
	background: url(../img/icons.png) no-repeat 0 -124px;
	padding: 2px 2px 0 2px;
	width: 149px;
	height: 17px;
	border: none;
}
#estate_price_form #continue,#estate_price_form #submit {
	width: auto;
	padding: 0;
	float: right;
	margin-top: 7px;
	margin-right: 40px;
	padding-right: 9px;
	background: url(../img/black_arrow.png) no-repeat right 5px;
	cursor: pointer;
}
#estate_price_form .personal {
	display: none;
}
#estate_price_form label,#estate_price_form input {
	float: left;
}
#estate_price_form legend span {
	color: #f47600;
	font-weight: bold;
	margin-left: 22px;
	display: block;
	margin-top: -5px;
}
#frontpagelinks .links {
	float: left;
	width: 205px;
	min-height: 138px;
	border-right: 1px dashed #c0c0c0;
	margin-right: 28px;
}
#frontpagelinks blockquote {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 212px;
	margin-left: 10px;
	padding: 4px 0;
	font-style: italic;
	line-height: 1.2em;
}
#frontpagelinks cite {
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 4px 12px 0 0;
}
#frontpagelinks .links ul {
	margin: 0;
	list-style: none;
}
#frontpagelinks #newslinks ul {
	margin-left: 10px;
}
#frontpagelinks .links li {
	width: 255px;
	margin: 0 0 7px 7px;
	padding-left: 16px;
	background: url(../img/arrow.png) no-repeat;
}
#frontpagelinks .links h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}
#estate_price_form h2 {
	margin-left: 10px;
}
#frontpagelinks #newslinks { width: 315px; }
#frontpagelinks #estate_price_form { width: 338px; }
#frontpagelinks #statement { margin-right: 0; width: 230px; border-right: 0; }
/* Frontpage ends */
/* About property */
#property_details h2 {
	color: #ff6d00;
	font-size: 1.4em;
	border-bottom: 1px dashed #b2b2b2;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#property_details ul {
	font-family: Tahoma,Arial,Helvetica,san-serif;
	font-size: 0.85em;
	width: 210px;
	float: left;
	margin-bottom: 20px;
	min-height: 149px;
}
#property_details li {
	margin-bottom: 3px;
}
#property_details .label {
	float: left;
	width: 112px;
}



/* TAKA ÚT DISPLAY:NONE!!!!!!! Til að fá Skoðunarmann sýnilegan! */



#property_details .right {
	display:none;
	float: left;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 0.85em;
	font-family: Tahoma, sans-serif;
	line-height: 1.4em;
	width: 185px;
	border-left: 1px dashed #b2b2b2;
	background: url(../img/text_replacement2.png) no-repeat 15px 52px;
}
#property_details .right .image {
	background: url(../img/workerbg.png) no-repeat;
	padding: 6px 7px 15px 6px;
	height: 118px;
	float: right;
	position: relative;
}
#property_details .right .image .border {
	background: url(../img/workerbg.png) no-repeat 100% 0;
	width: 6px;
	height: 139px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
#property_details .right .text {
	clear: both;
	width: 185px;
	border-top: 1px dashed #b2b2b2;
	padding-top: 13px;
	color: #212121;
}
#property_details .price {
	color: #ff6d00;
	font-size: 1.4em;
	border-top: 1px dashed #b2b2b2;
	border-bottom: 1px dashed #b2b2b2;
	padding: 8px 0;
	margin-top: 15px;
	position: relative;
	clear: both;
}
#property_details .price .arrow {
	background: url(../img/price_arrow.png) no-repeat;
	width: 16px;
	height: 31px;
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
}
#property_links {
	height: 30px;
	padding: 8px 15px;
}
#property_links a {
	float: left;
	display: block;
	width: 162px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	text-indent: 70px;
	border-right: 1px dashed #b2b2b2;
	font-size: 0.8em;
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
}
a#print_property { background-position: -135px -88px; }
a#send_query { background-position: -135px -55px; }
a#send_to_friend { background-position: -135px -21px; border-right: 0; }

#property_image .border {
	background: url(../img/bimage_border.png) no-repeat;
	width: 482px;
	height: 315px;
	padding: 10px;
	position: relative;
	left: -5px;
	top: -5px;
	overflow: hidden;
}
#property_image .navigation {
	border-top: 1px dashed #b2b2b2;
	border-bottom: 1px dashed #b2b2b2;
	height: 35px;
	margin: 10px 0;
	color: #223d54;
	text-align: center;
	line-height: 35px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.85em;
}
#property_image .navigation a { color: #223d54; }
#property_image .navigation .next {
	float: right;
	display: block;
	background: url(../img/icons.png) no-repeat 68px -40px;
	height: 30px;
	padding-right: 18px;
}
#property_image .navigation .previous {
	float: left;
	display: block;
	background: url(../img/icons.png) no-repeat -193px 9px;
	text-indent: 15px;
}
#property_image .navigation .hidden {
	width: 66px;
	height: 34px;
	float: left;
}
#property_image .navigation .hiddenr {
	width: 66px;
	height: 34px;
	float: right;
}
#property_image .thumbs li {
	float: left;
	width: 143px;
	height: 92px;
	padding: 9px;
	background: url(../img/thumb_border.png) no-repeat;
	margin: 0 2px 5px 0;
}
#property_description {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #212121;
}
#property_description h2 { font-size: 1.6em; }
#send_query_form,#send_tofriend_form { display: none; }
#send_query_form .left { margin-top: 15px; }
#send_query_form .left label {
	display: block;
	float: left;
	clear: left;
	width: 55px;
}
#send_query_form .left input {
	float: left;
}
#send_query_form .right { float: right; }
#send_query_form .left { float: left; }
#send_query_form #query { width: 250px; }
#send_query_form .right label { display: block; }
#send_query_form #submitq {
	float: left;
	clear: left;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin-top: 10px;
}
#send_tofriend_form #submitqtf {
	display: block;
	clear: left;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin-top: 10px;
}
/* About property ends */

/* Search results */
#search_results {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#search_results h1 { 
	color: #ff6d00; 
	font-size: 1.2em; 
	font-weight: bold; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#search_results .display_page {
	float: left;
	padding-left: 60px;
	font-size: 0.85em;
	color: #393939;
}
#search_results .order_by {
	font-size: 0.85em;
	float: right;
	color: #393939;
}
#search_results .pages {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 12px 10px;
	color: #393939;
	font-size: 0.85em;
}
#search_results .page_order { float: right; }
#search_results .pages .previous {
	background: url(../img/icons.png) no-repeat -193px -1px;
	display: block;
	padding-left: 11px;
	float: left;
	margin-right: 6px;
}
#search_results .pages .next {
	background: url(../img/icons.png) no-repeat 56px -50px;
	display: block;
	padding-right: 11px;
	float: right;
	margin-left: 6px;
}

#search_results .properties .image {
	width: 218px;
	height: 145px;
	overflow: hidden;
	position: relative;
	padding: 8px;
	margin-right: 8px;
	float: left;
}
#search_results .properties .image .border {
	background: url(../img/thumb_border2.png) no-repeat;
	display: block;
	width: 234px;
	height: 161px;
	position: absolute;
	top: 0;
	left: 0;
}
#search_results .properties .image .total {
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 5;
	color: #393939;
	font-size: 12px;
}
#search_results .properties h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 15px;
}
#search_results .properties a { color: #ff6d00; }
#search_results .properties h3 span {
	color: #393939;
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 3px;
}
#search_results .properties li { 
	position: relative; 
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}
#search_results .properties .details {
	background-color: #f2f2f2;
	height: 27px;
	margin: 6px 0;
	padding: 0 3px;
	width: 491px;
	float: right;
	font-size: 0.82em;
}
#search_results .properties .details li {
	float: left;
	height: 27px;
	line-height: 27px;
	margin-right: 35px;
	color: #393939;
	border-top: 0;
	padding: 0;
}
#search_results .properties .details li.price strong { font-size: 1.1em; }
#search_results .properties .details li.size strong { font-size: 1.05em; }
#search_results .properties .details li.last { margin-right: 0; }
#search_results .properties .details li strong {
	color: #ff6d00;
	font-size: 1em;
	font-weight: bold;
}
#search_results .properties li .description {
	color: #192e41;
	margin-bottom: 15px;
	font-size: 0.85em;
}
#search_results .properties li .readmore {
	background-color: #f1f1f1;
	border: 1px solid #abb6bb;
	color: #393939;
	font-size: 11px;
	padding: 1px 3px;
	position: absolute;
	bottom: 10px;
	right: 0;
}

/* Search sidebar */
#search_estates {
	font-size: 11px;
}
#search_estates h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff6d00;
	margin-bottom: 7px;
}
#search_estates label.bigger {
	font-size: 13px;
	font-weight: bold;
	color: #393939;
	display: block;
	margin: 3px 0;
}
#type_ctn label {
	display: block;
}
#zip_ctn {
	height: 150px;
	overflow: auto;
	font-size: 11px;
	border: 1px solid #b2b2b2;
	margin-bottom: 10px;
}
#type_ctn {
	border: 1px solid #b2b2b2;
	margin-bottom: 10px;
	padding: 3px 0 3px 3px;
}
.simple_field .half {
	width: 85px;
	border: 1px solid #b2b2b2;
}
.simple_field .first { margin-right: 10px; }
.fftext { 
	width: 180px; 
	height: 15px;
	border: 0;
	padding: 2px;
	background: url(../img/icons.png) no-repeat;
}
#simple_search_submit {
	margin: 10px 0 0 30px;
}
.order em,.order .fat { font-weight: bold; }
.page_order em {
	border: 1px solid #d7d7d7;
	padding: 0 3px;
	color: #ffbd00;
}

/* Search sidebar ends */
/* Search results ends */

/* Links */
#links li {
	width: 280px;
	float: left;
	padding: 0 40px 20px 0;
}
#links li .image {
	background: url(../img/workerbg.png) no-repeat;
	padding: 6px 7px 15px 6px;
	height: 118px;
	float: left;
	position: relative;
}
#links li .image .border {
	background: url(../img/workerbg.png) no-repeat 100% 0;
	width: 6px;
	height: 139px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
#links li .details {
	border-left: 1px solid #bfbfbf;
	width: 160px;
	float: right;
	margin-top: 35px;
	padding-left: 15px;
}
#links li .details h4 { font-weight: bold; }
/* Links ends */

/* Fasteignasala, Leigueignir, Nybyggingar first page */
#estate_banner {
	width: 960px;
	height: 195px;
	background-color: #fe9f00;
	margin-top: 13px;
	position: relative;
}
#estate_banner .estate_first,#estate_banner .estate_second,
#estate_banner .estate_last { display: none; }
#estate_banner .image {
	width: 480px;
	height: 195px;
	overflow: hidden;
	float: left;
	position: relative;
}
#estate_banner .image .over img { z-index: 5; }
#estate_banner .image img {
	max-height: 300px;
	position: relative;
	top: -50px;
}
#estate_banner ul {
	position: absolute;
	top: 0;
	right: 0;
}
#estate_banner .details {
	float: left;
	height: 195px;
	width: 273px;
	background: url(../img/bannerbg.jpg) no-repeat;
	border-right: #ffab40 1px solid;
	color: #ffffff;
}
#estate_banner .details .text {
	height: 167px;
	width: 222px;
	padding: 28px 30px 0 21px;	
	background: url(../img/bannerbg.jpg) no-repeat;
}
#estate_banner .details .price { font-size: 15px; font-weight: bold; }
#estate_banner .details .price span { font-size: 22px; font-weight: normal; }
#estate_banner .details h4 { font-size: 15px; margin: 5px 0 10px 0; }
#estate_banner .details p { font-size: 13px; }
#estate_banner .details a.more {
	background: url(../img/banner_readmore.png) no-repeat;
	display: block;
	width: 110px;
	height: 35px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
}
#estate_banner li div {
	height: 64px;
	width: 192px;
	padding-left: 14px;
	background-color: #000000;
	display: block;
	margin-left: 33px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	cursor: pointer;
}
#estate_banner li h3 a {
	font-size: 20px;
	color: #ffffff;
	padding-top: 12px;
	display: block;
	overflow: hidden;
	height: 22px;
}
#estate_banner li h4 {
	color: #a9a9a9;
	padding-top: 5px;
}
#estate_banner li.selected {
	background: url(../img/banner_hover.png) no-repeat 100% -1px;
	width: 239px;
}
#estate_banner li.selected div { background: url(../img/banner_hover.png) no-repeat 100% -1px; height: 65px; }
#estate_banner li.selected.last { background: url(../img/banner_hover.png) no-repeat 100% 1px; }
#estate_banner li.selected.last div { height: 65px; background: url(../img/banner_hover.png) no-repeat 100% 0px; }
#estate_banner li.first div { border-bottom: 1px solid #3b3b3b; }
#estate_banner li.last div { border-top: 1px solid #3b3b3b; }

#new_estates li {
	float: left;
	margin-right: 5px;
}
#new_estates li.last .image { width: 156px; border-right: 0; }
#new_estates li .image {
	width: 165px;
	height: 103px;
	padding: 6px;
	margin: 0 2px 5px 0;
	overflow: hidden;
	position: relative;
	border-right: 1px dashed #b2b2b2;
}
#new_estate li .image img { display: none; }
#new_estate li .image img.selected { display: block; }
#new_estates li .image .border {
	width: 168px;
	height: 115px;
	background: url(../img/thumb_border3.png) no-repeat;
	margin: 0 2px 5px 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#new_estates li h3 {
	font-size: 1em;
	font-weight: bold;
	text-indent: 6px;
}
#new_estates li h4 {
	font-size: 0.95em;
	text-indent: 6px;
	color: #383838;
	margin-bottom: 3px;
}


#realestate_search_form { position: relative; padding-bottom: 30px; }
#realestate_search_form #area {
	height: 118px;
	width: 226px;
	overflow: auto;
	float: left;
	border: 1px solid #b2b2b2;
}
#realestate_search_form #area b,
#realestate_search_form #area strong { font-weight: normal; }
#area div.expandable {display:none; margin-left:10px;}
#area div.expandable.visible {display:block;}
#realestate_search_form .item_details {
	float: left;
	width: 240px;
	padding-left: 26px;
	margin-top: -28px;
}
#realestate_search_form .item_details label {
	display: block;
	font-weight: bold;
	margin: 11px 0 3px 0;
}
#realestate_search_form .item_details div.left { 
	float: left;
	width: 124px;
}
#realestate_search_form .item_details div.right { float: left; }
#realestate_search_form .item_details li { clear: left; }
#realestate_search_form .item_details label { color: #393939; }
#realestate_search_form .item_details select { width: 103px; height: 20px; }
#realestate_search_form .frontpright2 h4 { color: #393939; width: 228px; float: left; margin-top: -17px; }
#realestate_search_form .house_type {
	width: 228px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	float: left;
	padding: 3px 0;
	font-size: 12px;
	line-height: 10px;
}
#realestate_search_form .house_type li { float: left; width: 110px; }
#realestate_search_form .search_for_box label { 
	margin-top: 13px; 
	float: left; 
	font-weight: bold; 
	line-height: 17px; 
	margin-right: 13px; 
	color: #393939;
}
#realestate_search_form .search_for_box input {
	display: block;
	background: url(../img/icons.png) no-repeat 0 -124px;
	padding: 2px 2px 0 2px;
	width: 149px;
	height: 17px;
	border: none;
	float: left;
	margin-top: 13px;
}
#realestate_search_form .frontpright2 h4,#realestate_search_form .left h4 { font-weight: bold; margin-bottom: 5px; color: #393939; }
#realestate_search_form .search_submit {
	text-indent: -9999px;
	border: none;
	width: 110px;
	height: 30px;
	background: url(../img/search_button.png) no-repeat;
	position: absolute;
	bottom: -15px;
	right: 0px;
}
/* Fasteignasala, Leigueignir, Nybyggingar first page ends */
/* Sidebar links */
#sidebar .content_sp { min-height: 154px; }
#sidebar .links {
	margin: 6px 0 5px 0;
}
#sidebar .links h2 {
	font-weight: bold;
	color: #ff8a33;
	font-size: 1.15em;
}
#sidebar .links li {
	display: block;
	padding-left: 15px;
	margin-top: 13px;
	margin-left: 7px;
	background: url(../img/arrow.png) no-repeat 0 3px;
}
/* Sidebar links ends */

/* Extra */
.clear {
	clear: both;
}
#banner {
	margin-top: 6px;
}
#bannertext {
	background: url(../img/transparentbannerbg.png);
	height: 48px;
	line-height: 48px;
	padding: 0 13px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 21px;
	font-family: Cambria,Helvetica, Tahoma, sans-serif;
	color: #ffffff;
}
.linksgroup,.linksgroupend {
	float: left;
	padding-right: 20px;
	min-height: 180px;
}
.linksgroup ul,.linksgroupend ul {
	width: 210px;
	border-right: 1px solid #e5e5e5;
}
.linksgroupend ul {
	border-right: none;
}
.linksgroup ul li,.linksgroupend ul li {
	margin-top: 10px;
}

/* Footer */
#footer {
	background-color: #ffffff;
	margin-top: 10px;
	line-height: 43px;
	padding: 5px 30px 5px 20px;
	position: relative;
	clear: both;
	min-height: 43px;
	font-size: 1.1em;
	color: #252424;
}
#footer img { float: right; }
#webed {
	position: absolute;
	bottom: -45px;
	right: 0;
	color: #5c5c5c;
	font-size: 0.9em;
}
#webed a { 
	color: #5c5c5c;
	background: url(../img/atomstodin_footer.png); 
	width: 212px; 
	height: 37px; 
	display: block;
	text-indent: -9999px;
}