textarea, input {
	resize: none;
	outline: none;
}

body {
	border-top: 4px solid #4d4d4d;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_tile.png);
	background-position: left 4px;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

h1 {
	font-size: 18pt;
	margin: 30px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	margin: 30px 0px 20px 0px;
	font-weight: normal;
}

.menu {
	position: relative;
	width: 960px;
	height: 50px;
	margin: 0px auto 0px auto;
}

.menu>a {
	float: right;
	display: block;
	height: 46px;
	background-position: left top;
	margin: 4px 4px 0px 4px;
}

.menu>a:hover {
	background-position: left bottom;
}

.menu>a[title~="Home"] {
	width: 80px;
	background-image: url(../images/menu_home.png);
}

.menu>a[title~="Services"] {
	width: 103px;
	background-image: url(../images/menu_services.png);
}

.menu>a[title~="Gallery"] {
	width: 88px;
	background-image: url(../images/menu_gallery.png);
}

.menu>a[title~="About"] {
	width: 79px;
	background-image: url(../images/menu_about.png);
}

.menu>a[title~="Contact"] {
	width: 93px;
	background-image: url(../images/menu_contact.png);
}

.menu>.logo {
	position: absolute;
	left: -60px;
	bottom: -220px;
	width: 405px;
	height: 248px;
	background-image: url(../images/logo.png);
}

.content {
	position: relative;
	width: 960px;
	min-height: 660px;
	margin: 0px auto 0px auto;
}

form[name=sendMsg] {
	position: absolute;
	top: -40px;
	right: 10px;
	width: 185px;
	height: 358px;
	padding: 65px 15px 10px 40px;
	background-image: url(../images/send_a_msg_bg.png);
}

form[name=sendMsg]>input[type=text], form[name=sendMsg]>textarea {
	width: 165px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	padding: 13px 10px 13px 10px;
	margin: 10px 0px 0px 0px;
	color: #b2b2b2;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
}

form[name=sendMsg]>textarea {
	height: 100px;
}

form[name=sendMsg]>input[type=submit] {
	width: 116px;
	height: 44px;
	background-color: transparent;
	background-image: url(../images/form_button_send.png);
	background-position: left top;
	border: 0px;
	margin: 5px 0px 0px 72px;
	cursor: pointer;
}

form[name=sendMsg]>input[type=submit]:hover {
	background-position: left bottom;
}

.footer {
	position: relative;
	padding: 30px 10px 10px 10px;
	background-color: #333333;
}

.footer>div {
	width: 960px;
	height: 130px;
	margin: 0px auto 0px auto;
}

.footer>div>div {
	float: left;
	margin-right: 100px;
}

.footer>div>div>p>a {
	color: white;
	text-decoration: none;
}

.footer>div>div>p>a:hover {
	text-decoration: underline;
}

.footer>div>div>h2>a {
	color: white;
	text-decoration: none;
}

.footer>div>div>h2>a:hover {
	text-decoration: underline;
}

.footer>div>div>h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}

.footer>div>div>p {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	color: white;
}

.siteByNetstant {
	position: fixed;
	right: 5px;
	bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #242424;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}