/* COMMENTS
  --> .name is for class definitions (many in page)
  --> #name is for id definitions (one-offs)
  --> div (breaks)
  --> span (inline with p's etc)
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:hover, a:active {         
	color: #00C;
}
table.maintbl {
    width: 795px;
    margin-right: auto;
    margin-left: auto;
}
table.maintbl td {
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}
table.maintbl p {
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
}
table.maintbl h2 {
    text-align: center;
}

table.DirPagemaintbl {
    width: 630px;
    margin-right: auto;
    margin-left: auto;
}
table.DirPagemaintbl td {
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}
table.DirPagemaintbl p {
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
}
table.DirPagemaintbl h2 {
    text-align: center;
}

p.dirMesg {
    text-align: justify;
}
#super {
	font-size: .4em;
	vertical-align: super;
}
.super {
	font-size: .4em;
	vertical-align: super;
}
img {
    border: 0;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centerTable {
    margin-left: auto;
    margin-right: auto;
}
.bold {
    font-weight: bold;
}
.CodQuote {
    color: #2A776F;
    font-style: italic;
    white-space: nowrap;
}
td#directing {
    padding: 0 0 0 10px;
}
td#threedirect img{
  margin-top: 7px;
}
img#dpcenter {
    padding: 0 10px;
}
#masthead {
    position: relative;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    font-size: .8em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div#menu {
    background:  url(images/MenuBar.jpg);
    margin-top: 0px;
    padding: 8px 0;
    font-size: .9em !important;
    line-height: 1.3em;
}
div#menu table{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
div#menu a {
    color: #FFF;
    padding: 0px 10px 0px 6px;      /* was 0px 5px 0px 1px */
    display: block;
    border-right: 1px solid white;
    text-decoration: none;
}
div#menu a.mend {
    border-right: none;
}
#submenu {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: .7em;
    line-height: 1.3em;
}
#submenu a {
    color: #666;
    text-decoration: none;
}
#submenu td.sr a {
    border-right: 1px solid #999;
}
#submenu td.sr a.begin {
    padding-left: 0;
}
#submenu td.sr a.end {
    border-right: none;
    padding-right:0;
}
/* Gap between subrow and border of sitepath */
#subrow td {
    padding-bottom: 4px;
}
#subrow a {
    padding: 0 15px 0 11px;     /* used to be 0 1em */
}
#sitepath {
    border-top: medium dotted #9CC;
    font-size: .8em;
    padding: 0 0 5px 0;
    text-align: left;
}
td#sitepath{
    border-right: none;
    /* Gap between border and text in sitepath*/
    padding: 4px 0 0 0;
}
#sitepath a {
    padding: 0 0 0 0;
}

#footer {
  	clear: left;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    font-size: .6em;
    color: #666;
    padding: .5em .6em;
    width: 450px;
}
#phfax {
    border-top: medium dotted #9CC;
    font-weight: bold;
    font-size: 1.25em;
    color: #C00;
    padding: 1em 0 .5em 0;
}
.terms a:link, .terms a:visited, .terms a:hover, .terms a:active {         
    color: #999;
    text-decoration: underline;
}
#intlcountry {
    font-style: italic;
    font-size: 1.1em;
    font-weight: 100;
    text-align: center;
}
.intlname {
    padding-top: 1em;
    color: #2A776F;
    font-size: 1.15em;
    text-align: left;
}
.tradeshowName {
    color: #2A776F;
}
#newsmenu{
    background-color: #C00;
    width: 170px;
    padding: 0;
    color: #FFF;
}
table#newsmenu tr th, table#newsmenu tr th a:link, table#newsmenu tr th a:visited, table#newsmenu tr th a:active {
	display: block;
	color: #FFF;
    font-size: .9em;
    font-style: italic;
    font-weight: bold;
}
#rightmenu{
    background-color: #336;
    width: 170px;
    padding: 0;
    color: #FFF;
    border-top: 8px solid #99F; border-left: 8px solid #99F; 
    border-bottom: 8px solid #003; border-right: 8px solid #003;
}
table#rightmenu tr th, table#rightmenu tr th a:link, table#rightmenu tr th a:visited, table#rightmenu tr th a:active {
	display: block;
	color: #9CC;
    font-size: .9em;
    font-style: italic;
    font-weight: 900;
}
#rightmenu tr td, #newsmenu tr td {
	display: block;
    font-size: .8em;
    font-weight: 600;
    padding-bottom: 1em;
    background:  url(images/RightSeper.gif) no-repeat bottom;
}
#rightmenu a:link, #rightmenu a:visited, #rightmenu a:active, #newsmenu a:link, #newsmenu a:visited, #newsmenu a:active {
    display: block;
	text-align: center;
    color: #FFF;
    text-decoration: none;
}
#rightmenu a:hover, table#rightmenu tr th a:hover, #newsmenu a:hover, table#newsmenu tr th a:hover{
    background-color: #CCC;
    text-decoration: none;
    color: #336;
}
table.maintbl p.rightnewsfirst {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 14px;
    padding-top: 0px;
    position: relative;
    clear: left;
    text-align: left;
    width: 170px;
    margin: 0 0 0 6px;
}
table.maintbl p.rightnewslast {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-top: medium dotted #9CC;
    position: relative;
    clear: left;
    text-align: left;
    width: 170px;
    margin: 0 0 0 6px;
}

table.DirPagemaintbl p.rightnewsfirst {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 14px;
    padding-top: 0px;
    position: relative;
    clear: left;
    text-align: left;
    width: 170px;
    margin: 0 0 0 6px;
}
table.DirPagemaintbl p.rightnewslast {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-top: medium dotted #9CC;
    position: relative;
    clear: left;
    text-align: left;
    width: 170px;
    margin: 0 0 0 6px;
}

p.rightnewsfirst img, p.rightnewslast img {
    vertical-align: middle;
}


.dropshadow{
    float:left;
    clear:left;
    background: url(images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    /* width: 500px; */
    padding: 0px;
}
.dropshadowcontent{
    float:left;
    clear:left;
    background: url(images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    width: 600px;
    padding: 0px;
}
.innerbox{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    /* padding:4px; */
    margin: 0px 0px 0px 0px;
}
.innerbox{
    text-align: center;
    /* IE5 hack */
    \margin: 0px 0px -3px 0px;
    ma\rgin:  0px 0px 0px 0px;
}
.innerbox img{  
    display: block;
    position: relative; 
    /* font-size:14px; */
}
.innerbox p{        
    /* font-size:14px; */
    margin: 3px;
}
.innerbox table{
    margin: 0px;
    padding: 0px;
}
.innerboxIntl{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding: 14px;
    margin: 0px 0px 0px 0px;
}
.innerboxIntl{
    /* IE5 hack */
    \margin: 0px 0px -3px 0px;
    ma\rgin:  0px 0px 0px 0px;
}
.innerboxIntl h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 6px;
}
.innerboxIntl p{
    font-size: 1em;
    text-align: left;
    margin: 3px;
    padding: 0 0 5px 0;
    line-height: 130%;
}

#FilmBody {
	border-top: 1px solid #699;
}
#FilmBody p {
	font-size: 1.0em;
}
#FilmHead {
	font-weight: bold;
	font-size: 2.5em;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
}
#AppHead {
	font-weight: bold;
	font-size: 1.35em;
	line-height: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
#FilmTagLine {
	color: #336;
	font-size: 1.2em;
	margin-top: 0;
	line-height: 120%;
	font-style: italic;
}
#FilmPict {
	border: none;
	padding: 0;
	padding-right: 10px;
	float: left;
	
}
#FilmPictR {
	border: none;
	padding: 0 10px;
	position: relative;
	float: right;
	margin-bottom: 10px;
	
}
#FilmList {
	margin-top: 0;
	font-size: .9em;
}
#FilmList li {
	color: #C00;
	padding-bottom: 15px;
}
#FilmListText {
	color: #336;
}
#FilmFeatures {
	margin-top: 30px;
}
#FilmFeatures p{
	text-align: center;
	padding: 2px 25px 2px 25px;
	margin-top: 0px;
}

form#popup {
	position: relative;
	width: 450px;
	padding: 15px;
	line-height: 1.5em;
}
#popupdrop1 {
	position: absolute;
	top: 120px;
	left: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: silver;
	visibility: hidden;
	z-index: 100;
}
#popupdrop2 {
	position: absolute;
	top: 120px; 
	left: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: silver;
	visibility: hidden;
	z-index: 100;
}
.popupform {
	margin: 0px 0px 0px 0px;
    padding: 25px;
	position: relative;
	bottom: 6px;
	right: 6px;
    width: 550px;
	border: thick solid #2A776F;
	background-color: #FFFFFF;
}
.popupform textarea {
	font-size: 12pt;
}
#inputtext input {
	margin-left: 10px;
	border: none;
	border-bottom: thin solid;
	
}
.PopCenter {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
    text-align: center;
}
#savingstag {
	color: #C00;
}
.savingstag {
	color: #C00;
}
#ProductBody {
	border-top: 1px solid #699;
}
#ProductBody p {
	font-size: .9em;
}
#ProductHead {
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 3.25em;
}
#ProductTagLine1 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 120%;
	font-size: 1.1em;
	font-weight: bold; 
	font-style: italic; 
}
#ProductTagLine2 {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 120%;
	font-size: 1.1em;
	font-weight: bold; 
	font-style: italic; 
	color: #C00;
}
#ProductTagLine3 {
 
}
#ProductPict {
	border: none;
	padding: 0;
	padding-right: 10px;
	float: left;
}
#ProductPictR {
	border: none;
	padding: 0 10px;
	position: relative;
	float: right;
	margin-bottom: 10px;
	
}
#ProductListTitle {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 1.25em;
	font-weight: bold; 
	font-style: italic; 
	color: #2A776F; 
}

#ProductList {
	margin-top: 0;
	font-size: .9em;
}
#ProductList li {
	color: #C00;
	padding-bottom: 15px;
}
#ProductListText {
	color: #336;
}
#ProductUnderline td{
	border-bottom: 1px solid #2A776F;
}
#disclaimer {
	margin-top: -15px;
    margin-left: 40px;
    font-size: .6em;
}

#extwarLink {
	color: #2A776F;
	font-weight: bold; 
}

#extwarLink a {
	color: #2A776F;
	font-size: 1em;
	text-decoration: underline;
}
#ExtWtyTable {
	color: #2A776F;
	font-size: .9em;
}
table#ExtWtyTable tr#ExtWty td {
	padding-top: 10px;
}
#ExtWtyTable td {
	padding-left: 0;
	padding-right: 25px;
}
#ExtWtyTable th {
	border-bottom: 1px #2A776F solid;
	color: black;
	text-align: left;
}
#StoryHead {
	font-weight: bold;
	font-size: 2em;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
}
#StoryTagLine {
	color: #C00;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 0;
}
#StoryTagLine2 {
	color: #2A776F;
	font-size: .8em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 120%;
	font-style: italic;
	text-align: right;
}
#StoryPictR {
	border: none;
	padding: 20px 10px 0 10px;
	position: relative;
	float: right;
	margin-bottom: 10px;
}
#StoryVIN {
	font-size: .3em;
}
#PressBody {
	border-top: 1px solid #699;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #2A776F;
}
#PressBody p {
	font-size: .9em;
}
#PressBody a {
	color: #00C;
	font-size: .9em;
}
#FilmBody li {
	font-size: .9em;
	padding-bottom: 9px;
}
p#SupportHeading {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	color: #2A776F;
}
#SupportText {
	margin-top: 0px;
	padding-left: 18px;
}
p#SupportTextQ {
	font-size: 1.2em;
	font-style: italic;
	color: #2A776F;
}

p#SupportTextA {
	border-bottom: 1px solid #2A776F;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
ul#SupportTextA li {
	font-size: .9em;
}
#CallCodonics {
	font-weight: bold; 
	font-style: italic; 
	font-size: 1.5em; 
	color: #C00;
	margin-bottom: 0px;
}
#CatalogBody {
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 30px;
	color: #2A776F;
}
#CatalogBody p {
	font-size: .9em;
}
#CatalogBody a {
	color: #00C;
	font-size: .9em;
}
#CatalogTable {
	color: #336;
	font-size: .9em;
}
table#CatalogTable tr#Catalog1stRow td{
	padding-top: 10px;
}
#CatalogTable td {
	padding-left: 0;
	padding-right: 25px;
	text-align: left;
}
#CatalogTable th {
	border-bottom: 1px #2A776F solid;
	color: black;
	text-align: left;
}
#CatalogTable th#desc {
	width: 470px;
}
#CatalogTable th.desc {
	width: 470px;
}
#CatalogTable th#cat {
	width: 130px;
}
#CatalogTable th.cat {
	width: 130px;
}
p#CatalogListTitle {
	margin-top: 10;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 1.5em;
	font-weight: bold; 
	font-style: italic; 
	color: #2A776F; 
}
#QuoteBody {
	border-top: 1px solid #699;
}
#QuoteBody p {
	font-size: .9em;
}
#QuoteBody table {
	width: 100%;
}
