@charset "utf-8";
/* CSS Document */
/*------------------- Portfolio -------------------*/
.PortfolioScreen 
{
	margin: 0 auto;
	margin-top: 20px;
	margin-left:400px;
	width: 480px;
	height: 451px;
	background: url(../images/PortfolioSection-Bg.png) no-repeat;
}

.PortfolioMainNavig 
{
	width: 480px;
	height: 36px;
	margin: 0;
	padding: 0;
}
.PortfolioMainNavig ul 
{
	height: 36px;
	width: 400px;
	list-style: none;
	margin-left: 12px;
	float: left; 
}

.PortfolioMainNavig ul li 
{
	padding-top: 3px;
	height: 33px;
	float: left;
	margin-right: 10px;
}
.PortfolioMainNavig ul li a 
{
	float: left;
	line-height: 30px;
	height: 30px;
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	color: #00235d;
	padding: 0px 18px;
	text-decoration: none;
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

.PortfolioMainNavig ul li a:hover
{
	color: #005bf0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}

.NavigWeb {
	background: url(../images/PortfolioWebBg.gif) no-repeat;
}
.NavMultimedia {
	background: url(../images/PortfolioMultimediaBg.gif) no-repeat;
}
.NavVideo {
	background: url(../images/PortfolioVideoBg.gif) no-repeat;
}
.NavIdentity {
	background: url(../images/PortfolioIdentityBg.gif) no-repeat;
}
.ClouseButton {
	float: right;
	width: 23px;
	height: 23px;
	margin: 8px 15px 0px 0px;
}
.ClouseButton a {
	width: 23px;
	height: 23px;
	display: block;	
	background:url(../images/CloseButton_Welcome.gif) no-repeat;
}
.ClouseButton a:hover {
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}
.ThumbNavig {
	width: 465px;
	height: 68px;
	padding: 3px 10px 8px 5px;
	margin-bottom: 13px;
}
.ThumbNavig ul {
	list-style: none;
}
.ThumbNavig ul li {
	float: left;
	
}
/*.ThumbNavig ul li a {
	width: 28px;
	height: 28px;
	display: block;
	border: solid 1px #4f75b3;
	background: #6687bd;
	margin: 5px 0px 0px 5px;	
}
.ThumbNavig ul li a img {
	border: none;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.ThumbNavig ul li a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100);	
}*/
/*-----------------ACTIVE THUMBS-------------------*/
.imgTagActive img
{
	width: 28px;
	height: 28px;
	display: block;
	border: solid 1px #4f75b3;
	background: #6687bd;
	margin: 5px 0px 0px 5px;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100);
}

.imgTagInactive
{
	width: 28px;
	height: 28px;
	display: block;
	border: solid 1px #4f75b3;
	background: #6687bd;
	margin: 5px 0px 0px 5px;
}

.imgTagInactive img
{
	border: none;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.imgTagInactive:hover img
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100);	
}


/*-------------------------------------------------*/

.PortfolioImageScreen 
{
	padding: 0px 1px;
	width:478px;
	height:251px;
}

.PortfolioImageScreen div.LoaderDiv
{
	margin:0 auto;
	width:43px;
	height:11px;
	display:block;
	position:relative;
	padding-top:100px;
}

.PortfolioScreen * {
	z-index: 101;
	position:relative;
}
.PortfolioScreen h2 {
	height: 24px;
	line-height: 25px;
	padding-top: 1px;
	font-size: 12px;
	color: #fff;
	padding-left: 17px;
	font-weight: normal;
}
.PortfolioScreen span {
	height: 39px;
	padding: 6px 10px 0px 17px;
	font-size: 11px;
	color: #cdd8eb;
	display: block;
	line-height: 17px;
}
/*------------------- ContactUs -------------------*/
.ContactUsScreen 
{
	margin: 0 auto;
	margin-top: 20px;
	margin-left:490px;
	width: 318px;
	height: 318px;
	background: url(../images/ContactFormBackground.png) no-repeat ;
	padding:12px 21px 0px 21px;
}

.ContactUsHeader
{
	background:url(../images/ContactUsIconTop.png) no-repeat;
	height:31px;
}

.ContactUsHeader span
{
	margin-left:38px;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:6px;
	display:block;
}

.ContactUsContent
{
	margin-top:4px;
}

.InputInForm
{
	background:url(../images/InputTextFormBg.png) no-repeat;
	border:none;
	width:311px;
	height:21px;
	margin-bottom:8px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
}

.TextAreaInForm
{
	background:url(../images/ImageFormTextAreaBg.png) no-repeat;
	border:none;
	width:311px;
	height:151px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
	white-space:nowrap;
	display:block;
}

.FormButtonSend
{
	background:url(../images/FormSendButton.png) no-repeat;
	width:82px;
	height:32px;
	border:none;
	cursor:pointer;
	float:right;
	margin-right:10px;
	margin-top:-38px;
	position:relative;
	z-index:100;
}

.ContentInfo
{
	color:#FFFFFF;
	padding-top:8px;
	float:left;
}

.FormValidateText
{
	float:left;
	color:#00102d;
	margin-top:20px;
	margin-left:115px;
	font-size:13px;
	display:none;
}

/*---------------------VALIDATION CLASSES---------------------------*/

.FormValidateTextFalse
{
	color:#00102d;
	margin-top:20px;
	font-size:13px;
	display:block;
	text-align:right;
}	

.InputEmpty
{
	background:url(../images/InputTextFormBg_Req.png) no-repeat;
	border:none;
	width:311px;
	height:21px;
	margin-bottom:8px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
}

.TextAreaEmpty
{
	background:url(../images/ImageFormTextAreaBg_Req.png) no-repeat;
	border:none;
	width:311px;
	height:151px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
	white-space:nowrap;
	display:block;
}

.FocusClass
{
	background:url(../images/InputTextFormBg_Focus.png) no-repeat;
	border:none;
	width:311px;
	height:21px;
	margin-bottom:8px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
}

.FocusClassArea
{
	background:url(../images/ImageFormTextAreaBg_Focus.png) no-repeat;
	border:none;
	width:311px;
	height:151px;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:3px;
	font-family:Tahoma;
	font-size:15px;
	white-space:nowrap;
	display:block;
	overflow:hidden;
}

/*----------------------WELCOME SCREEN-----------------------------*/

.WelcomeScreen
{
	background:url(../images/WelcomeScreen.png) no-repeat;
	width:173px;
	height:292px;
	margin:0 auto;
	margin-top:20px;
	margin-left:550px;
	text-align:center;
	padding:16px 17px 0px 14px;
}

.WelcomeScreenHeader
{
	font-family:Tahoma;
	font-size:13px;
	float:left;
	height:23px;
	display:block;
	cursor:move;
}

.CloseButton 
{
	float: left;
	width: 23px;
	height: 23px;
	margin: -3px 0px 0px 17px;
}

.CloseButton a 
{
	width: 23px;
	height: 23px;
	display: block;	
	background: url(../images/CloseButton_Welcome.gif) no-repeat;
}

.CloseButton a:hover 
{
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

.WelcomeContent
{
	float:none;
	clear:both;
	margin-top:40px;
	text-align:left;
	line-height:15px;
	color:#FFFFFF;
	padding:1px;
}
.WelcomeContent ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:5px;
	padding-left:7px;
}
.WelcomeContent  a{
	text-decoration:none;
	color:#fff;
	line-height:10px;
	font-weight:bold;
	
}
.WelcomeContent a:hover{
	text-decoration:underline;
}
/*-----------------------------------------------------------------*/

/*-------------------ABOUT US--------------------------------------*/

.AboutUsScreen
{
	width:606px;
	height:368px;
	background:url(../images/AboutUs_Bck_1.png) no-repeat;
	margin:0 auto;
	margin-top:20px;
	margin-left:330px;
}	

.AboutUsContent
{
	width:201px;
	height:361px;
	float:left;
}

.WhyUsContent
{
	width:199px;
	height:362px;
	float:left;
}

.ServicesContent
{
	width:199px;
	height:362px;
	float:left;
}

.AboutUsHeader
{
	width:114px;
	height:32px;
	background:url(../images/AboutUsHeader.png) no-repeat;
	margin:10px 0px 0px 17px;
	display:block;
	cursor:move;
}

.WhyUsHeader
{
	width:118px;
	height:32px;
	background:url(../images/WhyUsHeader.png) no-repeat;
	margin:10px 0px 0px 17px;
	display:block;
}

.ServicesHeader
{
	width:118px;
	height:32px;
	background:url(../images/ServicesHeader.png) no-repeat;
	margin:10px 0px 0px 17px;
	display:block;
}

.AboutUsHeader span
{
	color:#FFFFFF;
	display:block;
	margin:10px 0px 0px 37px;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	padding-top:4px;
}

.WhyUsHeader span
{
	color:#FFFFFF;
	display:block;
	margin:10px 0px 0px 37px;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	padding-top:4px;
}

.ServicesHeader span
{
	color:#FFFFFF;
	display:block;
	margin:10px 0px 0px 37px;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	padding-top:4px;
}

.TheContentAbout
{
	text-align:left;
	color:#FFFFFF;
	padding-left:17px;
	padding-right:6px;
	line-height:16px;
	margin-top:6px;
}

.TheContent
{
	text-align:left;
	color:#FFFFFF;
	padding-left:17px;
	padding-right:16px;
	line-height:16px;
	margin-top:6px;
}

.TheContent ul li
{
	list-style:none;
	text-indent:20px;
	font-weight:bold;
}

.CloseButtonAboutUs
{
	width:23px;
	height:23px;
	float:left;
	position:relative;
	z-index:100;
}

.CloseButtonAboutUs a
{
	background:url(../images/CloseButton_Welcome.gif) no-repeat;
	width: 23px;
	height: 23px;
	display: block;	
	margin:-243px 17px 0px 170px;
}

.CloseButtonAboutUs a:hover 
{
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

/*-----------------------------------------------------------------*/

