/*@import url("ie.css");*/

/* 
Title:		Reset default browser styles
Author: 	dan@simplebits.com, based on Eric Meyer's Reset CSS: http://meyerweb.com/eric/tools/css/reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'hominisnormal';
    src: url('../fonts/HOMINIS-webfont.eot');
    src: url('../fonts/HOMINIS-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HOMINIS-webfont.woff') format('woff'),
         url('../fonts/HOMINIS-webfont.ttf') format('truetype'),
         url('../fonts/HOMINIS-webfont.svg#hominisnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: 1.4em georgia, serif;
	line-height: 1.4;
	background-image: url(../img/brickwall_@2X.png);
	/*rgb(224,224,224)*/
}

#wrap
{
	text-align: left;
	margin-top: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#content
{  
    width: 100%;
	background-color: #fff;
	position: relative;
	text-align: left;
	margin-top: 1.5em;
	padding: .5em 0 1em .5em;
}

h1#synhed
{
    position: absolute;
	font-family: "hominisnormal";
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0 .5em 0 .5em;
}

p, ul { margin: 0 1em .8em 1em; }
ul { list-style: square; }
li { margin-left: 1em; }

a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #3641B0;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover
{
	color: #65C522;
	background-color: rgb(244,244,244);
}

img{max-width: 96%; height: auto;}

img#sas { margin: 100px 1em 0 1em; }

/* footer 
--------------------------------------------- */

#footer p
{
	margin: .2em 0 0 1em;
	font-size: .6em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
}

#footer p a
{
	text-decoration: none;
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid rgba(255,255,255,.1);
}


@media screen and (max-width: 768px)
{
#wrap
{
	width: 100%;
	
}

#content
{
width: 96%;
margin: 0px auto;
}

h1#synhed
{
    
    font-size: 1.5em;
	margin: 0 .5em 0 0em;
}

p, li
{
font-size: .9em;
}

p {
margin: 0 .2em 1em 0;
} 


img#sas { margin: 60px auto 0 auto; }


}



@media screen and (max-width: 520px)
{




}

















