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

	Description: Minimal Coming Soon Page
	Version: 1.0

	Designed by Stelian Subotin (1stwebdesigner.com)
	Coded by Anli Zaimi (azmind.com) for 1stwebdesigner.com

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



body {
	background-image: url(../images/egraphia_bg_03.png), url(../images/main_bg_02.png);
	background-position: 0 -1px, left 124px;
	background-repeat: repeat-x, repeat;
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}



/* ---- Header ---- */

header {
	background: url(../images/header_egraphia_logo_hover.png) no-repeat 0 8px;
	width: 720px;
	margin: 30px auto 0 auto;
}

header h1 {
	padding-top: 100px;
	font-size: 30px;
	font-weight: bold;
	color: #635C54;
	text-shadow: 0 1px 0 #fff;
}

header p {
	margin: 20px 0 0 3px;
	font-size: 14px;
	color: #272727;
}



/* ---- Main Area ---- */

#main {
	position: relative;
	width: 700px;
	margin: 50px auto 0 auto;
	padding: 20px 0 0 25px;
	background: url(../images/main-content-pattern.jpg) top left repeat;
}



/* ---- Links ---- */

#links {
	width: 700px;
	font-size: 21px;
	color: #635C54;
	line-height: 30px;
	overflow: hidden;
}

#links a {
	position: relative;
	color: #aaa;
	text-decoration: none;
}

#links a:hover {
	color: #aaa;
	text-decoration: none;
}


/* ---- Footer ---- */

footer {
	width: 700px;
	margin: 0 auto;
	padding: 35px 0 25px 0;
	overflow: hidden;
}

footer ul {
	float: right;
	width: 125px;
	height: 22px;
}

footer ul li {
	float: left;
}

footer a {
	position: relative;
	display: block;
	margin-left: 10px;
}


