body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	background: #a51a31;
	line-height: 14px;
	}

h1 {
	font-size: 18px;
	color: #000000;
	line-height: 20px;
}
h2 {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	padding-left: 24px;
	color:#ffffff;
	line-height: 24px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

/*- Special text--------------------------- */
.largewhite {
	font-size: 16px;
	color: #ffffff;
	padding-left: 8px;
	padding-bottom: 10px;
	display: block;
}
.padding { padding-left: 30px; }
	
/*- Menu--------------------------- */
	
#menu {
	width: 160px;
	margin:  0px;
	border-style: none;
	border-color: #3D261D;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(menu.gif);
	padding:  8px 0 0 10px;
	}

#menu li a:hover {
	color: #ffffff;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	

/*- Menu secondary - right side--------------------------- */

#navcontainer {width: 160px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding-bottom: 6px;
	padding-top: 4px;
	width: 160px;
	background-color: none;
}

#navcontainer a:link, #navlist a:visited {
	color: #333333;
	text-decoration: underline;
	padding-left: 6px;
}

#navcontainer a:hover {
	background-color: #888888;
	color: #ffffff;
	padding-left: 6px;
}

/*- links --------------------------*/

a.boxed:link { color: #000000; text-decoration: underline; }
a.boxed:visited { color: #333333; text-decoration: underline; }
a.boxed:hover { color: #db2241; text-decoration: none }
a.boxed:active { color: #db2241; text-decoration: none }

	
/*-Shadow box ----------------------------*/

.sh_top {
	background:   url("images/sh/sh_top.gif");
	background-repeat: repeat-x;
	padding-bottom: 4px;
}
.sh_right {
	background:   url("images/sh/sh_right.gif");
	background-repeat: repeat-y;
	border-left: 4px solid black;
	padding-left: 6px;
}
.sh_left {
	background:   url("images/sh/sh_left.gif");
	background-repeat: repeat-y;
	padding-right: 4px;
}
.sh_bottom {
	background:   url("images/sh/sh_bottom.gif");
	background-repeat: repeat-x;
	padding-top: 6px;
	border-top: 2px solid black;
}
.sh_topleft {
	background:   url("images/sh/sh_top_left.gif");
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-right: 2px;
}
.sh_topright {
	background:   url("images/sh/sh_top_right.gif");
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 4px;
}
.sh_bottomleft {
	background:   url("images/sh/sh_bottom_left.gif");
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
}
.sh_bottomright {
	background:   url("images/sh/sh_bottom_right.gif");
	background-repeat: no-repeat;
	padding-top: inherit;
	padding-left: inherit;
}

/*-Tables ----------------------------*/

table {
	border-collapse: collapse;
}
td.borderwhite {
	border: 6px solid white;
}
td.borderwhiteRed {
	background-color: #db2241;
	border: 6px solid white;
}
td.borderwhiteGrey1 {
	background-color: #e6e6e6;
	border: 6px solid white;
}
td.borderwhiteGrey2 {
	background-color: #cdcdcd;
	border: 6px solid white;
}
td.borderwhiteGrey3 {
	background-color: #D5D5D5;
	border: 6px solid white;
}
td.bornernone {
	padding: 8px;
}
td.prices {
	padding-left: 20px;
}
td.prices2 {
	padding-left: 30px;
}

/*Prices ----------------------------*/

td.underline { 
	border-bottom: 1px solid red;
	padding-left:8px;
}
td.titleunderline { 
	border-bottom: 1px solid red;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
}