@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

textarea, input {
	resize: none;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: "Open Sans Condensed", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 1px;
	color: white;
}

iframe {
	display: none;
}

h1 {
	font-size: 22pt;
	margin: 30px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	font-size: 18pt;
	margin: 30px 0px 20px 0px;
	font-weight: normal;
}

.marginTileLeft {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -1980px;
	width: 1500px;
	height: 100%;
	background-image: url(../images/margin_tile_left.png);
	z-index: 9;
}

.marginTileRight {
	position: fixed;
	top: 0px;
	right: 50%;
	margin-right: -1980px;
	width: 1500px;
	height: 100%;
	background-image: url(../images/margin_tile_right.png);
	z-index: 9;
}

.header {
	position: relative;
	height: 410px;
	background-image: url(../images/header_tile.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.header>.photo {
	position: relative;
	height: 350px;
	margin: 20px auto 0px auto;
	background-image: url(../images/header_photo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.header>.photo>.logo {
	position: absolute;
	width: 681px;
	height: 267px;
	left: 50%;
	margin-left: -440px;
	bottom: 0px;
	background-image: url(../images/logo.png);
}

.header>.photo>.slideShowBanner {
	position: absolute;
	width: 200px;
	height: 330px;
	right: 50%;
	margin-right: -470px;
	top: 10px;
	background-image: url(../images/slide_show_banner.png);
}

.header>.photo>.slideShowBanner>.slideShow {
	position: absolute;
	bottom: 5px;
	left: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
}

.header>.headerSNIcons {
	position: absolute;
	top: 60px;
	right: 20px;
	display: block;
	width: 45px;
	height: 45px;
}

.header>.menu {
	width: 920px;
	height: 40px;
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
}

.header>.menu>div {
	float: left;
	width: 7px;
	height: 50px;
	margin: 5px -1px 0px -7px;
	background-image: url(../images/menu_divider.png);
}

.header>.menu>a {
	float: left;
	display: block;
	height: 40px;
	background-position: left top;
	margin: 7px 0px 0px 0px;
}

.header>.menu>a:hover {
	background-position: left bottom;
}

.header>.menu>a[title="Home"] {
	width: 82px;
	background-image: url(../images/menu_home.png);
}

.header>.menu>a[title="Shop"] {
	width: 80px;
	background-image: url(../images/menu_shop.png);
}

.header>.menu>a[title="Recent Projects"] {
	width: 197px;
	background-image: url(../images/menu_recent_projects.png);
}

.header>.menu>a[title="Testimonials"] {
	width: 154px;
	background-image: url(../images/menu_testimonials.png);
}

.header>.menu>a[title="About"] {
	width: 89px;
	background-image: url(../images/menu_about.png);
}

.header>.menu>a[title="Contact"] {
	width: 117px;
	background-image: url(../images/menu_contact.png);
}

.contentBox350 {
	position: relative;
	height: 310px;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/box_tile_350.png);
}

.contentBox400 {
	position: relative;
	height: 360px;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/box_tile_400.png);
}

.contentBoxBrown {
	position: relative;
	padding: 20px 0px 20px 0px;
	background-color: #22130b;
	background-image: url(../images/box_tile_top_brown.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.contentBoxBrown>span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-image: url(../images/box_tile_bottom_brown.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.contentBox350>div, .contentBox400>div, .contentBoxBrown>div {
	width: 960px;
	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;
}

.contactForm {
	float: left;
	width: 630px;
	padding-top: 20px;
	padding-left: 40px;
	border-left: 1px solid black;
}

.contactForm a {
	color: white;
	text-decoration: none;
}

.contactForm a:hover {
	text-decoration: underline;
}

.contactForm>div {
	position: relative;
	float: left;
	margin-top: 10px;
}

.contactForm>div>div {
	float: left;
	width: 80px;
	text-align: right;
}

.contactForm>div>div>div {
	position: relative;
	font-size: 80%;
	color: #A87E56;
	cursor: pointer;
	margin-top: 5px;
}

.contactForm>div>div>div:hover div {
	display: block;
}

.contactForm>div>div>div>div {
	display: none;
	position: absolute;
	top: 0px;
	left: -60px;
	width: 210px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #747474;
	padding: 10px;
	z-index: 100;
	text-align: left;
	color: #313131;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

.contactForm>div>input, .contactForm>div>textarea, .contactForm>div>select {
	float: left;
	margin-left: 10px;
	padding: 5px;
	width: 210px;
	height: 25px;
	border: 0px;
	border-radius: 5px;
	background-color: #eeeeee;
}

.contactForm>div>select {
	width: 220px;
	height: 35px;
}

.contactForm>div>img {
	float: left;
	margin-left: 10px;
	width: 118px;
	height: 57px;
	border: 0px;
}

.contactForm div.button input {
	width: 100px;
	height: 30px;
	background-color: #3B1E0E;
	color: white;
	margin-bottom: 10px;
	cursor: pointer;
}

.footerPhoto {
	height: 350px;
	margin: 0px auto 0px auto;
	background-image: url(../images/footer_photo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.footer>div>div {
	float: left;
	width: 319px;
	padding: 40px 80px 40px 80px;
	color: white;
}

.footer>div>div>a {
	display: block;
	margin: 10px;
	font-size: 18pt;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	color: white;
	text-decoration: none;
}

.footer>div>div>a:hover {
	text-decoration: underline;
}

.footer>div>div>h1 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.footer>div>div>p {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	font-weight: normal;
	margin-top: 0px;
}

.footer>div>div>p>a {
	color: white;
	text-decoration: none;
}

.footer>div>div>p>a:hover {
	text-decoration: underline;
}

.footerSNIcons {
	position: absolute;
	bottom: 0px;
	right: -70px;
}

.footerSNIcons>a {
	float: left;
	width: 45px;
	height: 45px;
}

.siteByNetstant {
	position: fixed;
	right: 5px;
	bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #0E0E0E;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 0px;
	z-index: 100;
}