body,html{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, tahoma, sans-serif;
	background-color: #fff;
}

body.popup{
	margin: 10px 10px 10px 10px;
}

div#holder{
	width:776px;
	margin: 25px auto;
	padding: 0;
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background-color: #fff;
}

div#mainfooter{
	width:763px;
	height: 6px;
	margin: -25px auto;
	padding: 0 0 0 14px;
	background-image: url(bottom_bg.gif);
	background-repeat: repeat-x;
	background-position:top left;
	text-align:right;
}

p,td{
	color: #383838;
	font-size: 12px;
}

p{
	margin: 0 0 14px 0;
}

div.order{
	margin: 30px 0 30px 0;
}

label{
	color: #383838;
	font-size: 11px;
	font-weight: bold;
}

div#menu{
	width:712px; /*96+5 101*/
	text-align:center;
	margin: 0px auto;
	height: 26px;
}

div#menu div.item{
	float:left;
	margin:0 5px 0 0;
	height:26px;
}

div#menu div.item a img{
	border:0;
}

ul li{
	color: #383838;
	font-size: 12px;
	list-style-image: url(greenbullet.gif);
	line-height: 140%;
	padding: 0 0 8px 0;
}

ul{
	margin: 0;
	padding: 0 0 0 20px;
}

div.row{
	width:100%;
	float:none;
	clear: both;
}

input, textarea{
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	color: #383838;
	background-image: url(formshadow.gif);
	background-repeat: no-repeat;
	padding:0;
	border: 1px solid #a0a0a0;
}

h1{
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #383838;
	margin: 14px 0 4px 0;
	padding: 0;
}

h2{
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #383838;
	margin: 0 0 2px 0;
	padding: 0;
}

blockquote{
	padding: 5px 5px 5px 25px;
	margin: 10px 0 10px 0;
	border-left: 1px solid #d0d0d0;
	background-color: #e7e7e7;
	font-size: 11px;
	font-weight: bold;
	color: #383838;
	font-variant: italic;
}

td.row{
	/*background-image: url(row_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom left;*/
	border-bottom: 1px solid #eaeaea;
	height: 35px;
	padding: 0 4px 0 4px;
}

em{
	font-size: 11px;
	font-weight: bold;
	color: #383838;
}

table.innehall th
{
	font-weight: bold;
	text-align: left;
	background-color: #f3f3f3;
	border-bottom: 1px solid #333;
	padding: 4px;
	color: #6D6F71;
}

table.innehall td
{
	padding: 4px;
}

a{
	color: #D2232A;
	text-decoration: none;
}

a:hover{
	color: #D2232A;
	text-decoration: underline;
}


table.innehall td.odd, table.innehall th.odd
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

table.innehall td.even, table.innehall th.even
{
	background-color: #fafafa;
	border-bottom: 0px;
	font-size: 11px;
}

table.innehall
{
	font-size: 11px;
}

div#content{
	width: 763px;
	float:none;
	clear:both;
	margin: 5px 0 0 0;
	padding: 0 7px 0 7px;
}

div#footer{
	width: 100%;
	height: 45px;
	float:none;
	clear:both;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
}


div.divider{
	background-image: url(divider.gif);
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
	height: 2px;
	overflow:hidden;
	float:none;
	clear:both;
}

div#content div.left{
	margin-top: 10px;
	float:left;
	width: 60%;
	margin: 0 2% 0 0;
}

span.error{
	color: #ff0000;
}

div#content div.right{
	margin-top: 10px;
	float:left;
	width: 30%;
	padding-left: 15px;
	background-image: url(sidnav_bg.gif);
	background-repeat: no-repeat;
	min-height: 210px;
}

/* sifr */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}


