@charset "UTF-8";
img {
	border: none;
}
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 */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
.bodyHome  {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgr_home.jpg);
}
.bodyContent  {
	background-image: url(images/bgr_cont.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 100px;
	min-height:800px;
	z-index: 3;
} 
#footerContact {
	width: 160px;
	margin: 0;
	color: #615B5B;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-transform: none;
	font-size: 11px;
	float:right;
}

#footerContent {
	width: 960px;
	margin: 0 auto;
	color: #4F4A4A;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	background-color: #000;
}
a:link.footLink, a:visited.footLink {
	color: #615B5B;
	text-decoration:none;
}
a:hover.footLink {
	color: #ffffff;
	text-decoration:none;
}
a:link.contLink, a:visited.contLink {
	color: #333;
	text-decoration:none;
}
a:hover.contLink {
	color: #90F;
	text-decoration:none;
}
#morenews {
	float: right;
	padding-top: 20px;
}
#homeBgrExt {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 1272px;
	left: 50%;
	margin-left: -636px;
	height: 695px;
}

.copyright {
	color: #302D2D;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	line-height:15px;
}
a:link.copyrightL, a:visited.copyrightL {
	color: #302D2D;
	text-decoration:none;
}
a:hover.copyrightL {
	color: #ffffff;
	text-decoration:none;
}
#headerHome {
	height: 695px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 20;
} 
#header {
	height: 357px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:bottom;
}
.headerClientsInd {
	background-image: url(images/title_clients_individual.jpg);
	background-repeat: no-repeat;	
}
.headerWork {
	background-image: url(images/title_work.jpg);
	background-repeat: no-repeat;	
}
.headerServices {
	background-image: url(images/title_services.jpg);
	background-repeat: no-repeat;	
}
.headerNews {
	background-image: url(images/title_news.jpg);
	background-repeat: no-repeat;	
}
.headerContact {
	background-image: url(images/title_contact.jpg);
	background-repeat: no-repeat;	
}
.headerClients {
	background-image: url(images/title_clients.jpg);
	background-repeat: no-repeat;	
}
.headerAbout {
	background-image: url(images/title_about.jpg);
	background-repeat: no-repeat;	
}
#logo {
	position: relative;
	z-index: 20;
	left: 5px;
	top: 0px;
	height: 148px;
	width: 170px;
}
#nav    {
	position: relative;
	height: 45px;
	width: 402px;
	float:right;
	top: 0px;
	right: 70px;
	z-index: 12;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-bottom: 5px;
	line-height: 21px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-top: 0px;
	line-height: 21px;
	letter-spacing: -1px;
}
.greenFeat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #4bc202;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.leftcolumn {
	float:left;
	text-align:left;
	width: 615px;
	padding-top:40px;
}
.rightcolumn {
	float:right;
	text-align:left;
	width: 290px;
	padding-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

.halfcolumn1 {
	float:left;
	text-align:left;
	width: 450px;
	padding-top:40px;
}
.halfcolumn2 {
	float:right;
	text-align:left;
	width: 450px;
	padding-top:40px;
}
.feat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	width: 220px;
	margin-right: 26px;
	padding-top: 30px;
	line-height: 16px;
}
.titleBox {
	height: 170px;
	overflow: hidden;
	padding-right: 3px;
	padding-left: 3px;
}
.feat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	width: 220px;
	padding-top: 30px;
	line-height: 16px;
	;
}
#sidebar1 {
	width: 311px; /* 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: #fff;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-left-color: #c8c8c8;
}
#mainContent {
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFF;
	width: 633px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-left-color: #c8c8c8;
	clear: right;
	position: relative;
} 
#smallBox {
	padding-bottom: 5px;
	padding-top: 30px;
}
.artistList {
	line-height: 18px;
	color: #333;
	float: left;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.addressList {
	line-height: 16px;
	color: #333;
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
}
.formList {
	color: #333;
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.message {
	padding-top: 5px;
}
.submit {
	padding-top: 5px;
}
#form {
	padding-top: -5px;
}
.divider {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8c8c8;
}
#footer {
	background:#000000;
	padding-bottom: 30px;
	padding-top: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
a:link {
	color: #333;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #333;
}
a:active {
	color: #000;
	text-decoration:none;
}
.smallBox {
	padding-right: 16px;
	padding-left: 16px;
}
#menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 422px;
  height: 45px;
  position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#menu .home {
  width: 59px;
  height: 45px;
  background: url(images/home.jpg) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .news {
  width: 56px;
  height: 45px;
  background: url(images/news.jpg) no-repeat;
  left: 59px;
  top: 0px;
}
#menu .services {
  width: 71px;
  height: 45px;
  background: url(images/services.jpg) no-repeat;
  left: 115px;
  top: 0px;
}
#menu .clients {
  width: 64px;
  height: 45px;
  background: url(images/clients.jpg) no-repeat;
  left: 186px;
  top: 0px;
}
#menu .work {
  width: 55px;
  height: 45px;
  background: url(images/work.jpg) no-repeat;
  left: 250px;
  top: 0px;
}
#menu .about {
  width: 58px;
  height: 45px;
  background: url(images/about.jpg) no-repeat;
  left: 305px;
  top: 0px;
}
#menu .contact {
  width: 79px;
  height: 45px;
  background: url(images/contact.jpg) no-repeat;
  left: 363px;
  top: 0px;
}
#clientsL {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 615px;
  height: 615px;
  position: relative;
}
#clients li {
	height: 199px;
	vertical-align: bottom;  
}
#clientsL a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#clientsL a:hover {
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#clientsL .MS {
	width: 199px;
	height: 219px;
	background: url(images/clientsMS.jpg) no-repeat;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
}
#clientsL .SS {
	width: 199px;
	height: 199px;
	background: url(images/clientsSS.jpg) no-repeat;
	left: 208px;
	top: 0px;
}
#clientsL .SVR {
	width: 199px;
	height: 199px;
	background: url(images/clientsSVR.jpg) no-repeat;
	left: 416px;
	top: 0px;
}
#clientsL .BB {
	width: 195px;
	height: 195px;
	background: url(images/clientsBB.jpg) no-repeat;
	left: 0px;
	top: 260px;
}
#clientsL .RS {
  width: 195px;
  height: 195px;
  background: url(images/clientsRS.jpg) no-repeat;
  left: 210px;
  top: 210px;
}
#clientsL .LB {
  width: 195px;
  height: 195px;
  background: url(images/clientsLB.jpg) no-repeat;
  left: 420px;
  top: 210px;
}
#clientsL .KA {
  width: 195px;
  height: 195px;
  background: url(images/clientsKA.jpg) no-repeat;
  left: 0px;
  top: 420px;
}
#clientsL .AM {
  width: 195px;
  height: 195px;
  background: url(images/clientsAM.jpg) no-repeat;
  left: 210px;
  top: 420px;
}
#clientsL .WW {
  width: 195px;
  height: 195px;
  background: url(images/clientsWW.jpg) no-repeat;
  left: 420px;
  top: 420px;
}
#twitter_div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#333;
	width:290px;
}
ul#twitter_update_list {padding:0; margin:0; list-style: none; display:block;}
ul#twitter_update_list li {
	list-style: none;
	padding:10px 0px;
}
ul#twitter_update_list li span {display: block;}
 
#twitter_div ul li span a {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: underline;
	font-weight:normal;
	font-size:12px;
}
 
#twitter_div ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #04ADE8;	
	padding: 1px;
	text-decoration:none;
}

.presspack {
	padding-top: 5px;
	padding-bottom: 12px;
}
.top100 {
	padding-top: 2px;
	padding-bottom: 25px;
}
.youtube {
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.formLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	width: 270px;
	height: 20px;
	margin-bottom: 15px;
	background-color: #E3E3E3;
	padding: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.formRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	width: 615px;
	height: 250px;
	margin-bottom: 15px;
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	padding: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.workSample {
	padding-top: 30px;
}
.workSampleLeft {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.workSampleLeft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

workSampleRight {
	float: right;
	width: 720px;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2 {
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#containerL{
	width:685px;
	background:#fff;
	margin-right: 30px;
	position: relative;
	float: right;
		}	
	#content{
		position:relative;
		}			
	#slider ul, #slider li, #slider1 ul, #slider1, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider1 li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:685px;
		height:383px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn, #prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2 {
	display:block;
	width:30px;
	height:32px;
	position:absolute;
	left:-30px;
	top:175px;
		}	
	#nextBtn, #nextBtn1, #nextBtn2 { 
		left:685px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn1 a, #nextBtn1 a, #prevBtn2 a, #nextBtn2 a{
	display:block;
	width:30px;
	height:32px;
	background-image: url(images/cs_leftImg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #nextBtn1 a, #nextBtn2 a{
	background-image: url(images/cs_rightImg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}												
.artistLeft {
	float: left;
	width: 199px;
	margin-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	padding-bottom:15px;
}
.artistRight {
	float: left;
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	padding-bottom:15px;
}
.artistRight img, .artistLeft img{
	padding-bottom: 6px
}
.info {
	float: right;
	width: 54px;
	padding-right:2px;
}
