/*
Company:	Mantis Creative Group - Internal
File:		main.css
Author:		mantiscg.com
*/

/* @group HTML, Body */
body {
	background: url(../images/body-bkg.jpg) top center repeat-x #627904;
	text-align: center;
	font-family: Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
div#outer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 1px 0;
}
div#header {
	width: 840px;
	height: 89px;
	background: url(../images/logo-bkg.jpg) no-repeat top center;
	overflow: hidden;
}
div#content-outer {
	background: url(../images/content-bkg.jpg) repeat-y;
	width: 840px;
}
div#content-inner {
	background: url(../images/content-head.jpg) no-repeat top center;
	width: 840px;
	/*height: 800px;*/
}
div#content {
	width: 756px;
	margin-left: 42px;
	padding-top: 60px;
	color: #e7e7e7;
}
div#page-heading {
	height: 30px;
}
div#content-left {
	width: 376px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	display: inline;
}
div#content-left img.content-img {
	border: 1px solid #4a4a4a;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#flashContent {
	width: 330px;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
	display: inline;
	background-color: #000000;
}
div#content-bottom {
	background: url(../images/content-footer.jpg) no-repeat bottom center;
	padding-bottom: 30px;
}
div#footer {
	margin-top: 30px;
	width: 756px;
	margin-left: 42px;
	color: #4a4a4a;
}
div#copyright {
	margin-left: 50px;
	font-size: 77%;
	color: #99cc00;
}
div#copyright img {
	vertical-align: middle;
	margin: 0 6px 10px 6px;
}

img#logo {
	float: left;
	margin-left: 30px;
	display: inline;
}
blockquote {
	background-color: transparent;
	background-image: url(../images/quoteleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote div {
	background-color: transparent;
	background-image: url(../images/quoteright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	margin-bottom: 35px;
	width: 300px;
}
/* @end */

/* News Panel */
div.news-panel {
	width: 360px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.news-info {
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.news-panel h5 {
	float: left;
	display: inline;
}
div.news-info p {
	margin: 0 !important;
}
div.news-info p span {
    font-weight: bold;
    color: #99cc00;
}
div.news-panel img.news-btn {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
div.news-panel img.news-pic {
	border: 1px solid #4a4a4a;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
img.news-btn {
	cursor: pointer;
}
/* @end */

/* Project Panel */
div.proj-panel {
	width: 360px;
	background: url(../images/proj-panel-bkg.jpg) no-repeat top center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.proj-panel-btm {
	width: 360px;
	height: 13px;
	background: url(../images/proj-panel-btm.jpg) no-repeat bottom center;
}
div.proj-info {
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div.proj-info p {
	margin: 0 !important;
}
div.proj-info p span {
	color: #99cc00;
	margin-right: 5px;
}
div.proj-panel div.proj-buttons {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
div.proj-panel div.proj-buttons img {
	margin-bottom: 5px;
}
div.proj-panel h4 {
	float: left;
	margin: 5px 0 5px 15px;
	display: inline;
}
div.proj-panel img.top-btn {
	float: right !important;
	margin: 5px 5px 5px 0 !important;
	display: inline;
}
div.proj-panel img.details-btn {
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 100px;
}
div.proj-panel img.proj-pic {
	padding: 3px;
	border: 1px solid #4a4a4a;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
img.details-btn {
	cursor: pointer;
}
/* @end */

/* @group Nav */
ul#nav {
	margin-left: 105px;
	margin-top: 42px;
	float: left;
	background: url(../images/nav-divider.jpg) no-repeat top right;
	padding-right: 3px;
	color: #e7e7e7;
	text-transform: uppercase;
	font-size: 92%;
	display: inline;
}
ul#nav li {
	float: left;
	background: url(../images/nav-divider.jpg) no-repeat top left;
	padding-left: 3px;
	display: inline;
}
ul#nav li a {
	display: block;
	float: left;
	width: 86px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #e7e7e7;
	text-decoration: none;
}
ul#nav li a:hover {
	background: url(../images/nav-rollover.jpg) no-repeat;
	color: #99cc00;
}
div#footer ul {
	text-align: center;
}
div#footer ul li {
	display: inline;
	margin-right: 30px;
}
div#footer ul li.n-client {
	background: url(../images/client-icon.gif) no-repeat 0 0;
	padding-left: 20px;
}
div#footer ul li.n-flash {
	background: url(../images/flash-icon.gif) no-repeat 0 0;
	padding-left: 22px;
}
div#footer ul li.n-xhtml {
	background: url(../images/check-icon.gif) no-repeat 0 0;
	padding-left: 20px;
}
div#footer ul li.n-css {
	background: url(../images/check-icon.gif) no-repeat 0 0;
	padding-left: 20px;
}
div#footer ul li.n-rss {
	background: url(../images/rss-icon.gif) no-repeat 0 0;
	padding-left: 22px;
	margin-right: 0;
}
div#footer a:link, div#footer a:visited {
	color: #4a4a4a;
	text-decoration: none;
}
div#footer a:hover {
	color: #99cc00;
}
/* @end */

/* @group Headings */
div#page-heading h1 {
	display: inline;
}
div#page-heading h2 {
	display: inline;
}
h1 {
	font-size: 182%;
	color: #e7e7e7;
	margin-right: 3px;
}
h2 {
	font-size: 136%;
	color: #99cc00;
}
h3 {
	font-size: 136%;
	color: #4a4a4a;
	margin-bottom: 3px;
}
h4 { }
h5 {
	font-size: 102%;	
	color: #99cc00;
	clear: both;
}
/* @end */

/* @group Text Styles */
div#content p {
	margin-bottom: 20px;
}
div#content-left p {
	font-size: 102%;
	line-height: 140%;
}
.bold {
	font-weight: bold;
	color: #99cc00;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
/* @end */

/* @group Lists */
div#content-left ul li {
	background: url(../images/bullet-icon.jpg) no-repeat 0 50%;
	padding-left: 20px;
	margin-bottom: 2px;
}
/* @end */

/* @group Forms */
input,textarea {
	border:1px solid #4a4a4a;
	background-color: #191919;
	color: #99cc00;
	padding: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
}
fieldset {
	width: 350px;
	margin-top: 10px;
	border: 1px solid #4a4a4a;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
}
legend {
	left: 0.5em;
	top: -1em;
	border: 1px solid #4a4a4a;
	background-color: #000000;
	color: #4a4a4a;
	font-size: larger;
	margin: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}	
/* @end */

/* @group Links - link visited hover active */
div#content-left a:link, div#content-left a:visited {
	color: #e7e7e7;
}
div#content-left a:hover {
	text-decoration: none;
	color: #99cc00;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
