@charset "UTF-8";
/* CSS Document */
body  {
	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;
	background-color: #FFF;
	background-image: url(/images/body/back.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-position: center top;
}
.studio11com #container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #867E64;
} 
.studio11com #header {
	padding: 0px 0px 0px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-attachment: scroll;
	background-image: url(/images/body/studio11top.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 109px;
	width: 959px;
	margin: 0px auto;
}
.studio11com #bar {
	padding: 5px 10px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-attachment: scroll;
	background-image: url(/images/body/bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	height: 22px;
	width: 952px;
	text-align: right;
	margin: 0px auto;
} 
.studio11com #pagetitle {
	width: 600px;
	position: absolute;
	z-index: 2;
	text-align: left;
	height: 16px;
	padding: 0px 0px 0px 20px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	font-style: italic;
	letter-spacing: 2px;
} 
.studio11com #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-bottom: 1px dashed #867E64;
	border-left: 1px dashed #867E64;
}
.studio11com #mainContent {
	margin: 0 254px 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 15px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 700px;
} 
.studio11com #ClientsContainer {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.studio11com #ClientsLeftBar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
}
.studio11com #ClientsRightBar {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 300px;
}
.studio11com #footer {
	padding: 5px 0px 0px;
	height: 55px;
	width: 954px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	border-top: 1px solid #867E64;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #867E64;
	border-bottom-color: #867E64;
	border-left-color: #867E64;
} 
.studio11com #bottom {
	padding: 10px 0px 0px;
	background-attachment: scroll;
	background-image: url(/images/body/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 954px;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	vertical-align: bottom;
	margin: 0px auto;
} 
.studio11com #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 0px 10px 0px 0px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	clear: both;
	margin: 0px auto;
}
.studio11com #studio11 a:link {
	color:#000000;
	text-decoration: none;
}
.studio11com #studio11 a:visited {
	color:#000000;
	text-decoration: none;
}
.studio11com #studio11 a:active {
	color:#000000;
	text-decoration: none;
}
.studio11com #studio11 a:hover {
	color:#990000;
	text-decoration: none;
}
.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;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #006;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #888065;
}
h2 {
	font-size: 24px;
	color: #888065;
}
h3 {
	font-size: 18px;
	color: #888065;
}
h4 {
	font-size: 16px;
	color: #888065;
}
h5 {
	font-size: 14px;
	color: #888065;
}
h6 {
	font-size: 12px;
	color: #888065;
}
.portfoliocontainer {
	width: 915px;
	background: #FFFFFF;
	margin: 0px;
	border: 1px solid #000000;
	text-align: left;
	-moz-box-shadow: 2px 2px 10px #000;
   -webkit-box-shadow: 2px 2px 10px #000;
   -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
   filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}
.portfoliosidebar {
	width: 330px;
	margin: -12px 0px 0px 570px;
	background: #EBEBEB;
	padding: 0px 5px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.portfoliomainContent {
	float: left;
	padding: 0px;
	width: 559px;
} 
.portfoliomainText {
	margin:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
.portfoliomainImage {
	border: 4px ridge #C9BE96;
} 
.imageShadow {
   -moz-box-shadow: 2px 2px 10px #000;
   -webkit-box-shadow: 2px 2px 10px #000;
   -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
   filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}
.studio11com #botoomBarContainer {
	margin: 0px auto;
	width: 100%;
}
.studio11com #bottomBar {
	width: 100%;
	position: fixed;
	bottom: 0px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(/images/body/bottom_bar_off.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px auto 0px 0px;
	height: 36px;
	padding: 3px -100px 0px 30px;
	text-align: right;
}
.studio11com #bottomBar:hover {
	background-image: url(/images/body/bottom_bar_on.png);
}
.visitSite {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
	text-align: right;
}
.visitSite a:link {
	color:#666;
	text-decoration: none;
}
.visitSite a:visited {
	color:#666;
	text-decoration: none;
}
.visitSite a:active {
	color:#666;
	text-decoration: none;
}
.visitSite a:hover {
	color:#000;
	text-decoration: none;
}
.product {
	background-color: #FFF;
	border: 1px solid #333;
	-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}
.product .productimage {
	width: 200px;
	float: left;
}
.product .producttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 210px;
}
.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;
}
.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;
}
