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

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;
}


.resizeimg {
	position:absolute;
	left: 50%;
	top: 10px;
	margin-left: -125px;
	z-index:99999;
}




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

.example-wrapper{
	z-index:3;
	position:relative;

	margin:auto;
}


#products{
	width:100%;
	height:auto;
	position:relative;		
}

h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:30px;
	color: #fff;
	line-height: 30px;
	 text-shadow: 1px 1px 5px #000
}

