@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size:10px;
	
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height:450px;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:no-repeat;
	padding:0px 0 0 0;
}

#content {
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:56px;
	margin-bottom:114px;
}

#rightContent {
	width:500px;
	margin-left:250px;
	padding-top:10px;
}

#leftNav {
	width:187px;
	float:left;
}

#leftNav span {
	display:none;
}

#leftNav_1_comp a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_1_comp.jpg);
}

#leftNav_2_pers a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_2_pers.jpg);
}

#leftNav_3_services a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_3_services.jpg);
}

#leftNav_4_projects a {
	width:187px;
	height:48px;
	float:left;
	background-image:url(../images/leftNav_4_projects.jpg);
}

#leftNav_1_comp_on a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_1_comp.jpg);
	background-position:0 -48px;
}

#leftNav_2_pers_on a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_2_pers.jpg);
	background-position:0 -48px;
}

#leftNav_3_services_on a {
	width:187px;
	height:48px;
	margin-bottom:8px;
	float:left;
	background-image:url(../images/leftNav_3_services.jpg);
	background-position:0 -48px;
}

#leftNav_4_projects_on a {
	width:187px;
	height:48px;
	float:left;
	background-image:url(../images/leftNav_4_projects.jpg);
	background-position:0 -48px;
}

#leftNav_1_comp a:hover, #leftNav_2_pers a:hover, #leftNav_3_services a:hover, #leftNav_4_projects a:hover {
	background-position:0 -48px;
}

#leftSubNav {
	width:187px;
	background-image:url(../images/bg_subNav.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:8px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#767676;
	line-height:1.5em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#767676;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#767676;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#40c5f2;
	font-weight:normal;
	margin:0;
	padding:0;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#767676;
	line-height:1.2em;
	margin-bottom:8px;
}

ul {
	margin:15px 0 0 10px;
	padding:0;
	list-style-type:none;
}

a {
	color:#767676;
	text-decoration:underline;
}

a:hover {
	color:#40c5f2;
	text-decoration:underline;
}

#rightContent img {
	border:solid 1px #767676;
}

#footer {
	background-color:#767676;
	height:35px;
	margin-top:50px;
	text-align:center;
}
