* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
	
}
html {
	min-width:935px;
}
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#98919f;
	background: #000;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}




/*==== GLOBAL =====*/
.container {
	width:935px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {

	background:#406; //background:url(http://inc.beglec.com/images/header-bg.jpg) no-repeat 50% 50% #370159;
	height:100px;
	position:relative;
}
#header.small {
	height:290px;
}
	#content .aside {
		float:left;
		width:200px;
		margin-right:26px;
		padding-top:0px;
	}
	#content .mainContent {
		float:left;
		width:703px;
	}
#footer {
	height:66px;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#0293d6; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
}
	h2.alt {
		letter-spacing:-1px;
	}
h3 {
	font-size:1em;
	color:#fff;
	font-weight:normal;
	margin-bottom:17px;
}
h4 {
	font-size:13px;
	font-weight:normal;
	margin-bottom:9px;
	padding-top:11px;
}

.link1 { 
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
	color:#fff;
}

.link2 { 
	color:#fff;
}

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	width:100%;
	overflow:hidden;
}
	.title a {
		padding-top:5px;
	}


/*==================boxes====================*/
.box {
	background:#1a1123;
	width:100%;
}
	.box .inner { 
		padding:25px 30px 30px 27px;
	}
	
.box1 {
	background:#231a2c;
	width:100%;
	font-size:10px;
	color:#918d96;
	line-height:11px;
	text-transform:uppercase;
}
	.box1 .left-top-corner {
		background:url(http://inc.beglec.com/images/left-top-corner.gif) no-repeat 0 0;
	}
	.box1 .right-top-corner {
		background:url(http://inc.beglec.com/images/right-top-corner.gif) no-repeat 100% 0;
	}
	.box1 .right-bot-corner {
		background:url(http://inc.beglec.com/images/right-bot-corner.gif) no-repeat 100% 100%;
	}
	.box1 .left-bot-corner {
		background:url(http://inc.beglec.com/images/left-bot-corner.gif) no-repeat 0 100%;
	}
	.box1 .inner {
		padding:24px 25px 20px 20px;
	}
		.box1 strong {
			display:block;
			font-weight:bold;
			color:#fff;
			font-size:13px;
			line-height:1.2em;
			padding-bottom:5px;
		}
		.box1 p {
			margin-bottom:11px;
		}
		.box1 .img-indent {
			margin-right:10px;
		}
	



/*===== header =====*/
#header .row-1 {
	height:81px;
	background:url(http://inc.beglec.com/images/header-top.jpg) 0 0 repeat-x;
}
	#header .row-1 .bg {
		//background:url(http://inc.beglec.com/images/header-bg.jpg) no-repeat 50% 0;
		height:81px;
	}
	#header .nav {
		float:left;
	}
		#header .nav li {
			float:left;
			padding-right:1px;
		}
			#header .nav li a {
				float:left;
				font-size:14px;
				line-height:1.2em;
				color:#fff;
				text-decoration:none;
				padding:30px 0 24px 0;
				width:122px;
				text-align:center;
				text-transform:uppercase;
			}
		
		#header .nav li.item1 a:hover, #header .nav li.item1 a.current {
			background:#0293d6;
		}
		#header .nav li.item2 a:hover, #header .nav li.item2 a.current {
			background:#2553b7;
		}
		#header .nav li.item3 a:hover, #header .nav li.item3 a.current {
			background:#603084;
		}
		#header .nav li.item4 a:hover, #header .nav li.item4 a.current {
			background:#a11a5a;
		}
		#header .nav li.item5 a:hover, #header .nav li.item5 a.current {
			background:#ec2e33;
		}
		#header .nav li.item6 a:hover, #header .nav li.item6 a.current {
			background:#f45e24;
		}
		
	#header .row-1 .fright {
		padding:10px 17px 0 0;
	}
	
#header .row-2 .logo {
	padding:221px 18px 0 0;
	text-align:right;
}
	#header.small .row-2 .logo {
		padding-top:109px;
	}

/*===== content =====*/
#content .indent {
	padding:16px 0 30px 5px;
}
#content .indent1 {
	padding:36px 20px 30px 5px;
}
	#content .indent .indent {
		padding:0 0 20px 0;
	}
#content .top-bg {
	background:url(http://inc.beglec.com/images/content-top-bg.jpg) 50% 0 no-repeat ;
}
#content .row-1 {
	background:url(http://inc.beglec.com/images/content-bg1.gif) 0 0 #10081a;
}
#content .row-2 {
	background:url(http://inc.beglec.com/images/content-bg2.gif) 0 0 #07030d;
}
	#content .row-2 h2 {
		padding-top:10px;
	}
	
	
	#content .section {
		padding-bottom:20px;
	}
	
	
	
/* container for slides */
.slider-box {
	position:relative;
	height:300px;
}

.images {
	background:#231a2c;
	position:relative;	
	height:284px;
	width:703px;
	cursor:pointer;
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:284px;
	font-size:13px;
	line-height:19px;
	color:#98919f;
}

	.images div.slide img {
		margin:0px;
	}
	.images div.slide h3 {
		font-size:24px;
		line-height:1.2em;
		color:#fff;
		position:relative;
		top:-250px;
		left:40px;
		background: url('http://images.beglec.com/layoutnew/bgblack70.png');
		min-width:100px;
		max-width:250px;
		min-height:30px;
		padding: 10px;
	}
	
	.images div.slide div.bg {
		margin:0px;
		
		width:703px;
		height:284px;
	}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	left:458px;
	top:244px;
}

/* single tab */
.tabs a {
	width:10px;
	height:10px;
	float:left;
	margin-right:4px;
	background:url(http://inc.beglec.com/images/pag1.gif) no-repeat 0 0;
	display:block;
	font-size:1px;		
}



/* mouseover state */
.tabs a:hover {
	background:url(http://inc.beglec.com/images/pag2.gif) no-repeat 0 0;      
}

/* active state (current page state) */
.tabs a.current {
	background:url(http://inc.beglec.com/images/pag2.gif) no-repeat 0 0;    
} 	

.forward {
	background:url(http://inc.beglec.com/images/next.gif) no-repeat 0 0;
	right:25px;
	top:234px;
}
.backward {
	background:url(http://inc.beglec.com/images/prev.gif) no-repeat 0 0;
	left:299px;
	top:234px;
}

/* prev and next buttons */
.forward, .backward {
	display:block;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	width:65px;
	height:28px;
	position:absolute;
	z-index:10;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


	
	.list1 dt {
		color:#fff;
		font-weight:bold;
	}
	.list1 dd {
		padding-bottom:25px;
	}
	
	.list2 li {
		background:url(images/arrow1.gif) no-repeat 0 6px;
		padding:0 0 5px 11px;
	}
	
	.testimonials li {
		text-align:right;
		color:#fff;
		padding-bottom:17px;
	}
	.testimonials li.last {
		padding-bottom:5px;
	}
		.testimonials li div {
			text-align:left;
			color:#98919f;
		}
	
	.products-list {
		width:100%;
		overflow:hidden;
	}
		.products-list li{
			float:left;
			padding:0 11px 9px 0;
		}
		.products-list li.last {
			padding-right:0;
		}
			.products-list li a {
				display:block;
				width:200px;
				height:75px;
				background:url(http://inc.beglec.com/images/btn-bg-sprite.gif) no-repeat 0 0;
				color:#918d96;
				font-size:10px;
				line-height:11px;
				text-transform:uppercase;
				text-decoration:none;
			}
			.products-list li a:hover, li.products-list a:hover {
				background-position:0 -75px;
				color:#b098c2;
			}
			
				.products-list li a span, li.products-list a span {
					display:block;
					padding:10px 10px 0 12px;
					overflow:hidden;
					cursor:pointer;
				}
				.products-list li a img, li.products-list a img {
					float:left;
					margin-right:10px;
				}
				.products-list li a strong {
					font-weight:bold;
					font-size:13px;
					line-height:1.2em;
					color:#fff;
					text-transform:uppercase;
					min-height:22px;
					height:auto !important;
					height:22px;
					display:block;
				}
				
	
	.solutions {
		width:100%;
		overflow:hidden;
	}
		.solutions li {
			float:left;
			width:348px;
			margin-right:7px;
			padding-bottom:9px
		}
		.solutions li.last {
			margin-right:0;
		}
/*===== footer =====*/
#footer {
	background:#406;
	color:#848795;
}
	#footer .bg {
		height:66px;
	}
		#footer .indent {
			padding:24px 0 0 5px;
		}
			#footer a {
				color:#848795;
			}


/*----- forms -----*/

/*==========================================*/

.newsitem{
  display:block; width:650px; height:60px; clear:both; margin:5px; padding:5px; overflow:hide;  font-family:Verdana; font-size:11px; color:#DDD; text-decoration:none;
}

.newsitem img{
 width:60px; height:45px;
 margin:3px 10px 3px 0px;
 border:none; float:left;
}

.newsitemh:hover{
 border:solid 1px; padding:4px;
}

div.nav a{
	color:#FFF;
	text-decoration:none;
}

.catbtn{
  display:block;
  text-align:center; width:120px; height:80px; margin:3px; 
  font-family:Verdana;
  font-size:11px;
  color:#000; 
  margin:5px;
  text-decoration:none; float:left;
  background:url(http://inc.beglec.com/images/prodtile-bg-sprite.gif) no-repeat 0 0;
  line-height:110%;
  font-weight:normal;
}

.catbtn:hover{
 background-position:0 -80px;
}

.catbtn img{
margin:3px 3px 1px 3px;
 border:none;
}

div .aside ul li{
 padding:2px;
 font-size:13px;
}
div .aside ul li a{

 text-decoration:none;
 display:block;
 color: #FFF;
}
div .aside ul li ul li a, div .aside ul li ul li span{
 margin-left:10px;
 color: #AAA;
}
div .aside ul li ul li ul li a{
 color: #777;
}
.map_canvas{
 height:500px;
 overflow:hidden;
 
}
.locations{
 display:block;
 height:500px;
 overflow-y:scroll;
 scrollbar-arrow-color: #FFF;
 scrollbar-face-color: #FFF;
 scrollbar-highlight-color: #222;
 scrollbar-3dlight-color: #444;
 scrollbar-shadow-color: #222;
 scrollbar-darkshadow-color: #222;
 scrollbar-track-color: #222;
}
.landbtn{
 font-weight:bold;
 font-size:12px;
 display:block;
 height:35px;
 border-bottom: solid 1px #222;
}
.landbtn:hover{
 background:#222;
}
.distri{
 display:block; margin:0px; padding:0px;
 font-size:9px;
}
.prodimg{
 margin-left:10px;
}
.download, .plink{
 display:block;
 text-align:left;
 text-decoration:none;
}

.download img, .plink img{
 margin:auto;
 width:16px;
 height:16px;
}

.downloads{
 max-height:90px;
 overflow:auto;
 vertical-align:bottom;
}

.links{
 vertical-align:bottom;
 margin-right:20px;
 height:90px;
 float:right;
}

.prodcont ul, .prodspec ul { list-style-type: circle; margin-left:20px; } 

.peopleitem{
 display:block; float:left; width:280px; height:70px; margin:5px 0px 5px 10px; padding:5px;  font-family:Verdana; font-size:11px; color:#DDD; text-decoration:none;
}

.peopleitem img{
 width:50px; height:63px;
 margin:3px 10px 3px 0px;
 border:none; float:left;
}
.nava:hover{
 color:#0293d6;
}
.prodnav{
 margin-left:10px;
}
.newsletter input, .newsletter select {
display:block;
color:#FFF;
background-color:#231a2b;
border:solid 1px #440067;
margin:2px 2px 4px 6px;
width:180px;
}

a img{
 text-decoration:none;
}