






/* RESET (content styles only) */

.css-reset, 
.css-reset body, 
.css-reset div, 
.css-reset ul, 
.css-reset ol, 
.css-reset li, 
.css-reset dl, 
.css-reset dt, 
.css-reset dd, 
.css-reset h1, 
.css-reset h2, 
.css-reset h3, 
.css-reset h4, 
.css-reset h5, 
.css-reset h6, 
.css-reset pre, 
.css-reset form, 
.css-reset p, 
.css-reset blockquote, 
.css-reset fieldset, 
.css-reset input {
	margin: 0; 
	padding: 0; 
}
.css-reset h1, 
.css-reset h2, 
.css-reset h3, 
.css-reset h4, 
.css-reset h5, 
.css-reset h6, 
.css-reset pre, 
.css-reset code, 
.css-reset address, 
.css-reset caption, 
.css-reset cite, 
.css-reset code, 
.css-reset em, 
.css-reset strong, 
.css-reset th { 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
}
.css-reset ul, 
.css-reset ol { 
	list-style: none; 
}
.css-reset fieldset, 
.css-reset img { 
	border: none; 
}
.css-reset caption, 
.css-reset th { 
	text-align: left; 
}
	
	



/* STYLE DEFAULTS */

.textField,
.selectField,
.textareaField,
input[type="text"],
select,
textarea{
	border: 1px solid #bbb;
	padding:1px;
	background-color:#FeFeFe;
}

.textField:focus,
.selectField:focus,
.textareaField:focus,
input[type="text"]:focus,
select:focus,
textarea:focus{
	border: 1px solid #888;	
	background-color:#fff;
}

.selectWrapper{
	*border: 1px solid #ccc;
}

textarea {
	display: block;
}


/* LAYOUT STYLES */

.centeredContent{
	width:800px;
	margin:0 auto;
}

.fullWidth{
	width:100%;
}













.content {
	background: url(/lib/images/body-gradient-inverted.png) 0 0 repeat-x #f7f7f7;
	}

body.portfolio .lgc_wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	}			
body.portfolio .content {
	background: url(/lib/images/body-gradient-inverted.png) 0 0 repeat-x #f7f7f7;
	}			

body.process .lgc_wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	}			
body.process .content {
	background-image: none;
	background-color: white;
	}			




.pager {
	width: 800px;
	margin: -40px auto 10px;
	background-color:#333;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	z-index: 420;
	position: relative;
}
	.pager a,
	.pager a:link,
	.pager a:visited{
		padding: 6px 12px;
		color: #999;
		margin: 0;
		height: 30px;
	}	
	.pager a:hover,
	.pager a:active {
		color:#fff;
		background-color: #6a0;
		text-decoration:none;
		}

	.pager a.active,		
	.pager a.active:link,		
	.pager a.active:visited{
		color:#333;
		background-color: #fff;
		text-decoration:none;
	}		
	.pager a.active:hover,		
	.pager a.active:active {
		color:#fff;
		background-color: #6a0;
		text-decoration:none;
	}		



	.content{
		padding: 15px;
		position: relative; 
		min-height: 680px;
		*height:auto !important;
		*height: 600px;
	}







.lgc_footer{
	xbackground-color: #eeeee4;
	position: fixed;
	left: 100px;
	bottom: 50px;
	z-index: 1;
	color: #ccc;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: 100;
}

/*
	.footerWrapper{
		width:790px;
		padding:15px 5px;
		margin:0 auto;
		color:#8C8C7F;
		position:relative;
	}
	
	.footerLinks {
		position:absolute;
		right:5px;
		top:15px;
	}
	.footerLinks a,
	.footerLinks a:visited,
	.footerLinks a:link {
		color:#8C8C7F;
		padding:3px 6px;
		text-decoration:none;
	}
	.footerLinks a:hover {
		text-decoration:underline;
	}

	.quickContact .textareaField,
	.quickContact .textField{
		width:150px;
	}
*/	

















.clear {
	clear:both;
	float:none;
}
.lgc_logo {
	display: block;
	position: fixed;
	left: 0px;
	top: 50px;
	width: 100px;
	height: 100px;
	z-index: 1000;
	}
.lgc_logo img {
	width: 105px;
	height: auto;
	}
.lgc_header,
.lgc_header a {
	margin: 0;
	padding: 0;
	font-size: 115%;
	font-weight: normal;
	border: 0px none;
	outline: none;
	text-decoration: none;
	}
.lgc_header-container {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100px;
	text-align: center;
	}
.lgc_header {
	position: absolute;
	bottom: 0;
	right: 0;
	}
.lgc_header a {
	height: 24px;
	margin: 0 0 0 1px;
	display: block;
	padding: 4px 8px 0 8px;
	color: #333;
	position: relative;
	float: left;
	text-decoration: none;
	}
.lgc_header a:hover {
	background-color:#6a0;
	color: #fff;
	text-decoration: none;
	}
body.portfolio .lgc_header a.portfolio,
body.portfolio .lgc_header a.portfolio:hover ,
body.clients   .lgc_header a.clients,
body.clients   .lgc_header a.clients:hover,
body.testimonials   .lgc_header a.testimonials,
body.testimonials   .lgc_header a.testimonials:hover,
body.contact   .lgc_header a.contact,
body.contact   .lgc_header a.contact:hover {
	background-color: #333;
	color: white;
	}		

.lgc_email {
	display: block;
	width: 41px;
	height: 341px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/lib/images/email.png) 0 0 no-repeat transparent;
	position: fixed;
	top: 300px;
	left: 0;
	}
.lgc_email a {
	display: block;
	width: 41px;
	height: 341px;
	}
.lgc_phone {
	display: block;
	width: 41px;
	height: 216px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/lib/images/phone.png) 0 0 no-repeat transparent;
	position: fixed;
	top: 620px;
	left: 0;
	}




.lgc_billboard{
	background-color:#333;
	background: url(/lib/images/home/tag.png) center 60px no-repeat #333;
	position:fixed;
	top: 100px;
	left: 0;
	width:1000px;
	height:200px;
	}			


.lgc_wrapper1 {
	background: url(/lib/images/body-gradient.png) 0 0 repeat-x #fff;
	padding: 250px 0 0 90px;
	margin: 0;

	}

.lgc_wrapper2 {
	width: 800px;
	margin: 0;
	background: url(/lib/images/layout/shadowed_page_bg_800px.png) 0 0 no-repeat transparent !important;
	*background: url(/lib/images/layout/shadowed_page_bg_800px_ie6.png) 0 0 no-repeat transparent;
	padding: 0 10px 100px 10px;
	position: relative;
	z-index: 10;
	}				

sup {
	font-size: 50%;
	}


.portfolio-section h3 {margin-top: 50px;}
.portfolio-section ul {display: none;}
.portfolio ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.portfolio li {
	margin-bottom: 2px;
	padding: 0 0 0 10px;
	background: url(/111024/portfolio-bullet.png) 0 8px no-repeat transparent;
	}
.portfolio .link-livesite {display: none;}




h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight:normal;
	line-height: normal;
}

h1 {
	}
h2 {
	}
h3 {
	font-size: 35px;
	letter-spacing: -2px;
	text-transform: lowercase;
	margin-bottom: 10px;
	font-weight: 100;
	line-height: 30px;
	}
h4 {
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-bottom: 10px;
	font-weight: 100;
	line-height: 20px;
	}
h5 {
	}

