@import url(reset.css);
@import url(form.css);

/* Artis IT
   General Screen Styles

   Author: Brad Stripling
   Updated: 12.10.07
   ----------------------------------------------------*/


/* Color Chart
   --------------------------------
   header background:       000
   body background:         333336
   light blue:              94d6ce
   dark blue:               689096
   light tan:               ffffe7
   dark tan:                a7ada7
   light green:             b5e454
   dark green:              7c9233
   brown:                   332600
   dark brown:              232216
   dark red:                800000
   medium red:              cc0000
   body text:               4f4b43
   ----------------------------------------------------*/


/* Index
   --------
   =GENERIC
   =GENERAL LAYOUT
   =HEADER
   =NAVIGATION
   =SIDEBAR
   =TABLES
   =FOOTER
   ----------------------------------------------------*/


/* =GENERIC
   ----------------------------------------------------*/
body {
  color: #4f4b43;
  background: #333336;
  font: 0.75em/1.5 verdana, arial, helvetica, sans-serif;
  margin: 0 auto;
  min-width: 40em;
}
a:link,
 a:visited {
  color: #6c802d;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
a.read_more {
  background: url(/mspapp/img/arrow.png) 100% 3px no-repeat;
  padding-right: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: times, "Times New Roman", times-roman, georgia, serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}
h1 {
  font-size: 2.5em;
  line-height: 30px;
  padding-bottom: 12px;
}
h2 {
  font-size: 1.75em;
  line-height: 24px;
  padding: 18px 0 12px;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.75em;
}
p {
  padding: 0 0 12px 0;
}
ul, ol {
  margin: 1em 0;
  padding-left: 2.5em;
}
dt {
  margin: 0.5em 0 0;
}
dd {
  margin: 0.25em 0 0.5em 2.5em;
}
pre, code, tt {
  background-color: #f2f2f2;
  font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 0 0 12px 0;
}
blockquote {
  margin: 0;
  padding: 0;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
big {
  font-size: 115%;
}
sup {
  font-size: smaller;
  vertical-align: 0.5em;
  line-height: 1px;
}
img.pic {
  float: right;
  margin: 0.25em 0 0.66em 1.5em;
  position: relative;
}
img.border {
  border: 3px double;
}
img.standalone {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  width: auto;
}
p.standalone {
  text-align: center;
}
p.standalone img {
  display: inline;
}
.highlight {
  background: #B4D5FF;
  font-weight: bold;
}
#content .vcard {
  margin-bottom: 12px;
}
.vcard p {
  padding-bottom: 0;
}
.validation-advice {
  color: #cc0000;
  font-weight: bold;
}

/* ClearFix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


/* =GENERAL LAYOUT
   ----------------------------------------------------*/
#who,
 #what,
 #why {
  background: url(/mspapp/img/backgrounds/vertical_divider.png) 100% 45px no-repeat;
  clear: none;
  display: inline;
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  width: 290px;
}
#why {
  background: none;
  margin-right: 0;
}
#store {
  background: url(/mspapp/img/ad/artis_store_background.png) 0 0 repeat-y;
  clear: both;
  float: left;
  margin-top: 24px;
  width: 289px;
}
#store h3 {
  background: transparent url(/mspapp/img/ad/artis_store_header.png) 0 0 no-repeat;
  height: 21px;
  padding: 0;
  width: 289px;
}
#store h3 a {
  display: block;
  text-indent: -9999px;
}
#store p {
  font-weight: bold;
  padding: 12px 12px 6px 12px;
  margin: 0;
}
#store div {
  padding-bottom: 9px;
  padding-top: 3px;
}
#store ul {
  clear: both;
  float: left;
  font-size: 10px;
  list-style-type: circle;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 6px;
  list-style-position: inside;
  width: 110px;
}
#store ul+ul {
  clear: none;
  display: inline;
  float: left;
  padding-left: 0;
  width: 70px;
}
#store #come_in {
  padding: 0;
}
#store #come_in a {
  background: transparent url(/mspapp/img/ad/come_in.png) 0 0 no-repeat;
  clear: none;
  display: inline;
  float: left;
  height: 49px;
  text-indent: -9999px;
  width: 74px;
}
#blog_latest_post {
  clear: none;
  display: inline;
  float: left;
  margin-left: 18px;
  margin-top: 24px;
  width: 580px;
}
#blog_latest_post h2 {
  padding-top: 0;
}
#blog_latest_post h4 {
  font-style: italic;
}

/* =HEADER
   ----------------------------------------------------*/
#logo {
  float: left;
}
#masthead_wrapper {
  background-color: #000;
  height: 30px;
  width: 100%;
}
#masthead {
  margin: 0 auto;
  width: 960px;
}
#masthead h1 {
  color: #fff;
  float: left;
}
#masthead h1 a {
  background: url(/mspapp/img/artis_logo.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  height: 45px;
  text-decoration: none;
  text-indent: -9999px;
  width: 188px;
}
#masthead ul {
  clear: none;
  color: #fff;
  float: right;
  margin: 0 auto;
  padding: 0;
}
#masthead ul a {
  color: #fff;
  text-decoration: none;
}
#masthead ul a:hover {
  text-decoration: underline;
}
#masthead ul li {
  clear: none;
  display: inline;
  float: left;
  margin: 6px 0 0 12px;
}
#masthead ul li.home {
  padding-left: 24px;
}
#masthead ul li.address {
  background: url(/mspapp/img/contact_factory.png) 0 50% no-repeat;
  padding-left: 24px;
}
#masthead ul li.tel {
  background: url(/mspapp/img/contact_phone.png) 0 50% no-repeat;
  padding-left: 24px;
}
#masthead ul li.email {
  background: url(/mspapp/img/contact_letter.png) 0 50% no-repeat;
  padding-left: 24px;
}
#header {
  background: url(/mspapp/img/backgrounds/header.png) 0 0 no-repeat;
  height: 325px;
  margin: 3em auto 0 auto;
  padding-top: 12px;
  width: 960px;
}

/* THE BOTS: background
   current bg options: welcome_gray_light, welcome_gray_dark, welcome_gray_darker,
    welcome_brown, welcome_brown_star, welcome_green, welcome_red, welcome_blue
 */
#welcome {
  background: url(/mspapp/img/backgrounds/welcome_brown_star.png) 0 0 no-repeat;
  border: 1px solid #261d00;
  clear: both;
  color: #fff;
  height: 280px;
  margin: 0 auto;
  width: 930px;
}
#who_we_are #welcome {
  background: url(/mspapp/img/backgrounds/welcome_gray_dark.png) 0 0 no-repeat;
}
#what_we_do #welcome {
  background: url(/mspapp/img/backgrounds/welcome_brown_star.png) 0 0 no-repeat;
}
#partners #welcome {
  background: url(/mspapp/img/backgrounds/welcome_brown_star.png) 0 0 no-repeat;
}
#why_artis_it #welcome {
  background: url(/mspapp/img/backgrounds/welcome_brown_star.png) 0 0 no-repeat;
}
#it_services #welcome {
  background: url(/mspapp/img/backgrounds/welcome_gray_darker.png) 0 0 no-repeat;
}
#creative #welcome {
  background: url(/mspapp/img/backgrounds/welcome_green.png) 0 0 no-repeat;
}
#voip #welcome {
  background: url(/mspapp/img/backgrounds/welcome_red.png) 0 0 no-repeat;
}
#data_backup #welcome {
  background: url(/mspapp/img/backgrounds/welcome_gray_dark.png) 0 0 no-repeat;
}
#blog #welcome {
  background: url(/mspapp/img/backgrounds/welcome_gray_darker.png) 0 0 no-repeat;
}
#contact_us #welcome {
  background: url(/mspapp/img/backgrounds/welcome_brown_star.png) 0 0 no-repeat;
}
#who_we_are #welcome {
  background: url(/mspapp/img/backgrounds/welcome_red.png) 0 0 no-repeat;
}


/* THE BOTS: positioning */
#home #welcome img {
  left: 50%;
  margin-left: -358px;
  position: absolute;
  top: 144px;
}
#it_services #welcome img {
  left: 50%;
  margin-left: -465px;
  position: absolute;
  top: 109px;
}
#creative #welcome img {
  left: 50%;
  margin-left: -465px;
  position: absolute;
  top: 78Px;
}
#voip #welcome img {
  left: 50%;
  margin-left: -466px;
  position: absolute;
  top: 105Px;
}
#data_backup #welcome img {
  left: 50%;
  margin-left: -465px;
  position: absolute;
  top: 79px;
}
#blog #welcome img {
  left: 50%;
  margin-left: -465px;
  position: absolute;
  top: 101px;
}
#contact_us #welcome img {
  left: 50%;
  margin-left: -467px;
  position: absolute;
  top: 55px;
}
#why_artis_it #welcome img {
  left: 50%;
  margin-left: -390px;
  position: absolute;
  top: 117px;
}
#who_we_are #welcome img {
  left: 50%;
  margin-left: -466Px;
  position: absolute;
  top: 78px;
}
#what_we_do #welcome img {
  left: 50%;
  margin-left: -466Px;
  position: absolute;
  top: 142px;
}
#partners #welcome img {
  left: 50%;
  margin-left: -466Px;
  position: absolute;
  top: 142px;
}

/* THE BOTS: ribbon positioning */
#welcome img.thumbs_up {
  clear: none;
  float: left;
  position: relative !important;
}


#welcome #message {
  clear: none;
  float: right;
  font-weight: 900;
  padding: 1em 1em 0;
  width: 424px;
}
#welcome h1 {
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 0;
}
#welcome h2 {
  font-size: 1.5em;
  line-height: 1.0625em;
  padding-top: 0;
}

/* THE BOTS: ribbon */
#call_wrapper {
  background: url(/mspapp/img/ribbon.png) 0 0 no-repeat;
  left: 449px;
  float: right;
  height: 119px;
  top: 137px;
  padding-top: 27px;
  position: relative;
  width: 464px;
}
#why_artis_it #call_wrapper {
  background: url(/mspapp/img/ribbon_alt.png) 0 0 no-repeat;
}

#call {
  background: url(/mspapp/img/1.png) 0 50% no-repeat;
  color: #94d6ce;
  float: left;
  font-style: italic;
  height: 92px;
  margin-left: 48px;
  padding-left: 15px;
  text-align: center;
  width: 282px;
}
#call h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 9px 0 0 9px;
}
#call h3+h3 {
  font-size: 36px;
  line-height: 36px;
  padding: 0;
}
#call h4 {
  font-size: 12px;
  color: #ccccba;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#call h4 a {
  color: #ccccba;
}
#content_wrapper {
  background: url(/mspapp/img/backgrounds/content.png) 0 0 repeat-y;
  clear: both;
  margin: 0 auto;
  min-height: 20em;
  padding: 18px 12px 12px;
  width: 936px;
}
#content_wrapper h1 a {
  color: #4f4b43;
  text-decoration: none;
}
#content_wrapper h1 a:hover {
  text-decoration: underline;
}
#content h1 {
  padding-bottom: 6px;
}
#content h1+p {
  margin-top: 6px;
}
#content h1+h2 {
  font-size: 1.5em;
  font-style: italic;
  padding-top: 6px;
}
#content ul {
  list-style-image: url(/mspapp/img/gear_small.png);
  padding-bottom: 6px;
  padding-left: 18px;
}
#partners #content h2 {
  padding-bottom: 6px;
}
#body_separator {
  background: url(/mspapp/img/backgrounds/content_tear.png) 0 0 no-repeat;
  clear: both;
  height: 60px;
  margin: 0 auto;
  width: 960px;
}


/* =NAVIGATION
   ----------------------------------------------------*/
ul#nav {
  background: url(/mspapp/img/nav/border.png) 50% 100% no-repeat;
  height: 30px;
  margin: 15px auto;
  position: relative;
  width: 930px;
}
ul#nav li {
  background: url(/mspapp/img/nav/divider.png) 100% 50% no-repeat;
  clear: none;
  display: inline;
  float: left;
  height: 16px;
  padding: 0 28px;
  text-align: center;
}
ul#nav li.last {
  background: none;
}
ul#nav li a {
  display: block;
  text-indent: -9999px;
}
ul#nav li a:hover {
  border-bottom: 3px solid #689096;
}
ul#nav li#nav_it_services a {
  background: url(/mspapp/img/nav/it_services.png) 0 0 no-repeat;
  width: 101px;
}
ul#nav li#nav_creative a {
  background: url(/mspapp/img/nav/creative.png) 0 0 no-repeat;
  width: 237px;
}
ul#nav li#nav_voip a {
  background: url(/mspapp/img/nav/voip.png) 0 0 no-repeat;
  width: 44px;
}
ul#nav li#nav_data_backup a {
  background: url(/mspapp/img/nav/data_backup.png) 0 0 no-repeat;
  width: 123px;
}
ul#nav li#nav_blog a {
  background: url(/mspapp/img/nav/blog.png) 0 0 no-repeat;
  width: 116px;
}
/* show active page */
#it_services #nav_it_services a,
 #creative #nav_creative a,
 #voip #nav_voip a,
 #data_backup #nav_data_backup a,
 #blog #nav_blog a {
  border-bottom: 3px solid #689096;
}


/* =SIDEBAR
   ----------------------------------------------------*/

#sidebar {
  background: url(/mspapp/img/backgrounds/vertical_divider.png) 0 0 no-repeat;
  float: right;
  margin: 0 0 24px 12px;
  padding-left: 12px;
}
#sidebar #links h3 {
  background: url(/mspapp/img/backgrounds/sidebar_link.png) 0 0 no-repeat;
  height: 36px;
  margin-bottom: 3px;
  padding: 6px 0 0 12px;
  width: 289px;
}
#sidebar #links h3 a {
  background: url(/mspapp/img/gear_large.png) 0 50% no-repeat;
  color: #4f4b43;
  display: block;
  padding-left: 21px;
  text-decoration: none;
}
#sidebar #links h3 a:hover {
  text-decoration: underline;
}
/* show active page */
#who_we_are #subnav_who_we_are a,
 #what_we_do #subnav_what_we_do a,
 #why_artis_it #subnav_why_artis_it a {
  text-decoration: underline !important;
}



/* =TABLES
   ----------------------------------------------------*/
table {
  margin: 12px 0 24px 0;
}
td, th+th {
  margin: 2px;
  padding: 0 18px;
}
tbody th,
 tfoot th {
  padding-left: 2px;
}
thead th {
  background: url(/mspapp/img/backgrounds/sidebar_link.png) 0 0 no-repeat;
  height: 24px;
  vertical-align: middle;
}
tbody th {
  font-style: italic;
}
th {
  font-weight: bold;
}

/* =FOOTER
   ----------------------------------------------------*/
#footer {
  background: url(/mspapp/img/backgrounds/footer.png) 0 0 repeat-y;
  color: #fff;
  margin: 0 auto;
  padding: 0 12px;
  width: 936px;
}
#footer a,
 #footer a:visited {
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
}
#footer h3 a {
  text-decoration: none;
}
#footer h3 a:hover {
  text-decoration: underline;
}
#footer_bottom {
  background: url(/mspapp/img/backgrounds/footer_bottom.png) 0 0 no-repeat;
  height: 54px;
  margin: 0 auto;
  width: 960px;
}
#footer div {
  clear: none;
  display: inline;
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  width: 290px;
}
#footer #client_testimonial p {
  font-size: 14px;
  padding-bottom: 12px;
}
#footer #client_testimonial blockquote {
  background: transparent url(/mspapp/img/quote_left.png) 0 0 no-repeat;
  margin-top: 12px;
  text-indent: 30px;
}
#footer #client_testimonial blockquote span {
  background: transparent url(/mspapp/img/quote_right.png) 100% 0 no-repeat;
  padding: 0 30px 6px 0;
}
#footer #client_testimonial blockquote+p {
  font-size: 10px;
}
#footer #client_testimonial #testimonial_2,
 #footer #client_testimonial #testimonial_3 {
  display: none;
}
#footer #our_partners ul {
  padding: 0;
}
#footer #our_partners ul li {
  clear: none;
  display: inline;
  float: left;
  text-indent: -9999px;
}
#footer #our_partners ul li a {
  display: block;
}
#footer #our_partners ul li#partner_dell {
  background: url(/mspapp/img/partners/dell.png) 0 0 no-repeat;
  height: 63px;
  width: 64px;
}
#footer #our_partners ul li#partner_cisco {
  background: url(/mspapp/img/partners/cisco.png) 0 0 no-repeat;
  height: 63px;
  margin: 0 36px;
  width: 66px;
}
#footer #our_partners ul li#partner_sun {
  background: url(/mspapp/img/partners/sun.png) 0 0 no-repeat;
  height: 63px;
  width: 64px;
}
#footer #our_partners ul li#partner_oracle {
  background: url(/mspapp/img/partners/oracle.png) 0 0 no-repeat;
  clear: both;
  height: 18px;
  margin: 30px 42px 0 0;
  width: 133px;
}
#footer #our_partners ul li#partner_vocalocity {
  background: url(/mspapp/img/partners/vocalocity.png) 0 0 no-repeat;
  height: 33px;
  margin-top: 20px;
  width: 94px;
}
#footer #recent_blogs {
  margin-right: 0;
}
#footer div h3 {
  background: url(/mspapp/img/backgrounds/footer_header.png) 0 0 no-repeat;
  padding-left: 6px;
}
#footer #recent_blogs ul {
  list-style-image: url(/mspapp/img/gear_small.png);
  padding-left: 18px;
}

