@charset "utf-8";
/* CSS Document */

body {
 background-image: url(images/2simple-background.gif);
 background-repeat: repeat-x;
 background-color: #e4e4e4;
 margin-top: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #353535;
}

#wrap {
 width: 782px;
 background-image: url(images/wrap-background.jpg);
 background-repeat: repeat-y;
 margin: 0px auto;
}

#content {
 width: 665px;
 padding-top: 20px;
 padding-left: 80px;
 text-align: justify;
 padding-bottom: 20px;
}

.left {
 width: 373px;
 float: left;
 padding-bottom: 20px;
 padding-top: 20px;
}

.right {
 width: 252px;
 float: right; 
 padding-bottom: 20px;
 padding-top: 20px;
}

#newsletter {
 width: 252px;
 height: 123px;
 background-image: url(images/newsletter-background.jpg);
 background-repeat: no-repeat;
}

.newsletter-input { 
 width: 120px;
 background-color: #ffffff;
 border: 1px solid #b8b8b8;
}

.submit-button {
 background-color: #8f3f97;
 color: #ffffff;
 border: 1px solid #b8b8b8;
}

.featured-products {
 width: 181px;
 padding-left: 20px;
 padding-top: 20px;
}

#header {
 width: 782px;
 height: 220px;
 background-image: url(images/2simple-header-image.jpg);
 background-repeat: no-repeat;
}

#menu {
 width: 778px;
 height: 108px;
 padding-left: 2px;
 padding-top: 93px;
}

#footer {
 width: 782px;
 height: 83px;
 background-image: url(images/2simple-footer-image.jpg);
 background-repeat: no-repeat;
 text-align: center;
 font-size: 10px;
}

.footer-text {
 color: #ffffff;
 padding-top: 20px;
}

.white {
 color: #ffffff;
 text-decoration: none;
}

.white:hover {
 color: #bebfc4;
 text-decoration: underline;
}

a { 
 color: #8f3f97;
 text-decoration: underline;
}

a:hover {
 color: #000000;
 text-decoration: none;
}

h1 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #8f3f97;
}

h2 {
 font: bold 15px Arial, Helvetica, sans-serif;
 color: #8f3f97;
}

h3 {
 font: bold 15px Arial, Helvetica, sans-serif;
 color: #353535;
}

h4 {
 font: bold 13px Arial, Helvetica, sans-serif;
 color: #353535;
}

.newsletter-head {
 font: bold 15px Arial, Helvetica, sans-serif;
 color: #8f3f97;
 padding-bottom: 8px;
}

.support-textarea { 
 width: 200px;
 height: 70px; 
}

.pink { color: #8f3f97; }
.white-text { color: #ffffff; }
.black { color: #000000; }
.no-padding { padding: 0px; }
.clear {clear: both;}
.try-inputs { width: 200px; }
.long { width: 200px; }




/* rollover menus */
/* home */
a.home {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 76px;
 height: 108px;
 background: url("images/menu-home.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.home {
 background-position: -76px 0;
}

/* programs */
a.programs {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 104px;
 height: 108px;
 background: url("images/menu-programs.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.programs {
 background-position: -104px 0;
}

/* hardware */
a.hardware {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 104px;
 height: 108px;
 background: url("images/menu-hardware.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.hardware {
 background-position: -104px 0;
}

/* try-or-buy */
a.try-or-buy {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 102px;
 height: 108px;
 background: url("images/menu-try-or-buy.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.try-or-buy {
 background-position: -102px 0;
}

/* news */
a.news {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 76px;
 height: 108px;
 background: url("images/menu-news.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.news {
 background-position: -76px 0;
}

/* learning */
a.learning {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 95px;
 height: 108px;
 background: url("images/menu-learning.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.learning {
 background-position: -95px 0;
}

/* support */
a.support {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 89px;
 height: 108px;
 background: url("images/menu-support.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.support {
 background-position: -89px 0;
}

/* contact */
a.contact {
 display: -moz-inline-box;
 display: inline-block;
 overflow:hidden;
 width: 103px;
 height: 108px;
 background: url("images/menu-contact.jpg") 0 0 no-repeat;
 text-decoration: none;
 position: relative;
}

a:hover.contact {
 background-position: -103px 0;
}


