@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------/
	Layout: list classes
/----------------------------------------------*/

.vlist {
	margin: 0;
	padding-left: 0;
}
.vlist li, .vlist dt {
	clear: both;
	display: inline;
	float: left;
	list-style: none outside none;
	width: 100%;
}
.hlist {
	margin: 0;
	padding-left: 0;
}
.hlist li, .hlist dt {
	clear: none;
	display: block;
	float: left;
	list-style: none outside none;
	width: auto;
}
.ilist {
	margin: 0;
	padding-left: 0;
}
.ilist ul {
	margin: 0;
	padding-left: 0;
}
.ilist li, .ilist dt {
	clear: none;
	display: inline;
	float: none;
	list-style: none outside none;
	width: auto;
	margin: 0;
	padding-left: 0;
	padding-right:12px;
}

/*----------------------------------------------/
	Layout: web font
/----------------------------------------------*/
@font-face {
 font-family: 'DinCRegular';
 src: url('dinc-webfont.eot');
 src: url('dinc-webfont.eot?#iefix') format('embedded-opentype'),  url('dinc-webfont.woff') format('woff'),  url('dinc-webfont.ttf') format('truetype'),  url('dinc-webfont.svg#DinCRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'StenbergITCStdRegular';
 src: url('stenbergitcstd-webfont.eot');
 src: url('stenbergitcstd-webfont.eot?#iefix') format('embedded-opentype'),  url('stenbergitcstd-webfont.woff') format('woff'),  url('stenbergitcstd-webfont.ttf') format('truetype'),  url('stenbergitcstd-webfont.svg#StenbergITCStdRegular') format('svg');
}
.stenberg {
	font-family: "StenbergITCStdRegular";
	text-transform: uppercase;
	font-size:1em!important;
}
.din {
	font-family: "DinCRegular";
	text-transform: uppercase;
}

/*----------------------------------------------/
	Layout: slideshow
/----------------------------------------------*/

#slideshow #slidesContainer {
  margin:0 auto;
  width:810px;
  height:138px;
  overflow:auto; /* allow scrollbar */
  position:relative;

}

#slideshow #slidesContainer .slide {
  width:790px!important; /* reduce by 20 pixels to avoid horizontal scroll */
  height:138px;
  font-size:11px;
  padding-top:10px;
}

.prodTable{
	width:790px;	
}
.prodTable	td{
	text-align:center;
	width:25%;
}

.control {
  display:inline;
  margin: 0 Auto;
  cursor: pointer;
}

#leftControl {
 /* float:left;*/
  position:absolute;
  z-index:200;
  margin-top:-80px;
  width:61px !important;
  height:30px !important;
  cursor:pointer;
  background:transparent url(img/control_left.png) no-repeat 0 0;
}
#rightControl {
 /* float:right; */
  position:absolute;
  z-index:200;
  margin-top:-80px;
  margin-left:904px;
  width:61px !important;
  height:30px !important;
  cursor:pointer;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}
	
/*----------------------------------------------/
	Layout: html & body
/----------------------------------------------*/

html, body {
	font-size: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0px;	
}
a:link {
	color: #3f7946;
	text-decoration: none;
	font-weight:bold!important;
}
a:visited {
	color: #3f7946;
	text-decoration: none;
	font-weight:bold!important;
}
a:hover {
	color: #d89c00;
	text-decoration: none;
	font-weight:bold!important;
}
a:active {
	color: #d89c00;
	text-decoration: none;
	font-weight:bold!important;
}
.divider{
	/* border-top:1px dotted #a2112a;	*/
	height:1px;
}
.head {
	min-height:170px;
	background-color:#9d3033;
	text-align: center;
	width:100%;
}
.head0 {
	position:absolute;
	top: 5px;
	margin-left:835px;
	z-index:100;
}
.head1 {
	width:810px;
	padding-left:20px;
	padding-top:43px;
	border-bottom:1px solid #cbcdcc;
	position:relative;
}
.head2 {
	height:26px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
}
.head2 a {
	color:#d6d5c9;
}
.head2 a:hover {
	color: #3f7946;
}

.head3 {
	/*height:56px;*/
	padding-left:20px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
}
.head3 a {
	color:#d6d5c9;
	font-size:10px;
	text-transform: uppercase;
}
.head3 a:hover {
	color: #3f7946;
	font-size:10px;
	text-transform: uppercase;
}
#logo1 {
	padding-bottom: 25px;
}
.container {
	width:965px;
	margin: 0 Auto;
	text-align:left;
}
.feature {
	height: 435px;
	background-color:#ebe9dc;
	background-image:url(img/bg-feature.png);
	background-repeat:repeat-x;
}

.content {
	min-height: 435px;
	background-color:#000;
	background-image:url(img/bg-feature2.png);
	background-repeat:repeat-x;
}

.mainContent{
	float:left;	
	background-color:#FFF;
	min-height: 425px;
	width:705px;
	padding:5px;
	font-size:12px;
}

.mainContent2{
	float:left;	
	background-color:#FFF;
	min-height: 435px;
	width:965px;
}

.sideBar{
	float:right;
	background-color:#323232;
	color:#FFF;
	font-size:11px;
	min-height: 425px;
	width:240px;
	padding:5px;
}

#contentArea {
	width: 965px;
	background-color:#323232;
	
	margin: 0 auto;
}

.products {
	height: 138px;
	background-color:#000;
}
.homeContentGrid {
	height:312px;
}
.banner {
	height:26px;
	border-bottom:1px solid black;
	background-color:#e5e4d8;
}
.twitter{
	overflow: auto;
	padding: 5px;	
	height: 283px;
}
.newsEvents {
	background-color:#f2c40a;
	height:173px !important;
	overflow:auto;
	border-bottom:1px solid black;
}

.newsEvents ul{
	padding-top:0px !important;
	margin-top:0px !important;
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 0;
}
.newsEvents li{
	border-top:1px dotted #ab1f2a;	
	color: #ab1f2a;
	list-style:none;
	font-size:.66em;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.twitter {
	background-color:#333333;
	height:273px!important;
	overflow:auto;
	border-bottom:1px solid black;
}

.twitter ul{
	padding-top:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 0;
}
.twitter li{
	border-top:1px dotted #ab1f2a;	
	color: #ab1f2a;
	list-style:none;
	font-size:.66em;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.twitterTXT{
	color:#FFF !important;	
}

.first{
	border:none !important;	
}

.homeContentGrid1 {
	width:285px;
	height:310px;
	float:left;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.homeContentGrid2 {
	width:285px;
	height:310px;
	float:left;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.homeContentGrid3 {
	width:393px;
	height:310px;
	float:left;
	border-top:1px solid black;
	background-color:#333333;
	border-bottom:1px solid black;
}
.video{
	background-color:#676767;
	height:109px;
	border-bottom:1px solid black;
}
.slideshow {
	border-bottom: 1px solid black;
	height:200px;
	overflow:hidden;
	background-color:#333;
}

.slideshow img{
	height:200px;
	width:285px;
	border:0px;
}
.separator{
	height: 1px; 
	border-top: 1px dotted rgb(162, 17, 42); 
	clear: both; 
	padding-bottom: 8px; 
	margin-top: 5px;	
}
.sharing {
	background-color:#828282;
	height:109px;
	border-bottom:1px solid black;
	background-position:right;
	background-image:url(img/bg-follow.png);
	background-repeat:no-repeat;
}

.brautv {
	background-color:#676767;
	height:109px;
	border-bottom:1px solid black;
	background-position:right;
	background-image:url(img/bg-video.png);
	background-repeat:no-repeat;
}


.footer {
	height: 187px;
	background-color:#000;
}
.footer1 {
	height: 138px;
	background-color:#323232;
	border-bottom:1px solid #555555;
	background-image:url(img/bg-footer1.png);
	background-repeat:repeat-x;
}
.footer1 table {
	border:none!important;
	padding:0px;
	margin:0px;
	width:100%;
}
.footer1, .footer1 a{
	color:#ceccbf !important;
	font-size:0.75em;
	text-transform: uppercase;
}
.footer1 address, .footer1 phone{
	color:#ceccbf !important;
	font-size:0.75em;
	text-transform: uppercase;
	font-style:normal;
}
.sectionHead {
	font-size:0.913em!important;
	font-weight:bold;
}
.footer2 {
	color:#4e4e4e;
	text-align:right;
	font-size:0.75em;
	padding-top:3px;
	padding-bottom:3px;
}
.scroll1 {
	background-color:#ebe9dc !important;
	background-image:url(img/bg-scroll.png);
	background-repeat:repeat-x;
}
.white {
	background-color:#FFF!important;
	background-image:none!important;
}
#news {
	width: 965px;
	margin: 0 auto;
}
#accordion {
	height: 435px;
	width: 965x;
	position: relative;
}
/* accordion header */
#accordion span.tab img {
	float: left;
	border: 1px solid #000;
	border-width: 0 0 0 1px;
	cursor: pointer;
}
/* currently active header */
#accordion span.current img {
	cursor: default;
}
#accordion div img {
	border: 0;
	float: none;
}
#accordion div {
	width: 0;
	float: left;
	display: none;
	height: 435px;
}
#accordion div p {
	margin: 0;
	padding: 25px 60px;
	width: 845px;
	height: 39px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
}
#accordion div p a {
	color: #4c4c4c !important;
	font-weight: bold;
	text-transform: uppercase;
}
#accordion span.current + div span.indicator {
	display: block;
	width: 14px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 20px;
}

/*  header */
# span.tab img {
 float: left;
 border: 1px solid #000;
 border-width: 0 0 0 1px;
 cursor: pointer;
}

/* currently active header */
# span.current img {
 cursor: default;
}
 # div img {
 border: 0;
 float: none;
}
.bold{
	font-weight:bold!important;	
}
.font-black{
	color:#000!important;	
}


/*----------------------------------------------/
	Layout: TinyBox Styles
/----------------------------------------------*/

#testdiv {
	width:600px;
	margin:0px auto;
	border:1px solid #ccc;
	padding:20px 25px 12px;
	background:#fff
}
.tbox {
	position:absolute;
	display:none;
	padding:14px 17px;
	z-index:900
}
.tinner {
	padding:15px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff url(img/preload.gif) no-repeat 50% 50%;
	border-right:1px solid #333;
	border-bottom:1px solid #333
}
.tmask {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	z-index:800
}
.tclose {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(img/close.png) no-repeat
}
.tclose:hover {
	background-position:0 -30px
}
#error {
	background:#ff6969;
	color:#fff;
	text-shadow:1px 1px #cf5454;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0
}
#error .tcontent {
	padding:10px 14px 11px;
	border:1px solid #ffb8b8;
	-moz-border-radius:5px;
	border-radius:5px
}
#success {
	background:#2ea125;
	color:#fff;
	text-shadow:1px 1px #1b6116;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10;
	-moz-border-radius:0;
	border-radius:0
}
#bluemask {
	background:#4195aa
}
#frameless {
	padding:0
}
#frameless .tclose {
	left:6px
}
.pressReleaseLogo{
	visibility:hidden;	
	display:none;
}