@charset "UTF-8";
/* CSS Layout and Styles for Alchemy Interiors
   by Andrew P. Engstrom, Curious Minds Media */



/**********/
/* Resets */
/**********/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus {
	outline: 0;
}
	
body {

	line-height: 1;
	color: black;
}
	
ol, ul {
	list-style: none;
}
	
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
	
blockquote, q {
	quotes: "" "";
}



/***********************/
/* Wrappers and Layout */
/***********************/

#wrapper{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header{
	width: 576px;
	height: 100%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 5px;
	text-align: right;
}

#centerWrapper{
	height: 378px;
	width: 100%;
	background-image: url(../images/main_background.png);
	margin: 0 auto;
	text-align: center;
}

#body{
	width: 576px;
	height: 100%;
	margin: 0 auto;
}



/****************/
/* Image Holder */
/****************/

#imageHolder{
	width: 576px;
	height: 378px;
	background-color: #ccc6ab;
	margin: 0 auto;
	text-align: center;
}

#imageHolderLeftAlign{
	width: 576px;
	height: 378px;
	background-color: #ccc6ab;
	margin: 0 auto;
	text-align: left;
}

#imageHolderLeftAlign .indent {
	margin-left: 13px;
}

#imageHolder, #imageHolderLeftAlign a{
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 11.5pt;
	color: #ffffff;
	text-decoration: none;
}

#imageHolderLeftAlign a{
	font-size: 10pt;
}

#imageHolderLeftAlign a:hover{
	text-decoration: none;
	color: #663333;
}

/**************/
/* Navigation */
/**************/

#navigation{
	float: left;
}

.navLinks{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80px;
}

.navLinks a, .navLinks a:visited{
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 10px;	
	color: #8b7a6f;
	text-decoration: none;
	letter-spacing: 3px;
}

.navLinks a:hover, .navLinks a:active{
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #993333;
	text-decoration: none;
	letter-spacing: 3px;
}

#currentPage a {
	color: #993333;
}

#arrows{
	margin-left: 2px;
	margin-right: 5px;
}



/***********/
/* Content */
/***********/

#content{
	width: 470px;
	margin-left: 96px;
	padding-top: 32px;
}

.contentTitle{
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 10pt;
	color: #663333;
	margin-bottom: 4px;
}

.contentText{
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 10pt;
	color: #8b7a6f;
}

.contentTextRed{
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 10pt;
	color: #663333;
}

#divider {
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 10pt;
	/* border-left: 1px solid #663333; */
	padding-left: 10px;
	height: 130px;
	line-height: 17px;
}

#content a {
	font-family: Trebuchet MS, Arial;
	font-weight: regular;
	font-size: 10pt;
	text-decoration: none;
	color: #8b7a6f;
}

#content a.email {
	color: #663333;
}

#content a.email:hover {
	text-decoration: underline;
}

#content a:hover{
	color: #663333;
}

#content a.active{
	color: #663333;
}

/*************/
/* Portfolio */
/*************/

#thumbnailBar{
	height: 54px;
	margin: 0 auto;
}

.thumbnail{
	width: 72px;
	height: 54px;
	margin-left: 5px;
}

#portfolioText{
	color: #8b7a6f;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 100px;
	line-height: 18px;
}

.clickArrows {
	margin-top: 185px;
	width:40px;
	text-align: center;
}

#centerWrapperAligned {
	height: 378px;
	width: 656px;
	margin: 0 auto;
	text-align: center;
}

#currentPageContent a {
	color: #663333;
}