html	{
	height : 100%;
	max-height : 100%;
	padding : 0;
	margin : 0;
	border : 0;
	color : #000;
	background : #fff;
	font-size : 76%;
	font-family: Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow : hidden;
	/* */
}

body	{
	height : 100%;
	max-height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 0;
	border : 0;
	color : #000;
	background : #fff;
}

#Head	{
	z-index : 5;
}

#ContentHome	{
	overflow : auto;
	position : absolute;
	top : 60px;
	bottom : 70px;
	width : 86%;
	margin : 0 7%;
	background : #fff;
	text-align : center;
}

* html #ContentHome {
	top : 0;
	bottom : 0;
	height : 100%;
	width : 86%;
	margin : 0 7%;
	border-top : 60px solid #fff;
	border-bottom : 70px solid #fff;
}

#Content	{
	overflow : auto;
	position : absolute;
	top : 150px;
	bottom : 68px;
	width : 88%;
	margin : 0 6%;
	color: #9c2722;
	background : #fff;
	z-index : 3;
}
* html #Content {
	top : 0;
	bottom : 0;
	height : 100%;
	width : 88%;
	margin : 0 6%;
	border-top : 154px solid #fff;
	border-bottom : 68px solid #fff;
	overflow : auto;
}

#ContentNav	{
	overflow : auto;
	position : absolute;
	top : 40px;
	bottom : 40px;
	width : 86%;
	margin : 0 7%;
	background : #fff;
}

* html #ContentNav {
	top : 0;
	bottom : 80px;
	height : 100%;
	width : 100%;
	margin : 0 auto;
	border-top : 40px solid #fff;
	border-bottom : 40px solid #fff;
	overflow : auto;
	text-align : center;
	z-index : 3;
}

#Head	{
	position : absolute;
	width : 100%;
	height : 140px;
	padding-top : 10px;
	text-align : center;
	z-index : 5;
}
#HeadB	{
	height : 140px;
	padding-top : 10px;
	text-align : center;
}

#Foot	{
	color : #fff;
	background-color: #9c2722;
	height : 30px;
	text-align:center;
	position:absolute;
	bottom:4px;
	width:94%;
	margin : 0 3%;
	font-size:1em;
	padding : 0;
	z-index : 5;
}
#Foot ul	{
	list-style : none;
	padding : 6px 0;
	margin : 0;
}
#Foot li	{
	list-style : none;
	display : inline;
	padding : 0 20px;
	font-weight : bold;
}

#MenuIntro, #MenuIntroOn, 
#MenuContact, #MenuContactOn, 
#MenuPortfolio, #MenuPortfolioOn, 
#MenuClients, #MenuClientsOn	{
	display : none;
	width : 230px;
	height : 162px;
	background : #fff;
	border : 1px solid #9c2722;
	padding : 8px 12px;
	position : absolute;
	text-align : left;
}
#MenuIntro, #MenuIntroOn	{
	bottom : 16px;
	right : 16px;
}
#MenuContact, #MenuContactOn	{
	bottom : 16px;
	left : 16px;
	text-align : right;
	font-size : 12px;
	line-height : 14px;
}
#MenuPortfolio, #MenuPortfolioOn	{
	top : 16px;
	right : 16px;
}
#MenuClients, #MenuClientsOn	{
	left : 16px;
	top : 16px;
	text-align : right;
}
#MenuIntroOn, #MenuContactOn, #MenuPortfolioOn, #MenuClientsOn	{
	display : block;
/*	filter : alpha(opacity=90);
	opacity : 0.9;
	-moz-opacity : 0.9;*/
}

#HomeNavMenu	{
	position : relative;
	margin : 0 auto;
	width : 600px;
	height : 420px;
	overflow : hidden;
}
#HomeNavMenu li	{
	list-style : none;	
	position : absolute;
	top : 0;
}
#HomeNavMenu li, #HomeNavMenu li a	{
	display : block;
	height : 197px;
}
#HomeNavMenu li a	{
	text-indent : -9999px;
	text-decoration : none;
}

#SubMenu li	{
	list-style : none;
	position : relative;
	left : -30px;
}
#SubMenu li, #SubMenu li a	{
	display : block;
	height : 18px;
	text-indent : 0;
	text-decoration : none;
}

ul#SubMenu03 li	{
	list-style : none;
	position : relative;
	left : -30px;
}
ul#SubMenu03 li, ul#SubMenu03 li a	{
	display : block;
	height : 18px;
	text-indent : 0;
	text-decoration : none;
}

ul#SubMenu04 li	{
	list-style : none;
	position : relative;
}
ul#SubMenu04 li, ul#SubMenu04 li a	{
	display : block;
	height : 18px;
	text-indent : 0px;
	text-decoration : none;
}

#BtnIntro,#BtnIntroOn, #BtnPortfolio,#BtnPortfolioOn	{
	width : 280px;
	background : url(../image/rustynav2.jpg) no-repeat 0 0;
	top : 0;
	left : 0;
}
#BtnIntroOn,#BtnIntro a:hover	{
	background : url(../image/rustynav2.jpg) -489px 0;
}
#BtnPortfolio,#BtnPortfolioOn	{
	background : url(../image/rustynav2.jpg) no-repeat 0 -197px;
	margin-top : 197px;
}
#BtnPortfolioOn,#BtnPortfolio a:hover	{
	background : url(../image/rustynav2.jpg) -489px -197px;
}
#BtnContact,#BtnContactOn, #BtnClient,#BtnClientOn	{
	width : 300px;
	background : url(../image/rustynav2.jpg) no-repeat -275px 0;
	top : 0;
	left : 275px;
}
#BtnContactOn,#BtnContact a:hover	{
	background : url(../image/rustynav2.jpg) -764px 0;
}
#BtnClient,#BtnClientOn	{
	background : url(../image/rustynav2.jpg) no-repeat -275px -197px;
	margin-top : 197px;
}
#BtnClientOn,#BtnClient a:hover	{
	background : url(../image/rustynav2.jpg) -764px -197px;
}


#ContentSubHdr	{
	text-align : center;
}
#ContentQ	{
	font-size : 20px;
	text-align : center;
}
#ContentR	{
	text-align : right;
}

#NavBar	{
	text-align:center;
	position:absolute;
	bottom:40px;
	width:90%;
	margin : 0 5%;
	font-size:1em;
	padding : 0;
	z-index : 5;
}
#NavBar a	{
	padding : 4px 12px;
	margin-left : 6px;
	float : right;
	background-color : #9c2722;
}

#TheWho	{
	margin : auto;
}
#TheWho li	{
	float : left;
	width : 160px;
	list-style : none;
	text-align : left;
}

#PortfolioRight, #Cap03Img, #Cap04Img, #Cap08Img	{
	width : 460px;
	text-align : center;
	float : right;
	font-size : 10px;
	font-style : italic;
}


#Port03Img	{
	width : 450px;
	float : right;
}
#Port03Text	{
	padding : 0 450px 0 40px;
}

#Cap01Text	{
	margin-right : 300px;
}
#Cap01Img	{
	text-align : center;
}

#ContentCap03	{
	overflow : auto;
	position : absolute;
	top : 0;
	bottom : 68px;
	width : 88%;
	margin : 0 6%;
	color: #9c2722;
	background : #fff url(../image/capability/cap03img.gif) no-repeat bottom right;
	z-index : 3;
}
* html #ContentCap03 {
	top : 0;
	bottom : 0;
	height : 100%;
	width : 88%;
	margin : 0 6%;
	border-bottom : 68px solid #fff;
	overflow : auto;
}
#Cap03Text	{
	margin-right : 260px;
}

#Cap04ImgA	{
	float : right;
	margin-top : -40px;
}
#Cap04ImgB	{
	text-align : center;
}

#ContentCap08	{
	overflow : auto;
	position : absolute;
	top : 0;
	bottom : 68px;
	width : 88%;
	margin : 0 6%;
	color: #9c2722;
	background : #fff url(../image/capability/cap08img.gif) no-repeat top right;
	z-index : 3;
}
* html #ContentCap08 {
	top : 0;
	bottom : 0;
	height : 100%;
	width : 88%;
	margin : 0 6%;
	border-bottom : 68px solid #fff;
	overflow : auto;
}
#Cap08Text	{
	margin-right : 360px;
}

.GoCenter	{
	text-align : center;
}
.Quote	{
	font-style : italic;
}


/* GLOBAL Default properties for Tags -- */
h1	{
	display : none;
	text-indent : -9999px;
}
h2	{
	margin : 0;
	font-size : 16px;
	font-weight : bold;
	color : #9c2722;
}
h3	{
	margin : 0.6em 0 0.2em 0;
	font-size : 1.2em;
	font-weight : bold;
	color : #14467F;
}
a	{
	text-decoration : none;
	background : Transparent;
	font-weight : bold;
	color : #d09486; 
	text-indent : 0;
}
a:link	{
	color : #d09486; 
}
a:active	{
	color : #d09486; 
}
a:visited	{
	color : #d09486;
}
a:hover	{
	color : #f2b6a8;
}
img	{
	border : none;
}
p	{
	padding : 0;
	margin : 5px 0;
}
