body
{
	font-family: Georgia;
	background: url("img/back.gif");
	background-repeat: repeat-x;
	background-color: black;
	color: white;
}		
h1, h2, h3, h4, h5 {
	font-weight: normal;
}

#header a {
	margin: 0 5px;
}

#header .nav {
	float: right;
}
#header img {
	padding: 15px 0;
}
a, a:visited
{
	color: #7FCE11;
}
h1 {
	margin: 10px 0px;
}
h2, h3, h4, h5
{
	margin: 5px 0;
}
div.footer
{
	text-align: center;
	font-size: smaller;
	font-style: italic;
	color: grey;
	margin-top: 20px;
}		
div.item .technologies
{
	margin-top: 15px;
	font-style: italic;
	font-size: smaller;
	color: #9C9C9C
}
div.item
{
	border: 2px solid #868686;
	background: #181818;
	padding: 7px;
	clear: left;
	margin: 10px 0;
	min-height: 150px;
	height: auto !important;
	height: 160px;
	color: #9C9C9C;
}

label
{
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	display: block;
	float: left;
	clear: left;
	
}

form button
{	
	float: left;
	clear: left;
	margin-left: 90px;
	margin-top: 10px;
}

h1, h2, h3, h4
{
	color: white;
	
}

input, textarea
{
	float: left;
	width: 400px;
}
div.item img
{
	float: left;
	margin-right: 10px;
	border: none;
	width: 200px;
	height: 150px;
	border: 2px solid #868686;
}			
div.item img.mobile
{
	padding-top: 10px;
	border: none;
	margin: auto;
	width: auto;
	height: auto;
	float: none;
}
div.item .title
{
	font-weight: bold;
	margin-bottom: 10px;
}
br
{
	clear: both;
	display: block;
}

#nav-menu
{
	margin: 10px 0;
	padding: 0;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: auto;
width: auto;
} 

#nav-menu li
{
	margin: 0;
	float: left;
	position: relative;
	left: 5px;
} 

#nav-menu li a
{
	background: url("img/button.png") #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	border: 2px solid #868686;
	color: #C7C7C7;
} 

div.testimonial
{
	background:url(img/quote_left.gif) transparent  top left no-repeat;
	padding:5px 0pt 0pt 15px;
	z-index: 1;
	position: relative;
}

#header h1
{
	font-size: 60pt;
}
div.testimonial-by
{
	background:url(img/quote_right.gif) transparent  top right no-repeat;
	padding:50px 0pt 0pt 15px;
	text-align: right; font-weight: bold;
	height: 60px;
	position: relative;
	z-index: -1;
	right: 5px;
	bottom: 60px;
}
#header
{
	width: 820px;
	margin: auto;
}
#content
{
	width: 820px;
	margin: auto;
	padding: 10px 0;
	color: #C7C7C7;
	
	border-top: 2px solid #868686;
	border-bottom: 2px solid #868686;
/*
	
	background-color: #3B3B3B;
	 background-image: url("img/bg2.png");
	background-repeat: repeat-x; */
	
}
