﻿html {margin-top: 5px;}
body { background-color: #abb7df; background-image: url(../img/background_01.gif);font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; 
	margin: 0; padding: 0; }
body.pu { background-color: #ffef9a; background-image: none; padding-right: 15px; padding-left: 10px; }
p { font-size: 14px; padding-left: 10px; padding-right: 10px; margin:0; }
h1 { font-size: 20px; margin: 0; color: #333399; padding: 15px 10px 0; }
h2 { font-size: 16px; margin: 0; color: #000000; padding: 15px 10px 0; }
a:link {border: none; text-decoration: none; color: #bd423b}
a:visited {border: none; text-decoration: none; color: #777F97}
a:hover {text-decoration: underline;}


#cont_a {
    position: relative;
    min-height: 70px;
    background: white;
    border: 1px solid #ABB7DF;
    margin-top: 4px;
    max-width: 950px;
    min-width: 0px;
    margin: auto;
    }
#a_left {
	position: absolute;
	top: 0;
	left: 0;
    width: 700px;
    height: 70px;
    }
#a_right {
	position: absolute;
	top: 0;
	left: 700px;
    width: 250px;
    height: 70px;
    }
#cont_b {
    position: relative;
    min-height: 100px;
    background: white;
    border: 1px solid #ABB7DF;
	margin-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	max-width: 950px;
    min-width: 0px;
    }
#b_left {
	position: absolute;
	top: 0;
	left: 0;
    width: 180px;
    height: 100px;
    }
#b_middle { position: absolute; top: 0; left: 0; margin-left: 181px; width: 520px; height: 100px; }
#b_right { position: absolute; top: 0; left: 700px; width: 250px; height: 100px; }
#cont_c {
    position: relative;
    min-height: 100px;
    border: 1px solid #ABB7DF;
	margin-left: auto;
	margin-right: auto;
	background: white;
	max-width: 950px;
    min-width: 0px;
    }
#c_nav {
	position: absolute;
	top: 0;
	left: 0;
    width: 180px;
    height: 100px;
    text-decoration: none;
    }
#c_middle {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 181px;
	width: 520px;
	height: 100px;
	}
#c_right { position: absolute; top: 18px ; left: 700px; 
	width: 250px; height: 100px;}
#footer { position: relative; min-height: 20px; margin-left: auto; margin-right: auto; margin-top: -1px; color: #fff; background-color: #333399; font-size: 80%; max-width: 950px; min-width: 0; border-color: #333399; border-style: solid; border-width: 1px 0 1px 0; }
    
#flags {
	position: relative;
	top: 75px;
	left: 5px;
	}
	
/* right column formatting options */
#c_right ul { margin: 20px 0 0; padding: 0; 
	list-style-type: none; font-size: 12px; 
	font-weight: bold;
	text-align: center; }

#c_right ul li { color: #333399; padding: 0; 
	font-weight: normal; }

#c_right p {
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
	text-align: left;
	color: #333399;
	font-style: italic;
}

#c_right caption {margin: 0; padding: 0; 
	font-size: 12px;
	text-align: left; color: #333399}
/* central lists */
.clist { color: #333399; font-size: 14px; text-decoration: none;}
.clist li { list-style-type: square; list-style-position: inside; padding-right: 15px; }
.clistm { color: #333399; font-size: 14px; text-decoration: none; text-align: center; margin-left: -40px;}
.clistm li { text-align: center; list-style-type: none; }
.dutch { color: #696996; font-size: 11px; font-style: italic; }	
/* central various */
.ccaption {font-size: 12px;
	text-align: left; color: #333399;}	
/* horizontal quick-nav */
.hmnu { color: #ABB7DF; padding-top: 40px; 
	font-weight: bold; font-size: 11pt; }
.hmnu a { text-decoration: none; color: #ABB7DF;}
.hmnu a:hover {color: #FFA742;}

/* vertical navigation */

#c_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#c_nav ul a {
	display: block;
	padding: 5px 10px;
	width: 160px;
	color: black;
	text-decoration: none;
	}
#c_nav ul a:hover { 
	color: #ffa742;
	background-color: #777f97;
	}
/* 1st level */
#c_nav ul li { 
	font-weight: bold; 
	background-color: white; 
	border-bottom: 1px dotted #ABB7DF;
	}
#c_nav ul li.current { 
	font-weight: bold; 
	background-color: #ffef9a; 
	}
/* 2nd level */
#c_nav ul ul li { font-weight: normal; border-bottom:medium none; border-top: 1px dotted #abb7df; }
	
/* #c_nav ul ul li.current2 { 
	color: #ffa742;
	background-color: white; 
	background-image: url(../img/arrow_right.gif); 
	background-repeat: no-repeat; 
	background-position: 12px 6px; 
	font-weight: bold;
	}
*/
#c_nav ul ul a {
	display: block;
	padding: 2px 5px 2px 30px;
	width: 145px;
	color: #339;
	text-decoration: none;
	}

#c_nav ul ul a:hover {
	background-image: url(../img/arrow_right.gif); 
	background-repeat: no-repeat; 
	background-position: 12px 6px;	
	text-decoration: none;
	color: #ffa742;
	background-color: white;
	}
	
#c_nav ul ul ul li { font-weight: normal; font-style: italic; border-bottom:medium none; border-top: 0 dotted #abb7df; }

#c_nav ul ul ul a {
	display: block;
	padding: 0 5px 0 60px;
	width: 115px;
	color: #339;
	text-decoration: none;	
	}

#c_nav ul ul ul a:hover {
	text-decoration: none;
	}

.footertext { color: black; font-size: 80%;
	padding: 5px 0 0 0px;}
.backtext { color: #bd423b; font-size: 12px; text-decoration: none; padding-top: 10px; padding-left: 10px; }
/* table formatting */
table.prod {margin-left: 10px;
	border-collapse: collapse;}
tr.lineitem { color: black; font-size: 12px;}
td.pic {width: 100px; border-top: 1px solid #f9c969; border-bottom: 1px solid #f9c969; }
td.desc { width: 330px; border-top: 1px solid #f9c969; border-bottom: 1px solid #f9c969; }
td.price { width: 70px; border-top: 1px solid #f9c969; border-bottom: 1px solid #f9c969; }

a.external {
	padding-right: 13px;
	background: url(../img/external_r.png) no-repeat right center;
	}

