body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #e6e3d8 url(../_images/bg.gif) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #75715d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #c3c0b0;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../_images/wrapper.gif) 0 0 repeat-y;
}
#left 	{ width: 930px; background: transparent url(../_images/left.gif) 0 0 no-repeat; }
#right 	{ width: 930px; background: transparent url(../_images/right.gif) right top no-repeat; }

/* ----------------------------------- */
/* left
/* ----------------------------------- */
#side {
	width: 211px;
	float: left;
	display: inline;
	margin-left: 15px;
}
	
	#menu {
		margin-top: 30px;
		margin-bottom: 45px;
	}
		#menu li {
			list-style: none;
			line-height: 31px;
			font-weight: bold;
			background: transparent url(../_images/menu-divider.gif) left bottom no-repeat;
			font-size: 16px;
			margin: 0;
		}
		#menu li a {
			display: block;
			text-decoration: none;
			color: #000;
			padding-left: 22px;
		}
		#menu li a:hover, #menu li a:active {
			background: #f2c600;
		}
		
		#menu li ul {
			padding-bottom: 10px;
		}
		#menu li li {
			font-size: 12px;
			line-height: 16px;
			background: none;
			font-weight: normal;
		}
		#menu li li a:link, #menu li li a:visited {
			color: #333;
		}
		#menu li li a:hover, #menu li li a:active {
			color: #666;
			background: none;
		}
		
		#menu li.selected {
			background: #FFF;
		}
		#menu li li.selected {
			font-weight: bold;
		}
	
	#side p {
		margin-left: 22px;
		margin-right: 15px;
		color: #75715d;
	}
	#side span#phone {
		color: #000;
		font-size: 20px;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
	
	#quick-contact p label {
		font-size: 11px;
	}
	#quick-contact .input {
		display: block;
		border: 1px solid #c3c3c3;
		width: 160px;
	}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	width: 644px;
	float: right;
	margin-right: 60px;
	display: inline;
}
	#banner {
		height: 143px;
		background: #000 url(../_images/banner/01.jpg) 0 0 no-repeat;
		font-size: 23px;
		line-height: 28px;
		color: #FFF;
		text-align: right;
		padding-right: 40px;
		padding-left: 30px;
		padding-top: 50px;
		font-weight: bold;
	}
		#banner em {
			color: #f2c600;
			font-style: normal;
		}
		#banner a {
			color: #000;
			font-size: 20px;
			text-decoration: none;
			padding: 2px 5px;
			font-weight: normal;
		}
		#banner a:link, #banner a:visited {
			background: #f2c600;
		}
		#banner a:hover, #banner a:active {
			background: #FFF;
		}
		
		#about #banner { background: transparent url(../_images/banner/03.jpg) 0 0 no-repeat; }
		#services #banner { background: transparent url(../_images/banner/02.jpg) 0 0 no-repeat; }
		#clients #banner { background: transparent url(../_images/banner/04.jpg) 0 0 no-repeat; }
		#contact #banner { background: transparent url(../_images/banner/05.jpg) 0 0 no-repeat; }
	
	#welcome {
		background: #f9f9f6 url(../_images/welcome.gif) right top no-repeat;
		padding: 20px 40px;
	}
	
	#content {
		margin: 25px 40px 0 40px;
	}
		#welcome h1, #content h1 {
			font-size: 20px;
		}
		#content h2 {
			font-size: 14px;
			padding-bottom: 3px;
			border-bottom: 1px dotted #bababa;
		}
		#content h3 {
			margin-bottom: 5px;
		}
		#content li {
			margin-left: 20px;
			padding-left: 10px;
			background: transparent url(../_images/bullet3.gif) 0 4px no-repeat;
			list-style: none;
		}
		
		ul#section-list {
			margin-bottom: 40px;
		}
		/*
		#section-list li {
			margin-left: 0px;
			padding-left: 20px;
			line-height: 20px;
			background: transparent url(../_images/bullet.gif) 0 2px no-repeat;
			list-style: none;
		}
		*/
			#content li li, #section-list li li {
				margin-left: 0px;
				padding-left: 12px;
				background: transparent url(../_images/bullet2.gif) 0 6px no-repeat;
				font-size: 11px;
				line-height: 16px;
			}
		
		#technology-list dt {
			font-weight: bold;
			clear: left;
			padding-top: 15px;
		}
		#technology-list dd {
			float: left;
			width: 130px;
			font-size: 11px;
		}
		
		#client-list li {
			float: left;
			width: 200px;
			margin: 0 15px 0 0;
		}
			#client-list li ul li {
				float: none;
				font-size: 11px;
				margin: 0;
			}
			
		#content p.top {
			font-size: 11px;
			text-align: right;
		}
		
		/** HOME PAGE **/
		.intro h1 a:link, .intro h1 a:visited {
			color: #000;
			text-decoration: none;
		}
		.intro h1 a:hover, .intro h1 a:active {
			color: #666;
			text-decoration: none;
		}
		
		#intro-1 {
			float: left;
			width: 265px;
		}
			#intro-1 h1 a {
				background: transparent url(../_images/icons/bar-graph.gif) 0 0 no-repeat;
				line-height: 30px;
				height: 31px;
				display: block;
				padding-left: 45px;
			}
			
		#intro-2 {
			float: right;
			width: 265px;
		}
			#intro-2 h1 a {
				background: transparent url(../_images/icons/computer.gif) 0 0 no-repeat;
				line-height: 30px;
				height: 31px;
				display: block;
				padding-left: 45px;
			}
		
		#case-study-intro {
			padding-top: 15px;
			border-top: 1px dotted #bababa;
		}
			#case-study-intro h1 {
				color: #f2c600;
				font-size: 12px;
				margin: 0;
			}
			#case-study-intro h2 {
				font-size: 16px;
				margin-bottom: 5px;
				border: none;
			}
				#case-study-intro h2 a:link, #case-study-intro h21 a:visited {
					color: #000;
					text-decoration: none;
				}
				#case-study-intro h2 a:hover, #case-study-intro h2 a:active {
					color: #666;
					text-decoration: none;
				}
			#case-study-intro p {
				margin-right: 200px;
				font-size: 11px;
				line-height: 14px;
			}
			#case-study-intro img {
				float: right;
			}	
		
		div.thumb {
			width: 250px;
			float: right;
			margin-left: 25px;
		}	
			div.thumb img {
				display: block;
				margin-bottom: 20px;
			}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#page-footer {
	clear: both;
	height: 80px;
	background: transparent url(../_images/footer.gif) 0 0 no-repeat;
}

#footer {
	text-align: center;
}
	#footer p {
		font-weight: bold;
	}
	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #000;
		text-decoration: underline;
	}
	#footer p#copyright, #footer p#copyright a {
		color: #938d76;
		font-size: 11px;
		font-weight: normal;
	}
	
/* ----------------------------------- */
/* CONTACT FORMS
/* ----------------------------------- */
.thumbnail {
	width: 220px;
	float: left;
	font-size: 11px;
	color: #999;
	margin-bottom: 30px;
}
	.thumbnail img {
		display: block;
	}

	#contact-info dt {
		font-weight: bold;
	}
	
#contact-form td {
	border-bottom: 1px dotted #bababa;
	vertical-align: top;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}

/* ----------------------------------- */
/* SERVICES PAGE
/* ----------------------------------- */
#service-list li {
	margin: 0;
	padding-left: 40px;
	line-height: 30px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
li#service-01 { background: url(../_images/icons/bar-graph.gif) 0 0 no-repeat; }
li#service-02 { background: url(../_images/icons/computer.gif) 0 0 no-repeat; }
	
