﻿body 
{
    text-align: center;
    font-family: Arial;
    background-color: #eee;
    background-image: url('/Theme/Justpack/bg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #4d6f95;
}

a, a:visited, a:active {color: Blue;}

#headertop 
{
	margin: 0px;
	padding: 0px;
	margin: auto;
	margin-top: 60px;
	width: 904px;
	height: 20px;
	background-image: url('/Theme/Justpack/headertop.jpg');
}

#outerpage 
{
	background-color: #fff;
    width: 904px;
    margin: auto;	
}

#page 
{
    width: 904px;
    margin: auto;
    text-align: left;
    background-image: url('/Theme/Justpack/pagebg.jpg');
    background-repeat: repeat-x;
}




#headerarea
{
    min-height: 120px;
    padding: 0px;
    text-align: left;
}

#logoarea 
{
	width: 500px;
}


#leftarea 
{
	position: absolute;
	float: right;
	display: inline;
	left: 500px;
	top: 10px;
	font-size: 0.9em;
}

#rightarea 
{
}

#content
{
    clear: both;
    min-height: 420px;
    padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
    
}

#content ul 
{
	font-size: 0.8em;
}

#content h1 
{
	
	float: left;
	display: inline;
	margin-left: -10px;
	padding: 5px;
	padding-left: 20px;
	padding-top: 7px;
	width: 820px; 
	color: #fff; 
	font-size: 0.9em; 
	background-image: url('/Theme/Justpack/h1bg.png');
    background-repeat: no-repeat;
             }
/*#content h1:first-letter { font-size: 130%; color: #fff; background-color: #3b0909; border: 1px solid #ccc; padding: 5px; }*/
#content h2 
{
	display: inline;
	font-size: 0.9em;
}
#content p 
{
	font-size: 0.8em; 
	color: #333;
}

#maincontent 
{
     min-height: 400px;
     padding-bottom: 80px;
}

.nav-element 
{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}
.nav-element h2 { padding: 0px; margin: 0px; margin-top: 20px; font-size: 1em; }

#menuarea 
{
}

#menuarea a
{
	color: #315362;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial;
	text-decoration: none;
}
#menuarea a:hover {text-decoration: underline; color: #0a1317;}

#menuarea ul 
{
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: square;
}

#footer 
{
	margin-top: 5px;
	text-align: center;
}

#contactform table 
{
	font-size: 0.8em;
}

.button 
{
	background-image: url('/Theme/Justpack/buttonbg.png');
    background-repeat: repeat-x;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px;
}
.button:hover 
{
	border: 2px solid #000;
}