/*----------------------------------------------------------------------------- 

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	26/06/12 
author:		themepunch
email:     	support@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
	padding: 0 !important;
	margin:0px !important;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
}
/*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-	
  **********************************************************************************************/
  
  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/

 
	 .fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
	background-color:#222222;
	background-image:url(../images/hashdark.png);
	background-repeat: repeat;
	background-position:center;
}


	.us { 
	font-size:12px; list-style-type: 
	none; padding-left: 20px; 
	margin-left: 0; 
	padding-bottom:10px; 
	} 
	
	.us li{ 
	background:url(http://www.softwareoffshore.com.au/wp-content/uploads/2013/01/check.png) left center no-repeat; 
	padding-left: 25px; 
	margin-bottom: 3px; 
	}
	
	.postit {

	background: #ffffff; /* old browsers */ 
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 1%, #fffbf0 99%); /* ff3.6+ */ 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#ffffff), color-stop(99%,#fffbf0)); /* chrome,safari4+ */ 
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 1%,#fffbf0 99%); /* chrome10+,safari5.1+ */ 
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 1%,#fffbf0 99%); /* opera 12+ */ 
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 1%,#fffbf0 99%); /* ie10+ */ 
	background: radial-gradient(ellipse at center,  #ffffff 1%,#fffbf0 99%); /* w3c */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbf0',GradientType=1 );
		
	
	
	}
