/******************* Start of Website Styles ********************/
/************************ Default Styles ************************/
body {
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
background-color: #FFFFFF;
background-image: url(../images/background.png);
background-attachment: scroll;
background-position:top;
background-repeat:repeat;
margin: 0px;
}
table {
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size: 12px;
text-align:	left;
background-repeat: no-repeat;
empty-cells: show;
}
input {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
}
select {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
}
textarea {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 5px;
margin-right: 5px;
}
pre {
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size: 12px;
color: #000000;
}
/********************** End Default Styles **********************/
/********************** Table Styles ****************************/
table.center {
text-align: center;
}
.right {
text-align: right;
}
table.justify {
text-align: justify;
}
table.results td {
padding: 0px 0px 0px 3px;
vertical-align: middle;
}

td {
color:				#000000;
border-color: #C0C0E4;
border-style: solid;
border-width: 0px 0px 0px 0px;
overflow: visible;
}

tr.titles {
background-color: #003366;
padding: 5px;
font-weight: bold;
text-align: center;
}
tr.titles td {
color: #FFFFFF;
}
td.label-top {
text-align: right;
vertical-align: top;
}
td.heading {
font-weight: bold;
text-align: center;
text-decoration: underline;
}
td.left, td.text {
text-align: left;
}
td.center {
text-align: center;
}
td.center-middle {
text-align: center;
vertical-align: middle;
font-weight: bold;
text-align: center;
text-decoration: underline;
}
td.right {
text-align: right;
}
td.label {
text-align: right;
vertical-align: middle;
}
td.labelr {
text-align: right;
vertical-align: middle;
color: #0000FF;
}
td.spacer {
height: 5px;
font-size: 2px;
}

.section_header {
background:	transparent url(../userfiles/image/header_detail.gif) no-repeat top right;
background-color: #3D60A4;
border-color: #C0C0E4;
border-style: solid;
border-width: 1px 1px 0px 1px;
height: 22px;
font-size: 15px;
font-weight: bold;
color: white;
padding: 4px 0px 0px 5px;
}
td.section {
background-color: #edf3f7;
border-width: 0px 1px 1px 1px;
}

td.section_small {
font-size: 0.95em;
font-weight: bold;
background-color: #edf3f7;
border-width: 0px 1px 1px 1px;
}

font.labelr {color: #0000FF;}

span.span_right {
float: right;
position: static;
}

/* GT modification 
To remove extra underlines on
Price list tables */
td.outline a {
text-decoration: none;
}
td.outline a strong {
text-decoration: underline;
}

/******************** Table Line Styles *************************/
td.outline {border-width: 1px 1px 1px 1px}
/****************/
td.tp-rt-bm-lt {
border-width: 1px 1px 1px 1px;
}
td.tp {
border-width: 1px 0px 0px 0px;
}
td.bm {
border-width: 0px 0px 1px 0px;
}
td.lt {
border-width: 0px 0px 0px 1px;
}
td.rt {
border-width: 0px 1px 0px 0px;
}
td.tp-bm-lt {
border-width: 1px 0px 1px 1px;
}
td.tp-bm {
border-width: 1px 0px 1px 0px;
}
td.rt-lt {
border-width: 0px 1px 0px 1px;
}
td.tp-rt {
border-width: 1px 1px 0px 0px;
}
td.tp-rt-bm {
border-width: 1px 1px 1px 0px;
}
td.bm-lt {
border-width: 0px 0px 1px 1px;
}
td.rt-bm {
border-width: 0px 1px 1px 0px;
}
td.rt-bm-lt {
border-width: 0px 1px 1px 1px;
}
td.tp-lt {
border-width: 1px 0px 0px 1px;
}
td.tp-rt-lt {
border-width: 1px 1px 0px 1px;
}
td.tp-bm-dashed {
border-style: dashed;
border-width: 1px 0px 1px 0px;
}

/******************** End Table Line Styles *********************/
/******************** End Table Styles **************************/
/**************** Generic Paragraph Styles **********************/
p {
font-size: 1em;
/* padding: 0px 5px 0px 5px; */
}
p.small {
font-size: 1em;
}
div.title, div.title_center {
font-size: 1.3em;
font-weight: bold;
color: #3D60A4;
/* margin: 5px 5px -10px 5px; */
}
div.title_center {text-align: center}

li.default {
font-size: 1.2em;
/* margin: 7px 0px 0px -15px; */
}
.inline_par {
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size: 12px;
color: #003366;
font-weight: bold;
}
/******************** End Paragraph Styles **********************/
/******************** Text Heading Styles ***********************/
h1 {
font-size: 1.5em;
font-weight: bold;
color: #3D60A4;
margin: 5px 0px -12px 0px;
}
h2 {
font-size: 1em;
font-weight: bold;
color: #000000;
margin: 5px 0px -12px 0px;
}
/******************** End of Heading Styles *********************/
/******************** Anchor and Style Rules ********************/
a {font-size: 1em;cursor: pointer;}
a:link		{color: #003366}
a:visited {color: #003366}
a:hover		{color: #D52323}

a.small {font-size: 1em; color: #003366;}
a.small:link	  {color: #003366}
a.small:visited {color: #003366}
a.small:hover   {color: #D52323}

a.wee {font-size: 0.95em}

/****************** End Anchor and Style Rules ******************/
/*********************** Misc Style Rules ***********************/
legend {
color: #003366;
font-weight: bold;
}
.wee {
font-size: 0.9em;
}
.wee-ctr {
font-size: 0.9em;
text-align: center;
}
.wee-title {
font-size: 0.9em;
color: #003366;
font-weight: bold;
}
hr {
height: 1px;
border-color: #D0D0D0;
border-style: solid;
}
.flag_selected {
border-width: 1;
border-color: #EF922D;
border-style: solid;
}
.flag_deselected {
border-width: 1;
border-color: #FFFFFF;
border-style: solid;
}
.price-display-frame {
height: 15px;
width: 150px;
vertical-align: top;
}
.currency-select-display-frame {
border: 0px solid blue; 
text-align: right; 
height: 25px; 
width: 200px; 
position: absolute; 
top: 5px; 
right: 5px;
}
/********************* End Misc Style Rules *********************/
/**************************** Specified Divs ****************************/
#header {
background:				transparent url(../images/content_slice.png) repeat-y top right;
width: 860px;
height: 190px;
/* margin: 0 auto; */
/* border-style: solid;
border-width: 0px 0px 4px 0px;
border-color: #C0C0E4; */
}

#header p {
padding: 0px 0px 0px 0px;
color: #003366;
text-align: center;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

#header object {
border-color: #C0C0E4;
border-style: solid;
border-width: 1px 1px 1px 1px;
}

#header_anim {
position: relative;
/* margin: 0 auto; */
width: 350px;
height: 25px;
top: 70px;
left: 220px;
}

#header_links, #header_links td {
/* position: relative;
margin: 0 auto; */
background-color: #666633;
color: #FFFFFF;
}

#header_links a { /* padding: 0px 6px 5px 4px */ }
#header_links a:link {color: #FFFFFF}
#header_links a:visited {color: #FFF0FF}
#header_links a:hover {color: #FFA000}

#header_editor {
width: 815px;
height: 50px;
text-align: center;
margin-bottom: 10px;
border-color: #C0C0E4;
border-style: solid;
border-width: 0px 0px 2px 0px;
}

#header img {
border-color: #C0C0E4;
}
/****************/
#language {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
font-size: 12px; 
text-align: left; 
vertical-align: top;
background-color: #FFFFFF; 
position: absolute; 
top: -38px; 
left: 0px;
width: 95px; 
height: 20px;
z-index: 500;
}
#language map {
display: inline;
}
.flag_selected {
border-width: 1;
border-color: #EF922D;
border-style: solid;
}
.flag_deselected {
border-width: 1;
border-color: #FFFFFF;
border-style: solid;
}
/****************/
#currency { 
display: inline; 
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
font-size: 11px; 
text-align: center; 
vertical-align: top;
color: #000080; 
/* background-color: #FFFFFF;  */
position: absolute; 
top: -200px; 
left: 0px; 
height: 20px;
z-index: 500;
}
#currency select {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#currency input {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 0px;
margin-right: 0px;
}
/****************/
#site_selector {
margin: 5px 0px 0px 0px;
width: 218px; 
height: 30px;
text-align: center; 
}
/****************/
#content {
background:				transparent url(../images/content_slice.png) repeat-y;
width: 860px;
/* margin:	0 auto; */
/* height: 100px; */
}

#content2 {
width: 860px;
height: 100%;
margin: 0px 0px 0px 45px;
position:	relative;
}

#site {
width: 860px;
margin:	0 auto;
height: 10px;
}
/****************/
#page {
width: 760px;
text-align: left;
}

#page td {
padding: 0px 0px 0px 0px;
}

#page img {
border-color: none;
}

#page p {
padding: 10px 5px 10px 5px;
}

#page ul {
margin: 10px 0px -10px 30px;
}
#page li {
}

#page_priv p {
padding: 10px 5px 0px 5px;
}

/****************/
#contact-address-frame {
position:	absolute;
left: 505px;
width: 500px;
height: 22px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #D0D0D0;
}
/****************/
#addresses-frame {
position:	absolute;
top: 68px;
left: 700px;
width: 270px;
height: 200px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #D0D0D0;
}
#address-search-btn {
position:	absolute;
top: 140px;
left: 610px;
z-index: 1;
}
#address-search {
position:	relative;
top: 20px;
left: 0px;
text-align: center;
z-index: 1;
}
/****************/

/****************/
#footer {
width: 760px;
height: 20px;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #D0D0D0;
font-size: 1em;
text-align: center;
margin: 10px 0px 0px 45px;
padding: 5px 5px 0px 5px;
background-color: #3D60A4;
color: #FFFFFF;
position:	relative;
}

#footer_left {
float: left;
text-align: left;
}

#footer_right {
float: right;
text-align: right;
}

#footer a {font-size: 0.9em; padding: 0px 2px 0px 2px}
#footer a:link {color: #FFFFFF}
#footer a:visited {color: #FFFFFF}
#footer a:hover {color: #EF922D}
/****************/
#form {
text-align: center;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #D0D0D0;
color: #000000;
}

#page_end {
background:				transparent url(../images/dummy_slice.png) repeat bottom right;
/* margin: 0 auto; */
width: 860px;
height: 20px;
position:	relative;
top: -10px;
}
/**************************** End of Specified Divs ****************************/
/**************************** End of Website CSS *******************************/
