body {
	margin: 0;
	padding: 0;
	border-top: 9px solid #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

img {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

/*------------------- Site container -------------------------------*/

#container {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
}

/*----------------- Header --------------------------------*/

.header {
	margin-top: 35px;
	height: 280px;
}

.header ul {
	float: right;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	margin-top: 7px;
	margin-right: 30px;
}

.header ul li {
	display: inline;
	color: #fff;
	padding-left: 15px;
}

.header ul li a {
	color: #fff;
}

.logo {
	float: left;
	padding: 0;
	margin: 0;
}

.header#home {
	background: #fff url(../images/bg-header-home.jpg) top left no-repeat;
}

.header#about {
	background: #fff url(../images/bg-header-about.jpg) top left no-repeat;
}

.header#design {
	background: #fff url(../images/bg-header-design.jpg) top left no-repeat;
}

.header#development {
	background: #fff url(../images/bg-header-development.jpg) top left no-repeat;
}

.header#mobiles {
	background: #fff url(../images/bg-header-mobiles.jpg) top left no-repeat;
}

.header#marketing {
	background: #fff url(../images/bg-header-marketing.jpg) top left no-repeat;
}

.header#outsourcing {
	background: #fff url(../images/bg-header-outsourcing.jpg) top left no-repeat;
}

.header#contact {
	background: #fff url(../images/bg-header-contact.jpg) top left no-repeat;
}

.header#portfolio {
	background: #fff url(../images/bg-header-portfolio.jpg) top left no-repeat;
}


/*----------------- Content wrapper and two columns ---------------*/

#content-wrapper {
	width: 980px;
	background: #fff url(../images/bg-content.jpg) top left repeat-y;
}

#leftcol {
	float: left;
	width: 680px;
	margin-right: 13px;
}

#rightcol {
	float: right;
	width: 287px;
	margin-top: -75px;
}

.clearing-div {
	width: 1px;
	height: 1px;
	clear: both;
}

/*-------------------- Elements within the leftcol div --------------*/

.title {
	padding-bottom: 15px;
}

.content {
	padding: 5px 15px;
	margin-bottom: 15px;
}

.left {
	float: left;
	width: 322px;
	margin-right: 5px;
	margin-top: 15px;
}

.right {
	float: right;
	width: 322px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#home-left-top {
	background: #f0f0f0 url(../images/bg-topleft.jpg) top left no-repeat;
	margin-bottom: 5px;
	padding: 15px 35px;
}

#home-right-top {
	background: #f0f0f0 url(../images/bg-topright.jpg) top right no-repeat;
	margin-bottom: 5px;
	padding: 15px 35px;
}

#home-left-bottom {
	background: #f0f0f0 url(../images/bg-bottomleft.jpg) bottom left no-repeat;
	padding: 15px 35px;
}

#home-right-bottom {
	background: #f0f0f0 url(../images/bg-bottomright.jpg) bottom right no-repeat;
	padding: 15px 35px;
}

p.home {
	padding: 0;
	margin: 0;
}

p.home img {
	float: left;
	padding-right: 15px;
}

p.home a {
	color: #888888;
	text-decoration: underline;
}

.dark {
	color: #666666;
}

.content h1 {
	font-size: 14px;
	color: #82a814;
}

.content h2 {
	font-size: 12px;
	color: #82a814;
}


/*------------- Portfolio page -----------------*/

.portfolio-content {
	background: #f5f5f5 url(../images/bg-portfolio-main.jpg) top left no-repeat;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	overflow:hidden;
}

.clear-floats { 
	clear: both;
}

.portfolio-content img {
	float: left;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.portfolio-content h1 {
	color: #FF9400;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 25px;
}

.portfolio-content p {
	padding-right: 15px;
}

.portfolio-content a {
	color: #92c20c;
	text-decoration: underline;
}

/*-------------------- Elements within the rightcol div --------------*/

.box {
	background: #fff url(../images/bg-box.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding: 7px 10px;
	color: #888888;
}

.box h1 {
	font-size: 15px;
	color: #FF9400;
	padding-top: 0;
	margin-top: 0;
}

.box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box ul li {
	line-height: 1.8em;
}

.box a {
	color: #888888;
	text-decoration: underline;
}

.box table {
	margin: 5px 0;
}

.box table td {
	padding-bottom: 10px;
	text-align: center;
}


/*----------------- Footer -------------------*/

.footer {
	background-color: #e5e5e5;
	border-bottom: 5px solid #000;
	font-size: 10px;
	color: #9c9c9c;
	text-align: right;
	padding: 5px 10px;
}


