@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Abel|Satisfy);

/*
	Monochromed: A responsive HTML5 website template collect from www.cssmoban.com
	Released for free under the Creative Commons Attribution 3.0 license 
	Visit for more great templates or follow us on Twitter @HTML5T
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #090909 url(images/img01.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #808080;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #4F4F4F;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
}

strong {
	font-weight: 700;
}

a {
	color: #292929;
}


/* Header */

#header-wrapper {
	overflow: hidden;
	height: 300px;
}

/* Page */

#page-wrapper {
	overflow: hidden;
	padding: 50px 0px;
	background: url(images/img02.png) repeat;
}

/* Footer Content */

#footer-wrapper {
	overflow: hidden;
	padding: 50px 0px;
	background: url(images/img03.png) repeat;
}

/* Copyright */

#copyright {
	overflow: hidden;
	height: 200px;
}

#copyright p {
	padding: 50px 0px 0px 0px;
	text-align: center;
	font-size: 11pt;
	color: #4F4F4F;
}

/* List style */

.list-style1 {
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	background: url(images/link-style1-divider.png) repeat-x left top;
}

.list-style1 p {
	margin: 0px;
	padding: 0px;
}

.list-style1 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

.list-style1 .posted {
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	font-style: italic;
	color: #A2A2A2;
}

.list-style1 .first {
	padding-top: 0px;
	background: none;
}

/* List style2 */

.list-style2 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 0px 0px 15px 0px;
}

/* List style3 */

.list-style3 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

.list-style3 li {
	padding: 0px 0px 16px 0px;
}

.list-style3 a {
	color: #ABABAB;
}


/* Image style */

.image-style1 {
	margin-bottom: 20px;
	padding: 9px;
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
}

/* Button style */

.button-style {
	text-align: center;
}

.button-style a {
	display: inline-block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	background: url(images/img04.jpg) no-repeat left top;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 14pt;
	color: #DDDDDD;
}

/* Button style */

.button-style2 {
}

.button-style2 a {
	display: inline-block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	background: url(images/img04.jpg) no-repeat left top;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 14pt;
	color: #DDDDDD;
}







