* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background-color: #202020;
	font-family: Verdana;
	font-size: 10pt;
}
img {
	border: 0px solid #000;
}
h2 {
	margin-bottom: 10px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.green { color: #00b93f; }
.yellow { color: #fcf100; }
.orange { color: #f35b00; }
.blue { color: #006ac3; }

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}

/* HEADER */
#header {
	height: 85px;
	width: 100%;
	background-color: #4d4d4d;
	z-index: 10;
	position: relative;
}
#header #inner {
	width: 900px;
	margin: 0px auto;
	padding-top: 5px;
	text-align: right;
}
#header #inner #epiphanet-web-design {
	float: left;
	width: 259px;
	height: 76px;
}
#header #inner #contact {
	float: right;
	color: #fff;
	font-size: 14pt;
	padding-top: 10px;
	width: 250px;
	line-height: 14pt;
}
#header #inner #contact a {
	text-decoration: none;
	color: #bebebe;
	font-size: 12pt;
}
#header #inner #contact a:hover {
	color: #fff;
}
#shadow-header {
	overflow: hidden;
	z-index: 9;
	position: relative;
	top: -8px;
}
.icons {
	padding: 3px 0px 0px 10px;
	float: right;
}
#inner .live-chat{width:109px;height:69px;float:right;margin-top:5px;}

/* NAV */
#nav {
	width: 900px;
	margin: 0px auto;
	z-index: 3;
	position: relative;
}
#nav li {
	list-style: none;
	float: left;
	position: absolute;
	width: auto;
}
#nav #aboutus {
	z-index: 6;
	width: 401px;
	height: 158px;
	left: 50%;
	top: -70px;
	margin-left: -460px;
}
#nav #ourportfolio {
	z-index: 8;
	width: 420px;
	height: 181px;
	left: 50%;
	top: -70px;
	margin-left: -350px;
}
#nav #ourservices {
	z-index: 7;
	width: 397px;
	height: 160px;
	left: 50%;
	top: -70px;
	margin-left: -100px;
}
#nav #contactus {
	z-index: 5;
	width: 412px;
	height: 190px;
	left: 50%;
	top: -70px;
	margin-left: 50px;
}

/* CONTENT */
#content {
	width: 1000px;
	height: 65%;
	margin: 100px auto 20px auto;
	overflow: hidden;
	border: 0px solid #fff;
}
#content-inner {
	overflow: auto;
	height: auto;
	width: 848px;
	margin: 0px auto;
	clear: both;
	border: 0px solid #999;
}
#content-portfolio {
	overflow: auto;
	height: 65%;
	width: 848px;
	margin: 0px auto;
	clear: both;
	border: 0px solid #999;
}
.content-green {
	/*background-color: #007828;*/
	background-color: #262626;
	padding: 25px;
	color: #fff;
	line-height: 16pt;
	overflow: auto;
}
.content-yellow {
	/*background-color: #EFE400;*/
	background-color: #262626; 
	padding: 25px;
	color: #fff;
	line-height: 16pt;
	overflow: auto;
}
.content-yellow a {
	color: #fff;
}
.content-orange {
	/*background-color: #B13501;*/
	background-color: #262626;
	padding: 25px;
	color: #fff;
	line-height: 16pt;
	overflow: auto;
}
.content-blue {
	/*background-color: #00569E;*/
	background-color: #262626;
	padding: 25px;
	color: #fff;
	line-height: 16pt;
	overflow: auto;
}
.content-blue a {
	color: #fff;
}
#content p {
	float: left;
	width: 385px;
	padding-right: 25px;
	border: 0px solid #ff0;
}
#content p:first-child {
}

/* FOOTER */
#footer, .push {
	height: 75px;
}
#footer {
	z-index: 10;
	width: 100%;
	background-color: #4d4d4d;
}
#footer #footer-inner {
	height: auto;
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
}
#footer #footer-inner ul {
	text-align: center;
	margin: 0px auto 5px auto;
	width: 900px;
}
#footer #footer-inner li {
	display: inline;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	border: 0px solid #ff0;
}
#footer li a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#footer li a:hover {
	text-decoration: underline;
	color: #000;
}
#footer #footer-aboutus a { color: #00b93f; }
#footer #footer-ourportfolio a { color: #fcf100; }
#footer #footer-ourservices a { color: #f35b00; }
#footer #footer-contactus a { color: #006ac3; }
#shadow-footer {
	overflow: hidden;
	z-index: 9;
	width: 100%;
	height: 5px;
	background-color: #101010;
}

/* EPIPHANET SOUND */
#epiphanet-sound {
	position: absolute;
	left: -1000px;
	display: inline;
	width: 0px;
	height: 0px;
}

/* FLASH MESSAGE */
.message {
	background-color: #B13501;
	padding: 25px;
	color: #fff;
	line-height: 16pt;
	overflow: auto;
	width: 848px;
	margin: 0px auto;
}

/* CONTACT FORM */
#contact-form form {
	width: 400px;
	clear: none;
	float: left;
}
#contact-form label {
	display: block;
	clear: both;
	font-weight: bold;
}
#contact-form .input {
	margin-bottom: 20px;
}
#contact-form input, #contact-form textarea {
	width: 90%;
}
#contact-form input[type="submit"] {
	width: 100px;
}

/* FORM */
.input {
	margin-bottom: 10px;
}
input[type="text"], textarea {
	width: 100%;
}
label {
	display: block;
	font-weight: bold;
}
.error-message {
	color: #fcf100;
	font-weight: bold;
}
.button-right {
	float: right;
	width: auto;
}


/* PORTFOLIO */
#portfolio {}
#portfolio ul {
	list-style-type: none;
	text-align: center;
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	float: left;
	border: 1px solid #202020;
}
#portfolio ul li {
	float: left;
	margin-bottom: 15px;
	width: 136px;
	height: 103px;
}
#portfolio ul li .item {
	width: 136px;
	height: 103px;
	display: block;
	overflow: hidden;
	border: 1px solid #202020;
}
#portfolio ul li .item:hover {
	border: 1px solid #EFE400;
}
#portfolio ul .item-spacer {
	width: 16px;
	padding: 0px;
	margin: 0px;
}
#portfolio ul li img {
	color: #fff;
}
#portfolio-next {
	width: 37px;
	height: 100px;
	float: left;
	text-align: left;
	border: 0px solid #f00;
}
#portfolio-prev {
	width: 50px;
	height: 100px;
	float: left;
	text-align: right;
	border: 0px solid #f00;
}
#portfolio-next img, #portfolio-prev img {
	margin-top: 80px;
}
#portfolio-next .disabled, #portfolio-prev .disabled {
	display: none;
}
#portfolio .html {
	display: none;
}