	/* CSS Document */


*{ margin:0px; padding:0px; outline:none; list-style-type:none; text-decoration:none;}
body{ margin:0px; padding:0px; font:normal 12px/16px Arial, Helvetica, sans-serif; background:#fff; }

.maindiv{width:100%; float:left;}

.hiaderpart{width:100%; float:left;}
.hiaderpartinr{width:990px; margin:0 auto;}
.logo{width:250px; height:93px; float:left; border:none; }
.logob{border:none;}
a.logob:link {color: #FFFFFF; border:none;} 
a.logob:visited {text-decoration: none; color: #FFFFFF; border:none;} 
a.logob:hover {text-decoration: underline; color: #FFFFFF; border:none;}

.regionsec{
	width:218px;
	float:right;
	margin-top: 39px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.srchprt{width:218px; float:left; font:normal 12px/29px Arial, Helvetica, sans-serif; color:#858585; text-align:left;}
.srchprt select{width:118px; float:right; border-bottom:1px solid #ff1619; border-left:1px solid #ff1619; border-top:1px solid #ff1619; border-right:0.1px solid #ff1619;}
.flageprt{width:130px; float:right;}
.flageprt img{float:left; margin:2px 5px 0px 0px;}
.menuprt{width:980px; float:left; border:1px solid #bbbbbb; background:url(../images/menu.jpg) repeat-x;}
.menuprt ul{padding:0; margin:0; float:left;}
.menuprt ul li{font:normal 12px/30px Arial, Helvetica, sans-serif; color:#4e4e4e; text-align:center; text-transform:uppercase; float:left; border-left:1px solid #bbbbbb; width:244px;}
.menuprt ul li:first-child{ border-left:none;}
.menuprt ul li a{font:normal 12px/30px Arial, Helvetica, sans-serif; color:#4e4e4e;}
.menuprt ul li a:hover{color:#000;}

.middlepart{width:100%; float:left;}
.bannersec{width:100%; height:316px; margin:auto; background:url(../images/arrowreds2.png) no-repeat center bottom; position:relative; z-index:100; text-align:center;}
.bannersecmidcnt{width:100%; height:257px; background:url(../images/bannercnt.jpg) no-repeat center;}
.bannersecmid{width:100%; height:257px; background:url(../images/banner.jpg) no-repeat center;}
.bannersecmidprint{width:100%; height:257px; background:url(../images/banner_print.jpg) no-repeat center;}
.bannersecmidwh{width:100%; height:257px; background:url(../images/banner_wh.jpg) no-repeat center;}
.bannersecmidinr{width:982px; margin:0 auto;}
.blackprt{width:299px;  padding:25px 20px 30px 45px; background:url(../images/bnrmid.png) repeat; margin:32px 85px 0 0; float:right; }
.blackprt h3{font:bold 16px/18px Arial, Helvetica, sans-serif; color:#fff; text-align:left; padding:0 0 25px 0;}
.blackprt p{font:normal 14px/18px Arial, Helvetica, sans-serif; color:#fff; text-align:left;}
.blackprt p a{font:normal 14px/18px Arial, Helvetica, sans-serif; color:#fb0b0e; }

.bodysec{width:100%; float:left;}

.containerprt{width:980px; margin:-52px auto 0; min-height:300px;  border-left:1px solid #ccc; border-right:1px solid #ccc; padding-top:50px; background-color: #F9F9F9 }
.containerprt h4{font:bold 22px/24px Arial, Helvetica, sans-serif; color:#000; text-align:left; padding:0 0 0 30px}
.containerprt p{font:normal 12px/16px Arial, Helvetica, sans-serif; color:#000; text-align:left; margin:35px 0 0 0; padding:0 30px}


.footerpart{width:100%; float:left; margin:0 0 0 0; }
.footerpartinr{
	width:980px;
	min-height:156px;
	margin:0 auto;
	border-right-width: 1px;

	border-left-width: 1px;
	border-right-style: solid;

	border-left-style: solid;
	border-right-color: #000000;

	border-left-color: #000;
}

.copyRight{
	float:left;
	width:320px;
	height: 10px;
}
.copyRight p{ font:normal 12px/16px Arial, Helvetica, sans-serif; color:#000; float:left; margin:3px 0 0 1px; padding:0 0 0 0; text-decoration:none; text-transform:none;}
.footmenu{
	width:587px;
	height:10px;
	float:right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.footmenu ul{padding:0; margin:0; float:right; color:#666666;}
.footmenu ul li{font:normal 12px/15px Arial, Helvetica, sans-serif; color:#4e4e4e; float:left; border-left:1px solid #bbbbbb; padding:0 30px; }
.footmenu ul li a{font:normal 12px/15px Arial, Helvetica, sans-serif; color:#000000;}
.footmenu ul li a:hover{ text-decoration:underline;}
.footmenu ul li:first-child{border:none;}

.lastl{border:none;}


.dropdown-menu {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}





.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block; margin-top:8px; margin-left:35px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 13px;
  margin-left: 11px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 45px;
  z-index: 1000;
  display: none;
  float: left;
  width:120px !important;
  padding: 4px 0 0;
  margin: 1px 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box; margin-left:80px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}


.dropdown-menu a {
  display: block;
  padding: 3px 20px !important;
  clear: both;
  font-weight: normal; line-height:18px !important;
  color: #333333; border:none !important;
  white-space: nowrap;
}


.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ccc;
  text-decoration: none;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}





.btn-group { margin-left:20px;
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 10px; margin-top:0px;
  
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  /*-webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;*/
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 4px;
  *padding-bottom: 4px;
  padding-left: 10px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background:#fff;
}

.btn-group.open .btn.dropdown-toggle {
  width:122px;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #006e91;
}



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
background:none;
  border: 1px solid #FF1619;
 
 
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {

}

.btn:active,
.btn.active {

}

.btn:first-child {
  *margin-left: 0; width:122px;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  
  /* Buttons in IE7 don't get borders, so darken on hover */


}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-primary.active,
{
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary,
.btn-primary:hover,
 {
  color: #ffffff;

}


.btn-primary {
  background-color: #6dbdd5;
  *background-color: #006e91;
  background-image: -ms-linear-gradient(top, #6dbdd5, #006e91);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6dbdd5), to(#006e91));
  background-image: -webkit-linear-gradient(top, #6dbdd5, #006e91);
  background-image: -o-linear-gradient(top, #6dbdd5, #006e91);
  background-image: -moz-linear-gradient(top, #6dbdd5, #006e91);
  background-image: linear-gradient(top, #6dbdd5, #006e91);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#006e91', endColorstr='#6dbdd5', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow:none;
}



.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #006e91;
  color: #fff;
}


#tcontent1n p{ float:left; }


/* pt - mini menu */
.clear {font-size:0; line-height:0; height:0; margin:0; padding:0; clear:both;}
.pt-tabs {}
.pt-tabs h4{padding-left: 307px; margin-bottom:20px;}
.pt-tabs .pt-left {
	width:235px;
	float:left;
	padding-right: 15px;
/*	border-right: 1px dotted black;  removed, but added as left border to pt-tabs */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pt-tabs .pt-right {border-left: 1px dotted black;	width:464px; float:left; padding-left: 55px; margin: 20px 0px;}
.pt-tabs .pt-tab-header {float: right; list-style: none; padding:10px;}
.pt-tabs .pt-tab-header a{ text-align:right; display:block; padding-left: 15px; white-space:nowrap; line-height: 1.5em;color: black; font-weight:bold; padding:10px;}
.pt-tabs .pt-tab-header a.active{ font-weight:bold;text-decoration:underline;}
.pt-tabs .pt-tab-header a:hover{text-decoration:underline;}
.pt-tabs .pt-tab-header a span{}
.pt-tabs .pt-tab-ctn {display:none;}
.pt-tabs .pt-tab-ctn p{padding:0; margin:0px 0px 1em 0px;}



/* Contact Form elemmants */

.divcontainer{width:375px; padding:2px; margin-bottom:3px;float:left;}
.label{width:120px; font-size:13px; float:left; color:#000000;}
.textcontainer{width:250px; font-size:12px; float:left;}
.contact_input { padding:5px; width:220px; color:#000000;}

.contactbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.contactbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.contactbtn:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.button_contact{
	border: 1px solid #BBBBBB;
    color: #4E4E4E;
    float: left;
    font: 12px/30px Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
	height:30px;
}

.button_contact:hover{color:#000000;}

/* Footer error: On Chrome we make a little trick: */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /* .footerpart {position:relative;top:16px} */
	.pt-tabs {margin-bottom:-20px;}
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;}
#toTopHover {
	background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);}
#toTop:active, #toTop:focus {
	outline:none;}

form input[type="file"] {
	color:#000;
}

iframe {display:none;}
