	/* CSS FYRIR NÁLIN */

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #7b7b7b;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}



/* ---------- SKILGREINING UPPBYGGINGU SÍÐU ---------- */

#wrapper {
	position: relative;
	height: auto;
	width: 1000px;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	position: relative;
	float: left;
	width: 100%;
	}

#footer {
	position: relative;
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 10px;
	}
	
#main {
	position: relative;
	float: left;
	margin: 0;
	width: 1000px;
	min-height: 300px;
	}

#column1 {
	position: relative;
	float: left;
	height: auto;
	width: 250px;
	margin: 0;
	padding: 0;
}

#column3 {
	position: relative;
	float: left;
	height: auto;
	width: 748px;
	margin: 0;
	padding: 0;
	border: 1px solid #9c9c9c;
}


/* ---------- TEXTI STILLINGAR ---------- */	


a {
	text-decoration: none;
	color: #561a8e;
	//color:  #740e0e;
	}
	
a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
	}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -8px;
	}
 
img {
	border: 0;
	}


/* ----- TABS ----- */

#prod_cat {
	margin-top:-10px;
    margin-left:0;
    padding-left:20px;
    font-size:14px;
    line-height:22px;
    }

#prod_cat a {
	//color: #6b6bab;
	color: #bb3030;
}


	/* ---------- REQUIRED FOR WORDPRESS ---------- */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }

