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

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*/
#mod_content_wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  z-index: 5;
  position: relative;
}
.mod_example-wrapper {
  position: relative;
  z-index: 4;
  /*width:95%;*/
  margin: auto;
  border: 1px solid #e6e6e6;
  background: transparent url('../images/white50.png') repeat center top;
  padding: 10px;
  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);
}
#mod_products {
  /*	width:95%;*/
  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;
}
#mod_main-background {
  height: 100%;
  width: 100%;
}
.the-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 5px;
  left: 5px;
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.the-overlay:hover {
  background: rgba(255, 255, 255, 0.3);
}
/*# sourceMappingURL=style-full.css.map */