@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:visited {
	text-decoration: none;
	color: #ff7f00;
}
h2 a, h2 a:visited {
	color: #ff9900; /* GP CHANGE */
}
p {
	margin-bottom: 5px;
}
label {
	font-size: 10px;
	display: block;
}
#global {
			position:absolute; /* GP CHANGE main box size & location */
			left: 50%;
			top: 0%;
			
			width: 1002px;
			height: 624px;
			background: url(../image.jpg) no-repeat;
			margin-left: -501px;
			margin-top: -0px;
			background-color: #fffff;
		}
.twoColFixRt #wrapper {
	width: 1002px;
	margin: 20px auto;
	background: url(../images/box_sideeee.gif) repeat-y top right; /* GP CHANGE */
	position: relative;
}
#cornerTR {
	background: url(../images/box_cornerrrr.gif) no-repeat; /* GP CHANGE */
	width: 7px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.twoColFixRt #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background: url(../images/fauxcollll.gif) top right repeat-y #fff; /* GP CHANGE */
}
.twoColFixRt #sidebar1 {
	float: right; /* 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;
	position: relative;
}
.twoColFixRt #mainContent{
	position: relative;
	margin: 0 215px 0 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 */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#masthead {
	background-color: #ffffff;
}
#masthead img {
	float: left;
}
#masthead p {
	color: #8c8c8c;
	padding: 35px 0 0 180px;
}
#sidebar1 #testimonial {
	width: 200px; 
	height: 81px; 
	background-color: #ffffff; /* GP CHANGE */
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 15px;
	padding-right: 0;
}
#sidebar1 #testimonial p {
	padding-top: 58px;
}
#navbar {
	/*background: url(../images/bg_nav.gif) repeat-x #8c8c8c bottom left;*/
	background-color: #8c8c8c;
	height: 23px;
	clear: left;
}
#navbar ul {
	list-style: none;
	width: 490px;
	margin: 0 auto;
}
#subnav li {
	font-size: 9px;
	color: #666;
}
#subnav ul {
	list-style: none;
	width: 460px;
	margin: 0 auto;
}
#navbar ul li {
	float: left;
}
#subnav ul li {
	display: inline;
}
#navbar ul li a, #navbar ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	display: inline-block;
	width: auto;
	padding: 0 20px;
}
#navbar ul li a:hover {
	/*background: url(../images/bg_hovernav.gif) repeat-x #ff7f00 bottom left;*/
	background-color: #ff7f00;
}

#subnav ul li a, #subnav ul li a:visited {
	color: #666;
	font-size: 9px;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	display: inline-block;
	padding: 0 15px;
	padding-left: 5px;
	background: url(../images/blt_orange.gif) no-repeat 100% 50%; /* GP CHANGE */
}
#home ul li a#home,
#services ul li a#services,
#work ul li a#work,
#studio ul li a#studio,
#faq ul li a#faq,
#contact ul li a#contact {
	/*background: url(../images/bg_nav_curr.gif) repeat-x #ff9900 bottom left;*/
	background-color: #ff9900;
}
#home ul li a#home:hover,
#services ul li a#services:hover,
#work ul li a#work:hover,
#studio ul li a#studio:hover,
#faq ul li a#faq:hover,
#contact ul li a#contact:hover {
	/*background: url(../images/bg_nav_curr.gif) repeat-x #ff9900 bottom left;*/
	background-color: #ff9900;
}
a#btn_appointment, a#btn_appointment:visited {
	display: block;
	background-color: #8c8c8c; /* GP CHANGE */
	height: 23px;
	color: #ff9900; /* GP CHANGE */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
}

/* HOMEPAGE SPECIFIC */
#pagetitle {
	position: absolute;
	width: 29px;
	height: 359px;
	/*background: url(../images/title_studioprofile.png) no-repeat;*/
	top: 193px;
	right: -2px;
	z-index: 99;
}
#projectscontainer {
	margin: 20px 0;
	margin-bottom: 0;
}
#projectscontainer div {
	width: 225px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
#projectscontainer div img {
	float: left;
	margin: 3px 5px 15px 0;
}
#projectscontainer div h2 {
	color: #ff9900; /* GP CHANGE */
	font-size: 10px;
	text-transform: uppercase;
}
#projectscontainer div p {
	font-size: 10px;
	color: #666;
	line-height: 10px;
	width: 100%;
	float: left;
}
#sidebar1 #content {
	margin: 0 20px;
}
#sidebar1 #content h2 {
	color: #666 ;
	font-size: 12px;
	text-transform: uppercase;
	margin: 17px 0;
}
#sidebar1 #content p {
	font-size: 11px;
	color: #666;
}
#sidebar1 #content p span {
	color: #ff9900; /* GP CHANGE */
	font-weight: bold;
}
#footer {
	width: 1002px;
	height: 8px;
}
#header {
	width: 1002px;
	height: 3px;
}
#footer {
	/*background: url(../images/box_bottom.gif) no-repeat;*/
}
#header {
	/*background: url(../images/box_top.gif) no-repeat;*/
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%
}
#appointment_box {
	position: absolute;
	top: 134px;
	left: 0;
	width: 205px;
	background-color: #999;
	padding: 5px;
	z-index: 100;
}
#appointment_box textarea {
	width: 200px;
}
