@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background: url(images/backer-pattern1.png) repeat;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a img {
	border:none;
	outline: none;
}





/* fonts
-----------------------------------------------------------------------------*/

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

}

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

}





/* main
-----------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	min-height: 500px;
	text-align: center;
	background-color: #FFF;
}

#footer {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 960px;
	height: auto;
	font: normal 10px 'nexa_lightregular', Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

.divider1 {
	margin: 30px auto;
	padding: 0;
	width: 90%;
	height: 1px;
	background-color: #39C;
}





/* containers
-----------------------------------------------------------------------------*/

#container-main {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 940px;
	height: auto;
	text-align: center;
}

#container-title {
	margin: 0 auto;
	padding: 40px 0 40px 0;
	position: relative;
	width: 940px;
	height: auto;
	text-align: center;
}





/* content
-----------------------------------------------------------------------------*/

.content-main {
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 750px;
	height: auto;
	text-align: left;
}





/* styles
-----------------------------------------------------------------------------*/

.title {
	font: 400 30px 'nexa_lightregular', Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: .2em;
}

h1 {
	font: 400 20px 'nexa_lightregular', Arial, Helvetica, sans-serif;
	color: #39C;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.main {
	font: 400 14px 'nexa_lightregular', Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: .1em;
	line-height: 22px;
	text-decoration: none;
}

.main a {
	color: #333;
	text-decoration: underline;
}

.main a:hover {
	color: #39C;
	text-decoration: underline;
}



