	@font-face {
    font-family: 'AndikaBasicRegular';
    src: url('fonts/andbasr.eot');
    src: url('fonts/andbasr.eot') format('embedded-opentype'),
         url('fonts/andbasr.woff') format('woff'),
         url('fonts/andbasr.ttf') format('truetype'),
         url('fonts/andbasr.svg#AndikaBasicRegular') format('svg');
	}
	
	@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg.eot');
    src: url('fonts/aller_rg.eot') format('embedded-opentype'),
         url('fonts/aller_rg.woff') format('woff'),
         url('fonts/aller_rg.ttf') format('truetype'),
         url('fonts/aller_rg.svg#AllerRegular') format('svg');
	}

	body {
		margin:0;
		padding:0;
		background-image:url(../images/bg_pattern3.png);
		font-family:'AndikaBasicRegular',Verdana, Arial;
		
	}
	
	h3 {
		font-family:  'AllerRegular';
		font-size: 29px;
		color: #3C55A1;
		font-weight:normal;
		margin:0px;
	}
	h2 {
		font-size: 17px;
		font-weight: normal;
		margin: 0;
	}
	
	a{
		color:#444444;
		text-decoration:none;
	}
	a:hover{
	   color:#1288C6;
	}
	a img{
		border:none;
	}
	.align-center{
		text-align:center;
		font-size:14px;
	}
	.clearfix{
		clear:both;
	}
	.margin10 {
		margin:10px 0px;
	}	
	.bordered tr th[scope="col"] {
		font-weight:bold;
		background:#999999;
		border-right:2px solid #ccc;
	}
	.bordered tr td{
		border:1px solid #ccc;
		padding:4px;
	}
	
	.wrapper	{ 	width:950px; margin-left:auto; margin-right:auto;	}
	
	[class*="col"] {
	float: left;
	min-height: 1px;
	display: inline;
	margin-left: 20px;
	}
	
	[class*="col"] > img {
		width: 100%;
	}
	
	.col1     { width: 70px; }
	.col2     { width: 165px; }
	.col3     { width: 260px; }
	.col4     { width: 355px; }
	.col5     { width: 450px; }
	.col6     { width: 545px; }
	.col7     { width: 640px; }
	.col8     { width: 735px; }
	.col9     { width: 830px; }
	.col10    { width: 930px; }
	
	#page {
		margin-top:20px;
		float:left;
	}
	.bdshad {
		width:100%;
		border-left:1px solid #27156E;
		border-right:1px solid #27156E;
		background-color:#fff;
		box-shadow:0 0 6px #27156E;
		float:left;
	}
	#header {
		/*width:1024px;
		margin:0px auto;*/
	}
	#topline {
		width:100%;
		height:4px;
		background:#27156E;
		float:left;
	}
	#logo {
		float: left;
		margin: 10px;
	}
	#supertech {
		float: left;
		width: 70%;
		/*width: 342px;*/
	}
	#supertech .small-iso {
	  	display:none;
	}
	#supertech h1 {
		
		float: left;
		font-family: 'AllerRegular';
		margin: 0;
		margin: 20px 0 20px 10px;
	}
	#supertech h1 a{
		color: #246AA4;
	}
	#supertech h1 span{
		border-bottom:3px solid #EE5267;
	}
	.iso{
		/*float: left;
		margin-left: 115px;
		margin-top: -14px;	*/
	}
	#header p {
		color: #525155;
		float: left;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0;
		font-size: 20px;
		font-style: italic;
		width: 320px;
		margin-left:160px;
	}
	.mail {
		float:right;
		/*width: 294px;*/
		margin: 7px 0 18px;
	}
	.mail p{
		float: left;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		margin: 6px 0 0;
		text-align: left;
		color: #27156E;
		letter-spacing:1px;
	}
	.mail p a{
		color:#B40431;
	}
	#menu {
		/*background-color:#EE5267;
		background-color:#206BA4 27156E;*/
		background:#27156E;
		clear: both;
		float: left;
		/*width: 100%;*/
		z-index: 99999;
		height:40px;
		
	}
	ul.topmenu {
		margin:0px;
		padding:0px;
		list-style:none;
		float:left;
		width:100%;
		 
	}
	
	ul.topmenu li {
		border-right:1px solid #999;
		float: left;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding: 3px 18px;
		text-align: center;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-moz-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-o-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-ms-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		
	}
	ul.topmenu li:last-child {
		border-right: medium none;
	}
	
	ul.topmenu li a {
		color: #ffffff;
		text-align:center;
		padding: 9px 0px;
		float: left;
		width: 100%;
		text-decoration: none;
		-webkit-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-moz-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-o-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-ms-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
	}
	ul.topmenu li:hover {
		background:#E0E3E5;
	}
	
	ul.topmenu li:hover a {
		color:#27156E;
	}
	ul.topmenu li.active {
		color:#27156E;
		background:#E0E3E5;
		
	}
	ul.topmenu li.active a{
		color:#27156E;
	}
	ul.topmenu li.current {
		color:#FFFFFF;
	}
	ul.topmenu li.current a {
		color:#ffffff;
		margin-top: 3px;
	}
	#menu-drp{
		display:none;
		padding: 0 15%;	
	}
	
	#menu-drp select {
		height: 30px;
		margin-top: 4px;
		width: 100%;
		padding-top: 5px;	
		font-size: 16px;
	}
	#menu-drp select option{
		font-size: 16px;
	}
	
	/* slider css */
	.slider-wrapper {
		float:left;
	}
	
	.nivoSlider {
		position:relative;
		width:98.5%;
		height:auto;
		overflow: hidden;
	}
	.nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
		max-width: none;
	}
	.nivo-main-image {
		display: block !important;
		position: relative !important; 
		width: 100% !important;
	}
	
	/* If an image is wrapped in a link */
	.nivoSlider a.nivo-imageLink {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		border:0;
		padding:0;
		margin:0;
		z-index:6;
		display:none;
		background:white; 
		filter:alpha(opacity=0); 
		opacity:0;
	}
	/* The slices and boxes in the Slider */
	.nivo-slice {
		display:block;
		position:absolute;
		z-index:5;
		height:100%;
		top:0;
	}
	.nivo-box {
		display:block;
		position:absolute;
		z-index:5;
		overflow:hidden;
	}
	.nivo-box img { display:block; }
	
	/* Caption styles */
	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		background:#000;
		color:#fff;
		width:100%;
		z-index:8;
		padding: 5px 10px;
		opacity: 0.8;
		overflow: hidden;
		display: none;
		-moz-opacity: 0.8;
		filter:alpha(opacity=8);
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.nivo-caption p {
		padding:5px;
		margin:0;
	}
	.nivo-caption a {
		display:inline !important;
	}
	.nivo-html-caption {
		display:none;
	}
	/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
		position:absolute;
		top:45%;
		z-index:9;
		cursor:pointer;
	}
	.nivo-prevNav {
		left:0px;
	}
	.nivo-nextNav {
		right:0px;
	}
	/* Control nav styles (e.g. 1,2,3...) */
	.nivo-controlNav {
		text-align:center;
		padding: 15px 0;
	}
	.nivo-controlNav a {
		cursor:pointer;
	}
	.nivo-controlNav a.active {
		font-weight:bold;
	}
	
	/* slider css end */	
	#feature-prod {
		float: left;
		width: 98%;
		margin:10px; 
		/*width:900px;	
		margin-left: 25px;*/
		
    }
    #feature-prod h3 {
		float: left;
		padding-bottom: 3px;
		margin:0 0 15px 0;
		width:100%;
		border-bottom:2px dotted #CFCECA;
    }
	#feature-prod .col3 { 
 		margin-left:33px;
    }
	  
	 #wel {
		color:#994430;
		font-weight:normal;
		float: left;
		margin: 10px;
		width: 98%;
	 }
	 #wel h3 {
		float: left;
		margin:0px;
		width:100%;
	/*	border-bottom:3px solid #EE5267;*/
	 }
	
	 #tag {
		color:#93746E;
		margin-left:1px;
		font-size: 14px;
		border-bottom:1px solid #CFCECA;
		float:left;
		width:100%;
		padding-bottom: 10px;
		margin-top: 5px;
	 }
	 #para {
		float:left;
		color:#434343;
		margin-top:10px;
		font-size: 15px;
		width:100%;
		line-height: 26px;
		margin:0px;
		text-align:justify;
	 }
	 #clients_menu {
	/*	background: #206BA4;*/
		background: #27156E;
		color: #FFFFFF;
		float: left;
		margin: 10px;
		width: 98%;
		border-radius: 7px;
		font-size:13px;
	 }
	 #clients_menu p {
		padding:0px 10px;
		width:94%;	
		font-size: 14px;
	 }
	 #client_lists {
		float:left;
		width:97%;
		margin:10px;
 	 }
	 #client_lists h3{
	 	padding-bottom:10px;
	 }
	 #scrollClient {
	 	display:none;
	 }
	 
	 .clearout {
		height:20px;
		clear:both;
	 }
	
	 .nbs-flexisel-container {
		position:relative;
		max-width:100%;
	 }
	 .nbs-flexisel-ul {
		position:relative;
		width:9999px;
		margin:0px;
		padding:0px;
		list-style-type:none;   
		text-align:center;  
	 }
	
	 .nbs-flexisel-inner {
		overflow:hidden;
		float:left;
		width:100%;
	  	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;  
	 }
	
	 .nbs-flexisel-item {
		float:left;
		margin:0px;
		padding:0px;
		cursor:pointer;
		position:relative;
		line-height:0px;
	 }
	 .nbs-flexisel-item img {
		width: 100%;
		cursor: pointer;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		max-width:100px;
		max-height:100px;
	 }
	
	/*** Navigation ***/
	
	 .nbs-flexisel-nav-left,
	 .nbs-flexisel-nav-right {
		width: 22px;
		height: 22px; 
		position: absolute;
		cursor: pointer;
		z-index: 100;
		opacity: 0.5;
	 }
	
	 .nbs-flexisel-nav-left {
		left: 10px;
		background: url(../images/button-previous.png) no-repeat;
	 }
	
	 .nbs-flexisel-nav-right {
		right: 5px;
		background: url(../images/button-next.png) no-repeat;
	 }
	 
	 #footer {
		width:100%;
		float:left;
		background-color: #EBF4FA;
	 }
	 #foot-cols {
		float:left;
		margin-top:10px;
	 }
	 #footer .col3.middle {
		margin-left:100px;
	 }
	 #foot-cols h3 {
		font-size:22px;
		margin-bottom:10px;
	 }
	/*#footer .col3.last {
		display:none;
	}
	*/
	#contact p {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 20px;
		margin: 0;
	}
	p a{
		color:#B40431;
		font-style:italic;}
	#footerbottom {
		background-color: #8D8C8E;
		color:#FFFFFF;
		float:left;
		width:100%;
		margin-top:8px;
		padding:3px 0 0 0;
	}
	#footerbottom [class*="col"] {
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-top:5px;
/*		text-align:center;
*/	}
	#footerbottom [class*="col"] a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#footerbottom [class*="col"] a:hover {
		 text-decoration:underline;
	}
	.socials {
		margin-top:3px;
		text-align:center;
	}
	.cname {
		text-align:left !important;
	}
	#socials:hover{
	transform: rotate(360deg) scale(0.878) skew(4deg) translate(12px);
	-webkit-transform: rotate(360deg) scale(0.878) skew(4deg) translate(12px);
	-moz-transform: rotate(360deg) scale(0.878) skew(4deg) translate(12px);
	-o-transform: rotate(360deg) scale(0.878) skew(4deg) translate(12px);
	-ms-transform: rotate(360deg) scale(0.878) skew(4deg) translate(12px);
	}
	#foot-cols ul {
		float:left;
		margin:0px;
		padding:0px;
		margin-left:20px;
		width:90%;
	}
	#foot-cols ul li{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#27156E;
		font-size:12px;
		margin-top:5px;
		width:100%;
		float:left;
		-webkit-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-moz-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-o-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		-ms-transition:border 200ms ease-in-out, background-color 200ms ease-in-out;
		transition:border 200ms ease-in-out, background-color 200ms ease-in-out
	}
	#foot-cols ul li a{
		color:#444444;
		text-decoration:none;
	}
	#foot-cols ul li a:hover{
	   color:#1288C6;
	}
 
	/* Inner Pages Styling */  
	
	
	#Page-content {
		background-color: #FFFFFF;
		float: left;
		min-height: 570px;
		width: 100%;
		padding-top:8px;
	}
	
	#sidebar {
		float:left;
		line-height: 33px;
		margin-left: 0;
	}
	#sidelinks {
		color:#3C55A1;
		font-size:24px;
		margin-left:20px;
		float:left;
	}
	#sidelinks h1 {
			
		border-bottom: 3px solid #3C55A1;
		color: #3C55A1;
		margin: 0;
	    padding: 8px 0 8px 5px;
		font-size:21px;
	}
	#sidelinks ul {
		float:left;
		margin:0px;
		padding:0px;
		list-style:circle;
		list-style-position:inside;
	}
	
	#sidelinks ul li {
		float: left;
	    text-align: left;
	    vertical-align: bottom;
	    width: 101%;
	}
	
	#sidelinks a2 a {
		font-size:26px;
		margin-left:6px;
	}
	#sidelinks a {
		color: #514F55;
		font-family: verdana;
		font-size: 11px;
		text-decoration:none;
		/*margin-left:7px;*/
		float:right;
		width:85%;
	}
	#sidelinks a:hover{
	   color:#1288C6;
	}
    #Page-content .back-product {
	   display:none;
    }
	#Page-content .col7 h1 {
		border-bottom: 3px solid #3C55A1;
	    color: #3C55A1;
    	font-size: 21px;
	    margin: 0;
	    padding: 7px 0;
		margin-bottom:12px;
	}
	#Page-content .col7 h2{
	 
	 	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	#Page-content .col7.contact .col3{
		width:48%;
	}
	.margin-l-0{
		margin-left:0px !important;	
	}
	#Page-content .col7.contact p {
		text-align:left;
	}
	#Page-content .col7.contact a {
		float:none;
		width:auto;
		text-align:left;
		font-size:12px;	
		text-transform:lowercase;	
		
	}
	#Page-content .col7 p {
		text-align:justify;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:2em;
		letter-spacing:1px;
		margin:0px;
	}
	
	#Page-content .col7 table tr td.img{
		text-align:center;
		border:1px solid #E0E3E5;
	}
	#Page-content .col7 table td a{
		text-align:center;
		font-size:14px;
		text-transform:capitalize;
		float:left;
		width:100%;
	}
	#Page-content .col7 .clients td a{
		width:100%;
		text-align:center;
		font-size:14px;
	}
	#Page-content .col7 .clients td a:hover{	
		text-decoration:underline;
	}
	
	#Page-content .col7 table td input[type="text"] {
		width:50%;
		height:22px;
	}
	
	#Page-content .col7 table td input[type="text"],select,textarea {
		border:1px solid #ccc;
	}
	
	#Page-content .col2.img {
		margin-left:25px;
		padding:5px;
		border:1px solid #ccc;
		min-height:220px;
	}
	#Page-content .col2.imgc {
		margin-left:30px;
		min-height:233px;
		padding:5px;
		border:1px solid #ccc;
	}
	#Page-content .p-page b{
		float:left;
		width:100%;
	}
	#Page-content .enquiry {
		font-size:14px;
	}
			
@media (min-width: 1200px) {

	.wrapper	{	width:1150px; margin-left:auto; margin-right:auto;	}
	
	[class*="col"] {
	float: left;
	min-height: 1px;
	display: inline;
	margin-left: 20px;
	}
	
	.col10 {	width:1125px;  }
	.col9  {	width:1010px;  }
	.col8  {	width:895px;   }
	.col7  {	width:780px;   }
	.col6  {	width:665px;   }
	.col5  {	width:550px;   }
	.col4  {	width:435px;  }
	.col3  {	width:320px;  }
	.col2  {	width:205px;  }
	.col1  {	width:90px;  }
	
		
	.iso{
		margin-left: 115px;
	}	
	ul.topmenu li {
		padding: 3px 22px;
	}
	
	#Page-content .col2.img {
		margin-left:30px;
		min-height:260px;
	}
	
	
}

			
	
	
@media only screen and (min-width: 724px) and (max-width: 950px) {
	.wrapper  { width: 724px; margin-left: auto; margin-right: auto; }

	[class*="col"] {
	float: left;
	min-height: 1px;
	display: inline;
	margin-left: 20px;
	}	
	
	.col1     { width: 43px;  }
	.col2     { width: 116px; }
	.col3     { width: 189px; }
	.col4     { width: 262px; }
	.col5     { width: 335px; }
	.col6     { width: 408px; }
	.col7     { width: 481px; }
	.col8     { width: 554px; }
	.col9     { width: 627px; }
	.col10    { width: 710px; }
	
	/*.wrapper [class*="col"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 0px;
		*margin-left: 2.709239449864817%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	  }*/
	 
	  .col4 {
		/*display:none; */ 
	  }
	  .col6 {
		width:96%;
	  }
	   .topmenu{
		display:none;  
	  }
	  #menu {
	  	position:relative !important;
	  }
	  #menu-drp{
			display:block;	
	  }
	  .bdshad .col3 .mail{
		  	display:none;
	  } 
	  .bdshad .col7{
		  	width:100%;
			margin-left:0px;
	  }
	  .iso{
		float: left;
		margin-left: 115px;
		margin-top: -9px;
	  }
	  #footer {
		width:100%;
	  }
	  #footer .col3 { 
		margin-left: 25px;
		width: 45%;
	  }
	  #footerbottom [class*="col"] {
		width: 99%;
		margin-left:0px;
		text-align:center;
	  }
	  #feature-prod .col3 { 
	  		margin-left:33px;
	  }
	  #footer .col3.middle {
		margin-left: 85px;
   		width: 30%;
	  }
	  
	  #footer .col3.last {
		display:none;
	  }
	  
	  #sidebar {
	  	width:100%;
	  }
	  #sidelinks {
		margin-left:0px;
	  }
	  #sidelinks ul li {
	  	width:50%;
	  }
	  #Page-content {
	  	width:96%;
		margin:10px;
	  }
	  
	  #Page-content .col2.img {
	  	width:200px;
		margin-left:19px;
		min-height:255px;
	  }
	  #Page-content .col2.imgc {
	  	width: 180px;	  
	  }
		
	  .b_cert,.b_clnt,.b_enq {
	  	display:none;
	  }

}

@media only screen and (max-width: 724px) {
 	.wrapper  { width: 100% }
	
	.wrapper [class*="col"] {
			display: block;
			float: left;
			width: 100%;
			/*min-height: 15px;*/
			margin-left: 0px;
			*margin-left: 2.709239449864817%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				box-sizing: border-box;
	  }
	  .col4 {
		/*display:none !important; */ 
	  }
	  .topmenu{
			display:none;  
	  }
	  #menu {
	  	position:relative !important;

	  }
	  #menu-drp{
			display:block;	
 	  }
	  #supertech {
		width:98%;  
	  }
	  
	  #supertech h1 {	 
			font-size: 26px;
			float:none;
			text-align:center;
			margin:10px 0 10px 10px;
	  }
	  #supertech h1 .small-iso{
		display:block;	
	  	font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		margin-top:8px;
	  }
	  #logo {
		text-align:center; 
		width:95%; 
		margin-left:5px;
	  }
	  .bdshad .col3 .mail{
		  	display:none;
	  }
	   .iso{
		display:none;
	  }
	  .slider-wrapper {
	  	display:none;	  	
	  }
	  #wel {
	  	width:94%;
	  }
	  #footer {
	  	width:95%;
	  }
	  #client_lists {
	  	width:94%;
	  }
	  #clients_menu, #feature-prod{
	  	width:94%;
	  }
	  	
	  #feature-prod .col3 {
		margin-left: 40px;
		width: 75%;
	  }
	  
	  #footer {
		 margin: 0 10px;
	  }
	  #footer [class*="col"] {
	  	width:99%;
		padding: 0 10px;
	  }
	  #footer .col3 { 
		margin-left:0px;
	  }
	  #footerbottom [class*="col"] {
	  	
		text-align:center;
	  }
	  #foot-cols ul {
	  	width:98%;
	  }
	  #foot-cols ul li {
	  	width:50%;	  
	  }
	  
	  /*#foot-cols ul li:nth-child(3n) {
		margin-left:40px;
	  }*/
	  #footer .col3.last {
		display:none;
	  }
	  #footer .col3.middle {
		margin-left:0px;
	  }
	  
	  
	  #Page-content {
	  	margin:0 10px 10px;
		width:96%;	  
	  }
	  
	  #Page-content .col7 table tr td.img {
	  	margin:0px;
		padding:0px;
	  }
	  
	  #Page-content .col7 table tr td.img  img {
	  	width:100%;
	  }
	  
	  #sidebar {
	  	width:100%;
		display:none;
	  }
	  #Page-content {
	  	width:95%;
		margin:10px;
	  }
	  #Page-content .back-product {
	  	display:block;
		text-align:right;
	  }
	  #Page-content .back-product a {
		  color: #514F55;
	  }
	  #Page-content .back-product a:hover{
		  color:#1288C6;
		  text-decoration:underline;
	  }
	  #Page-content .col2.img {
	  	margin-left:0px;
		padding:0px;
		border:none;
	  }
	  #Page-content .col2.img a{
			width:100%;
			float:left;
			margin:0 0 10px 0;	
	  }
	  #Page-content .col2.img img{
	  	width:80%;
	  }
	  #Page-content .clearfix.prod{
		display:none;
	  }
	  .b_cert,.b_clnt,.b_enq {
	  	display:none;
	  }
	  #Page-content .col7.contact .col3{
		width:80%;
		margin-bottom:10px;
	  }
	  #Page-content .col2.img:nth-child(1n) {
	  	margin-left:15px;
	  }
	  #Page-content .col2.img {
	  	width:260px;
		border:1px solid #CCCCCC;
		margin:2%;
		padding:5px;
		min-height:251px;
	  }

	  #Page-content .col2.imgc {
	  	width:260px;
		margin-bottom:10px;
		margin-left:15px;
	  }
}