@charset "UTF-8";
/* CSS Document */
.twoColFixRt #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#services #container, #confirmation #container {
	background: url(../images/fauxcol_green.gif) top left repeat-y #fff;
}
#studio #container {
	background: url(../images/fauxcol.gif) top left repeat-y #fff;
}
#work #container {
	background: url(../images/fauxcol_orange.gif) top left repeat-y #fff;
}
#faq #container {
	background: url(../images/fauxcol_orange.gif) top left repeat-y #fff;
}
#contact #container {
	background: url(../images/fauxcol_green.gif) top left repeat-y #fff;
}
.twoColFixRt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
.twoColFixRt #mainContent{
	position: relative;
	float: left;
	width: 780px;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 
#masthead {
	background-color: #fff;
}
#masthead img {
	float: left;
}
#sidebar1 #testimonial {
	width: 215px; 
	height: 111px; 
	background-color: #ffbf00;
	color: #666;
	font-size: 18px;
	padding: 0;
}
#pagetitle {
	position: absolute;
	width: 29px;
	height: 359px;
	top: 193px;
	right: 188px;
	left: -1px;
}
#services #pagetitle {
	background: url(../images/title_services.png) no-repeat;
}
#studio #pagetitle {
	background: url(../images/title_studio.png) no-repeat;
}
#work #pagetitle {
	background: url(../images/title_work.png) no-repeat;
}
#faq #pagetitle {
	background: url(../images/title_faq.png) no-repeat;
}
#contact #pagetitle {
	background: url(../images/title_contact.png) no-repeat;
}
#projectscontainer {
	margin: 20px 0;
	padding-left: 60px;
}

#projectscontainer #thumbscontainer {
	padding: 0;
	margin: 0;
	width: 165px;
	float: left;
}
#projectscontainer #imagecontainer {
	width: 500px;
	margin-left: 10px;
	float: left;
	height: 370px;
}

#sidebar1 #content #specs {
	border: 1px solid #CB8524;
	background-color: #FFCD75;
	padding: 5px;
	margin: 15px 0;
}

#sidebar1 #content h1 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 17px;
	margin-right: 0pt;
	margin-bottom: 17px;
	margin-left: 0pt;
}

#sidebar1 #content h2 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 5px 0;
}

#sidebar1 #content p {
	color: #000;
}

#sidebar1 #content ul {
	font-size: 10px;
	color: #333;
	list-style-type: inherit;
	padding-bottom: 5px;
}
#sidebar1 #content ul li {
	margin-left: 20px;
}

#sidebar1 #worklist h2 {
	font-size: 12px;
}
#sidebar1 #worklist ul {
	list-style: none;
	margin-left: 5px;
}
#sidebar1 #worklist ul li {
	margin-left: 0px;
}
#sidebar1 #worklist ul li a, .worklist ul li a:visited {
	text-decoration: none;
	color: #7B5200;
	display: block;
	padding: 1px 5px;
	border: 1px solid #ffbf00;
	border-bottom: 1px solid #E89B00;
}
#sidebar1 #worklist ul li a:hover {
	color: #543400;
	border: 1px solid #E89B00;
	background-color: #FFC632;
}
#sidebar1 #content p.testimonial {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333;
}
#sidebar1 #content p.author {
	text-align: right;
	color: #333;
}
#contentcontainer p {
	font-size: 12px;
}
#contentcontainer #imgoverlay {z-index: 98; margin: 0; padding: 0; float: none; width: 232px; background-color: #fff; bottom: 0px; right: 0px; position: absolute; opacity: 0.9; height: 254px; padding: 10px;}
#contentcontainer #txtoverlay p.headline {font-size: 14px; color: #333; font-weight: bold;}
#contentcontainer #txtoverlay {z-index: 99; margin: 0; padding: 0; float: none; width: 232px; bottom: 0px; right: 0px; position: absolute; height: 228px; padding: 10px; padding-top: 0;}
#contentcontainer #txtoverlay p {width: 85%;}
#contentcontainer #txtoverlay a {background-color: #ccc; text-decoration: none; display: block; width: 70px; text-align: center; padding: 3px; border: 1px solid #666; color: #333; font-size: 10px; margin-top: 15px; float: left; }
#contentcontainer #txtoverlay a:hover {border-color: #333; color: #A64200;}
ol#faqlist, ol#questions {
	list-style: decimal;
	margin-left: 40px;
}
ol#faqlist li {
	margin: 25px 0;
	font-weight: bold;
	color: #ff7f00;
}
ol#faqlist li p {
	margin-top: 5px;
	font-weight: normal;
	color: #333;
}
ol#faqlist li a, ol#faqlist li a:visited {
	text-decoration: none;
	color: #ff7f00;
	font-size: 12px;
	display: block;
	text-align: right;
}
ol#questions a, ol#questions li {
	text-decoration: none;
	color: #666;
}
#sidebar1 ol {
	list-style: decimal;
	margin-left: 20px;
	font-size: 12px;
}
#sidebar1 #content p.heading {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

ul.menu li a, ul.menu li a:visited {
	font-weight: bold;
	color: #000;
	display: block;
	background: transparent url(../images/bg_expand.gif) 97% 0px no-repeat;
	background-attachment: scroll;
	font-size: 12px;
}

ul.menu li a.current {
	background-position: 97% -15px;
}

ul.menu li a.inactive {
	background-position: 97% 0px;
}

ul.menu ul li a, ul.menu ul li a:visited {
	font-weight: normal;
	background: none;
	font-size: 10px;
}