body{
	margin:0;
	padding:0;
	font:10px "Trebuchet MS", sans-serif;
	background:#000;
	.border-top: 5px solid black;
	_border-top: 5px solid black;
	color: #fff;	
	font-size: 12px;
}

a:link {
	color: orange;
}

a:hover {
	color: white;
}

a:visited {
	color: white;
}
a:active {
	color: white;
}
h1, h2, h4, p, ul, form{
	margin:0;
	padding:0;
}
h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 2px 0 4px 0;
}
ul{ list-style:none;}

.logo a, .promo-block h2 a, .promo-block h4{
	display:block;
	overflow:hidden;
	text-indent:-6666px;
}
hr {
	clear: both;
	visibility: hidden;
}
dl {
	position: relative;
	width: 500px;
	margin-bottom: 20px;
}
dt {
	clear: both;
	float:left;
	width:140px;
	padding: 4px 0px 2px 5px;
	text-align: right;
}
dd {
	float:left;
	width:330px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}
.scart {
	width: 200px;
}
.scart img {
	clear: right !important;
}
.catselect {
	width: 150px;
	height: 250px;
}

/*------------------ main page rotator ---------------- */



.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 0;
	width: 900px;
	height: 335px;
}
#box-1 {
	background-image: url(../images/bg_staff.jpg);
}
#box-1 h2 a {
	cursor: default;
	background-image: url(../images/text-whatever2.png);
}
#box-1 h4 {
	background-image: none;
}
#box-2 {
	background-image: url(../images/bg-index-page.jpg);
}
#box-2 h2 a {
	cursor: default;
	background-image: url(../images/text-whatever.png);
}
#box-2 h4 {
	background-image: url(../images/text-resource-making-job.png);
}
#box-4 {
	background-image: url(../images/bg3.jpg);
}
#box-4 h2 a {
	cursor: default;
	background-image: url(../images/text-whatever3.png);
}
#box-4 h4 {
	background-image: url(../images/text-resource-making-job.png);
}
#box-3 {
	background-image: url(../images/bg2.jpg);
}
#box-3 h2 a {
	cursor: default;
	background-image: url(../images/text-whatever2.png);
}
#box-3 h4 {
	background-image: url(../images/text-resource-making-job.png);
}
#box-5 {
	background-image: url(../images/bg4.jpg);
}
#box-5 h2 a {
	cursor: default;
	background-image: url(../images/text-whatever4.png);
}
#box-5 h4 {
	background-image: none;
}

/*--- HEADER CSS STYLES ---*/
.header-holder{
	clear:both;
	min-width:950px;
	background:url(../images/bg-header.gif) repeat-x;
}
#header{
	position:relative;
	z-index:300;
	width:950px;
	margin:8px auto 0;
	.margin:0px auto 0;
	_margin:0px auto 0;
	height:53px;
	}
.logo{
	position:absolute;
	left:20px;
	top:-8px;
}
.logo a{
	cursor:pointer;
	width:158px;
	height:73px;
	background:url(../images/logo.png) no-repeat;
}
/*--- menu css ---*/
#menu{
	float:right;
	margin:18px 24px 0 0;
	display:inline;
	height:35px;
}
#menu li{
	position:relative;
	float:left;
	height:35px;
	background:url(../images/menu-separator.gif) no-repeat 0 4px;
	padding:0 1px 0 2px;
}
#menu li.first{
	background:none;
	padding-left:0;
}
#menu a{
	float:left;
	display:block;
	cursor:pointer;
	height:35px;
	color:#ddc8dd;
	text-decoration:none;
}
#menu a span{
	float:left;
	display:block;
	padding:0 8px;
	height:35px;
	font-weight:bold;
	font-size:15px;
	line-height:35px;
}
#menu li:hover div, #menu li.hover div{ display:block;}
#menu li:hover a, #menu li.hover a, #menu a:hover{ 
	background:url(../images/bg-menu-lement-left.gif) no-repeat;
	color:#fff;
}
#menu li:hover a span, #menu li.hover a span, #menu a:hover span{ background:url(../images/bg-menu-lement-right.gif) no-repeat 100% 0;}
#menu div{
	display:none;
	position:absolute;
	left:2px;
	top:35px;
	width:210px;
	background:url(../images/bg-drop-menu-bottom.gif) no-repeat 0 100%;
	padding:0 0 13px 0;
}
#menu ul{
	overflow:hidden;
	width:197px;
	padding:13px 1px 3px 12px;
	background:url(../images/bg-drop-menu.gif) repeat-y;
}
#menu ul li{
	margin:0;
	padding:0;
	float:left;
	width:197px;
	background:none;
	height:25px;
}
#menu ul a{
	background:none !important;
	display:block;
	float:none;
	clear:both;
	font-size:12px;
	padding-left:10px;
	font-weight:normal;
	line-height:25px;
	height:25px;
	color:#fff;
	text-decoration:none;
}
#menu ul a:hover{ background:#1f1722 !important;}
/*--- FOOTER CSS STYLES ---*/
#footer{
	margin-top:2px;
	clear:both;
	min-width:960px;
}
#footer p{
	border-top:1px solid #211f21;
	padding:10px 0;
	width:960px;
	margin:0 auto;
	clear:both;
	text-align:center;
	color:#59535a;
	font-size:9px;
}

#footer a:link {
	color: #59535a;
}

#footer a:visited {
	color: #59535a;
}

#footer a:hover {
	color: #fff;
}

/*--- CONTENT CSS STYLES ---*/
.content-holder{
	clear:both;
	overflow:hidden;
	min-width:960px;
	border-bottom:2px solid #433e43;
	padding:10px 0 30px;
	background:#302130 url(../images/bg-content.gif) repeat-x;
}
#content{
	width:960px;
	margin:0 auto;
}
.title-holder{
	clear:both;
	overflow:hidden;
	height:71px;
	margin-top:4px;
	background:url(../images/bg-sub-page-title.gif) repeat-x;
}
.title-holder h1{
	margin:0 auto;
	width:890px;
	height:41px;
	background:url(../images/bg-sub-page-title.gif) repeat-x;
	font-size:30px;
	line-height:40px;
	padding:15px 35px;
	font-weight:normal;
	color:#302130;
}
/*--- content-text css ---*/
.content-text{
	padding:10px 0 0 40px;
	float:left;
	width:610px;
}
.content-text object {
	position: relative;
	z-index: 0;
}
.content-text ul {
	padding: 5px;
}

.content-text ul li{
	padding: 3px 0 3px 0;
}

.content-text-image {
	float:right;
	margin:0 2px 10px 24px;
}	
.content-text h2{
	color:#fff;
	font-size:17px;
	padding:6px 0 12px;
}
.content-text p{
	color:#fff;
	font-size:12px;
	line-height:30px;
	padding-bottom:10px;
}
.content-text img {
	clear: both;
}
.details {
	float: left;
	padding: 15px 0 0 0;
	width: 260px;
	margin-right: 30px;
}
.details h6 {
	font-size: 11pt;
	color: orange;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
.details p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 12pt;
}
.details select {
	margin: 5px 0 5px 0;
	width: 200px;
}
fieldset {
	margin-bottom:15px;
}
legend {
	font-size: 12pt;
	color: orange;
}
/*--- info block css ---*/
.info-block-holder{
	background-image:url(../images/bg-info-block.png);
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	float:right;
	width:280px;
	top:-85px;
}
.info-block{
	width:280px;
	min-height:400px;
}
* html .info-block{
	overflow:visible;
	height:400px;
}
.info-block .navigation{
	clear:both;
	overflow:hidden;
	width:230px;
	position:relative;
/* 	margin:32px 0 0 35px; */
	margin:32px 0 0 -11px;
}
.info-block .navigation li{
	float:left;
	width:230px;
	height:30px;
	padding:2px 0;
}
.info-block .navigation a{
	display:block;
	color:#b4a0b4;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
/*	padding-left:10px; */
	padding-left: 17px;
}
.info-block .navigation li.active{ background:#211621;}
.info-block .navigation li.active a, .info-block .navigation a:hover{ color:#fff;}
/*--- contact block css ---*/
.info-block .contact{ 
	margin:30px 10px 10px 46px;
	position:relative;
	z-index: 1000;
}
.info-block .contact h3{
	font-size:20px;
	color:#ffbc00;
}
.info-block .contact ul{
	margin-top:10px;
	font-size:12px;
	line-height:24px;
	color:#fff;
}
.info-block .contact a{ color:#fff;}
.info-block .contact a:hover{ text-decoration:none;}
/*--- promo-block css ---*/
.promo-block-holder{
	background:#060406 url(../images/bg-promo-block.gif) repeat-x;
	border-bottom:8px solid #4e364e;
	min-width:900px;
	clear:both;
}
.promo-block{
	margin:0 auto;
	position:relative;
	z-index:1;
	width:900px;
	height:335px;
	background:url(../images/bg-index-page.jpg) no-repeat;
}
.promo-block h2{
	position:absolute;
	left:323px;
	top:118px;
}
.promo-block h2 a{
	width:530px;
	cursor:pointer;
	height:86px;
	background:url(../images/text-whatever.png) no-repeat;
}
.promo-block h4{
	position:absolute;
	left:361px;
	top:170px;
	width:448px;
	height:41px;
	background:url(../images/text-resource-making-job.png) no-repeat;
}
/*--- holder css ---*/
.holder-holder{
	clear:both;
	min-width:960px;
	border-top:1px solid #7c727c;
}
.holder{
	width:960px;
	margin:0 auto;
	padding-bottom:13px;
	border-bottom:2px solid #433e43;
	overflow:hidden;
}
/*--- welcome-block css ---*/
.welcome-block{
	width:648px;
	float:left;
	display:inline;
	margin:4px 0 0 30px;
}
.welcome-block h3{
	height:30px;
	background:url(../images/bg-caption-1.gif) repeat-x;
	font-size:15px;
	line-height:30px;
	padding-left:7px;
	color:#fff;
}
.welcome-block p{
	padding:18px 85px 0 7px;
	color:#fff;
	font-size:14px;
	line-height:35px;
}
.welcome-block p a{ color:#fff;}
.welcome-block p a:hover{ text-decoration:none;}
/*--- adjustor-tools css ---*/
.adjustor-tools{
	float:right;
	display:inline;
	margin:4px 30px 0 2px;
	width:250px;
}
.adjustor-tools h3{
	height:30px;
	background:url(../images/bg-caption-2.gif) repeat-x;
	font-size:15px;
	line-height:30px;
	padding-left:7px;
	color:#fff;
}
.adjustor-tools ul{
	clear:both;
	width:220px;
	overflow:hidden;
	padding:17px 12px 10px 18px; 
	background:#1a131a;
}
.adjustor-tools ul li{
	float:left;
	width:220px;
	padding:6px 0;
}
.adjustor-tools ul a{
	display:block;
	width:210px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	background:url(../images/bg-adjustor-tools-element.gif) repeat-y;
}
.adjustor-tools ul a:hover {
	background:#463046;
}

/* -----------GALLERY CSS ---------------*/
.searchBox
{
	padding:3px;
	font-weight:bold;
}

.searchButton
{
	padding:1px 7px 1px 7px;
	font-weight:bold;
	margin-left:4px;
	border-style:outset;
}

.content-text table td {
	vertical-align: top;
}

.catCont1 {
	text-align: center;
	padding: 10px 30px;
	width: 80px;
}

.catCont1 a:link, .catCont1 a:visited, .catCont1 a:hover 
{
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
}

.breadcrumb a:link {
	color: orange;
	font-size: 10px;
}
.breadcrumb a:visited {
	color: orange;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: white;
	font-size: 10px;
}

/* Contact Form */
.smalltext {
	font-size: 10px;
	color: silver;
}

.area {
	padding: 0 0 10px 0;
}


 /* TOOLTIPS */
    
#bubble_tooltip{
width:147px;
position:absolute;
display:none;
}

#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:Black;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

/* PRODUCTS PAGE */
.prodWidth
{
    width:100%
}
img { 
	behavior: url(iepngfix.htc); 
}