/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

#header p, #footer p,
#footer_higher p,
#slider_top p,
#slogan p,
#footer_higher p,
.all_slider_wrapper p{
    margin: 0;padding: 0
}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

    a, img { outline: 0;outline: none;border: none }
    a, a:hover{
        font-size:12px;
        line-height:16px;
        font-family: Open Sans, Arial, Helvetica, sans-serif
    }

.img_conteiner, .img_conteiner:hover{display: block;line-height: 8px}



/* #Basic Styles
================================================== */



/* #Typography
================================================== */

    .br_space{ line-height:5px}
.pos_relative{ position:relative}
.display_none{ display:none}
.display_block{ display: block}
.f_left { float:left}
.f_right { float:right}

.overflow_hidden{overflow: hidden;}

/* #Lists
================================================== */

	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto;
		
    }

img.scale-with-grid-sized {
    width: 87%;
    height: auto;
}

img.scale-with-grid2 {
		max-width: 87%;
		height: auto;
		float: right;
		    margin-right: 30px;
    }

img.scale-with-grid-sized2 {
    width: 87%;
    height: auto;
}


