html {
  background: url('images/bg.gif') repeat-x;
}

body {
  margin: 0;
  padding: 0;
  color: #03080f;
  font-family: Verdana, sans-serif;
  font-size: 71%;
  text-align: center;
  height: 100%;
  background: #ffffff url('images/bg.gif') repeat-x;
}

div#wrapper {
  width: 67.7em;
  height: 100%;
  margin: 0 auto;
  padding: 0 29px 0 29px;
  padding-top: 15px;
  text-align: left;
  position: relative;
}

/* ---[ links ]------------------------------- */
div#content a:link, div#content a:visited {
  color: #3A6A97;
  text-decoration: none;
  border-bottom: 1px dotted #3A6A97;
  padding-bottom: 0;
}

a:visited {
/*  color: #6E3073;*/
}

div#content a:hover, div#content a:active {
  color: #7F8924;
  border-bottom: 1px solid #7F8924;
  padding-bottom: 0;
}

/* ---[ common ]------------------------------ */
/*h1 {
  font-size: 1.6em;
  margin: 0 8px;
  padding: 0 8px 0 15px;
  border-bottom: 1px solid black;
  width: auto;
  display: inline;
}*/

div#content h1 {
  color: #7b271b;
  font-size: 1.6em;
  margin: 0 0;
  padding: 0 .8em 0 1.8em;
  border-bottom: 1px solid #72180b;
  width: auto;
  display: inline;
  font-weight: normal;

  background-color: white;
  width: 92%;
  display: block;
  margin: 0;
  padding-top: .6em;

}

div#content h2 {
  color: #7b271b;
  font-size: 1.2em;
  margin: 1.2em .6em 0;
  padding: 0 .8em 0 0;
  font-weight: bold;
}

div#content {
   font-size: 1.05em;
}

div#content p {
  margin: .2em 1.5em 1.2em 1.5em;
  padding: 0;
}

div#content ul {
  margin: -.8em 4em 1.2em;
  padding: 0;
}

div#content ul li {
  margin: .4em 0;
  padding: 0;
  list-style-image: url(images/bullet.gif);
}

* html input.submit { overflow: visible; }

/* ---[ shadow ]------------------------------ */
div.shdwl1, div.shdwl2, div.shdwl3, div.shdwl4 {
  background: transparent url('images/shadow_left_2.gif') repeat-y 0 0;
  padding: 0 29px 0 29px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  width: 67.7em;
}

* html div.shdwl1, * html div.shdwl2, * html div.shdwl3, *html div.shdwl4 {
  padding-right: 0;
}

div.shdwr1, div.shdwr2, div.shdwr3, div.shdwr4 {
  background: transparent url('images/shadow_right_2.gif') repeat-y 100% 0;
  padding: 0 29px 0 0;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  width: 67.7em;
}

div.shdwl1 {
  background: transparent url('images/shadow_left_1.jpg') no-repeat 0 0;
}

div.shdwr1 {
  padding-top: 15px;
  background: transparent url('images/shadow_right_1.jpg') no-repeat 100% 0;
}

div.shdwl2 {
  background: #ffffff url('images/shadow_left_2.jpg') no-repeat 0 0;
}

div.shdwr2 {
  background: #ffffff url('images/shadow_right_2.jpg') no-repeat 100% 0;
}

div.shdwl4 {
  background: #ffffff url('images/shadow_left_3c.jpg') no-repeat 0 100%;
}

div.shdwr4 {
  background: #ffffff url('images/shadow_right_3c.jpg') no-repeat 100% 100%;
}

/* ---[ header ]------------------------------ */
div#header {
  display: block;
  position: relative;
  height: 230px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: .01em;
/*  text-indent: -5000px;*/
  border-top: #9A9E9F solid 1px;
  border-bottom: #ffffff solid 1px;
}

div#header div.logo, div#header div.info {
  margin: 0;
  padding: 0;
}

div#header div.logo h1 a, div#header div.logo h2 a {
	display: block;
	height: 200px;
	width: 393px;
	background: transparent url('images/ocsprinting.gif') no-repeat;
	position: absolute;/*	top: 10px;
	left: 13px;*/
}
/*
div#header div.logo p {
  display: block;
  height: 68px;
  width: 163px;
  background: transparent url('#') no-repeat;
  position: absolute;
  top: 26px;
  left: 134px;
  margin: 0;
  padding: 0;
}

div#header div.info p.phone {
  display: block;
  height: 68px;
  width: 153px;
  background: transparent url('#') no-repeat;
  position: absolute;
  top: 26px;
  right: 26px;
  margin: 0;
  padding: 0;
}*/


/* ---[ navigation ]-------------------------- */
div#navigation {
  font-size: 1.1em;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  background: #253c5b url('images/nav_border_top.gif') repeat-x 0 0;
}

div#navigation ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  background-color: #2a4773;
  background: transparent url('images/nav_border_bottom.gif') repeat-x 0 100%;
}

div#navigation ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-right: solid 1px #ffffff;
  border-top: solid 4px #ffffff;
  background: #2a4773 url('images/nav_border_bottom.gif') repeat-x 0 100%;
  display: inline;
}

div#navigation ul li.first {
  margin-left: 1.55em;
  border-left: solid 1px #ffffff;
}

div#navigation ul li.last {
  
}

div#navigation ul li.current {
  background-color: #72180b;
  background-image: none;
  border-top: none;
  padding-top: 3px;
  padding-bottom: 1px;
}

div#navigation ul li a:link, div#navigation ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  display: block;
  float: left;
  margin: 0 0;
  padding: .4em 2.55em .7em 2.55em;
  background: transparent url('images/nav_border_bottom.gif') repeat-x 0 100%;
}

div#navigation ul li a:hover, div#navigation ul li a:active {
  background-color: #59749c;
}

div#navigation ul li.current a:link, div#navigation ul li.current a:visited {
  font-weight: bold;
  background-image: none;
}

div#navigation ul li.current a:hover, div#navigation ul li.current a:active {
  background-color: transparent;
}

div#navigation ul li.first a:link, div#navigation ul li.first a:visited {

}

div#navigation ul li.last a:link, div#navigation ul li.last a:visited {

}

div#navigation ul li.first a:hover, div#navigation ul li.first a:active, div#navigation ul li.last a:hover, div#navigation ul li.last a:active {

}

div#navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ---[ content ]----------------------------- */
div#content {
  background: #ffffff url('images/content_logo_bg_watermark.gif') center no-repeat;
  border: solid 1px #331c19;
  border-top: solid 13px #72180b;
  border-bottom: none;
  clear: both;
  padding: .8em 3% 1.2em 3%;
  padding-bottom: 3em;
  
  padding-top: 0;
}

div#content {
  position: relative;
  height: 1%;
}

div#content p {

}

/* ---[ content, home ]----------------------- */
body#home div#content {
  padding-top: 1.6em;
  padding-bottom: 6em;
}

body#home div#content p {
  margin: .8em 1.5em 1.2em 1.5em;
  padding: 0;
}

/* ---[ content, order online ]--------------- */
table {
  margin: auto 2.3%;
  width: 94%;
}

table, table th, table td {
  border: solid 1px #c5cdd3;
  border-collapse: collapse;
}

table th {
  background-color: #253C5B;
  color: #ffffff;
  padding: .5em .4em;
  margin: 0;
}

table td {
  padding: .5em .4em;
  margin: 0;
}

table col.form {
  text-align: center;
  width: 10%;
}

table col.description {

}

table col.qty_price {
  text-align: center;
  width: 20%;
}

table col.imprinting, table col.ink_color, table col.stock_color {
  text-align: center;
  width: 14%;
}

tr.altrow {
  background-color: #f7f7f7;
}

input.add, input.review, input.submit {
  float: right;
  margin-right: 7.5%;
  margin-top: 1.5em;
  width: 24.5%;
  display: block;
}

body#order fieldset {
  margin: 1.2em 2em;
  padding: 0 0;
  border: solid 1px #e5e5e5;
}

body#order fieldset legend {
  font-weight: bold;
}

body#order fieldset p {


}

body#order fieldset p label {


}

body#order fieldset p input {

}

div.ucc, div.court {
  padding-left: 3em;
}

div.court {
  margin-bottom: 11em;
}

/* ---[ content, products & services ]-------- */


/* ---[ content, about us ]------------------- */
body#about div#content {
  background: transparent url('images/subnav_border.gif') repeat-y 19% 0;
  position: relative;
  height: 1%;
  padding-left: 0;
  padding-right: 0;
}

body#about div#content h1 {
  color: #7b271b;
  font-size: 1.6em;
  margin: 0;
  padding: .8em .8em 0 1.8em;
  border-bottom: 1px solid #72180b;
  width: auto;
  display: block;
  font-weight: normal;
  background-color: transparent;
  margin-left: 21%;
  margin-right: 2%;
}

body#about div#content div.body {
  display: block;
  width: 76%;
  margin: 0;
  margin-left: 19%;
  margin-right: 3%;
  border-left: solid 1px #C5CDD3;
  border-left: none;
  padding: .2em 0 0 2%; 
  margin-top: 1em;
  
  width: 75%;
}

body#about div#content div.subnav {
  display: block;
  float: left;
  width: 16%;
  padding: 1.5em 0 12em 0;
  margin: 0;
  margin-left: 3%;

  display: inline;
}

body#about div#content div.subnav ul {
  display: block;
  margin: 0;
  padding: 0;
  border-top: solid 1px #E4E7E7;
}

body#about div#content div.subnav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-image: none;
}

body#about div#content div.subnav ul li a:link, body#about div#content div.subnav ul li a:visited {
  display: block;
  width: 89%;
  margin: 0;
  padding: .5em 1% .7em 10%;
  border-bottom: solid 1px #E4E7E7;
  background-color: white;
  border-top: none;
  border-left: none;
}

body#about div#content div.subnav ul li a:hover, body#about div#content div.subnav ul li a:active {
  display: block;
  width: 89%;
  margin: 0;
  padding: .5em 1% .7em 10%;
  border-bottom: solid 1px #CDD96D;
  background-color: white;
  color: #788321;
}

body#about div#content div.subnav ul li.current {
  width: 89%;
  margin: 0;
  padding: .5em 1% .7em 10%;
  border-bottom: solid 2px #ADB5C1;
  border-right: solid 2px #ffffff;
}

body#about div#content div.body:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* ---[ content, contact us ]------------------- */
body#contact div#content {
  padding-top: 0;
  position: relative;
  height: 1%;
}

body#contact h1 {
  background-color: white;
  width: 92%;
  display: block;
  margin: 0;
  padding-top: .8em;
}

body#contact div#content div {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 1.2em;
  margin-top: 0;
  padding-bottom: 1.5em;
}

body#contact div#content div h2 {
   padding: 0;
   margin: 0 0 .4em;
}

body#contact div#content div#contactinfo {
  width: 26%;
  float: right;
  margin-right: 7%;
  display: inline;
}

body#contact div#content div#contactinfo h2 {
  width: 100%;
  text-align: center;
}

body#contact div#content div#contactinfo p {
  padding-left: 0 0 0 6%;
  margin: .2em 1.5em 1.2em;
}

body#contact div#content div#sendmessage {
  width: 59.5%;
  margin-left: 2%;
  border-right: solid 1px #c5cdd3;
}

body#contact div#content div#sendmessage form {
  margin-right: 1.2em;
}

body#contact div#content div#sendmessage form input {
  width: 60%;
}

body#contact div#content div#sendmessage form input#phone, body#contact div#content div#sendmessage form input.submit {
  width: auto;
} 

p.error {
  color: #d93227;
  font-weight: bold;
  text-align: center;
}

span.rq {
  color: #9AA914;
  color: #d93227;
  font-weight: bold;
}

body#contact div#content div#sendmessage p.space {
  margin-bottom: 16em;
}

/* ---[ footer ]------------------------------ */
div#footer {
  width: auto;
  padding: 0;
}

div#footer ul {
  width: auto;
  color: #eeddda;
  background-color: #72180b;
  border: solid 1px #331c19;
  margin: 0;
  padding: .4em 0 .6em 0;
  text-align: center;
}

div#footer ul li {
  display: inline;
  padding-left: .4em;
}

div#footer ul li a {
  color: #eeddda;
  border-right: solid 1px #eeddda;
  padding-right: .8em;
}

div#footer ul li.last a {
  border: none;
}

div#footer p {
  width: auto;
  text-align: center;
  margin: 0;
  padding: 6px 0 0 0;
  height: 28px;
}

div#footer p.shadow {

  background: #ffffff url('images/shadow_bottom.jpg') repeat-x;
}

