﻿body
{
	background-color: #d2edff;
}

.Header
{
	width: 1106px;
	height: 120px;
	/*background: url("Images/header.jpg");*/
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
}

img
{
	border-style: none;
}

.linkHome
{
	background:url(Images/header.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 120px;
}

.linkHome a
{
	left: 80px;
	top: 16px;
	height:90px;
	width:515px;
	display:block;
	position: relative;
}

.linkViewWork_off
{
	background:url(Images/viewWork_off.jpg);
	background-repeat: no-repeat;
	width: 91px;
	height: 120px;
}

.linkViewWork_off a
{
	left: 0px;
	top: 35px;
	height:20px;
	width:73px;
	display:block;
	position: relative;
}

.linkAbout_off
{
	background:url(Images/aboutContact_off.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 120px;
}

.linkAbout_off a
{
	left: 0px;
	top: 35px;
	height:20px;
	width:115px;
	display:block;
	position: relative;
}

.linkViewWork_on
{
	background:url(Images/viewWork_on.jpg);
	background-repeat: no-repeat;
	width: 91px;
	height: 120px;
}

.linkViewWork_on a
{
	left: 0px;
	top: 35px;
	height:20px;
	width:73px;
	display:block;
	position: relative;
}

.linkAbout_on
{
	background:url(Images/aboutContact_on.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 120px;
}

.linkAbout_on a
{
	left: 0px;
	top: 35px;
	height:20px;
	width:115px;
	display:block;
	position: relative;
}

.padding
{
	background:url(Images/padding.jpg);
	background-repeat: no-repeat;
}

/*.linkViewWork_off a
{
	height:50px;
	width:50px;
	display:block;
}

/*
.HeaderPadding
{
	background: #ffffff;
	float: right;
	height: 15px;
	width: 201px;
	position:fixed;
	top: 100px;
	left: 1100px;
}
/**/

.Content
{
	width: 950px;
	background-color: #ffffff;
	text-align:center;
	padding-top: 12px;
	padding-bottom: 17px;
	min-height:300px;
}

.Footer
{
	width: 950px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #969696;
	padding-top: 6px;
}

.AboutBigText
{
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	color: #313131;
	/*padding-top: 30px;*/
	text-align: right;
	padding-right: 30px;
	vertical-align: top;
	top: 0px;
	position: static;
}

.AboutMediumText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #313131;
	/*padding-top: 30px;*/
	text-align: left;
	padding-right: 17px;
	top: 0px;
	position: static;
}


.WorkContent
{
	float: left;
	margin-top:0px;
}

.LeftMenu
{
	float: left;
	width: 223px;
	font-family: Arial;
	font-weight: bold;
	margin-top:0px;
}

.vmenu1
{
	float:left;
	/*background:#e3e3e3;
	border:1px solid #bfbfbf;*/
	width:160px;
	/*margin-top:15px;*/
	min-height:300px;

}

/*.vmenu
{
	width:150px;
}
*/


.LeftMenu a
{
	color: #a6a6a6;
	text-decoration: none;
}

.LeftMenu 	 a:hover
{
	text-decoration:underline;	
}

.LeftMenu ul
{
	margin-left:25px;
	padding:0;
}


.LeftMenu ul li
{
	font-family: "Arial", sans-serif;
	list-style:none;
	width:160px;
	/*background:#eee;
	border-bottom:1px solid #cecece;
	border-top:1px solid #fcfcfc;	*/
	text-align:left;
}

.MainMenu
{
	font-size: 14px;
	color: #a6a6a6;
	margin-top: 15px;
}

.SubMenu
{
	font-size: 12px;
	margin-left: 15px;
	color: #a6a6a6;
	margin-top: 5px;
}

.MenuSelected
{
	width:160px;
	text-align:left;
	color:#313131;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 5px;
}

