/*  GARM NORDIC GENERAL CSS SETTINGS

----------------------------------------------- */

@import "pages/all.php";
@import "modules/all.php";

/****** General site settings *******/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	padding: 3px 0 10px 0;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
}
body {
	height: 100%;
	background-image: url('gfx/content/site-bg.gif');
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
}

.clear{
	clear: both;
}

div#wrapper {
	margin: 0 auto;
	width: 800px;
}
/******* End general site settings ********/

/******* Head & submenu ************/
div#head {
	padding: 45px 0 0 0;
	width: 300px;
	float: left;
}
div#head h1 {
	text-indent: -9999px;
	background: url('gfx/site/site-logotype.gif') no-repeat;
	height: 38px;
}
div#sub-menu {
	float: right;
	margin: 0 0 25px 0;
}
div#sub-menu ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 30px 10px 0 0;
	float: left;
}
div#sub-menu .submenu {
	border-right: 1px solid #f5f1f1;
}
div#sub-menu .submenu li {
	font-size: 11px;
	text-transform: uppercase;
	color: #575b5c;
	padding: 0 30px 6px 0;
}
div#sub-menu .submenu li a {
	color: #575b5c;
}
div#sub-menu .submenu li a:hover {
	text-decoration: underline;
}
div#sub-menu .submenu-even {
	
}
div#sub-menu .submenu-even li {
	font-size: 11px;
	text-transform: uppercase;
	color: #575b5c;
	padding: 0 0 6px 20px;
}
div#sub-menu .submenu-even li a {
	color: #575b5c;
}
div#sub-menu .submenu-even li a:hover {
	text-decoration: underline;
}
/******* End of Head ********/


/******* Main menu ********/
div#menu {
	clear: both;
	width: 800px;
	height: 28px;
	border-bottom: 1px solid #CCC;
	/*
background: url('gfx/content/menu-bg.gif') no-repeat;
*/
	background-color: #eee;
	margin: 0px;
}
div#menu ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0px;
}
div#menu li {
	float: left;
	text-transform: capitalize;
	padding: 5px 30px 0 0;
	font-size: 13px;
	font-weight: bold;
}
div#menu li a {
	color: #2da1b2;
}
div#menu li a:hover {
	text-decoration: underline;
}
/******** End of Main menu ********/

.logo_table {
	width:auto;
 	background-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

div#start-widget {
	clear: both;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	background-image: url('gfx/content/garm.png');
	height: 180px;
}

div#start-widgett {
	clear: both;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	height: 180px;
}

div#foot {
	clear: both;
	width: 800px;
	margin-top: 20px;
	padding: 10px 0 50px 0;
	border-top: 1px dotted #ccc;
}
div#foot ul {
	float: left;
	list-style-type: square;
	list-style-position: inside;
	margin: 0 50px 0 2px;
}
div#foot li {
	font-size: 11px;
	padding: 0 0 4px 0;
	color: #808080;
}
div#foot a {
	color: #808080;
}
div#foot a:hover {
	text-decoration: underline;
}


.float-left {
	float: left;
}
div.error-msg {
	border: 1px solid #db4646;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px 0;
	background: #f29b9b;
	color: #960909;
}
div.success-msg {
	border: 1px solid #91a06f;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px 0;
	background: #d9e6be;
	color: #362e2e;
}
#content_main {
	width: 500px;
	float: left;
}
#content_right {
	width: 220px;
	float: right;
	margin-right: 10px;
	background-color: #f1f1f1;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px
}
#content_right ul {
	list-style: none;
	padding:0;
	margin: 0;
}
#content_right ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#content_right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.divleft {
	width: 290px;
	float: left;
	padding: 15px;
	height: 200px;
}


