@charset "utf-8";
/* CSS Document */

H1 {
	font-size: 20px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fp_photos/img_3015.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	/*background: url(../images/fp_photos/img_3015.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

}

/* ----------------------------------- Interface ----------------------------------- */
#menu_wrapper {
	height: 200px;
	margin: auto;
	width: 100%;
	padding-top: 2%;
}

#menu_left {
	background-image: url(../images/menu_nav/menu_bar.png);
	background-repeat: repeat-x;
	height: 200px;
	float: left;
	width: 10%;
}

#menu_logo {
	background-image: url(../images/menu_nav/menu_logo.png);
	background-repeat: no-repeat;
	height: 200px;
	float: left;
	width: 500px;
	position: relative;
}

#menu_right {
	background-image: url(../images/menu_nav/menu_bar.png);
	background-repeat: repeat-x;
	height: 200px;
	float: none;
	overflow: hidden;
}

#menu_nav {
	position: absolute;
	left: 560px;
	top: 92px;
	width: 509px;
	height: 62px;
}

.window {
	position: absolute;
	height: 400px;
	width: 700px;
	top: 160px;
	left: 208px;
	color: #FFF;
	background-color: none;
	background-image: url(../images/menu_nav/menu_bg.png);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	overflow: hidden;
}

/* ----------------------------------- Portfolio ----------------------------------- */
.port_window {
	width: 700px;
	height: 400px;
	margin: auto;
	overflow: auto;
}

.port_intro h1 {
	font-size: 18px;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 5px;
}
.port_intro p {
	margin: auto;
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	background-image: url(../images/menu_nav/menu_bg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 550px;
	line-height: 14px;
}

/* ------------------- Print ------------------- */
.print_wrap {
	width: 335px;
	height: 100px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}

.print_thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 25px;
	}

.print_disc {
	width: 175px;
	height: 70px;
	float: left;
	text-align: left;
	background-image: url(../images/menu_nav/menu_bg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 10px;
	line-height: 10px;
	color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 5px;
	}
	
.print_disc h1 { font-size: 10px; color: #FFF; line-height: 10px; padding-bottom: 4px; }

/* ------------------- Web ------------------- */
.web_wrap {
	width: 250px;
	height: 190px;
	margin-top: 10px;
	margin-left: 60px;
	padding-top: 15px;
	float: left;
}

.web_thumb {
	width: 250px;
	height: 150px;
	}

.web_disc {
	width: 200px;
	height: 27px;
	text-align: center;
	background-image: url(../images/menu_nav/menu_bg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 10px;
	color: #999;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 20px;
	line-height: 10px;
	}
	
.web_disc h1 { font-size: 12px; color: #FFF; line-height: 12px; }

/* ----------------------------------- Services ----------------------------------- */

#services_window .port_intro h1 { margin-top: 20px; }

#services_window .port_intro p { width: 600px; }

.services_wrap {
	width: 150px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	}
.services_wrap h1 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.services_wrap ul {
	height: 135px;
	text-align: left;
	background-image: url(../images/menu_nav/menu_bg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 25px;
	list-style-type: none;
	}

/* ----------------------------------- Contact ----------------------------------- */
#contact_window td { padding: 7px; }

.txtr { text-align: right; }
.txtl { text-align: left; }

.contact { margin: auto; padding-top: 25px; }

/*Contact Script Styles*/
input.focussed { color: #000; }
input.inactive { color: #CCC; }

/* ----------------------------------- About ----------------------------------- */
#about_window p { line-height: 25px; padding-top: 20px; }
#about_window h1 { padding-top: 20px; }
