@font-face {
    font-family: 'ArvoItalic';
    src: url('/fonts/Arvo-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/Arvo-BoldItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArvoRegular';
    src: url('/fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('/fonts/Arvo-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* CSS Reset Begins Here */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Reset ends here */

body {
margin: 0px auto 0px auto;
font-size: 16px;
background-image: url('/images/DVI_background_body.gif');
background-repeat:repeat;
}

a:link, a:visited {
text-decoration: underline;
color: #CCCCCC;
}

a:hover {
color: #F0FFFF;
text-decoration: none;
}

a:active {
color: #FFA834;
text-decoration: underline;
}

#header {
clear: both;
background-image: url('/images/background_header2.jpg');
background-repeat:no-repeat;
background-position:center top;
width: 100%;
margin: 0px 0px 0px 0px;
}

#header_content {
padding: 10px 2% 20px 2%;
margin: 0px auto 0px auto;
max-width: 61.75em;
}

#header_company {
float: left;
margin: 0px 0px 0px 0px;
min-width: 420px;
}

#header_company_logo {
width: 124px;
height:91px;
float: left;
margin: 0px 0px 0px 0px;
display: inline-block;
vertical-align: middle;
}

#header_company_name {
float: left;
margin-top: 10px;
}

#header_company_name_top {
display: block;
font-size: 2.5em;
font-variant:small-caps;
font-family: "ArvoItalic", Times, serif;
text-align: right;
padding: 0px 10px 0px 0px;
white-space:nowrap;
}

#header_company_name_bottom {
display: block;
font-size: 2.5em;
font-variant:small-caps;
font-family: "ArvoItalic", Times, serif;
white-space:nowrap;
padding: 0px 10px 0px 0px;
}

#header_contact_info {
display:block;
float:right;
white-space:nowrap;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;
color: #CCCCCC;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}

#header_phone_number {
color: #DDDDDD;
display:block;
float:right;
clear:right;
white-space:nowrap;
font-size: 1.5em
}

#header_fax_number {
display:block;
float:right;
clear:right;
white-space:nowrap;
}

#header_mailing_address {
display:block;
float:right;
clear:right;
white-space:nowrap;
}

#header_email_address {
display:block;
float:right;
clear:right;
white-space:nowrap;
}

#header_nav {
width: 100%;
clear: both;
text-align: center;
margin: 0px auto 0px auto;
padding: 30px 0px 0px 0px;
font-family: "Courier New", Courier, monospace;
border-top-style: solid;
border-top-color: black;
border-top-width: 2px;
}

#header_nav span{
text-transform: uppercase;
display: inline-block;
list-style: none;
vertical-align: middle;
white-space:nowrap;
text-align: center;
padding: 5px 15px 5px 15px;
}
	
#header_nav a:link, #header_nav a:visited {
font-size: 1.5em;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}

#header_nav a:hover {
color: #DDDDDD;
border-color: #DDDDDD;
border-style:solid;
border-bottom-width:5px;
}

#header_nav a:active {
color: #FFA834;
border-color: #FFA834;
border-style:solid;
border-bottom-width:5px;
}

.bread_crumbs {
color: #CCCCCC;
font-size: 1em;
text-transform: uppercase;
list-style: none;
}

.bread_crumbs li {
line-height: 1.25em;
display:inline;
padding: 24px 24px 24px 24px;
white-space: nowrap;
}

.bread_crumbs li a:link, .bread_crumbs li a:visited {
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}

.bread_crumbs li a:hover {
color: #DDDDDD;
border-color: #DDDDDD;
border-style:solid;
border-bottom-width:2px;
}

.bread_crumbs li a:active {
color: #FFA834;
border-color: #FFA834;
border-style:solid;
border-bottom-width:2px;
}


.current_bread_crumb {
color: #CCCCCC;
}

#current_header_nav {
font-size: 1.5em;
font-weight: bold;
border-color: #CCCCCC;
border-style:solid;
border: 2px solid #CCCCCC;
color: #CCCCCC;
}

#home_page {
clear: both;
width: 100%;
margin: 0px 0px 0px 0px;
}

#home_page_content {
padding: 20px 2% 20px 2%;
margin: 0px auto 0px auto;
max-width: 61.75em;
}

.splash {
vertical-align: middle;
}

.splash_image {
float: left;
background-color: black;
border-color: #CCCCCC;
border-style: solid;
border-width: 4px;
padding: 1px 1px 1px 1px;
width: 25.10121%;
min-width: 60px;
clear: left;
}

.what_we_do {
background-color: none;
color: #86d5e7;
font-size: 2.5em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: left;
width: 70%;
float: right;
display: block;
}

.splash_summary {
color: #86d5e7;
font-size: 2.5em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: left;
width: 70%;
float: right;
display: block;
}

.what_we_do_detail {
display: block;
color: #CCCCCC;
font-size: 1.5em;
font-family: "ArvoRegular", Times, serif;
padding: 20px 2px 2px 2px;
line-height: 1.5em;
text-align: left;
width: 70%;
float: right;
}

.splash_detail {
display: block;
color: #CCCCCC;
font-size: 1.5em;
font-family: "ArvoRegular", Times, serif;
padding: 20px 2px 2px 2px;
line-height: 1.5em;
text-align: left;
width: 70%;
float: right;
}

.splash_detail span {
font-family: "ArvoItalic", Times, serif;
}

#footer {
clear: both;
width: 100%;
margin: 0px 0px 0px 0px;
background-image: url('/images/background_footer7.jpg');
background-repeat:no-repeat;
background-position:center top;
min-height: 360px;
}

#footer_content {
padding: 70px 2% 20px 2%;
margin: 0px auto 0px auto;
text-align: center;
max-width: 61.75em;
}

#slogan {
display: inline;
font-size: 2.5em;
font-variant:small-caps;
font-family: "ArvoItalic", Times, serif;
padding: 0px 0px 0px 0px;
text-align: center;
}

#copyright {
font-size: .75em;
color: #CCCCCC;
}

.footer_nav {
width: 100%;
clear: both;
text-align: center;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
font-family: "Courier New", Courier, monospace;
}

.footer_nav span{
text-transform: uppercase;
display: inline-block;
list-style: none;
vertical-align: middle;
white-space:nowrap;
text-align: center;
padding: 15px 15px 15px 15px;
}
	
.footer_nav a:link, .footer_nav a:visited {
font-size: .75em;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}

.footer_nav a:hover {
color: #DDDDDD;
border-color: #DDDDDD;
border-style:solid;
border-bottom-width:2px;
}

.footer_nav a:active {
color: #FFA834;
border-color: #FFA834;
border-style:solid;
border-bottom-width:2px;
}

#current_footer_nav {
font-size: 1em;
font-weight: normal;
color: #CCCCCC;
}

#page {
clear: both;
width: 100%;
margin: 0px 0px 0px 0px;
}

#page_content {
padding: 20px 2% 20px 2%;
margin: 0px auto 0px auto;
max-width: 61.75em;
color: #CCCCCC;
}

#page_summary {
font-size: 1.5em;
text-transform: uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: center;
display: block;
margin: 0px 0px 20px 0px;
color: #86d5e7;
}

#page_detail {
clear: both;
padding: 20px 0px 20px 0px;
color: #CCCCCC;
font-size: 1em;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
line-height: 1em;
text-align: left;
display: block;
}

.product {
display: block;
clear: both;
color: #CCCCCC;
margin: 10px 0px 10px 0px;
}

.product_info {
display: block;
clear: both;
margin: 0px 0px 0px 0px;
}

.product_images {
float: left;
clear: left;
width: 25.10121%;
min-width: 60px;
}

.product_images img {
background-color: black;
border-color: #CCCCCC;
border-style: solid;
border-width: 4px;
padding: 1px 1px 1px 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.product_images img:hover {
border-color: #41ABFF;
}

.product_name {
color: black;
font-size: 2.5em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
width: 100%;
display: block;
background-color: #41abff;
clear: both;
margin: 0px 0px 0px 0px;
}

.product_summaries{
display: block;
color: #CCCCCC;
font-size: 1.25em;
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
text-align: left;
width: 70%;
float: right;
margin: 20px 0px 20px 0px;
clear: right;
}

.product_name a:link, .product_name a:visited {
color: black;
text-decoration: none;
}

.product_name a:hover {
color: #F0FFFF;
text-decoration: underline;
}

.product_name a:active {
color: #FFA834;
text-decoration: underline;
}

.product_sum_link {
font-size: 1em;
font-family: "ArvoRegular", Times, serif;
display: block;
text-align: right;
margin: 20px 0px 20px 0px;
font-variant: small-caps;
font-weight: bold;
white-space: nowrap;
}

.product_sum_link a:link, .product_sum_link a:visited {
text-decoration: underline;
color: #CCCCCC;
}

.product_sum_link a:hover {
color: #F0FFFF;
text-decoration: none;

}

.product_sum_link a:active {
color: #FFA834;
text-decoration: underline;
}

.custom_images {
float: left;
background-color: #F0F8FF;
border-color: black;
border-style: solid;
border-width: 4px;
padding: 1px 1px 1px 1px;
width: 25.10121%;
min-width: 60px;
}

.custom_name {
color: black;
font-size: 2.5em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
padding: 0px 2px 0px 0px;
margin: 0px 0px 20px 0px;
width: 100%;
float: right;
display: block;
background-color: #1f466d;
}

.custom_summary{
display: block;
color: #F0F8FF;
font-size: 1.25em;
/*font-family: "ArvoRegular", Times, serif;*/
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
text-align: left;
width: 70%;
float: right;
padding: 20px 0px 0px 0px;
vertical-align: middle;
}

.custom_list {
font-size: .75em;
text-align:left;
line-height:1em;
padding: 20px 0px 0px 0px;
list-style-position:inside;
}

.product_heading {
color: black;
font-size: 2em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
padding: 0px 0px 0px 0px;
margin: 10px 0px 10px 0px;
width: 100%;
float: right;
display: block;
background-color: #41abff;
clear: both;
}
.features {
font-weight: normal;
color: #CCCCCC;
font-size: 1.25em;
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
clear: both;
}

.features  ul{
list-style-type: disc;
list-style-position: inside;
list-style-image: none;
}

.features ul li{
margin: 20px 0px 20px 0px;
}

.features ul.sub_feature {
list-style-type: square;
list-style-position: inside;
list-style-image: none;
margin: 0px 0px 0px 3em;
}

.spec {
font-weight: normal;
color: #CCCCCC;
font-size: 1.25em;
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
clear: both;
width: 100%;
margin: 0px 0px 0px 0px;
}

.spec caption {
text-align: left;
text-transform: uppercase;
font-size: 1em;
font-weight: bold;
}

.spec th {
text-transform: uppercase;
text-align:right;
font-weight: normal;
min-width: 60px;
vertical-align: middle;
font-size: .75em;
width: 25.10121%;
}

.spec td {
padding: 0px 0px 0px 20px;
vertical-align: middle;
font-size: 1em;
}


.images_nav {
width: 100%;
clear: both;
text-align: center;
margin: 0px auto 0px auto;
padding: 10px 0px 0px 0px;
font-family: "Courier New", Courier, monospace;
}

.images_nav img {
background-color: black;
border-color: #F0F8FF;
border-style: solid;
border-width: 4px;
padding: 1px 1px 1px 1px;
width: 25.10121%;
min-width: 60px;
margin: 10px 10px 10px 10px;
vertical-align: middle;
}

.images_nav img:hover {
border-color: #41ABFF;
}

#current_images_nav img {
border-color: #1f466d;
}

.gallery_caption {
color: #CCCCCC;
font-size: 1.25em;
/*font-family: "ArvoRegular", Times, serif;*/
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
text-align: left;
margin: 20px 20px 20px 20px;
}

.gallery_image a{
display: block;
font-size: 1em;
padding: 0px 2px 0px 0px;
font-variant: small-caps;
font-weight: bold;
text-align: right;
margin: 20px 20px 20px 20px;
}

.gallery_image img{
background-color: black;
border-color: #CCCCCC;
border-style: solid;
border-width: 3px;
padding: 1px 1px 1px 1px;
min-width: 60px;
display: block;
margin: 0 auto;
text-align: center;
clear: both;
}

.gallery_image a:link, .gallery_image a:visited {
color: #F0F8FF;
text-decoration: none;
}

.gallery_image a:hover {
color: #F0FFFF;
text-decoration: underline;
}

.gallery_image a.active:link, .gallery_image a.active:visited {
color: #FFA834;
text-decoration: underline;
}

.contact_us_heading {
color: black;
font-size: 2em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
width: 100%;
float: right;
display: block;
background-color: #41abff;
}

.contact_us_detail {
color: #CCCCCC;
font-size: 2em;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
float: right;
display: block;
white-space: nowrap;
}

.contact_us_comment {
color: #CCCCCC;
font-size: 1em;
font-family: "Courier New", Courier, monospace;
line-height: 1em;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
float: left;
display: block;
width: 40%;
min-width: 60px;
}

.album_title {
color: black;
font-size: 2.5em;
text-transform:uppercase;
font-family: "ArvoRegular", Times, serif;
line-height: 1.25em;
text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
width: 100%;
float: right;
display: block;
background-color: #1f466d;
}

.album_summary {
font-size: 1.5em;
font-family: "Courier New", Courier, monospace;
line-height: 1.25em;
text-align: center;
display: block;
margin: 0px 0px 20px 0px;
}

.album_nav {
width: 100%;
clear: both;
text-align: center;
margin: 0px auto 0px auto;
padding: 10px 0px 0px 0px;
font-family: "Courier New", Courier, monospace;
}

.album_nav img {
background-color: black;
border-color: #F0F8FF;
border-style: solid;
border-width: 4px;
padding: 1px 1px 1px 1px;
width: 12.550605%;
min-width: 60px;
margin: 0px 10px 20px 10px;
vertical-align: middle;
}

.album_nav img:hover {
border-color: #41ABFF;
}

