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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #4d6f11;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

.wrapper {
	margin: 0 auto;
	width: 994px;
}

.header {
	height: 132px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

.header .top {
	height: 34px;
	line-height: 34px;
}

.header .top .slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.header .top span {
	color: #86cb0f;
}

.header .top ul {
	float:right;
}

.header .top ul li {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 13px;
	background-image: url(../images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.header .top ul li.first {
	background: none;	
}

.header .top li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	height: 33px;
	line-height: 33px;
	float: left;
}

.header .top li a:hover, .header .top li.selected a {
	color: #80c111;
	border-bottom: 1px solid #fff;	
	text-decoration: none;
}

.header .logo {
	background-image: url(../images/logo.png);
	width: 415px;
	height: 33px;
	float: left;
	clear: both;
	margin-top: 32px;
}

.main {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

.content {
	float: left;
	width: 718px;
	border-top: 2px solid #4d6f11;
	padding: 7px 0;
}

.sidebar {
	float: right;
	width: 260px;
	padding: 7px 0;
	border-top: 2px solid #bcd108;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -0.05em;
	padding-bottom: 10px;
}

.separator {
	height: 2px;
	background-color: #2f2f2f;
	overflow: hidden;
	clear: both;
	margin: 8px 0;
}

.latest-project {
	height: 363px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;	
	font-weight: bold;
	letter-spacing: -0.05em;
}

.latest-project .left-side {
	float: left;
	width: 156px;
	padding-right: 6px;
}

.latest-project .right-side {
	float: right;
	width: 533px;
	position: relative;
}

.latest-project .new-website-lounched {
	background-image: url(../images/new-website-launched.png);
	width: 132px;
	height: 132px;
	position: absolute;
	/*right: 5px;*/
	/*top: 5px;*/
	right: -13px;
	top: 228px;
	float: left;
}

.block {
	overflow: hidden;
	background-color: #1d1d1d;
	padding: 15px;
}

.block2 {
	overflow: hidden;
	background-color: #1d1d1d;
	padding-top: 10px;
	padding-left: 15px;
}

ol {
	list-style:decimal;
	list-style-position: inside;
}

.more {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: bold;
}

.tripple {
	overflow: hidden;	
}

.tripple .left-column {
	float: left;
	width: 228px;
	position: relative;
}

.tripple .middle-column {
	float: left;
	width: 228px;
	position: relative;
	margin-left: 17px;
}

.tripple .right-column {
	float: right;
	position: relative;
	width: 228px;
}

.tripple .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 216px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding-right: 12px;
	text-align: right;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: none;
}

.tripple a:hover .title {
	text-decoration: underline;
}

.tripple .more {
	margin-top: 15px;
	display:inline-block;
}

.alignright {
	float: right;	
}

.alignleft {
	float: left;	
}

.social {
	float: right;	
}

.footer {
	clear: both;
}

.footer a {
	margin: 0 3px;	
	color: #999999;
}

.footer .copyright {
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer .copyright a {
	color: #4d6f11;
}

.main.inner {
	border-top: 2px solid #4d6f11;	
}

.main.inner .content {
	border: none;
	float: right;
	width: 735px;
}

.main.inner .sidebar {
	border: none;
	float: left;
	width: 230px;
}

.main.inner a.project {
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.main.inner .project .title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 723px;
	background-color: #000;
	padding-right: 12px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}

.main.inner .block {
	margin-bottom: 8px;
	padding: 26px 18px;
}

.left-half {
	float: left;
	width: 330px;
}

.right-half {
	float: right;
	width: 330px;
}

form label {
	display: block;
	padding-top: 7px;
}

form input {
	background-color: #444444;
	border: 1px solid #555555;
	width: 252px;
	height: 14px;
	line-height: 14px;
	padding: 1px 5px;
	color: #ccc;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

form textarea {
	background-color: #444444;
	border: 1px solid #555555;
	width: 252px;
	height: 70px;
	line-height: 14px;
	padding: 5px;
	color: #ccc;
	font-size: 11px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
}

form input.submit {
	clear: both;
	height: 18px;
	width: 264px;
	margin-top: 10px;
	cursor: pointer;
}

ul.list {
	margin-bottom: 15px;	
}

ul.list li {
	display: block;	
}

ul.list li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	letter-spacing: -0.05em;
}

ul.list li.selected a, ul.list li a:hover {
	color: #fff;
	text-decoration: none;
}
