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

body,html {
	margin: 0;
	width: 100%;
	background-color: #4d4d4f;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #dcddde;
	text-align:center;
	}
	
img {border: 0px;}

#pageContainer {
	width: 100%;
	padding: 0;
	margin:0;
}

 
#page {
	width:833px;
	height:575px;
	background-image:url(../images/pageBg.gif);
	background-repeat:repeat-x;
	background-color:#262626;
	position:absolute;
	top:50%;
	left: 50%;
	margin-top:-287px;
	margin-left:-416px;

}

#homepage {
	width:833px;
	height:575px;
	background-image:url(../images/homepageBG.gif);
	background-repeat:no-repeat;
	background-color:#262626;
	position:absolute;
	top:50%;
	left: 50%;
	margin-top:-287px;
	margin-left:-416px;

}

#contentContainer{
	width: 833px;
	height: 461px;
	margin:0;
	text-align:left;
}

#footer {
	width: 833px;
	height: 114px;
	background-color:#000;
	text-align:left;
}

#homeContent {
	margin: 340px 0 0 0px;
	height:116px;
	
}



#pagePeel {
	width: 106px;
	height:107px;
	margin: 0 0 0 727px;
	}

#logo{
    width:440px;
	height:114px;
	float:left;
	margin:0;
	padding:0;
	}
	
#rightBox{
    width:393px;
	height:114px;
	float:left;
	margin:0;
	padding:0;
	
	}
	
#portfolioControls {
	width:154px;
	height:30px;
	position:relative;
	top:10px;
	left:222px;
}
	
#nav {
	width:291px;
	height:42px;
	position:relative;
	top:42px;
	left:101px;
	}
	
#navContact {
	width:291px;
	height:42px;
	position:relative;
	top:72px;
	left:101px;
	}
	


/* PAGE PEEL -------------------------------------------- */

/* PAGE PEEL -------------------------------------------- */



/* PORTFOLIO SCROLLING STYLES -------------------------------------------- */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 833px;
	height:461px;

	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20450px;
	position:absolute;
	clear:both;
}

/* PORTFOLIO SCROLLING STYLES -------------------------------------------- */
/* CONTACT FORM STYLES -------------------------------------------- */

#contactForm {
	margin: 100px 0 0 40px;
	color:#17b6ee;
	font-weight:bold;
	font-size: 1.2em;
}

#formContainer {
	width: 650px;
	position: relative;
	top: 50px;		
	margin: auto;
	font-size:12px;
	color: #747473;
	}
	
#formClientInfo {
	width:275px;
	float:left;
	text-align:left;
	}

#formClientMessage {
	width:375px;
	float:right;
	text-align:left;
	}

.formItem {
	padding-top: 7px;
	}

input, textarea {
	background-color:#c7c49f;
	border:0;
	color:#717053;
	font-size: 1em;
	padding:5px;
	}
	
	
/* CONTACT FORM STYLES -------------------------------------------- */


/* PRELOADER -------------------------------------------- */
.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}
/* PRELOADER -------------------------------------------- */