@charset "utf-8";

body {
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
  color: #646464;
  font: normal 11px/1.8em Tahoma, Arial, Helvetica, sans-serif;
  background: url(images/main_bg.jpg);
}

html {
  margin: 0;
  padding: 0;
}

.main {
  padding: 0;
  margin: 0 auto;
  background: #fbfbfb;

  width: 970px;
  border: 5px solid #626262;
}

.clr {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.logo {
  width: 300px;
  float: left;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 20px 0;
  color: #e1e9df;
  font: bold 40px/1.2em Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
}

h1 a, h1 a:hover {
  color: #7b7a7a;
  text-decoration: none;
}

h1 span {
  color: #bdbcbc;
}

h1 small {
  display: block;
  padding: 0;
  font: normal 13px/1.2em Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}

h2 {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 0;
  color: #C00000;
}

p {
  margin: 8px 0;
  padding: 0 0 8px 0;
  font: normal 12px/1.8em Tahoma, Arial, Helvetica, sans-serif;
}

p span {
    color: #C00000;
    font-weight: bold;
}


p.spec {}

a {
  color: #939393;
  text-decoration: underline;
}

a.rm, a.com {
  padding: 0;
  text-decoration: none;
  color: #fff;
}

.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar .imagebar {
  margin: 0;
  padding: 0;
}

.header {
  padding: 20px 30px 0;
  background: #FF9900;
  border-bottom: solid 2px #eeeeee;
}

.header_block {
  margin: 0;
  padding: 0;
  width: 600px;
  float: right;
}
 ul.links {padding-left:20px;}
 ul.links a:hover {color:#000;}
 ul.links span {float: right; padding-right: 200px; }


.menu {
  margin: 0;
  padding: 0;
  width: 600px;
}
ul.arrowunderline{
list-style-type:none;
margin:0;
padding-top: 25px;
text-align:right; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 16px Georgia;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline li a{
position:relative;
color:black;
padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline li a:hover{
border-bottom:3px solid #C00000; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent #C00000 transparent; /* create up arrow */
}

ul.arrowunderline li a.selected, ul.arrowunderline ul li a:hover {
  font-weight: bold;
  border-top: 5px solid #626262;
}

.content {
  padding: 15px 20px;
}

.mainbar {
  margin: 0;
  padding: 0;
  float: left;
  width: 610px;
}

.mainbar img {
  padding: 4px;
  border: 1px solid #f2f2f1;
}

.mainbar img.fl {
  margin: 4px 16px 4px 0;
  float: left;
}

.mainbar .box {
  margin: 0 0 20px;
  padding: 10px 15px 5px;
  border: 1px solid #eeeeee;
  border-bottom: 6px solid #eeeeee;
}

.box a:hover {color:#000}

.box p span{
  background: url("images/h4-black.png") repeat-x scroll center center #333333;
  color: #FFFFFF;
  padding: 5px 5px 5px 10px;
}


.mainbar .post-data a {
  color: #595959;
}

.mainbar .post-data a.com {
  float: right;
  color: #e58a42;
}

.mainbar .spec a {
  background: #939393;
  padding: 7px 10px;
}

.sidebar {
  padding: 0;
  float: right;
  width: 300px;
}

.sidebar h2 {
    background: url("images/h4-black.png") repeat-x scroll center center #333333;
    color: #FFFFFF;
    font-family: Lucida,"Lucida Sans",Geneva,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}

.sidebar .gadget {
  margin: 0 0 20px;
  padding: 10px 15px 5px;
  border: 1px solid #eeeeee;
  border-bottom: 6px solid #eeeeee;
}

ul.sb_menu, ul.ex_menu {
  margin: 0;
  padding: 0 0 0 15px;
  color: #939393;
}

ul.sb_menu li, ul.ex_menu li {
  font-weight: bold;
  margin: 0;
}

ul.sb_menu li {
  padding: 4px 0 4px 0;
  width: 220px;
}

ul.ex_menu li {
  padding: 4px 0 0 0;
}

ul.sb_menu li a, ul.ex_menu li a {
  color: #939393;
  text-decoration: none;
  margin-left: -12px;
  padding-left: 12px;
}

ul.sb_menu li a:hover, ul.ex_menu li a:hover, ul.sb_menu li.active a, ul.ex_menu li.active a {
  color: #939393;
  font-weight: bold;
}

ul.sb_menu li a:hover {
  text-decoration: underline;
}

ul.ex_menu li a:hover {
  text-decoration: none;
}

.content .mainbar .comment {
  margin: 0;
  padding: 16px 0 0 0;
}

.content .mainbar .comment img.userpic {
  border: 1px solid #dedede;
  margin: 10px 16px 0 0;
  padding: 0;
  float: left;
}

ol {
  list-style: none;
}

ol li {
  display: block;
  clear: both;
}

ol li label {
  display: block;
  margin: 0;
  padding: 16px 0 0 0;
}

ol li input.text {
  width: 480px;
  border: 1px solid #c0c0c0;
  margin: 2px 0;
  padding: 5px 2px;
  height: 16px;
  background: #fff;
}

ol li textarea {
  width: 480px;
  border: 1px solid #c0c0c0;
  margin: 2px 0;
  padding: 2px;
  background: #fff;
}

ol li .send {
  margin: 16px 0 0 0;
}

.blockquote {
	padding:0 18px 19px 20px;
	color:#C00000;
	font-size:14px;
	font-style:italic;
	text-align:center;
	margin-top:18px;
}
.blockquote div {
	background:url(images/blockquote_left.gif) no-repeat 0% 0;
	padding:7px 13px 0
}
.blockquote div div {
	background:url(images/blockquote_right.gif) no-repeat 100% 100%;
	padding:0 0 7px 0

}

/*  FOOTER */

#footer{
	width:974px;
	height:75px;
	margin:0 auto;
	padding:0px;
	background:#f3f3f3;
    }
#footer{background:url(images/footer_bg.gif) top repeat-x #494949; padding:5px 0 0 5px;}
#footer p{margin:10px 20px 20px 20px; font:10px/18px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;color:898989;}
#footer a{font:10px/18px Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color:#B0B0B0; text-decoration:none;}
#footer span{font-size:10px; font-weight:normal;color:#898989;}
#footer span strong{color:#9C9C9C;}
#footer a:hover{color:#000; text-decoration:underline;}

#contact{
    background:transparent url(../images/formbg2.png) no-repeat bottom center;
    width:680px;
    height:410px;
    margin:20px auto 0px auto;
}
#contact h1{
    color:#594D4B;
    text-shadow:2px 1px 2px #fff;
    margin-left:10px;
    font-size:36px;
    letter-spacing:-3px;
}
#contact form{
    width:680px;
    height:460px;
    margin:0px auto;
    padding:40px 0px 0px 0px;
    clear:both;
}
#contact p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
}
#contact label{
    float:left;
    width:210px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    text-shadow:1px 1px 1px #fff;
    color:#6A5D5B;
    line-height:23px;
}
#contact input[type="text"],
#contact textarea{
    float:left;
    margin:5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding:4px 4px 5px 4px;
    width:390px;
    border:1px solid #ddd;
    background-color:#f9f9f9;
    font-weight:bold;
    color:#444;;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:1px 1px 1px #000;
    box-shadow:1px 1px 1px #000;
}
#contact textarea{
    overflow-x:hidden;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
    background-color:#fff;
}
#contact input[type="button"]{
    height:31px;
    float:right;
    background-color:#6F6968;
    border:1px solid #333;
    border-right:none;
    height:30px;
    padding:0px 30px 2px 30px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    margin:15px 5px 0px 0px;
    text-transform:uppercase;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor:pointer;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-radius:5px 0px 0px 5px;
    text-shadow:1px 1px 1px #333;
}
#contact input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
#contact p.submit{
    height:40px;
    position:relative;
}
#contact label span{
    font-size:10px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    width:180px;
    height:30px;
    position:absolute;
    top:4px;
    right:-175px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;
}
.error span{
    margin-left:10px;
    line-height:30px;
    text-shadow:1px 1px 1px #333;
}
.loader{
    background:transparent url(../images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    position:absolute;
    top:15px;
    left:500px;
}
.success{
    height:31px;
    position:absolute;
    top:15px;
    left:4px;
    text-align:right;
    padding:5px 20px 0px 0px;
    width:450px;
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    height:25px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;
    text-shadow:1px 1px 1px #333;

}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}

/* Image Gallery */
/* rotator in-page placement */
    div.rotator {
	position:relative;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
	div.rotator ul li img {
	border:2px solid #ccc;
	padding: 4px;
	background: #FFF;
    height: 190px;
    width: 290px;
}
    div.rotator ul li.show {
	z-index:300;
}