﻿/*Master Page CSS*/

.MainTable
{
	width:960px;
	text-align:center;
}

.Header
{
	text-align:center;
}

.HeadTitle
{
	border:0px;	
}

.btnHome
{
	background-image:url('../Images/contact.gif');
	width:160px;
	height:50px;
}

.btnHomeMo
{
	background-image:url('../Images/contact_on.gif');
	color:white;
	cursor:hand;
	width:160px;
	height:50px;
}
.btnAbout
{
	background-image:url('../Images/imap.gif');
	width:160px;
	height:50px;
}

.btnAboutMo
{
	background-image:url('../Images/imap_on.gif');
	color:white;
	cursor:hand;
	width:160px;
	height:50px;
}
.btnProjects
{
	background-image:url('../Images/gallery.gif');
	width:160px;
	height:50px;
}

.btnProjectsMo
{
	color:white;
	cursor:hand;
	background-image:url('../Images/gallery_on.gif');
	width:160px;
	height:50px;
}
.btnNews
{
	background-image:url('../Images/about.gif');
	width:160px;
	height:50px;
}

.btnNewsMo
{
	background-image:url('../Images/about_on.gif');
	color:white;
	cursor:hand;
	width:160px;
	height:50px;
}
.btnContactUs
{
	background-image:url('../Images/home.gif');
	width:160px;
	height:50px;
}

.btnContactUsMo
{
	background-image:url('../Images/home_on.gif');
	color:white;
	cursor:hand;
	width:160px;
	height:50px;
}

/*End Of Master Page CSS*/
/*Standard Layouts CSS*/

.TextTitle
{	
	font-size:22px;
	text-align:left;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:5px;		
}
.TextRegular
{
	width:800px;
	text-align:justify;
	padding-bottom:10px;
	padding-left:5px;
}

/*End Of Standard Layouts CSS*/

/*Project CSS*/
.Project
{
	border:thin gray outset;
	width:230px;
}

.ProjectTitle
{
	background-color:maroon;
	text-align:left;
	font-size:20px;	
	color:White;
	padding-left:5px;
}

.Project1Image
{
	background-image:url('../Images/Pictures/MallOfRussiaMO.jpg');
	height:200px;		
}

.Project1ImageMo
{
	background-image:url('../Images/Pictures/MallOfRussia.jpg');
	height:200px;		
	cursor:hand;
}

.Project2Image
{
	background-image:url('../Images/Pictures/OzerkovskayaMo.jpg');
	height:200px;		
}

.Project2ImageMo
{
	background-image:url('../Images/Pictures/Ozerkovskaya.jpg');
	height:200px;
	cursor:hand;		
}

.Project3Image
{
	background-image:url('../Images/Pictures/Project3Mo.jpg');
	height:200px;		
}

.Project3ImageMo
{
	background-image:url('../Images/Pictures/Project3.jpg');
	height:200px;
	cursor:hand;		
}

.Project4Image
{
	background-image:url('../Images/Pictures/HotelMo.jpg');
	height:200px;		
}

.Project4ImageMo
{
	background-image:url('../Images/Pictures/Hotel.jpg');
	height:200px;
	cursor:hand;		
}

.Project5Image
{
	background-image:url('../Images/Pictures/SaratovMallMo.jpg');
	height:200px;		
}

.Project5ImageMo
{
	background-image:url('../Images/Pictures/SaratovMall.jpg');
	height:200px;
	cursor:hand;		
}

.ProjectImage
{
    border:thin gray outset;
	width:230px;
	height:180px;
	cursor:hand;	
}

.DivLargePic
{
	position:absolute;
	background:#FFFFFF;
	border:thin navy outset;
	width:640px;
	height:480px;
	visibility:hidden;
}

.LargeImage
{
	width:640px;
	height:460px;
}

.tdLargeImage
{
	padding-left:80px;
}

.btnClose
{
	width:20px!Important;
	background:maroon;
	font-size:12px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:white;
	cursor:hand;
}
/*End Of Project CSS*/
