@charset "UTF-8";
/* 
	CSS Document for Consultron
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
*/

/* HTML/BODY settings */
html {
	margin: 0px;
	padding: 0px;
	background: #818285;
	font-size: 100%;
	}

body {
	min-width: 900px;
	margin: 0px;
	padding: 0px;
	background: #818285 url("images/bg_main.png") top repeat-x;
	background-attachment: fixed;
	color: #fff;
	font: 10px/18px helvetica, arial, sans-serif;
	font-size: 62.5%;
	border-top: 10px solid #f15a29;
	}

/* General elements settings */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	}
	
h2 {
	font-weight: normal;
	font-size: 1.8em;
	}
	
h4 {
	font-size: 1.2em;
	font-weight: normal;
	}

img {
	border: 0px;
	}
	
a:link, a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		color: #fff;
		}

.divider {
	margin: 15px 0px;
	border-top: 1px solid #999;
	}
	
/* Layout settings */

#header {
	width: 900px;
	margin: 0px auto;
	padding-top: 50px;
	text-align: right;
	overflow: hidden;
	}
	
	#header .title {
		clear: left;
		width: 600px;
		height: 39px;
		background: #f15a29;
		color: #fff;
		float: left;
		text-align: left;
		padding: 0px 20px;
		padding-top: 20px;
		font-size: 2em;
		font-weight: normal;
		letter-spacing: -0.125em;
		margin-right: 40px;
		}
		
		#header .title h2 {
			margin: 0px;
			}
	
	#header h1 {
		margin: 0px;
		float: right;
		height: 59px;
		width: 220px;
		clear: right;
		}

		#header h1 a{
			margin: 0px;
			display: block;
			height: 59px;
			width: 220px;
			text-indent: 8000em;
			text-decoration: none;
			background: url("images/logo.png") 0 0 no-repeat;
			}
	
#contents {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
	}
	
	#contents #column {
		background: #818285 url("images/bg_column.png") top repeat-x;
		width: 600px;
		float: left;
		border-top: 1px solid #666;
		padding: 20px;
		min-height: 300px;
		font-size: 1.2em;
		overflow: hidden;
		}
		
		h2.title {
			font-size: 2.0em;
			margin-bottom: 30px;
			}
		
	#contents #sidebar {
		background: #818285;
		width: 220px;
		float: right;
		}
		
		#contents #sidebar #menu ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			}
			
			#contents #sidebar #menu ul li {
				border-top: 1px solid #666;
				}

				#pgHome #contents #sidebar #menu ul li a#home:link, #pgHome #contents #sidebar #menu ul li a#home:visited,
				#pgAbout #contents #sidebar #menu ul li a#about:link, #pgAbout #contents #sidebar #menu ul li a#about:visited,
				#pgServices #contents #sidebar #menu ul li a#services:link, #pgServices #contents #sidebar #menu ul li a#services:visited,
				#pgProjects #contents #sidebar #menu ul li a#projects:link, #pgProjects #contents #sidebar #menu ul li a#projects:visited,
				#pgContact #contents #sidebar #menu ul li a#contact:link, #pgContact #contents #sidebar #menu ul li a#contact:visited {
					background: #666;
					width: 190px;
					display: block;
					padding: 10px;
					padding-left: 20px;
					color: #fff;
					font-weight: normal;
					font-size: 1.4em;
					text-transform: lowercase;
					text-decoration: none;
					}
				
				#contents #sidebar #menu ul li a:link, #contents #sidebar #menu ul li a:visited {
					width: 190px;
					display: block;
					padding: 10px;
					padding-left: 20px;
					color: #fff;
					font-weight: normal;
					font-size: 1.4em;
					text-transform: lowercase;
					text-decoration: none;
					}
					
					#contents #sidebar #menu ul li a:hover {
						background: #f15a29;
						border-bottom: 0px;
						}

					#contents #sidebar #menu ul li a:active {
						background: #999;
						}

#footer {
	width: 100%;
	min-width: 900px;
	margin: 0px auto;
	margin-top: 40px;
	overflow: hidden;
	border-top: 1px solid #999;
	font-size: 1.1em;
	}

	#footer p {
		width: 900px;
		margin: 0px auto;
		font-size: 0.9em;
		color: #aaa;
		padding-top: 10px;
		}

		#footer p a:link, #footer p a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #aaa;
			}
			
			#footer p a:hover {
				color: #eaeaea;
				}


table.contact {
	}
	
table.contact tr.contactRow {
	}
	
table.contact tr.contactRow td.left {
	text-align: right;
	padding-right: 4px;
	padding-top: 6px;
	display: table-cell;
	vertical-align: top;
	}
	
table.contact tr.contactRow td.right {
	}
	
	table.contact tr.contactRow td.right input.text, table.contact tr.contactRow td.right textarea {
		border: 0px;
		padding: 6px;
		background: #eaeaea;
		font: 10px helvetica, arial, sans-serif;
		}
		
	table.contact tr.contactRow td.right input.button {
		border: 0px;
		padding: 6px 8px;
		background: #666;		
		color: #fff;
		font-weight: bold;
		}
		
		table.contact tr.contactRow td.right input.button:hover {
			background: #f15a29;
			}
			
		table.contact tr.contactRow td.right input.button:active {
			background: #999;
			}
			
ul.services, ul.clients {
	width: 600px;
	padding: 10px 0px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	}
	
	ul.services li {
		background: #999;
		margin: 1px;
		padding: 10px;
		text-align: left;
		font-weight: bold;
		}

	ul.clients li {
		background: #999;
		float: left;
		width: 198px;
		height: 40px;
		margin: 1px;
		text-align: center;
		display: table-cell;
		font-weight: bold;
		}
				
		ul.clients li a:link, ul.clients li a:visited {
			color: #fff;
			padding: 10px;
			display: block;
			padding-bottom: 12px;
			}
			
			ul.clients li a:hover {
				background: #f15a29;
				color: #fff;
				border-bottom: 0px;
				}

.frontButton {
	width: 198px;
	float: left;
	margin-right: 2px;
	padding: 0px;
	background: #f15a29;
	}
	
	.frontButton h4 {
		margin: 0px;
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 10px;
		}
		
	.frontButton p {
		margin: 0px;
		}
		
	.frontButton a:link, .frontButton a:visited {
		display: block;
		padding: 10px;
		color: #fff;
		border: 0px;
		font-weight: normal;
		}
		
		.frontButton a:hover {
			background: #999;
			}
			
	.roundleft, .roundleft a:hover {
		-moz-border-radius-topleft : 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-bottomleft : 8px;
		-webkit-border-bottom-left-radius: 8px;
		}
		
	.roundright, .roundright a:hover {
		-moz-border-radius-topright : 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-bottomright : 8px;
		-webkit-border-bottom-right-radius: 8px;
		}
		
.projectsRow {
	width: 580px;
	overflow: hidden;
	padding: 10px;
	margin-top: 5px;
	background: #666;
	}
	
	.projectsRow .left {
		width: 302px;
		float: left;
		}
		
		.projectsRow .left img {
			border: 1px solid #ccc;
			}
		
	.projectsRow .right {
		width: 250px;
		float: right;
		padding-right: 10px;
		}
		
		.projectsRow .right h4 {
			font-size: 1.4em;
			margin: 0px;
			border-bottom: 1px solid #999;
			padding-bottom: 5px;
			margin-bottom: 5px;
			}
		
		.projectsRow .right ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			}
			
			.projectsRow .right ul li {
				background: #777;
				margin-bottom: 1px;
				padding: 6px 10px;
				}
			
			
