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

.shared-feature {
 margin:10px auto 0;
 
 width:600px;
 height:50px;
 background-image:url(images/center-bg.png);
 background-repeat:no-repeat;
 }



.shared-feature h1{
text-align:center;
margin:0px 0 0 15px;
padding-top:13px;
font-size:22px;
}


.shared-few-1, .shared-few-2{
margin:10px 0 0 20px;
width:300px;
height:auto;
background:#fff;
float:left;

}



.few-img-1 {
margin-top:5px;
 margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/symantec-verisign-secure.jpg);
 background-repeat:no-repeat;
 }

.few-img-2 {
margin-top:5px;
 margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/globalsign-secure.jpg);
 background-repeat:no-repeat;
 }
 
 
 .few-img-3 {
margin-top:5px;
 margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/geo-trust-secure.jpg);
 background-repeat:no-repeat;
 }
 
 .few-img-4 {
margin-top:5px;
 margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/thawte-secure.jpg);
 background-repeat:no-repeat;
 }
 
 
 .few-img-5{
margin-top:5px;
margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/comodo-secure.jpg);
 background-repeat:no-repeat;
 }
 
 .few-img-6 {
margin-top:5px;
 margin-left:30px;
 width:275px;
 height:150px;
 background-image:url(images/secure/symantec-verisign-secure.jpg);
 background-repeat:no-repeat;
 }



/* Feature hover*/


.few-img-1:hover {
 
 background-image:url(images/secure/symantec-verisign-secure-over.jpg);
 }

.few-img-2:hover {

 background-image:url(images/secure/globalsign-secure-over.jpg);
 }
 
 
 .few-img-3:hover {

 background-image:url(images/secure/geo-trust-secure-over.jpg);
 }
 
 .few-img-4:hover {

 background-image:url(images/secure/thawte-secure-over.jpg);
 }
 
 
 .few-img-5:hover {

 background-image:url(images/secure/comodo-secure-over.jpg);
 }
 
 .few-img-6:hover {

 background-image:url(images/secure/symantec-verisign-secure-over.jpg);
 }





.shared-few-1 h1, .shared-few-2 h1{
text-align:center;
text-transform:uppercase;
}

.list ul{
 padding:0 0 0 20px;
 
 }

.list ul li{
list-style:disc;
font-size:13px;
line-height:22px;
text-align:center;
 }




