/* Start of CMSMS style sheet 'mystyle' */
@charset "utf-8";
/* CSS Document */
* {
  margin:0;
  padding:0;
}
#b{width:100%; background: url(uploads/images/colbox-background.jpg) repeat-x top left #FFFFFF;}


body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url(uploads/images/main-background.png) repeat-x #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a {
  color:#870101;
  text-decoration:none;
}
body.plain {
  background: url(uploads/images/plain-background.png) repeat-x #FFFFFF;
}

body.plain2 {
  background: url(uploads/images/plain-background2.jpg) repeat-x #FFFFFF;
}

body.portfolio {
  background: url(uploads/images/background-portfolio.png) repeat-x #FFFFFF;
}

body.news {
  background: url(uploads/images/background-news.png) repeat-x #FFFFFF;
}

.mycontent {
  float: left;
  text-align: left;
  width: 600px;
  padding: 20px 30px 0px 10px;
  color: #333;
}

.mycontent a {
  color: #870101;
  text-decoration: none;
}

.mycontent a:hover {
  color: #000;
}

.sidebar {
  text-align: left;
  color: #333;
}

.sidebar a {
  color: #870101;
  text-align: none;
  text-decoration: none;
}

.sidebar a:hover {
  color: #333;
}

.sidebar hr {
  height: 1px;
  border: 1px solid #CCC;
}

a img {border: none;}

#container {
  width: 940px;
  margin: 0px auto;
  text-align: left;
}

#portfolio {
  width: 940px;
  margin: 0px auto;
}

.logo {
  float: left;
  padding-top: 21px;
  padding-left: 7px;
}

#navigation {
  float: right;
  list-style: none;
  font-size: 11px;
  font-weight: bold;
  width: 436px;
  height: 16px;
  background: url(uploads/images/nav-background.png) no-repeat;
  margin: 26px 0px;
  padding: 12px;
  text-align: center;
}

#navigation li {
  display: inline;
  padding: 0px 4px; margin: 0px;
}

#navigation a {
  color: #363636;
  text-decoration: none;
  padding: 8px 6px 8px 7px;
}

#navigation li a:hover {
  background: #EEEEEE;
}

#navigation a:hover {
  background: #FFFFFF;
}

#navigation li.current {
  background: #EEEEEE;
  padding: 7px 0px;
}

#navigation li { /* main list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#navigation li ul { /* second-level lists */
	display: none;
	margin: 0px;
	padding: 4px 0px;
	position: absolute;
	top: 0px;
	left: 0;
	list-style: none;
	background: #EEEEEE;
    z-index: 100;
	width: 154px !important;
}

#navigation li ul a:hover {
  background-color: #FFFFFF;
}

#navigation li ul li {

}

#navigation li ul li a {
  padding: 8px 8px !important;
  display: block;
}

* html #navigation li li ul { /* third-level lists */
    left: -999em;
}

#navigation li ul li {
  margin: 0px;
  width: 100%;
  text-align: left;
}

#navigation li>ul {
	top: 15px;
	left: auto;
}

/* \*/
* html #navigation li ul {
    top: 15px;
	left: 0px;
    margin: 0px;
}
/* */

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
	width: 158px !important;
	margin-top: 6px;
}

#navigation li:hover ul ul, #navigation li li.over ul ul {
	left: -999em;
	margin-top: 11px;
}

#navigation li:hover ul ul ul, #navigation li li.over ul ul ul {
	left: -999em;
	margin-top: 11px;
}

#navigation li:hover ul ul ul ul, #navigation li li.over ul ul ul ul {
	left: -999em;
}

#navigation li li:hover ul, #navigation li li.over ul {
    top: -15px;
	left: 158px;
}

#navigation li ul li a {
  background: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0px;
  width: 142px;
  padding: 4px;
  top: 0px;
}

.slogan {
  clear: both;
  padding-top: 1px;
}

.it {
  background: url(uploads/images/services-background.jpg) 0px 1px no-repeat;
}

.clients-head {
  background: url(uploads/images/clients-background.jpg) 0px 1px no-repeat;
}

.news {
  background: url(uploads/images/news-background.jpg) 0px 1px no-repeat;
}

.contact {
  background: url(uploads/images/contact-background.jpg) 0px 1px no-repeat;
}

.about {
  background: url(uploads/images/about-background.jpg) 0px 1px no-repeat;
}

#slogan-text {
 text-align: left;
 padding: 11px 10px;
 margin: 0px;
 line-height: 1.8em;
 clear: both;
}

#slogan-text strong {
  color: #870101;
}

#boxes {
  height: 230px;
  background: url(uploads/images/box-background.gif) repeat-x;
  margin-top: 24px;
}

#boxes-long {
  height: 230px;
  width:440px;
  background: url(uploads/images/box-long-background.gif) no-repeat;
  margin-top: 24px;
  padding:10px;
}

#clients {
  margin-top: 24px;
}

#box {
  background: url(uploads/images/box-background-plain.gif) repeat-x;
  margin-top: 24px;
}

.3col {
  width: 700px;
  margin: 0px auto;
}

.services-title{
  text-align: left;
  list-style: none;
  color: #595959;
  padding:5px;
}
.services-title a {
  color: #595959;
  text-decoration: none;
}
.services-title h1 {
  font-size: 15px;
  margin: 0px 0px 10px 0px;
  padding: 4px 0px 10px 40px;
}

.services-title h1 a {
  color: #555;
  text-decoration: none;
}

.services-title h1 a:hover {
  color: #870101;
}

.services-title a:hover {
  color: #000;
}

.services{
  float:left;
  text-align: left;
  list-style: none;
  padding: 0px;
  width: 180px;
  padding: 15px 13px 15px 14px;
  color: #595959;
  margin: 0px 20px 0px 0px;
  line-height: 1.8em;
  xdisplay:inline;
}

.services a {
  color: #595959;
  text-decoration: none;
}

.services a:hover {
  color: #000;
}

.clients {
  float: left;
  text-align: left;
  list-style: none;
  padding: 0px;
  width: 190px;
  color: #595959;
  margin: 0px 20px 0px 0px;
  padding: 0px 20px 0px 5px;
  line-height: 1.8em;
}

* html .clients {
  padding: 0px;
  margin-right: 10px;
  margin-left: 4px;
}

.last {
  margin-right: 0px;
}

.clients img {
  border: 1px solid #e9e9e9;
  background-color: #d1d1d1;
  padding: 8px;
}

.services h1 {
  font-size: 15px;
  margin: 0px 0px 10px 0px;
  padding: 4px 0px 4px 40px;
}

.services h1 a {
  color: #555;
  text-decoration: none;
}

.services h1 a:hover {
  color: #870101;
}


.design {
  background: url(uploads/images/icon-design.png) no-repeat;
}

h1.design {
  width: 200px;
}

.development {
  background: url(uploads/images/icon-development.png) no-repeat;
}

.managed {
    background: url(uploads/images/icon-managed.png) no-repeat;
}

.consulting {
  background: url(uploads/images/icon-consulting.png) no-repeat;
}

.portfolio-web {
    background: url(uploads/images/looknfeel.png) no-repeat;
}

.portfolio-logo {
    background: url(uploads/images/texteffect.png) no-repeat;
}

.portfolio-print {
    background: url(uploads/images/kpresenter.png) no-repeat;
}

.portfolio-ad {
    background: url(uploads/images/web-browser.png) no-repeat;
}

.products {
    background: url(uploads/images/run.png) no-repeat;
}

img.mbs {
  margin-right: 10px;
}

#feed-control {
  clear: both;
  background: url(uploads/images/background-footer.png) no-repeat;
  padding: 0px 0px 10px 0px;
}

/* \*/
* html #feed-control {
  padding: 0px 0px 20px 0px;
}
* html #footer p {
  margin-top: 10px;
}
/* */

#footer {
  text-align: left;
  margin-bottom: 20px;
  clear: both;
}

#footer img {
  float: left;
  margin-right: 10px;
}

#footer p {
  float: right;
  color: #595959;
}

#footer a {
  color: #595959;
  text-decoration: none;
}

#footer a:hover {
  color: #870101;
}

.demos {
  margin: 0px auto;
  width: 940px;
  clear: both;
  height: 280px;
}

div.demoflow-button-left {
	width: 310px;
	height: 200px;
	cursor: pointer; cursor: hand;
	z-index: 12;
	position: relative;
	top: -280px;
	left: 0px;
	text-align: left;
}

div.demoflow-button-left .bg {
	background: url('uploads/images/arrow-left.png') 0px 57px no-repeat;
	height: 100px;
	z-index: 12;
}

div.demoflow-button-right {
	width: 310px;
	height: 200px;
	cursor: pointer; cursor: hand;
	z-index: 9;
	position: relative;
	top: -482px;
	left: 630px;
	text-align: left;
}

/* \*/
* html div.demoflow-button-right {
  left: 310px;
}

* html div.demoflow-button-left {
  left: -310px;
}

* html .demos {
  height: 280px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
/* */

div.demoflow-button-right .bg {
	background: url('uploads/images/arrow-right.png') no-repeat 272px 59px;
	height: 100px;
	z-index: 12;
}

.demoflow {
	width: 940px;
	height: 370px;
	position:relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
	background: url(uploads/images/arrows.png) 46px 169px no-repeat;
}

.demoflow div {
	float: left;
	width: 75px;
	cursor: pointer; cursor: hand;
	border: 1px dashed red;
}

.ie .demoflow div {
	zoom: 1;
}

.demoflow div {
	border: 1px solid #666;
	border-color: #aaa #aaa #aaa #aaa;
}

.demoflow div:hover {
	border: 1px solid #aaa;
	/*opacity: 1 !important;*/
}

.demoflow div img {
	height: 100%;
	width: 100%;
}


#newsletter strong {
  position: relative;
  top: -4px;
  font-weight: normal;
}

#newsletter input {
  border: 1px solid #CCC;
  margin: 5px 0px;
  width: 140px;
}

#mybutton {
  background: url('uploads/images/mybutton.png') no-repeat;
  border: none;
  padding: 2px 10px 6px 10px;
  height: 30px;
  width: 80px;
}

#newsletter {
  background: url(uploads/images/newsletter-background.png) no-repeat;
  margin: 15px 0px;
  padding: 8px 10px 20px 10px;
  line-height: 1em;
}

#newsletter form, #newsletter label {
  margin: 0px;
  padding: 0px;
}

#newsletter span#mycheck input {
  width: 15px;
  border: none;
}

#mypadding {
  padding: 0px 10px;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* --------- form -------------- */

fieldset {
	margin:0;
	padding: 0px 0px 0px 4px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

label {
	color:#666;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.propField {
	background-color:#edefef;
	font-size:14px;
	border:none;
	width:180px;
	margin: 0px;
	padding: 0px;
}

.propSubmit {
	background-color:#6A6A6A;
	color:#fff;
	font-size:14px; font-weight:bold;
	border:none;
	cursor:pointer;
	margin-top:10px; padding:3px;
	width:180px;
}


.spam {
	display:none;
}
/* -------- end form ---------- */

#right-box {
  float: left;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.col {
  width:185px;
  height:50px;
  text-align: left;
  list-style: none;
  color: #595959;
  line-height: 1.8em;
  margin-left:5px;
}
.col li {display:inline;}
.col a {
  color: #595959;
  text-decoration: none;
}

.col a:hover {
  color: #000;
}

.col2 {
  width:208px;
  text-align: left;
  list-style: none;
  color: #595959;
  margin:5px;
}
.col2 li {
  display:inline;
}

/*four-col style*/
.columnbox {
  background: url(uploads/images/box-background-plain.gif) no-repeat;
  margin-top: 24px;
  width: 220px;
  padding:3px 3px 7px 3px;
}
.columnbox1 {
  background: #ffffff url(uploads/images/box-bg.gif) repeat-x top;
  border-right: 1px  solid #e2e2e2;
  border-left: 1px  solid #e2e2e2;
  border-bottom: 1px  solid #e2e2e2;
  margin: 10px 10px;
  width: 900px;
}
.columnbox2 {
  background: #ffffff url(uploads/images/box-bg.gif) repeat-x top;
  margin: 24px 10px;
  width: 410px;
}

.columnbox3 {
  background: #ffffff url(uploads/images/box-bg.gif) repeat-x top;
  margin: 24px 10px;
  width: 270px;
}
.corner-right { background: url(uploads/images/box-bg-right.gif) no-repeat top right;}
.corner-left { 
  background: url(uploads/images/box-bg-left.gif) no-repeat top left;
  padding:20px;
}
.image-fix {
  background-image: #ffffff;
  padding:10px;
  margin:10px;
  border:1px solid #cccccc;
} 
.list-fix {
  list-style:square; 
  list-style-position:inside; 
  margin-left:10px;
}

#update-text {
  float: left;
  width: 300px;
  margin-right: 20px;
}

#update-text ul {
  margin-right: 40px;
  padding-left: 20px;
}

#update-text strong {
  margin-top: 20px;
}

#testimony-signup {
  float: left;
  width: 300px;
}

#testimony-signup ul {
  margin-right: 40px;
  padding-left: 20px;
}

#testimony-signup ul li {
  margin-bottom: 20px;
}

#testimony-signup em {
  display: block;
  text-align: right;
}

#signup-box {
  border-top: 1px solid #ccc;
}



***carousel***/
#carousel {width:440px; height:200px; background:transparent; border-top:5px solid #d3d3d3; border-bottom:5px solid #d3d3d3;}

.item ul {float:right; width:190px; display:block; color: #595959; font-size:12px; padding:0px 10px 20px 10px; z-index: 2;}
.item ul li {width:200px; height:auto;}
.item ul li a {color:#870101; text-decoration:none;}
.item ul li a:hover {color:#870101; text-decoration:underline;}

.title {font-weight:bold; font-size:14px; margin:15px 0 20px 0;}
.phone {margin-bottom:10px;}
.hours {margin-bottom:20px;}

.updatemysite {background:url(uploads/images/carousel-item-updatemysite.jpg) no-repeat;}
.unoloser {background:url(uploads/images/carousel-item-unoloser.jpg) no-repeat;}
.webex {background:url(uploads/images/carousel-item-webex.jpg) no-repeat;}

/* End of 'mystyle' */

