/***********************/
/***** global **********/
/***********************/
body {
  margin:0;
  padding:0;
  background-color:#000;
  text-align:center;
}
div, td, p {
  color:#888;
  font:normal 12px/18px arial,sans-serif;
}
a, a:link, a:active {
  padding:0 2px;
  color:#8e4c35;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#8e4c35;
}
a:hover {
  color:#fff;
  background-color:#d1a651;
}
a.twitterlink {
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding-left: 24px;
	background: url(/images/twittericon.png) 0 0 transparent no-repeat;
	display: block;
	height: 22px;
	padding-top: 1px;
}


/***********************/
/***** highlite mods ***/
/***********************/
h1 a:hover,
ul.thumbs li a:hover,
.linkslist-img div.img a:hover,
table.mini-thumbs tr td b a:hover,
p.popimage a:hover {
  background-color:transparent !important;
}
#footer p a:hover {
  color:#fff !important;
}
ul.icons li a span {
  padding:0 2px !important;
}
ul.icons li a:hover span {
  background-color:#d1a651 !important;
}
a.logohover:hover { background: none; border:0px; }
.consu {
padding-left:21px;
padding-top:203px;
}
.consu img{
border:solid;
border-width:1px;
border-color:white;
padding: 2px 2px 2px 2px;
}
.consuimg:hover {
border:solid;
border-width:1px;
border-color:#8e4c35;
padding: 2px 2px 2px 2px;
}


/***********************/
/***** link outline ****/
/***********************/
a {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}


/***********************/
/***** containers ******/
/***********************/
.floater {
  position:relative;
  width:1000px;
  margin:0 auto;
  padding:0;
  text-align:left;
}
.floater .floater-trim1 {
  float:left;
  margin:67px 0 0 0;
  padding:0;
  border:solid 1px #fff;
}
#side {
  float:left;
  width:198px;
}
#main {
  float:left;
  width:600px;
}
#main .content {
  margin:20px;
}
#aux {
  float:left;
  width:199px;
  padding:0 0 20px 0;
}
#aux .content {
  margin:20px;
}
#footer {
  padding:0 0 20px 0;
}
#footer p {
  float:left;
  margin:0;
  padding:3px 0 67px 0;
  color:#333;
  font-size:10px;
}
#footer p a,
#footer p a:link,
#footer p a:visited,
#footer p a:active {
  color:#333;
  font-weight:normal;
}
#footercopy {
  width:800px;
}
#footerlink {
  width:200px;
  text-align:right;
}


/***********************/
/***** popup ***********/
/***********************/
body.popup {
  margin:0;
  padding:5px 20px;
  text-align:left;
}


/***********************/
/***** alt-layout1 *****/
/***********************/
body.alt-layout1 .floater .floater-trim1 {
  background:none;
}
body.alt-layout1 #main {
  width:799px;
  padding-bottom:0;
}
body.alt-layout1 #main .content {
  margin:1px;
}
body.alt-layout1 #main .content p {
  margin:0;
  padding:0;
}
body.alt-layout1 #footer {
  padding:0 0 0 200px;
}
body.alt-layout1 #footer #footercopy {
  width:600px;
}


/***********************/
/***** alt-layout2 *****/
/***********************/
body.alt-layout2 .floater .floater-trim1 {
  background:none;
}
body.alt-layout2 #main {
  width:799px;
}
body.alt-layout2 #main .content {
  margin:1px;
}


/***********************/
/***** alt-layout3 *****/
/***********************/
body.alt-layout3 .floater .floater-trim1 {
  background:none;
}
body.alt-layout3 #main {
  width:799px;
}
body.alt-layout3 #main .content {
  margin:20px 20px;
}


/***********************/
/***** alt-layout4 *****/
/***********************/
body.alt-layout4 .floater .floater-trim1 {
  background:url(/images/bg_main.gif) transparent 799px 0 repeat-y;
}


/***********************/
/***** alt-layout5 *****/
/***********************/
body.alt-layout5 .floater .floater-trim1 {
  background:url(/images/about.jpg) transparent 799px 1px no-repeat;
}


/***********************/
/***** text ************/
/***********************/
h1 {
  width:161px;
  height:84px;
  margin:4px 0 0 0;
  padding:0;
  text-indent:-9999px;
  text-decoration:none;
  background:url(/images/logo.gif) transparent 0 0 no-repeat;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
  display:block;
  width:161px;
  height:84px;
  margin:0;
  padding:0;
  text-indent:-9999px;
  text-decoration:none;
}
h2 {
  margin:0;
  padding:27px 0 4px 0;
  font-size:18px;
  font-weight:normal;
  color:#fff;
}
#side h2 {
  margin:0;
  padding:29px 20px 0 20px;
  font-size:13px;
  font-weight:bold;
}
h3 {
  margin:0;
  padding:0 0 4px 0;
  font-size:16px;
  font-weight:normal;
  color:#d1a651;
}
p {
  margin:10px 0;
  padding:0 0 1px 0;
}
#side p {
  margin:0;
  padding:0px 20px 15px 20px;
  font-size:12px;
}
.required,
a.required,
a.required:link,
a.required:active,
a.required:visited,
.notice,
.error {
  color:#8e4c35;
}
sup {
  font-size:11px;
  line-height:6px;
}
.standout {
  font-size:16px;
  font-weight:normal;
  color:#d1a651;
}


/***********************/
/***** misc ************/
/***********************/
.clear {
  clear:both;
  font-size:1px;
  line-height:1px;
}
hr {
  display:none;
}
.show {
  display:block;
}
.hide {
  display:none;
}
.popimage img {
  border:none;
}


/************************/
/***** message area *****/
/************************/
#message-area {
  margin:10px 0 15px 0;
  padding:10px 10px 10px 32px;
  background-color:#0d0d0d;
}
#message-area a {
  text-decoration:underline;
}
#message-area a:hover {
  text-decoration:none;
}
#message-area .close {
  padding:5px 0 0 0;
	font-size:10px;
  text-align:left;
}
#message-area li.error a {
  color:#8e4c35;
}
.message-area-success {
  background:#0d0d0d url(/images/icon_success.gif) 12px 10px no-repeat !important;
}
.message-area-error {
  background:#0d0d0d url(/images/icon_error.gif) 10px 10px no-repeat !important;
}


/***********************/
/***** solo-image ******/
/***********************/
dl.solo-image {
  margin:0;
  padding:0;
}
dl.solo-image dt {
  margin:0;
  padding:0;
  text-align:center;
}
dl.solo-image dd {
  margin:0;
  padding:0;
  text-align:center;
}
dl.solo-image dt img {
  border:solid 1px #333;
}


/***********************/
/***** prev-next *******/
/***********************/
p.prev-next {
  padding:0;
  text-align:right;
  font-weight:normal;
  font-size:11px;
}
p.prev-next a,
p.prev-next a:link,
p.prev-next a:visited,
p.prev-next a:active {
  font-weight:normal;
  font-size:11px;
}
p.prev-next img {
  vertical-align:middle;
  margin:0 2px 0 1px;
}
p.prev-next-popup {
  text-align:center;
}


/***********************/
/***** thumbs **********/
/***********************/
ul.thumbs {
  float:left;
  list-style:none;
  margin:16px 0 0 18px;
  padding:0 0 40px 0;
}
ul.thumbs li {
  position:relative;
  float:left;
  margin:30px 0 0 0;
  padding:0;
  width:189px;
}
ul.thumbs li img {
  border:solid 1px #333;
}
ul.thumbs li a,
ul.thumbs li a:link,
ul.thumbs li a:visited,
ul.thumbs li a:active {
  display:block;
  padding:0 0 0 10px;
}
/*
ul.thumbs li b a,
ul.thumbs li b a:link,
ul.thumbs li b a:visited,
ul.thumbs li b a:active {
  position:absolute;
  top:1px;
  left:20px;
  width:158px;
  height:158px;
  margin:0;
  padding:0;
  background:url(/images/b_enlarge_a.gif) transparent 85px 138px no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  opacity:.90;filter:alpha(opacity=90);
  -moz-opacity: 0.9;
}
ul.thumbs li b a:hover {
  opacity:.60;filter:alpha(opacity=60);
  -moz-opacity: 0.6;
}
*/
ul.thumbs li b {
  position:absolute;
  bottom:1px;
  right:20px;
  width:64px;
  height:20px;
  margin:0;
  padding:0;
  background:url(/images/b_enlarge_a.gif) transparent no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  opacity:.90;filter:alpha(opacity=90);
  -moz-opacity: 0.9;
}
ul.thumbs li b:hover {
  opacity:.60;filter:alpha(opacity=60);
  -moz-opacity: 0.6;
}


/***********************/
/***** mini-thumbs *****/
/***********************/
table.mini-thumbs tr td {
  text-align:center;
}
table.mini-thumbs tr td.even div {
  display:block;
  margin-left:10px;
}
table.mini-thumbs tr td div b a {
  display:block;
}
table.mini-thumbs tr td img {
  margin:5px 0 0 0;
  border:solid 1px #333;
}


/***********************/
/***** testimonials ****/
/***********************/
dl.testimonials {
  margin:0;
  padding:0;
}
dl.testimonials dt {
  margin:0;
  padding:0;
  font-size:11px;
}
dl.testimonials dd {
  margin:10px 0 30px 0;
  padding:0;
  color:#666;
  text-align:right;
  font-size:11px;
}


/***********************/
/***** bio *************/
/***********************/
.bio ul {
  list-style:none;
  margin:0;
  padding:0 0 20px 0;
}
.bio ul li {
  margin:0;
  padding:0 0 0 10px;
  background:url(/images/bullet.gif) transparent 0 7px no-repeat;
}
.bio p {
  margin-top:0;
}


/***********************/
/***** linkslist-img ***/
/***********************/
.linkslist-img {
  float:left;
  width:560px;
  margin:0;
  padding:5px 0 15px 0;
}
.linkslist-img div.img {
  float:left;
  margin:0 20px 0 0;
}
.linkslist-img div.img img {
  border:solid 1px #333;
}
body.alt-layout3 .linkslist-img {
  width:759px;
}


/*****************/
/***** icons *****/
/*****************/
ul.icons {
  list-style:none;
  margin:0;
  padding:0;
}
ul.icons li {
  padding:0;
  margin:0;
}
ul.icons li a {
  padding:3px 0 3px 18px;
  margin:0;
}
ul.icons li.pdf a   { background:url(/images/icon_pdf.gif)   0 50% no-repeat; }
ul.icons li.doc a   { background:url(/images/icon_doc.gif)   0 50% no-repeat; }
ul.icons li.ppt a   { background:url(/images/icon_ppt.gif)   0 50% no-repeat; }
ul.icons li.xls a   { background:url(/images/icon_xls.gif)   0 50% no-repeat; }
ul.icons li.txt a   { background:url(/images/icon_txt.gif)   0 50% no-repeat; }
ul.icons li.jpg a   { background:url(/images/icon_jpg.gif)   0 50% no-repeat; }
ul.icons li.gif a   { background:url(/images/icon_gif.gif)   0 50% no-repeat; }
ul.icons li.email a { background:url(/images/icon_email.gif) 0 50% no-repeat; }


/*********************/
/***** contact-info **/
/*********************/
.contact-info1 {
  float:left;
  margin:20px 0 0 0;
}
.contact-info2 {
  float:left;
  margin:20px 0 0 130px;
}
