/************************************** basic settings **********************************************************/


body {
	background: #599D23 url('../img/bakgrund-nissoga.gif') no-repeat bottom; 
	font-size: 62.5%;
	color: #000000;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

html,form,fieldset,h1,h2,h3,h4,h5,h6,pre,p,img,blockquote,hr,ol,dl,address
	{
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

hr {
	margin: 0.5em 0 0.5em 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

a {
 text-decoration: none;
 color: Blue;
}

.footer h6 em span a 
{
	text-decoration: none;
	color: #999999;
}

.footer h6 em span a strong 
{
	color: #999999;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.formmail-ok 
{
	padding-left: 40px;
	color: Green;
}

.formmail-error 
{
	padding-left: 40px;
	color: Red;
}

.mainmenu span {
    font-size: 1.2em;
    color: #F17D7A;
    padding-left: 18px;
	padding-right: 18px;
	float: left;
	font-weight: bold;
	display: block;
	position: relative;
	height: 33px;
	top: -7px;
	line-height: 2.5;
	border-right: solid 1px Black;
}

.mainmenu a, .mainmenu a:link, .mainmenu a:hover, .mainmenu a:active,
.mainmenu a:link, .mainmenu a:visited {
    font-size: 1.2em;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	font-weight: bold;
	display: block;
	border-right: solid 1px Black;
	color: #FFFFFF;
    position: relative;
	height: 33px;
	top: -7px;
	line-height: 2.5;
}

#toplevel_marker {
    color: #F17D7A;
}

/******************** divs; layout, etc ***********************************************************************************/


#maindiv {
	width: 1024px;
	margin: 15px auto 15px;
	font-size: 1.2em;
	overflow: hidden;
	border: solid 1px #375C18;
	background: #FFFFFF; /* url('../img/nissoga-left-shadow-bit.gif') repeat-y top left; 
	
	padding-left: 16px; */
}

#uber-header {
    height: 90px;
    padding-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

#pitch-line {
    color: #A81C0A;
    font-style: italic;
}

#header {
	margin-left: 15px;
	margin-bottom: 0px;
	overflow: hidden;
}

#menu {
	padding-top: 7px;
	margin-left: 16px;
	width: 992px;
	height: 33px;
	background: #FFFFFF url('../img/ny-menyrad-skugga.jpg') no-repeat top left;
	
}



#menu-space 
{
	height: 15px;
	width: 992px;
	margin-left: 16px;
	display: block;
	border-left: solid 1px #C1C1C1;
	/*border-right: solid 1px #C1C1C1; */
}

#right-menu {
    font-size: 1em;
    font-weight: bold;
    color: #8A8F8F;
}

#right-menu span {
    color: #F17D7A;
}

#right-menu a, #right-menu a:link, #right-menu a:hover, #right-menu a:active,
#right-menu a:link, #right-menu a:visited {
	text-decoration: none;
	color: #8A8F8F;
}

.colmask {
	position: relative;
	float: left;
	width: 1024px; 
	overflow: hidden;
}

.colright,.colmid,.colleft {
	float: left;
	width: 100%;
	position: relative;
}

.col1,.col2,.col3 {
	float: left;
	position: relative;
	overflow: hidden;
}

.threecol {
	background-color: #FFFFFF; /*green;*/
}

.threecol .colmid {
	right: 236px; /* width of the right column */
	/* background: #FFFFFF  lime; center column background colour */
	background-color: #FFFFFF;
}

.threecol .colleft {
	right: 15px; /*  width of the middle column */ 
	background-color: #FFFFFF; /* blue; left column background colour */
}

.threecol .col1 {
    /* width of center column content (column width minus padding on either side) */
	width: 15px;
	/* 100% plus left padding of center column */
	left: 1024px; 
}

.threecol .col2 {
    /* Width of left column content (column width minus padding on either side) */
	width: 758px;
    /* width of (right column) plus (center column left and right padding) plus (left column left padding) */	
	left: 251px;
}

.threecol .col3 {
	/* Width of right column content (column width minus padding on either side) */
	width: 201px;
	left: 281px; /* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */												
}


#col1_1 {
    border-right: solid 1px #C1C1C1;
}

#col2_1 {
    border-left: solid 1px #C1C1C1;
}

#col3_1 {
    border-right: solid 1px #C1C1C1;
}

/*#right-shadow 
{
	background: url('../img/nissoga-right-shadow-bit.gif') repeat-y top right; 
	float: right; 
	padding-right: 8px;
	position: relative;
	top: -8px;
	margin-bottom: -8px;  takes out top adjustment 
	min-height: 900px;
} 

.left-corner-shadow {
	vertical-align: top; 
	float: left; 
	left: -16px;
	position: relative;
}

.right-corner-shadow {
	vertical-align: top; 
	float: right; 
	top: -8px;
	left: 1px;
	position: relative;
	background-color: #599D23;
}
*/

.main_message {
    padding-right: 25px;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 25px;
    overflow: hidden;
}

.white-box {
   background: #FFFFFF url('../img/white_box.gif') no-repeat top left;
   width: 246px;
   height: 205px;
}

#puff1 {
    width: 206px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

#puff2 {
    width: 206px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

#puff3 {
    width: 206px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

#the_end {
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}

#right-content {
    padding-right: 10px;
    overflow: hidden;
}

.footer 
{
	/* background: url('../img/nissoga-right-shadow-bit.gif') repeat-y top right; 
	float: right; 
	padding-right: 8px; */
	
    font-size: 1.2em;
    color: #CCCCCC;
    padding-top: 10px;
    margin-left: 15px;
	background-color: #FFFFFF;
	float: left;
	height: 30px;
	overflow: hidden;
	width: 1017px;
}

#sidmall-xtra {
   margin-top: 40px; 
}

/*#__EVENTVALIDATION table tbody tr td a, #__EVENTVALIDATION table tbody tr td a:href {
    text-decoration: none;
}*/
