img {
    border:none;
}



body {
    overflow:scroll;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    background-color:#DDE3E1;
}

div#white {
    background-color:#fff;
    width:930px;
    margin:0 auto;
    padding:0 15px;
}
header {
    width:960px;
    height:92px;
    margin:0 auto;
    position:relative;
    display:block;
}

section {
    position:relative;
    width:930px;
    margin:0 auto;
    display:block;
}

address {
    display:block;
}

/*FOOTER STYLES*/

footer {
    width:960px;
    margin:0 auto;
    margin-left:-15px;
	
    display:block;
    height:180px;
    clear:both;
	
}

footer div#image {
    width:960px;
    height:95px;

    background-repeat:no-repeat;
    background-position: left top;
	
}

footer div#image {
	background-image:url(../images/ms_logo_sl_c.png);


}

footer div#left {
    float:left;
	
}

footer div#right{
    float:right;
	padding-right:15px;
	
}

footer div#background{
	padding-top: 20px;
    background:#D1D2D4;
    height:85px;
}

footer p {
    margin:0;
}

/*END FOOTER STYLES*/

div#banner {
    width:960px;
    margin:0 auto;
}

div#banner img{
    width:960px;
}


/*
 
nav {
    width:560px;
    float:right;
    margin:auto;
    background:url(../images/navbar.gif);
    background-repeat:no-repeat;
    height:30px;
    display:block; //ie
}

nav a {
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    line-height:30px;
    float:left;
    margin:0 4px;
}

nav a span {
    padding:12px 9px;
    background:none;
    height:30px;
}

nav a:hover {
    background:url(../images/r_menu.gif) no-repeat right;
}

nav a:hover span {
    background:url(../images/l_menu.gif) no-repeat left;
    bottom:auto;
    color:#CF0;
}
*/

#home nav a.home, #productInfo nav a.productInfo, #aboutUs nav a.aboutUs, #register nav a.register, #contact nav a.contact, #web nav a.productInfo, #desktop nav a.productInfo, #testimonials nav a.productInfo {
    background:none;
    transition: 500ms;
  color:#09F;
}




nav {
    width:560px;
    float:right;
    margin:auto;
    background-repeat:no-repeat;
    height:30px;
    clear:both;
    display:block;
    position:relative;
    top:43px;
	padding: 10px 40px 0 0;
}

nav a{
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    color: #444;
    margin-left:18px;
    padding:6px;
   
}

nav a:hover{
    background:none;
    transition: 500ms;

	color:#09F;
}

nav div{
    float:right;
}

div#columns
{
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
}

#productInfo aside {
    width:200px;
    height:870px;
    float:right;
    margin-left:20px;
    display:block;
}

#productInfo aside div#po {
    width:200px;
    height:443px;
    background-image:url(../images/sidebar_bg.gif);
    background-position:bottom;
    margin-top:65px;
}

#desktop aside {
    width:200px;
    height:300px;
    float:right;
    margin-left:20px;
    display:block;
}

#desktop aside div#po {
    width:200px;
    height:196px;
    background-image:url(../images/sidebar2.gif);
    background-position:bottom;
    margin-top:65px;
}

#web aside {
    width:200px;
    height:500px;
    float:right;
    margin-left:20px;
    display:block;
}

#web aside div#po {
    width:200px;
    height:196px;
    background-image:url(../images/sidebar2.gif);
    background-position:bottom;
    margin-top:65px;
}


#register form {
    margin-top:30px;
}

#register form label {
    width:120px;
    display:inline-block;
}

#register form label.required:after {
    content:"*";
    color:red;
}

#register form label.required {
    font-weight:bold;
}

p {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
   text-align: justify;
}

strong {
    font-size:14px;
    color:#2962E8;
    font-weight:normal;
    font-style:italic;
}

ul li {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    margin-bottom:8px;
}

h1 {
    color: #646363 ;/*#00AEEF;*/
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding-top: 8px;
    padding-left: 20px;
	font-weight:200;
	font-size:30px;
    
}

h2 {
    color: #2962E8;/*#00AEEF;*/
     font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding-left: 20px;
    margin-top: 10px;
    padding-bottom:5px;
	font-weight:200;
	font-size:20px;
    
    
}
h3 {
    color: #2962E8;/*#00AEEF;*/
     font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:17px;
	padding-bottom:0;
	margin-bottom:0;
    
    
}
h4 {
    color: #2962E8;/*#00AEEF;*/
     font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:15px;
	padding-bottom:0;
	margin-bottom:0;
    }


a {
    color:blue;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

nav a:hover {
    text-decoration:none;
}

hr { border: 1px solid #ccc;
    color: #ccc;
    background-color: #ccc;
height: 2px;
padding: 0;
}

div#banner {
    margin-bottom:-12px;
}