/* -------- Universal Styles -------- */
body {
	margin: 0 0 5px 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ddd;
}

a img {
	border: none;
}

a:link {
	color: #f00;
}

a:visited {
	color: #fcc;
}

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

a.pdf {
  padding:2px 0 2px 20px;
  background:transparent url("/images/pdf.png") center left no-repeat;
  float:left;
  font-weight:bold;
}
a.pdf em {
  font-weight:normal;
  font-size:10px;
}

.ajax {
  border-top:1px solid #ccc;
}
.ajax h3 {
  font-size:160%;
  margin:10px 0 0 0;
}
.ajax div {
  height:160px;
  overflow:hidden;
}
.ajax div img {
  float:left;
  margin-right:10px;
}
.ajax div a {
	display:block;
  color:#000;
}

h1 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", arial, verdana, sans-serif; 
	font-size: 22px;
	font-weight: bold;
	color: #f00;
}
h2 {
	margin: 5px;
	font-family: "Trebuchet MS", arial, verdana, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #9F0006;
}

/* -------- Layout Styles -------- */

#wrapper {
	margin: auto;
	text-align: left;
	width: 760px;
}

#header {
	height: 115px;
	margin: 0;
	padding: 0;
}

/*Begin Nav Structure*/
#nav {
    width: 760px;
	height: 22px;
    background: url("/images/nav.gif");
    margin: 0;
	padding: 0;
    position: relative;
}
	
#nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
	
#nav li, #nav a {
	height: 22px;
	display: block;
}

#nav1 {left: 0; width: 126px; text-indent: -100em; overflow: hidden;}
#nav1 a:hover, #nav1 a:active, #nav1 a.page {background: transparent url(images/nav.gif) 0 -22px no-repeat;}

#nav2 {left: 126px; width: 127px; text-indent: -100em; overflow: hidden;}
#nav2 a:hover, #nav2 a:active, #nav2 a.page {background: transparent url(images/nav.gif) -126px -22px no-repeat;}

#nav3 {left: 253px;	width: 127px; text-indent: -100em; overflow: hidden;}
#nav3 a:hover, #nav3 a:active, #nav3 a.page {background: transparent url(images/nav.gif) -253px -22px no-repeat;}

#nav4 {left: 380px;	width: 127px; text-indent: -100em; overflow: hidden;}
#nav4 a:hover, #nav4 a:active, #nav4 a.page {background: transparent url(images/nav.gif) -380px -22px no-repeat;}

#nav5 {left: 507px;	width: 127px; text-indent: -100em; overflow: hidden;}
#nav5 a:hover, #nav5 a:active, #nav5 a.page {background: transparent url(images/nav.gif) -507px -22px no-repeat;}

#nav6 {left: 634px;	width: 126px; text-indent: -100em; overflow: hidden;}
#nav6 a:hover, #nav6 a:active, #nav6 a.page {background: transparent url(images/nav.gif) -634px -22px no-repeat;}
/*End Nav*/

#content {
	margin: 0px;
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	background: #fff url("/images/bg-content.jpg") no-repeat top right;
}

#footer {
	padding: 5px;
	text-align: left;
	font-size: 10px;
	color: #777;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



.lft
{
  float:left;
}
.rght
{
  float:right;
}
.clear
{
  clear:both;
}

.gallery
{
  float:left;
  text-align:center;
  width:180px;
  height:170px;
}
.pad
{
  padding:5px;
}
#photo
{
  text-align:center;
}
#photo a
{
  font-weight:bold;
}
table
{
  width:90%;
  text-align:center;
  margin:10px auto;
  padding:0;
  border:#fff solid 1px;
}
.head
{
  background:#5B0809;
  color:#fff;
  text-align:center;
}
td strong
{
  padding:30px;
}
.even
{
  background:#eee;
}
.odd
{
  background:#fff;
}
.services
{
  border-bottom:1px solid #ccc;
}
.fifty
{
  width:350px;
  float:left;
  border:1px solid #ccc;
  padding:4px;
  margin:4px;
}
.fifty .images {
	text-align:center;
}
.fifty .images span {
  width:87px;
  text-align:center;
}
.fifty .images span a img {
  border:2px solid #c00;
}
.fifty .images span a:hover img {
  border:2px solid #333;
}


.fifty strong
{
  font-size:13px;
}
.fifty em
{
  font-size:11px;
  font-weight:bold;
  color:#6F0000;
}
form.paypal {
  float:right;
}

ul#categories {
  list-style:none;
  margin:0;
  padding:0;
}
ul#categories li {
  float:left;
  font-size:16px;
  width:245px;
  text-align:center;
  margin-bottom:25px;
}
ul#categories li a {
  font-weight:bold;
  color:#c00;
  text-decoration:none;
  border-bottom:1px solid #333;
}
ul#categories li a em {
  font-size:10px;
  color:#999;
  font-weight:normal;  
  border-bottom:0;
}
ul#categories li a:hover {
  color:#000;
  border-bottom:1px solid #f00;
}


dl {
    font-size:110%;
    width:350px;
    float:left;
}
dl dt {
    font-weight:bold;
    display:block;
    float:left;
    text-align:right;
    width:160px;
    margin:0 5px 2px 0;
}

dl dd {
    margin-bottom:2px;
}

p.binarym {
	padding:10px 0 0 10px;
  font-size:80%;
  float:right;
}
p.binarym a {
  color:#ccc;
  text-decoration:none;
}
p.binarym a strong {
  color:#999;
}
p.binarym a strong span {
  color:#900;
}
p.binarym a:hover {
  color:#333;
}
p.binarym a:hover strong {
  color:#000;
}
p.binarym a:hover strong span {
  color:#c00;
}
