	* {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 13px;
		color: #434343;
	}
	html {
		height: 100%;
	}
	
	body {
		margin: 0px;
		height: 100%;
		text-align: left;
	}
	
	body.home {
		background: url('../images/body_home_bg.jpg') #ffffff no-repeat top left
			;
	}
	
	body.nested {
		background: url('../images/body_nested_bg.jpg') #ffffff no-repeat top
			left;
	}
	
	h1,h2,h3,h4,h5 {
		background-color: transparent;
	}
	
	h1 {
		font-size: 1.3em;
	}
	
	h2 {
		font-size: 1.0em;
	}
	
	h1,h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		font-size: 1.05em;
		font-weight: bold;
	}
	
	h4 {
		font-size: 1em;
		font-weight: bold;
		margin-top: 14px;
		margin-bottom: 0px;
		padding: 0px;
	}
	
	img {
		border: 0px;
	}
	
	table {
		font-size: .9em;
	}
	
	table blockquote {
		margin: 12px 2px 12px 10px;
		padding: 0px;
	}
	
	form {
		margin: 0px;
		padding: 0px;
	}
	
	input,select,textarea {
		font-size: .9em;
	}
	
	p {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: justify;
	}
	
	a,a:visited {
		text-decoration: none;
		color: #b60000;
		background-color: transparent;
	}
	
	a:hover {
		text-decoration: underline;
		color: #b60000;
		background-color: transparent;
	}
	
	/* div#Layout 
	{
        min-height:100%;
        position: relative;
	margin: 0 auto;
        /*overflow: auto;*/
	} */
	
	div#MaxWidth {
		width: 970px;
		text-align: left;
		margin: 0 auto;
		min-height: 100%;
		position: relative;
	}
	
	hr#HorizontalLine {
		position: absolute;
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		top: 70px;
		border: 0px;
		color: #000000;
		background-color: #000000;
	}
	
	div#Logo {
		/* height: 70px; */
		overflow: hidden;
		text-align: right;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	img.right {
		float: right;
	}
	
	img.left {
		float: left;
	}
	
	/* Nav */
	div#MainMenu {
		/* height: 30px; */
		overflow: hidden;
		font-size: 1.2em;
		clear: both;
	}
	
	div#MainMenu ul {
		float: right;
		margin: 10px 10px 0px 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	div#MainMenu li {
		float: left;
	}
	
	div#MainMenu li a,div#MainMenu li a:visited {
		text-decoration: none;
		font-size: 1.2em;
		color: #434343;
	}
	
	div#MainMenu li a:hover {
		color: #b60000;
		text-decoration: underline;
	}
	
	div#MainMenu li.current a {
		color: #b60000;
	}
	
	div#Wrapper {
		float: left;
		width: 970px;
		/* overflow: hidden;
		clear: both; */
		padding: 0 0 50px;
	}
	
	div#Wrapper div#LeftMenu 
	{
		float: left;
		width: 226px;
		overflow: hidden;
		padding: 16px 20px 0px 80px;
		font-size: 1em;
	}
	
	div#LeftMenu ul.firstLevel {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	div#LeftMenu ul li {
		padding: 5px 0px 0px 15px;
		margin-bottom: 0px;
	}
	
	div#LeftMenu ul	li a {
		font-size: 1.1em;
		font-weight: bold;
		color: #434343;
	}
	
	div#LeftMenu ul.secondLevel {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	li.arrow
	{
		list-style: none;
		margin-left: 8px;
		background-image: url(../images/menu-secondLevel-bg.gif);
		background-repeat: no-repeat;
		background-position: 0 10px;
	}
	
	div#LeftMenu ul.firstLevel li.firstLevel
	{
		background-image: none;
	}
	
	div#LeftMenu ul.secondLevel li a,
	div#LeftMenu ul.secondLevel li a:visited
	{
		font-size: .9em;
		font-weight: normal;
		color: #434343;
	}
	
	div#LeftMenu ul.secondLevel li a.current,
	div#LeftMenu ul.secondLevel li a:hover
	{
		color: #b60000;
	}
	
	div#LeftMenu a,div#LeftMenu a:visited {
		text-decoration: none;
		color: #434343;
	}
	
	div#LeftMenu a:hover {
		text-decoration: underline;
		color: #b60000;
	}
	
	div#LeftMenu a.current {
		color: #b60000;
	}
	
	div#LeftMenu ul.secondLevel {
		margin: 20px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	div#LeftMenu ul.secondLevel li {
		font-size: 1em;
		text-align: left;
	}
	
	div#LeftMenu ul.thirdLevel {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	div#LeftMenu ul.thirdLevel li {
		font-size: 1em;
		text-align: left;
	}
	
	/* END Nav */ /* Content */
	div#Content
	{
		padding: 0 0 10px;
	}
	div#Wrapper div#Content 
	{
		float: left;
		width: 620px;
		/* padding-top: 20px; */
		overflow: hidden;
	}
	
	div#Wrapper div.plain_links a {
		color: #434343;
	}
	
	div#Wrapper div.plain_links a:hover {
		color: #b60000;
	}
	
	div#Wrapper div#Content h1 {
		font-weight: normal;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	div#Wrapper div#Content h3,div#Wrapper div#Content h4 {
		margin-bottom: 0px;
	}
	
	div#Wrapper div#Content p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	div#Wrapper div#Content img {
		border: 1px solid #000000;
		padding: 0px;
		margin: 8px;
	}
	
	div#Wrapper div#Content img.right {
		margin-right: 0px;
		margin-left: 12px;
	}
	
	div#Wrapper div#Content img.left {
		margin-left: 0px;
		margin-right: 12px;
	}
	
	div#Wrapper div#Content img.center {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	div#Wrapper div#Content p.right {
		margin-left: 5px;
		float: right;
	}
	
	div#Wrapper div#Content ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div#Wrapper div#Content ul li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	/* END Content */ /* Home */
	div#Home {
		
	}
	
	div#Home div#Transparent {
	/*
		filter: alpha(opacity = 70);
		opacity: 0.7;*/
		width: 970px;
		height: 140px;
		top: 100px;
		position: absolute;
		color: #000000;
		border-right: 1px solid #000000;
		background: url('../images/home_bg.jpg') repeat-x;
	}
	
	div#Home div#MaxWidth {
		width: 970px;
		text-align: left;
		margin: 0px;
		padding: 0px;
	}
	
	div#Home div#Logo {
		float: right;
		width: 267px;
		height: 78px;
		overflow: hidden;
		margin-top: 10px;
		margin-right: 20px;
	}
	
	div#Home div#Media {
		padding-top: 101px;
		height: 140px;
		overflow: hidden;
	}
	
	div#Home div#Media object {
		position: absolute;
		left: 0px;
		top: 101px;
	}
	
	#Media
	{
		/*border-right: 1px solid #000000;*/
	}
	
	div#Home div#MainMenu ul {
		padding: 0;
		padding-top: 12px;
		margin: 0;
		margin-right: 8px;
	}
	
	div>div#Home div#MainMenu ul {
		margin-right: 12px;
	}
	
	div#MainMenu ul li {
		margin-left: 18px;
	}
	
	div>div#MainMenu ul li {
		margin-left: 19px;
	}
	
	div#Home div#MainMenu ul li a {
		padding: 0;
		margin: 0;
	}
	
	div#Home div#Content {
		width: 290px;
		height: 280px;
		margin-left: 661px;
		padding-top: 15px;
		clear: both;
	}
	
	div#Home div#Content p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	div#Projects {
		padding: 0 0 50px;
	}
	
	/* END Home */ /* Contact */
	body.contact fieldset {
		border: 0px;
	}
	
	body.contact form .message {
		color: red;
		background: #ddd;
		border: 1px solid #ccc;
		padding: 5px;
		margin: 5px;
	}
	
	body.contact form span.message {
		width: 300px;
	}
	
	body.contact form div.field {
		padding: 10px 0px 10px 0px;
		width: 100%;
	}
	
	body.contact form label {
		float: left;
		width: 12em;
		font-size: 1.1em;
	}
	
	body.contact form input.text,body.contact form select,body.contact form textarea
		{
		width: 200px;
		color: #000;
		background: #f8f8f8;
		border: 1px solid #aaa;
		padding: 3px;
	}
	
	div.Actions {
		text-align: left;
		padding: 0 0 15px 322px;
	}
	
	/* END Contact */ /* Footer */
	div#Footer {
		/*float: left;*/
		/* position: relative;*/
		position: absolute;
		bottom: 0;
		visibility: hidden;
		width: 970px;
		/* height: 50px; */
		clear: both;
		font-size: .8em;
		/* margin-top: 40px;*/
		/*margin-bottom: 10px;*/
	}
	
	div#Footer p {
		float: left;
		margin: 0px 20px 0px 0px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	div#Footer p.contact {
		padding-right: 25px;
		cursor: pointer;
		color: #434343;
		background: url('../images/footer_contact_bg.gif') transparent no-repeat
			right;
	}
	
	div#Footer p.contact:hover {
		color: #b60000;
		background: url('../images/footer_contact_bg_on.gif') transparent
			no-repeat right;
	}
	
	div#Footer p.contact:hover a {
		color: #b60000;
		background-color: transparent;
	}
	
	/* END Footer */
	body.clients div#Wrapper div#Content table tr td a,body.clients div#Wrapper div#Content table tr td p,body.clients div#Wrapper div#Content table tr td span
		{
		font-size: 10px;
	}
	
	body.clients div#Wrapper div#Content table tr td blockquote {
		padding-left: 10px;
	}
	
	div.blogItems {
		float: left;
		width: 210px;
	}
	
	div#LeftMenu #LatestNews ul li a {
		font-weight: normal;
		font-size: 0.9em;
	}
	
	div.blogSummary {
		float: right;
		width: 555px;
		text-align: left;
		padding: 10px;
		margin-left: 10px;
		background-color: #FFFFFF;
		border: 1px dashed #CCCCCC;
	}
	
	div.clientList
	{
		margin-top: 20px;
	}
