body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/UI/background.png);
	background-repeat: repeat-x;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #900;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 34px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}


#pagecontainer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header {
	margin: 0px;
	padding: 0px;
	height: 78px;
	color: #FFF;
}

#logo {
	width:119px;
margin-left: -10px;
	margin-right: 0px;
	display: block;
	height: 78px;
	float: left;
	overflow: visible;
}
#logo img {
	position: relative;
	left: -12px;
	top: -23px;
}
.logotextinterior {
	float: left;
	clear: right;
}

.logotextinterior h2 , h3{
	margin: 0px;
	padding: 0px;
}
.logotextinterior h2 {
	font-size: 22px;
	padding-top: 8px;
	line-height: 30px;
}
.logotextinterior h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-indent: 46px;
	margin: 0px;
	padding: 0px;
}

#pagetitle {
	height: 50px;
	width: 960px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 666;
	vertical-align: bottom;
	margin-bottom: 20px;
}
#pagetitle h1 {
	font-size: 30px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}


/* interior page left column*/
#leftcol {
	width: 250px;
	float: left;
	padding-right: 30px;
	clear: both;
}
.center {
	text-align: center;
}
.hide {
	z-index: -2;
	display: none;
}


/* end interior page left column end*/




/* interior page right column for 2 col layout*/

#rightcol {
	width: 590px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	clear: right;
	margin-left: 0px;
	padding-left: 25px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
*/
}
/* end interior page left column end*/




/* interior page right column for 2 col layout*/

.rightcolheader {
	width: 640px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	clear: right;
	margin-left: 0px;
	padding-left: 10px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
*/
}
/* end interior page right column end*/

/* interior page right column for 3 col layout*/

.rightcol3 {
	width: 290px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	clear: right;
	margin-left: 0px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
*/
}
.rightcol3 h3 , .rightcolheader h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #666;
}
.rightcol3 p   {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolcontact {
	width: 534px;
	float: right;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: right;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/UI/map.jpg);
	height: 380px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightcolcontact img {
	display: block;

}
#pagecontainer .rightcol3 ul {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagecontainer .rightcol3 ul li {
	list-style-type: circle;
	list-style-image: url(../images/UI/bullet.jpg);
	list-style-position: outside;
	line-height: 18px;
	margin-bottom: 4px;
	font-size: 14px;
	margin-left: 15px;
}

	
/* end interior page right column end*/

/*Start homepage styles*/

#hppagecontainer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}


/*home page header*/
#hpheader {
	height: 136px;
	background-color: #FFF;
}


#homepagelogo {
	height: 136px;
	float: left;
	width: 300px;
	background-image: url(../images/UI/m-squared-logo-lg.png);
	background-repeat: no-repeat;
	background-position: 1px -73px;
	margin-left: -20px;
}


#homepagelogo img {
	display: none;

	}
	
#msquaredlogotext {
	width: 650px;
	float: left;
	padding-top: 30px;
	padding-left: 5px;


}
#tagline {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	left: 80px;
	top: 5px;
	color: #999;
	position: relative;
}

#hpbanner h2{
	background-repeat: no-repeat;
	font-size: 45px;
	color: #FFF;
	padding-top: 36px;
	padding-left: 26px;
	line-height: 42px;
	margin: 0px;
}


#hpbanner {
	background-image: url(../images/UI/hp-banner.png);
	background-repeat: no-repeat;
	height: 173px;
	margin-bottom: 22px;
}
#hpbanner h2 span {
	padding-left: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#hpbanner h2 span span   {
	font-size: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#hpbanner .waltz {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	text-align:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 53px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*header end*/

/* homepage left column start */
#hpleftcol {
	width: 310px;
	float: left;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	clear: both;
}
#contactleftcol {
	width: 300px;
	float: left;
	padding-right: 30px;
	clear: both;
	padding-left: 70px;
}
#leftcolclients {
	width: 300px;
	float: left;
	padding-right: 0px;
	clear: both;
}

#hpleftcol h2 , #leftcol h2, #contactleftcol h2{
	font-size: 16px;
	line-height: 23px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#hpleftcol p , #leftcol p, #contactleftcol p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-weight: normal;
}
#contactleftcol p{
	color:#333;
}
.hpnext     {
	float: right;
	top: 12px;
	position: relative;
	height: 22px;
	width: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: right top;
	overflow: hidden;
	z-index: 1000;
	display: block;
	background-image: url(../images/UI/next.png);
}
.hpnext:hover {
	background-position: bottom left;
}
/* homepage left column end */

/* homepage right column start */

#hprightcol {
	width: 590px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	clear: right;
	margin-left: 25px;
}
#hprightcol p {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 35px;
}
#hprightcol h2 {
	font-size: 20px;
	color: #C00;
	font-weight: bold;
}
.buttonholder {
	display: block;
	height: 110px;
}
.buttonholder img {
	display: inline;
	visibility: visible;
}

.hp-button-web, .hp-button-presentation, .hp-buttons-print, .hp-buttons-services, .hp-buttons-contact  {
	height: 100px;
	width: 100px;
	padding: 0px;
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}


.hp-button-web  {
	background-image: url(../images/UI/websites-roll.png);
}
.hp-button-presentation  {
	background-image: url(../images/UI/about-roll.png);
}

.hp-buttons-print  {
	background-image: url(../images/UI/print-roll.png);
}
.hp-buttons-services  {
	background-image: url(../images/UI/services-roll.png);
}
.hp-buttons-contact  {
	background-image: url(../images/UI/contact-roll.png);
}

.hp-button-web:hover, .hp-button-presentation:hover, .hp-buttons-print:hover, .hp-buttons-services:hover, .hp-buttons-contact:hover{
background-position: bottom left;
}
/* homepage right column end */


/* tabs start */

#hppagecontainer #tabs{
	float:right;
	width:660px;
	font-size:12px;
	line-height:13px;
	font-weight: bold;
	margin-right: 10px;
	height: 26px;
	clear: right;
}
#pagecontainer #tabs {
	float:right;
	clear: right;
	width:800px;
	font-size:12px;
	line-height:13px;
	font-weight: bold;
	margin-right: 10px;
	height: 26px;
	position: relative;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	float:right;
	background-image: url(../images/UI/tab-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#tabs a {
	float:right;
	display:block;
	padding:5px 15px;
	background-image: url(../images/UI/tab-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-decoration: none;
}

 /* 
  hides rule from IE5-Mac \*/
  #tabs a {float:none;}
  /* End IE5-Mac hack */
  
#tabs #selected {
	background-image:url(../images/UI/tab-right-active.png);
    }
#tabs #selected a {
	background-image:url(../images/UI/tab-left-active.png);
    }
#tabs li:hover {
	background-image:url(../images/UI/tab-right-active.png);
    }
#tabs a:hover {
	background-image:url(../images/UI/tab-left-active.png);
    }

/* tabs end */ 

/*portfolio tabs start*/
#ptabs {
	float:left;
	clear: both;
	width:960px;
	font-size:11px;
	line-height:13px;
	font-weight: bold;
	margin-right: 0px;
	height: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#ptabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#ptabs li {
	float:left;
	background-image: url(../images/UI/ptab-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#ptabs a {
	float:none;
	display:block;
	background-image: url(../images/UI/ptab-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 13px;
}
  /* End IE5-Mac hack */
  
#ptabs #selected {
	background-image:url(../images/UI/ptab-right-active.png);
    }
#ptabs #selected a {
	background-image:url(../images/UI/ptab-left-active.png);
	color: #FFF;
    }
#ptabs li:hover {
	background-image:url(../images/UI/ptab-right-active.png);
    }
#ptabs a:hover {
	background-image:url(../images/UI/ptab-left-active.png);
	color: #FFF;
    }

/*portfolio tabs end*/


#footer {
	font-size: 11px;
	width: 960px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #666;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 25px;
}
#footercontact {
	font-size: 11px;
	width: 960px;
	float: right;
	margin-bottom: 10px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #666;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 25px;
}
.gps {
	text-align: center;
	color: #666;
	font-weight: bold;
	width: 400px;
	padding-left: 130px;
}
hr {
	display: none;
}
