@charset "utf-8";

/* CSS Document */





body{

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#808080;

	background:#121212;

	padding-top:10px !important;

}



a{

	color:#0087ff;

}

p{line-height:22px;}

.blue-text{color:#0087ff;}



#wrapper{

	width:1001px;

	margin:0 auto;

}



.left-collumn{

	float:left;

	border:5px solid #181818;

	padding:0 15px 11px 13px;

	background:url(../images/left_collumn_bg.png) no-repeat center top;

	min-height: 668px;

	height:auto !important;

	height:668px;

}





#logo{

	padding:22px 43px 39px 45px;

}



/*#menu ul li{

	padding-bottom:3px;

	border-bottom:1px solid #232323;

}



#menu ul li a{

	font-size:19px;

	color:#898c8e;

	text-transform:uppercase;

	display:block;

	width:242px;

	height:45px;

	padding-top:16px;

	text-align:center;

}



#menu ul li a:hover{

	border:6px solid #232323;

	color:#0087ff;

	background:url(../images/menu-hover.png) no-repeat center;

	width:230px;

	height:38px;

	padding-top:11px;

}*/



.right-collumn{

	float:right;

	border:5px solid #181818;

	padding:9px 7px 18px 8px;

	width:683px;

	min-height:652px;

	height:auto !important;

	height:652px;

}









/*...........................navigation.......................*/





ul#navigation {

position:relative;

/*left:20%;

top:200px;*/

}

ul#navigation li{

	position:relative;

	margin: 0px;

	padding: 0;

	overflow: hidden;

	width:242px;

	height:67px;

	text-align:center;

	padding-bottom:3px;

	border-bottom:1px solid #232323;

}



ul#navigation a { 

	font-size:19px;

	color:#898c8e;

	text-transform:uppercase;

	display:block;

	width:242px;

	height:36px;

	padding-top:25px;

	text-align:center;

	position:relative;

	z-index:2;

}

ul#navigation a:hover {

	color:#0087ff;

	width:242px;

	height:57px;

	padding-top:25px;/*

	border:6px solid #232323;*/

}

ul#navigation li span{

position:absolute;

background:url(../images/menu-hover.png) no-repeat center 6px;

overflow: hidden;

z-index:1;

}



.inner-links{}

.inner-links a{margin:0 5px 10px 0; background:#1A1A1A; padding:5px; border:1px solid #1A1A1A;}

.inner-links a:hover{border:1px solid #333;}

.inner-links a.active{border:1px solid #333;}



.navmenu-active{
	background:url(../images/menu-hover.png) no-repeat center 6px;
	height:100% !important;
	color:#0087FF !important;
}


/*........................slider content......................*/





.slider-wrap{

	padding:11px 11px 9px 11px;

	background:#1a1a1a;

	display:inline-block;

	margin-bottom:19px;

}	

.stripViewer .panelContainer 

.panel ul									{ text-align: left; margin: 0 15px 0 30px; }

.stripViewer								{ position: relative; overflow: hidden; width: 662px; height: 372px; margin-bottom:8px; }

.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }

.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 662px; }

.stripNavL, .stripNavR, .stripNav			{ display: none; }

.nav-thumb 									{ border: 1px solid black; /*margin-right: 5px;*/ border:3px solid #2e2e2e; }

#movers-row									{ margin: 0 auto; }

#movers-row div								{ /*width: 20%;*/ float: left; margin:0 auto; }

#movers-row div a.cross-link 				{ float: right; }

.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 30px; 

											  margin-top: -50px; position: relative; z-index: 9999; color: white; font-size:12px; font-weight:normal;}

.photo-meta-data span 						{ /*font-size: 13px;*/ }

.cross-link									{ display: block; /*width: 62px;*/ float:left; margin-right:5px; /*margin-top: -14px;*/ margin-bottom: 4px;

											  position: relative; /*padding-top: 11px;*/ z-index: 9999; border:1px solid #333;}

.active-thumb 								{ /*background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;*/ border:1px solid #0087FF; }

.slider-thumb{

	margin:0 auto;

	display:block;

	/*width:585px;*/

}





/*........................body-content................*/



.body-content{

	/*padding:0 8px;*/

}



.pad-bot{

	padding-bottom:27px;

}





.contact-text-style{

	color:#b5b5b5;

	text-align:center;

	font-weight:normal;

	font-size:16px;

}





/*..........................footer...................*/



.footer{

	text-align:right;

	padding:18px 5px;

	font-size:11px;

}


.pad20x40font-size{
	padding:0 20px 0 40px;
	font-size:15px;
}

.text-color{
	color:#CCCCCC;
}

ul li{
	padding-left:20px;
}

.text-style{
	font-style:italic;
}



.home-thumb{float:left; margin:0 12px 12px 0;}

/*----------- contact us form ------------*/
.contact-form{
	/*width:480px;*/
	margin:20px auto;
	background: /*url(../images/contact-bg.jpg) no-repeat bottom left*/ #181818;
	padding:10px 100px;
	border:1px solid #232323;
}
.form-left-column{
	float:left;
	width:150px;
	height:20px;
	text-align:right;
	margin:0 10px 5px 0;
	padding:5px 0 0 0;
}
.form-right-column{
	float:left;
	width:210px;
	margin:0 0 5px 0;
}
.text-field{
	width:200px;
	height:21px;
	border:1px solid #808080;
	background:#808080;
	padding:2px 3px 0 3px;
}
.text-field:focus{
	background:#e8f3e2;
	border:#e8f3e2;
}
.text-area{
	width:200px;
	height:100px;
	border:1px solid #808080;
	background:#808080;
	background:;
	padding:2px 3px 0 3px;
}
.text-area:focus{
	border:1px solid #e8f3e2;
	background:#e8f3e2;
}
.butn{
	width:76px;
	height:29px;
	background:url(../images/send.jpg) no-repeat;
	border:none;
}
.alert{
	padding:10px 0 10px 160px;
	color:#FF0000;
}