/*------ basic elements -------------------------------------------------------------*/

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	background-color: #fff;
}
p {
	line-height: 1.25em;
}
h1   {
	font-size: 150%;
	font-weight: bold;
	text-transform: none;
	color: #76261B;
	padding: 0;
	margin: 0;
}
h2 {
	color: #76261B;
	font-size: 140%;
	font-weight: bold;
	margin: .3em 0;
	padding: .4em 0;
}
h3 {
	color: #76261B;
	font-size: 120%;
	font-weight: bold;
	margin: .8em 0;
}
hr {
	background-color: #7E93B0;
	background-repeat: repeat;
	display: none;
}
a {
	color: #000;
}

/*------ specific divs --------------------------------------------------------------*/
#container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	background-repeat: repeat;
	min-height: 200px;
	background-image: url(images/bodyBg.gif);
	background-position: 0 113px;
	z-index: 1;
}
#container #headerContainer {
	height: 50px;
	background-repeat: no-repeat;
	width: 810px;
	background-image: url(images/header.jpg);
	position: relative;
	background-position: 148px 0;
	z-index: 1;
}

#container #headerContainer a:link,
#container #headerContainer a:visited {
	text-decoration: none;
	color: #A4A861;
}
#container #headerContainer a {
	color: #A4A861;
}

#container #headerContainer a:hover,
#container #headerContainer a:active {
	text-decoration: none;
	color: #fff;
}
#container #headerContainer .logoPlacement {
	padding: 10px;
	width: 126px;
	height: 78px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
}
#container #headerContainer .logoPlacement table {
	width: 100%;
	height: 100%;
}
#container #headerContainer .aeHeaderLogo {
	display: none;
}

#container #headerContainer ul {
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0;
	padding: 0;
}

#container #headerContainer li {
	text-decoration: none;
	list-style-type: none;
	display: block;
	color: #fff;
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-size: 70%;
	text-transform: uppercase;
	margin-right: 5px;
}
#container #headerContainer .subMenu {
	display: none;
}

#container #mainNav {
	width: 146px;
	float: left;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	background: url(images/menu_base.gif) no-repeat left bottom;
	margin: 0 1px 0 0;
	z-index: 2;
}
#container #mainNav .combinedMenu {
	display: none;
}
#container #mainNav ul {
	margin: 0;
	padding: 50px 0 0;
}
#container #mainNav ul ul {
	background-color: #B43A29;
	border: solid 1px #fff;
	padding: 0; 
}
#container #mainNav li {
	list-style-type: none;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: solid 1px #fff;
	padding: 0;
	margin: 0;
}
#container #mainNav li ul li {
	font-size: 100%;
	width: 100%;
}
#container  #mainNav  li a {
	color: #fff;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #76261b;
	text-indent: 10px;
	margin-right: 0;
	margin-left: 0;
	line-height: 14px;
}

#container #mainNav li a:link,
#container #mainNav li a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
}
#container #mainNav li a:hover,
#container #mainNav li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #B43A29;
}
#container  #mainNav  img {
	border: none;
}
#container #mainNav .abcAuthorizedLogo {
	clear: both;
	position: relative;
	width: 140px;
	display: block;
	background-image: url(images/abclogoauthbuild.gif);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 15px 5px;
	margin-top: 25px;
	z-index: 1;
}
#container #mainNav .abcAuthorizedLogo a {
	height: 160px;
	width: 140px;
	display: block;
	text-indent: -9999px;
}
#container #bodyContainer {
	float: left;
	position: relative;
	font-size: 85%;
	width: 645px;
	padding: 10px 10px 10px;
	z-index: 1;
}
#container #bodyContainer .topHeading {
	display: none;
}

#container  #bodyContainer .secondColum {
	position: absolute;
	top: 10px;
}
#container #bodyContainer .secondColum .designExcellenceLogo {
	display: none;
}
#container #bodyContainer .secondColum .collageContainer {
	background-color: #fff;
	padding-top: 3px;
	padding-left: 3px;
	position: relative;
	width: 504px;
	top: 0;
	z-index: 1;
}

.largePhoto     {
	float: left;
}
#container #bodyContainer .secondColum .collageContainer .smallPhoto1,
#container #bodyContainer .secondColum .collageContainer .smallPhoto2,
#container #bodyContainer .secondColum .collageContainer .smallPhoto3 {
	clear: right;
	float: right;
	padding-bottom: 7px;
}
#container #bodyContainer .secondColum .collageContainer img {
	border: solid 1px #353535; 
}

#container #bodyContainer .thirdColum {
	margin-top: 300px;
	padding: 10px 0;
}

#container #bodyContainer .thirdColum h1 {
	margin: 0;
	padding: 0;
	color: #76261B;
}

#container .secondCollageHeader {
	position: relative;
	width: 652px;
	clear: both;
	left: 133px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 85%;
	background: #000 url(../images/industrial/design_endcapb.gif) no-repeat;
	height: 19px;
	padding: 5px 0 0 25px;
	margin: 0;
	bottom: 0;
	display: none;
	z-index: 1;
}
#container .secondCollage {
	position: relative;
	width: 667px;
	left: 133px;
	text-transform: uppercase;
	background-color: #E0D39F;
	height: 100px;
	padding: 10px 0 0 10px;
	margin: 0;
	bottom: 0;
	display: none;
	z-index: 1;
}

.bottomFooter {
	background-color: #fff;
	text-align: left;
	font-size: 70%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 325px;
}
#container  #topFooter {
	position: relative;
	height: 20px;
	text-align: center;
	clear: both;
	background: url(images/footer.gif) no-repeat 0 0;
	padding-top: 10px;
	background-color: #fff;
	top: 0;
	z-index: 1;
}
#container #topFooter ul {
	margin: 0;
	padding: 0 0 0 25px;
}
#container  #topFooter  li {
	text-decoration: none;
	list-style-type: none;
	color: #000;
	float: left;
	margin-left: 8px;
	font-size: 70%;
	margin-right: 8px;
	margin-top: 3px;
}

.Clear { clear: both; }
br.Clear { margin: 0; padding: 0; line-height: 1px; height: 0; }

div.ContactUsFooterText {
	padding: 10px 8px;
	text-align: center;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
}

div.AboutUsContent,
div.AvailableServicesContent,
div.ProjectProfilesContent,
div.ContactUsContent,
div.NewsContent,
div.ProjectContent,
div.PhotoGalleryContent {
	padding: 5px 8px 15px;
}

/******* About Us Page *******/
div.AboutUsImage {
	float: left;
	width: 253px;
	margin: 3px 9px 3px 3px;
}
div.AboutUsImage img {
	border: 1px solid #000;
}

/******* Available Services Page *******/

div.AvailableService h2 {
	clear: both;	
}
div.AvailableService img {
	float: right;
	padding-left: 5px;
}

/******* Project Profiles Page *******/

div.ProjectProfile {
	clear: both;
}

div.ProjectProfile img {
	float: left;
	margin: 2px 10px 2px 2px;
	border: 1px solid #000;
}

/******* Contact Us Page *******/

div#ContactUsMainMessage img {
	border: 1px solid #000;
	float: right;
	padding: 1px;
	margin: 3px;
}

/******* Our Projects Page *******/

div.ProjectImage {
	float: right;
	width: 253px;
	margin: 3px 3px 3px 9px;
}
div.ProjectImage img {
	border: 1px solid #000;
}
div.ProjectLinks {
	background-color: #333;
	border: 1px solid #000;
	color: #fff;
	padding: 4px 8px;
	margin: 10px 0;
}

div.ProjectImage a {
	color: #908C5D;
}
div.ProjectImage a:visited {
	color: #ccc;
}

/******* Project Examples *******/

body#projectExamples_page {
	background: #fff;
	margin: 0;
	padding: 0;
}
body#projectExamples_page div.ProjectExamplesContent {
	padding: 0 15px;
}

/******* Internal Pages *******/

body#internal_page div#Content {
	padding: 0 8px 15px;
}
body#internal_page div#Content h1 {
}
body#internal_page div#Content h1,
body#internal_page div#Content h2 {
	clear: both;
}
body#internal_page div.Normal {
	clear: both;
}
body#internal_page div#Content .DNNAligncenter {
	text-align: center;
}
body#internal_page div#Content img {
	background: #FFFFE5;
	border: 1px solid #000;
	margin: 3px 9px;
}

body#internal_page div.FeatureDescription {
	display: none;
}
body#internal_page div#FeatureSelection {
	clear: both;	
}
body#internal_page div#FeatureSelection ul {
	float: left;
}
body#internal_page div#Features {
	float: right;
	width: 350px;
}