@import url("../styles/topMenu.css");
@import url("../styles/shortcuts.css");
@import url("../styles/contentContainer.css"); 

body
{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #58595B;
margin: 0;
height: 100%;
}

#mainPage
{
position: absolute;
width: 900px;
margin-left: 30px;
margin-top: 30px;
padding: 0;
min-height: 1200px;
background-repeat: repeat-y;
background-position: left;
background-image: url('../images/dots.gif');
}

#mainPage #aspnetForm
{
height: 100%;
padding: 0;
margin: 0;
}

#splash
{
position: relative;
width: 900px;
height: 150px;
}

#norskDesignText
{
display: block;
border: 0;
position: relative;
margin-top: 3px;
margin-left: 8px;
}

span.more
{
	color: #3399FF;
	font-weight: bold;
	margin-left: 4px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}


.toTheTop
{
color: #2E89E5;
display: block;
text-align: right;
margin-bottom: 25px;
display: block;
}

.borderBottom
{
padding-bottom: 10px;
background-image: url('../images/hr.gif');
background-repeat: repeat-x;
background-position: bottom;
}


#footer 
{
	padding-bottom: 10px;
}

#footer a
{
	text-decoration: none;
	color: #888888;
	margin-left: 10px;
}