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

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

body{	margin:0px;}
ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}





/*******************
	-	CONTENT	-	
*******************/	
/* Centered Container for all Content*/
#content_wrap{
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	z-index:5;
	position:relative;
}

.example-wrapper{
	position:relative;
	z-index:4;
	width:920px;
	margin:auto;
	border:1px solid #e6e6e6;	
	background: transparent url('../megafolio/assets/white50.png') repeat center top;
	padding:30px;
	margin-bottom:120px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
}

#products{
	width:920px;
	height:auto;
	position:relative;		
}

h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom:30px;
	color: #333;
	line-height: 25px;
}

