/*
--    StyleSheet for Seiður.is
Project:  Seiður.is
Author:   Tryggvi Hjörvar
Date:     Jan 2008
---------------------------------------------------------------*/

/*-- DEFAULT STYLES --*/

	body{
		font-family: helvetica,arial,sans-serif;
		font-size: 14px;	
		margin: 0px;
		padding: 0px;
		background-color:#999999;
/*		background-image: url("graphics/background.png");*/
	}
	
	a					{text-decoration: underline; color: #ff9900;}
	a:hover		{text-decoration: none; 		 color:  red;}
	img				{border: none; margin: 0px; padding: 0px;}


/*-- PAGE LAYOUT --*/

#wrap_center{
 height:100%;
 width:740px;
 margin:0px auto 0px auto;
}


/*-- CONTENT PANEL STYLES --*/

	#header {
		margin:0px;
		padding:10px 10px 10px 10px;
		background-color:#003366;
		background-image: url("graphics/header.png");
		height:80px;
		border-width: 1px 1px 0px 1px;
		border-color: black;
		border-style: solid;
	}

	#header_divider {
		margin:0px;
		padding:0px;
		background-color:#003366;
		background-image: url("graphics/header_divider.png");
		height:5px;
		border-width: 0px 1px 0px 1px;
		border-color: black;
		border-style: solid;
	}
	

	#wrap_content {
		float: left;
		width: 738px;

		background-color: #ffffff;
		border-width: 1px 1px 1px 1px;
		border-color: black;
		border-style: solid;
	}

	#site_links {
		margin-right: 200px;

		border-width: 0px 1px 0px 0px;
		border-color: black;
		border-style: solid;
	}

	#column_main {
		margin-right: 200px;
		padding:2em;

		background-color:#ffffff;
		border-width: 0px 1px 0px 0px;
		border-color: black;
		border-style: solid;
	}

	#column_right {
		float: left;
		width: 200px; /*Width of right column in pixels*/
		margin-left: -201px; /*Set left margin to -(RightColumnWidth) */		
		background-image: url("graphics/sidebar.png");
		background-repeat: no-repeat;
	}

	#footer {
		clear: left;
		margin:0px;
		padding:10px 0px 15px 0px;
		border-width: 0px 1px 1px 1px;
		border-color: black;
		border-style: solid;
		background-color:#003366;
		background-image: url("graphics/footer.png");

		text-align: center;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: #ff9900;
	}




/*-- IMAGES --*/

	#column_main img{
		margin:0px;
		padding: 25px 0px 10px 0px;
	}

	#product_panels{
		text-align: center;
	}

	#product_panels img{
		margin-left: 1em;
    margin-right: 1em;
	}



/*-- SIDEBAR --*/

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	margin-left: 1.5em;
}

li {
	background-image: url("graphics/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 1.5em;
	padding-top:6px;
}

#column_right{
	height: 500px;
	font-weight: bold;
	}

#column_right a	{text-decoration: underline; color: #003366;}
#column_right a:hover	{text-decoration: none; color: red;}
