﻿/* Styles */

#holder {
}

* {
    margin: 0;
    padding: 0;  
    border: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-family: Arial, Helvetica, Sans-Serif;
}  


body { 
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/gridBKAlt.png);
    background-repeat: repeat-x;
}

p {
    font-size: 80%; 
    font-weight: normal; 
    color: #ffffff; 
    margin: 5px 0 15px 0; 
    line-height: 130%;
}

p.footNote {
    font-size: 60%; 
    font-weight: bold; 
}

a {
    font-weight: bold; 
    color: #ffffff; 
}

h1 {
    font-weight: bold;
    font-size: 110%;
    color: #ffffff;
    margin-bottom: 5px;
}

h2 {
    font-weight: bold;
    font-size: 95%;
    color: #ffffff;
    margin: 5px 0 5px 0; 
}

h3 {
    font-weight: bold;
    font-size: 80%;
    color: #ae5801;
    margin: 5px 0 3px 0; 
}

ul {
    color: #ffffff;
    margin: 5px 0 20px 15px; 
}

li {
    font-size: 80%; 
    font-weight: normal; 
    color: #ffffff; 
    margin: 10px 0; 
}

#mastBlock{
    height: 120px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    z-index: 10;
    position: relative;
}

#contentBlock{
    min-height: 344px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

#footerBlock{
    min-height: 242px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}

#tag{
    position: absolute;
    margin-left: -60px;
    left: 50%;
    z-index: 0;
}

#contactInfo {
    float: right;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial Black, Arial, Sans-Serif;
    display: none;
}

#contactInfoAlt {
    float: right;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial Black, Arial, Sans-Serif;
}

#contactInfo:before { content: 'Contact Us Today At 214-428-8341 x114 Or SALES@DIGITALNAMEPLATE.COM'; }

#menuBlock {
    width: 560px;
    height: 68px;
    background-image: url(../images/orangeTransBlock.png);
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    float: right;
    margin-top: 8px;
    z-index: 11;
}

#menuBlock ul {
    list-style: none;
    margin: 0;
}

#menuBlock li {
    float: left;
    margin: 7px 8px 0 8px;
}

#logo {
    float: left;
    margin-top: 5px;
}

#footerMenu {
    color: #777777;
    font-size: 85%;
    clear: both;
    padding-top: 35px;
}

#footerMenu p {
    color: #777777;
}

#footerMenu a {
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px;
    color: #777777;
}

#applications { 
    list-style: none; 
    text-align: center; 
    margin: 0;
}

#applications li {
    display: inline;
}

.col1{
    width: 48%; 
    float: left;  
    margin-right: 3%;
    margin-top: 15px;
}

.col2{
    width: 48%; 
    float: right; 
    margin-top: 15px;
}

.col1Alt{
    width: 65%; 
    float: left;  
    margin-top: 15px;
    margin-right: 3%;
}

.col2Alt{
    width: 32%; 
    float: right; 
    margin-top: 15px; 
}

.hasCorners {
    background-color: #ffe4c6;
    margin-bottom: 30px;
}

.hasCorners * {
    color: #333333;
} 

.hasCorners p, .hasCorners h1, .hasCorners h2, .hasCorners h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.hasCorners h3 {
    color: #ae5801;
}

.hasCorners h1 {
    color: #00674d;
}

.hasCorners ul {
    padding-left: 15px;
}

.hasCorners textarea {
    margin-top: 5px;
}

.hasCorners button {
    background-color: #00674d;
    padding: 5px 5px;
    color: #ffffff;
    width: 145px;
    font-weight: bold;
    font-size: 90%;
}

#submitButton {
    background-color: #00674d;
    padding: 5px 5px;
    color: #ffffff;
    width: 145px;
    font-weight: bold;
    font-size: 90%;
}

/* work around for lack of CSS support for text shadows */
.shadow {
  line-height: 2em;
  white-space: nowrap;
  
  filter: Shadow(Color=#c56401, 	
			Direction=-45, 
			Strength=3);
  filter: Shadow(Color=#c56401, 	
			Direction=135, 
			Strength=3);
}

.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #c56401; 
}