@charset "utf-8";
/* TAGS */
html {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	background-color: #36322f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
div {
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #a0005d;
	display: inline;
	clear: both;
	margin-bottom: 6px;
	font-size: 20px;
}
h2 {
	color: #a0005d;
	display: inline;
	clear: both;
	margin-bottom: 6px;
	font-size: 16px;
}
h3 {
	color: #a0005d;
	display: inline;
	clear: both;
	margin-bottom: 6px;
	font-size: 12px;
}

/* IDs */
#flashContent {
	width: 100%;
	height: 100%;
	min-width: 963px;
	min-height: 500px;
}
#htmlLayer {
	position: absolute;
	right: 0px;
	top: 100%;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#htmlLayer a {
	color: #FFFFFF;
}
#page {
	position: relative;
	clear: both;
	left: 50%;
	width: 963px;
	height: 100%;
	margin-left: -481px;
}
#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 78px;
	background-color: #FFFFFF;
	background-image: url(images/menu-background.gif);
}
#menuSpace {
	position: relative;
	width: 100%;
	height: 14px;
}
#logo {
	float: left;
	height: 78px;
}
#menuSep {
	float: left;
	width: 2px;
	height: 78px;
	background-image: url(images/menu-seperator.gif);
}
#menuItem {
	float: left;
	width: 115px;
	height: 78px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 77px;
	background-image: url(images/footer-bg.gif);
}
#footerLeaf {
	position: absolute;
	z-index: 1;
	left: 175px;
	top: 32px;
}
#backToTop {
	position: absolute;
	right: 0px;
	top: 16px;
}
#footerData {
	float: left;
	height: 77px;
	padding: 6px;
	padding-top: 56px;
	color: #FFFFFF;
}
#footerData a {
	color: #FFFFFF;
}

/* PAGES */
#outer {
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	overflow: auto;
}
#inner {
	position: relative;
	width: 953px;
	padding: 5px;
	overflow: auto;
}

/* HOMEPAGE */
#homepageTitle {
	width: 100%;
	height: 34px;
	padding-top: 10px;
}
.homepageTitle {
	color: #FFFFFF;
	font-size: 20px;
	clear: both;
}
#homepageFeatures {
	position: relative;
	width: 963px;
	height: 355px;
	overflow: hidden;
}
.homepageFeature {
	width: 963px;
	height: 355px;
	display: none;
}
.homepageFeature:first-child {
	display: block;
}
.homepageFeature img {
	z-index: 0;
}
#homepageFeatureText {
	position: absolute;
	bottom: 40px;
	left: 60px;
	width: auto;
	height: auto;
	z-index: 1;
}
#homepageButtons {
	position: absolute;
	top: 323px;
	right: 0px;
	height: 32px;
	text-align: right;
	overflow: auto;
}
.homepageButton {
	position: relative;
	float: left;
	margin-right: 6px;
	margin-top: 7px;
	width: 17px;
	height: 21px;
	clear: none;
	background: url(images/homepage-item-off.png);
}
.homepageButton:first-child {
	background: url(images/homepage-item-on.png);
}
#homepageHline {
	width: 100%;
	height: 5px;
	background-color:#999999;
	background-image: url(images/homepage-hline-bg.gif);
	clear: both;
}
#homepageProjects {
	width: 965px;
	height: 277px;
}

/* ABOUT */
#aboutLeft {
	position: relative;
	float: left;
	width: 530px;
	padding:0px;
	margin:0px;
}
#aboutRight {
	position: relative;
	float: right;
	width: 408px;
	padding:0px;
	margin:0px;
}
#aboutText1 {
	float: left;
	padding:7px;
	color: #36322f;
	font-size: 12px;
}
#aboutText2 {

}
#aboutImage1 {
	float: right;
	width: 295px;
	height: 161px;
}
#aboutImage2 {
	float: left;
	width: 530px;
	margin-top: 5px;
}
#aboutService {
	position: relative;
	clear: both;
}

/* CONTACT */
#contactLeft {
	position: relative;
	float: left;
	width: 357px;
	padding:0px;
	margin:0px;
}
#contactRight {
	position: relative;
	float: right;
	width: 574px;
	padding:0px;
	margin:0px;
}
#contactImage {
	position: relative;
	width: 357px;
	background-color: #e0e0e0;
	overflow: auto;
	overflow-x: hidden;
}
#contactText {
	position: absolute;
	left: 21px;
	top: 21px;
	z-index: 1;
}
#contactText a {
	color: #36322f;
}
#contactForm {
	position: absolute;
	left: 21px;
	top: 21px;
	width: 430px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#contactFrm {
	
}
#contactFieldBg {
	position: relative;
	width: 430px;
	height: 35px;
	margin-top: 10px;
	background: url(images/contact-field-bg.gif);
}
#contactAreaBg {
	position: relative;
	width: 430px;
	height: 205px;
	margin-top: 10px;
	background: url(images/contact-field-bg.gif);
}
#contactFieldInner {
	margin: 6px;
	font-family: Lobster1.2, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 20px;
}
#contactFieldInner label {
	position: relative;
	top: 4px;
	*top: -2px;
}
#contactFieldInner input, #contactFieldInner textarea {
	position: relative;
	top: 3px;
}
.contactField {
	position: relative;
	top: 1px;
	background: none;
	border: none;
	width: 300px;
	height: 23px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.contactArea {
	position: relative;
	top: 1px;
	background: none;
	border: none;
	width: 300px;
	height: 193px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: auto;
}
#contactAreaText {
	float: left;
	height: 193px;
}
#contactSubmit {
	position: absolute;
	left: 440px;
	/*top: 181px;*/
	top: 164px;
}
#contactMandatory {
	position: absolute;
	left: -24px;
	top: 8px;
}

/* PORFOLIO */
#portfolioMenu {
	width: 100%;
	height: 38px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#portfolioMenuItemPre {
	float: left;
	width: 15px;
	height: 24px;
}
#portfolioMenuItemPost {
	float: left;
	width: 15px;
	height: 24px;
}
#portfolioMenuItemOn {
	float: left;
	height: 20px;
	background-color: #b9005f;
	padding-top: 4px;
}
#portfolioMenuItemOn a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
}
#portfolioMenuItemOff {
	float: left;
	height: 20px;
	padding-top: 4px;
}
#portfolioMenuItemOff a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
}
#portfolioMenuItemOff a:hover {
	text-decoration: none;
	color: #b9005f;
	cursor: hand;
}
#portfolioProjects {
	width: 965px;
	height: auto;
}

/* PROJECT */
#projectCard {
	position: relative;
	float: left;
	width: 191px;
	height: 277px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	cursor: hand;
}
#projectCardImage {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 181px;
	height: 197px;
	background-color: #CCCCCC;
	cursor: hand;
}
#projectCardTitle {
	position: absolute;
	top: 207px;
	left: 5px;
	width: 181px;
}
.projectCardTitle {
	color: #373e4c;
}
#projectCardGrill {
	position: absolute;
	top: 267px;
	left: 0px;
	width: 191px;
	height: 10px;
	background: url(images/project-grill-bg.gif);
}
#projectHead {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 277px;
}
#projectHeadGrill {
	position: absolute;
	top: 267px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url(images/project-grill-bg.gif);
}
#projectData {
	position: absolute;
	top: 5px;
	left: 191px;
	width: 767px;
	height: 262px;
}
#projectTitleBg {
	position: relative;
	width: 767px;
	height: 30px;
	background-color: #333333;
	margin-bottom: 5px;
}
#projectTitle {
	position: absolute;
	top: 4px;
	left: 6px;
}
.projectTitle {
	color: #FFFFFF;
	display: inline;
	font-family: Lobster1.2, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 18px;
}
#projectClose {
	float: right;
	margin-right: 6px;
	margin-top: 4px;
}
#projectInfo {
	float: left;
	width: 270px;
	height: 226px;
	background: url(images/project-grill-bg2.gif);
}
#projectInfoLine {
	width: 100%;
	height: 28px;
	border-bottom: dashed 1px #342e2b;
}
#projectInfoLineInner {
	width: 100%;
	height: 100%;
	padding: 7px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3a3633;
}
#projectInfoLineInner label {
	color: #9f015e;
	margin-right: 4px;
}
#projectInfoLineInner a {
	color: #3a3633;
}
#projectInfoText {
	padding: 7px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #3a3633;
}
#projectInfoText label {
	color: #9f015e;
	margin-right: 4px;
}
#projectInfoText a {
	color: #3a3633;
}
#projectTexts {
	float: left;
	width: 492px;
	height: 226px;
	margin-left: 5px;
}
.projectTextsTitle {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#projectImageHolder {
	width: 953px;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#projectLeafLeft {
	position: relative;
	left: 10px;
	bottom: 37px;
	width: 27px;
	height: 27px;
	background-image: url(images/project-leaf-left.png);
	padding: 0px;
}
