body {
	background-image: url(../images/background.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-size: 70%;                                                                     
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: .4em;
	padding: 0;
}

h1, h2, h3, p, form {
	margin-bottom: 0;
	margin-top: .2em;
}

h1, h2, h3 {
	line-height: 1.6em;
}

h1 {
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: .1em;
    padding-top: 0 !important;
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: .2em;
	padding-top: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1+h2 {
    padding-top: .8em;
}

h3 {
    font-size: 1.1em;
    font-style: italic;
	font-weight: normal;
	letter-spacing: .2em;
	padding-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2+h3 {
    padding-top: 0em;
}

p {
	line-height: 1.8em;
    /*font-size: 1.1em; */
    margin-top: 0;
	padding-top: .4em;
}

table.download {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 800px;
}

table.download caption {
	caption-side: bottom;
}

table.download th, table.download td {
	padding: .4em;
}

table.download td.legal {
	font-size: 8pt;
}

table.download th {
	background-color: #A8E490;
	border: 1px solid #bbdddd;
	color: #336633;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;	
	font-size: .8em;
}

table.download td {
	border: 1px solid #bbdddd;
	color: #3d3d47;
}

table.download td.number {
	font-size: 1.4em;
	text-align: right;
	width: 40px;
}

table.download td.download {
	text-align: center;
}

table.download tr {
	background-color: #DEF7D4;
}

table.download tr.new {
	border-top: 2px solid #999; /* #245B11 */
}

table.download tr.alternate {
	border-top: none !important;
	background-color: #D2F1C6;
}

table.download tr:hover {
	background-color: #eeffcc;
}

#inline {
    font-size: 1.1em;
	margin: 60px 0 60px 50px;
	padding: .4em;
	max-width: 800px;
}

#inline a {
	color: black;
}

#inline a:hover {
	text-decoration: none;
}

#menubar {
    background-image: url(../images/menu_border_fade.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 28px;
    margin: 0;
    margin-top: 3px;
    display: block;
}

#menubar.left {
    background-image: url(../images/menu_border_fade_left.png) !important;
}

#menubar.right {
    background-image: url(../images/menu_border_fade_right.png) !important;
}

ul.langlist {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.langlist li {
	background-position: center 5px;
	background-repeat: no-repeat;
	float: left;
	padding: 40px 0 0 0;
	height: 30px;
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

ul.langlist li#eng { background-image: url(../images/flags_32/eng.png); }
ul.langlist li#spa { background-image: url(../images/flags_32/spa.png); }

ul#menu {
    height: 26px;
	width: 860px;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
    padding-left: 60px;
	white-space: nowrap;
}

ul#menu li {
    border-left: 1px solid #3a658e;
    border-top: 1px solid #3a658e;
    border-bottom: 1px solid #3a658e;
	float: left;
    padding-top: 5px;
    padding-bottom: 5px;
	white-space: nowrap;
}

ul#menu li.active {
    border-top-color: #83aace;
    border-bottom-color: #83aace;
}

ul#menu li#first_item {
    border-left: none !important;
}

ul#menu li#first_item:hover {
    background-color: transparent !important;
    background-image: url(../images/background_menu_item_first.png);
    background-repeat: no-repeat;
}

ul#menu li#last_item:hover {
    background-color: transparent !important;
    background-image: url(../images/background_menu_item_last.png);
    background-position: right;
    background-repeat: no-repeat;
}

ul#menu li a {
    color: #8fb9e0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
	text-decoration: none;
}

ul#menu li a#menu_order {
    background-image: url(../images/background_menu_link_order.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left:16px;
}

ul#menu li#first_item a:hover, ul#menu li#last_item a:hover {
    background-color: transparent !important;
}

ul#menu li a:hover {
    background-color: #243F57;                                                   /* 1.05 new */
    color: #ffffff;
	background-image: url(../images/menu_selector_2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#menu li a#menu_order:hover, ul#menu li a.active#menu_order {
	background-image: url(../images/background_menu_link_order_hover.png);
	background-position: left bottom;
}

ul#menu li a.active {
    background-color: #243F57;
    color: #ffffff;
	background-image: url(../images/menu_selector_2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#menu li#first_item a.active {
    background-color: transparent !important;
}

ul#menu li#last_item a.active {
    background-color: transparent !important;
}

ul#menu li#first_item.active {
    background-color: transparent !important;
    background-image: url(../images/background_menu_item_first.png) !important;
    background-position: left !important;
}

ul#menu li#last_item.active {
    background-color: transparent !important;
    background-image: url(../images/background_menu_item_last.png);
    background-position: right;
}

#topbar {
	background-color: #0C1723; /* #122436 */
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
    height: 36px;
	margin-left: 0;
	top: 0;
	left: 0;
    padding-top: 2px;
	position: absolute;
	width: 100%;
	min-width: 860px;
	z-index: 100;
}


