body {
	font-family: helvetica, arial, sans-serif;
	color: #FFFFFF;
	background-color: #282828;
}

#header {
	font-size: 16px;
	padding: 20px 0px 0px 35px;
}

#project_type {
	padding-top: 20px;
	padding-bottom: 20px;
}

#project {
	margin-left: 35px;
	background: #282828;
	font-size: 14px;
	padding: 40px;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #414141;
}

#footer {
	background-image: url('images/stripes.jpg');
	margin-top: 30px;
	margin-bottom: 30px;
	height: 18px;
	width: 100%;
	clear:both;
	left: 0px;
	padding: 0px;
	} 

#nav {
	margin-left: -6px;
	padding-top: 0px;
	font-size: 28px;
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

#mobile ,
#installation,
#web {
	float: left;
	position: relative;
}

#project_questions_solution_process {
	float: right;
	width: 460px;
	margin-left: 40px;
}

#project_images {
	float: right;
	min-width: 350px;
}

#images {
	margin-left: -40px;
	font-style: italic;
	color: #FFFFFF;
}

.image_nav {
	background:#414141;
	padding: 4px;
	color:#FFFFFF;
	font-style:italic;
	cursor: pointer;
	float: left;
	margin-right: 3px;
	margin-bottom: 15px;
}

a:link { text-decoration: none; color: #0582D5;	font-weight: bold;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #0582D5; font-weight: bold;}
a:hover { text-decoration: underline; }

a.nav:link { text-decoration: none; color: #414141;	font-weight: bold;}
a.nav:active { text-decoration: none; }
a.nav:visited { text-decoration: none; color: #414141; font-weight: bold;}
a.nav:hover { text-decoration: none; color: #FFFFFF; }

a img { border: none; }
a img:hover { text-decoration: none; }

h2 { 
	font-size: 28px;
	color: #FFFFFF;
	background-color: #212121;
	font-style:italic;
	}
	
h3 { 
	font-size: 14px;
	font-style:italic;
	}
	
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.selected {
	color: #FFFFFF;	
	font-weight: bold;
}

p.qap {
	color: #FFFFFF;
	font-style: italic;
	font-size: 16px;
}