/*
 * Main site styles for hensleycomposites.com
 */
h4{
    font-size: 12px;
    font-weight: normal;
}
 
.pagePosItem {
    position: absolute; 
    
    border: 1px black solid;
    border-width: 0px;
}

.pageLeftSide{
    background-image: url(../images/bodyImages/pageLeftSide.jpg);
    background-repeat: repeat;
    background-color: #000000;
    background-position: bottom left;
    position: absolute;
    left: 0px;
    height:  105%;
    width: 190px;
    margin: 0px;
}
            
.pageRightSide{
    background-image: url(../images/bodyImages/pageRightSide.jpg);
    background-repeat: repeat;
    background-color: #000000;
    background-position: bottom right;
    position: absolute;
    right: 0px;
    height:  105%;
    width: 177px;
    margin: 0px;
}

#pageContent {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-height: 600px;
    z-index: 2;
}

#pageHeader {
    background-color: white;
    top: 0px;
    left: 285px;
    height: 200px;
    width: 515px;
}

#pageMenu {
    background-color: white;
    top: 0px;
    left: 0px;
    min-height: 600px;
    width: 275px;
}

#pageLeftSidebar {
    display : none;
}

#pageRightSidebar {
    display : none;
}

#pageMainContentArea {
    background-color: white;
    top: 200px;
    left: 285px;
    width: 515px;
    min-height: 400px;
    overflow: hidden;
}
.continued {
	display: block;
	margin-top: 5px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;	
}
/*
 * Info Panel
 */
.productInfoPanelTransparent{
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #102734;*/
    background-color: #111;
    height: 110%;
    width: 100%;
    z-index: 100;
    display: none;
}

.productInfoPanel{
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 110%;
    width: 100%;
    z-index: 101;
    display: none;
}

.productPanel{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 120px;
    height: 348px;
    width: 593px;   
}

.panelCloseX{
    background-image: url(../images/panelImages/PanelCloseX.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: -11px;
    left: 561px;
    height: 48px;
    width: 48px;
    cursor: hand;
    cursor: pointer;
    z-index: 2;
}

.infoPanelTop{
    background-image: url(../images/panelImages/panelTop.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 593px;
}

.infoPanelMiddle{
    background-image: url(../images/panelImages/panelMiddle.png);
    background-repeat: repeat-y;
    background-position: top center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 296px;
    width: 593px;
}

.infoPanelBottom{
    background-image: url(../images/panelImages/panelBottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 593px;
}

.infoPanelHeaderText {
    position: relative;
    top: -15px;
    left: 20px;
    width: 500px;
    font-size: 22px;
}

.infoPanelImage{
    position: relative;
    top: 0px;
    left: 40px;

}

.infoPanelTopText{
    position: relative;
    top: -80px;
    left: 150px;
    width: 390px;
}

.infoPanelLeftText{
    position: relative;
    top: -50px;
    left: 20px;
    width: 300px;
    padding-right: 30px;
    border-right: solid 1px #102734;
    font-size: 13px;
}

.infoPanelPrice{
    position: relative;
    top: -210px;
    left: 310px;
    font-size: 13px;
}

.infoPanelPriceTable{
    margin: 0px;
    padding: 0px;
}

.infoPanelPriceTableRows{
    margin: 0px;
    padding: 0px;
    height: 15px;
}

.infoPanelPriceTableCol{
    margin: 0px;
    padding: 0px;
    text-align: left;
}


.infoPanelPriceTableColBold{
    width: 150px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.infoPanelOrderNowButton{
    position: relative;
    top: 30px;
    left: 100px;
}


/*
 * Header content
 */

#headerMenu{
    position: absolute;
    top: 10px;
    left: 330px;
    width: 200px;   
}

.headerMenuItem{    
    display: inline-block;
    text-decoration: underline;
    margin: 0px 5px 0px 5px;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}

#leftHeaderImage{
    background-image: url(../images/bodyImages/topBodyImage.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 41px;
    left: 15px;
    height: 150px;
    width: 206px;
}

#animatedHeaderTextBox{
    /*background-color: #102734;*/
    background-color: #111;
    color: white;
    position: absolute;
    top: 41px;
    left: 226px;
    height: 150px;
    width: 275px;
    font-weight: bold;
    font-size: 12px;
}

#animatedHeaderText1{
    position: absolute;
    top: 10px;
    left: 20px;
}

#animatedHeaderText2{
    position: absolute;
    top: 32px;
    left: 50px;
}

#animatedHeaderText3{
    position: absolute;
    top: 54px;
    left: 100px;
}

#animatedHeaderText4{
    position: absolute;
    top: 76px;
    left: 10px;
}

#animatedHeaderText5{
    position: absolute;
    top: 98px;
    left: 90px;
}

#animatedHeaderText6{
    position: absolute;
    top: 120px;
    left: 20px;
}

/*
 * Bottom Company title
 */
#bottomCompanyTitleBox {
    position: absolute;
    left: 10px;
    width: 256px;
}
#bottomCompanyTitleText {
    position: absolute;
    top: 12px;
    left: 30px; 
    font-size: 18px;
}
/*
 * Menu styles
 */
#menuBox {
    position: absolute;
    top: 210px;
    left: 37px; 
}

.menuItem {
    background-image: url(../images/bodyImages/menuItem.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 20px;
    width: 85px;
    font-size: 17px;
    vertical-align: middle;
    margin: 3px 0 3px 0;
    cursor: pointer;
    cursor: hand;
    padding: 12px 40px 12px 75px;
    letter-spacing: 2px;
   /* background-color: #D5D9DB;*/
    color: #fff;
}

.menuImg {
    position: absolute;
    top: 10px;
    left: 41px;
}

.menuTxt {
    position: absolute;
    top: 12px;
    left: 75px; 
}

/*
 * Logos and Buttons
 */
#mainLogo{
    background-image: url(../images/bodyImages/HC_webLogo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 10px;
    left: 14px;
    height: 105px;
    width: 247px;
}

#mainTagline{
    position: absolute;
    top: 140px;
    left: 0px;
    width: 265px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    /*border-bottom: 4px #102734 solid;*/
    border-bottom: 10px #000 solid;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/*
 * Content area styles
 */

#aboutPage, #supportPage, #productsPage, #contactPage{
    display: none;
}

.mainPageContent {
    position: absolute;
    top: 20px;
    left: 0px;
    height: 250px;
    width: 395px;
    overflow: auto;
    padding: 10px;
}


#mainPage p {
    font-size: 14px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

.contentItem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 515px;
    min-height: 340px;
}

.contentItemHeaderImage{
    background-image: url(../images/bodyImages/bodyBullseye.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 37px;
    height: 38px;
    z-index: 5;
}

.contentItemHeader{
    position: absolute;
    top: 5px;
    left: 60px;
    font-size: 25px;
    width: 410px;
    /*border-bottom: solid 1px #102734;*/
    border-bottom: solid 1pz #111;
    z-index: 5;
}


.singleColumn{
    position: absolute;
    top: 30px;
    left: 55px;
    width: 410px;
}

.column1, .column2 {
    position: absolute;
    top: 30px;
    width: 200px;
}

.column1 {
    left: 55px;
}

.column2 {
    left: 265px;    
}

.column1 p, .column2 p, .singleColumn p{
    margin-bottom: 10px;
    padding: 10px;
    text-indent: 20px;
} 
.column1 p {
    border-right: 1px rgb(240, 240, 220) solid; 
    padding-right: 10px;
}


/*
 * Products content
 */

.productsTable{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 440px;
}

.productsTableRows{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.productsTableImageCol{
    width: 110px;
    text-align: left;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.productsTableDescCol{
    text-align: left;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.productsTableOrderCol{
    text-align: right;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    vertical-align: middle;
    width: 103px;   
}

.moreInfoLink{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    padding-left: 10px;
}

/*
 *              Contact Us styles
 */
table.info {
    position: relative;
    width: 60%;
    margin-left: 20%;
}

table.info th {
    text-align: left;
    padding-bottom: 3px;
    font-size: 14px;
}
td.coAdd1, td.coAdd2 {
    font-size: 11px;
} 
table.info .coAdd2 {
    padding-bottom: 5px;
}
table.info td.lbl {
    font-weight: bold;
}
table.info td {
    padding: 0px;
}
td.lbl {
    width: 200px;
}


/*
 * FAQ content
 */

.faqBox{
    position: relative;
    top: 20px;
    left: 20px;
}

.faq {
    margin-top: 3px;
}

.faqNumber{
    display: inline;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
}

.faqText{   
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.faqAnswer {
    display: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(66, 89, 102);
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.faqAnswer .info {
    
}
/*
 * Footer content
 */

.footerItem {
    /*background-color: #102734;*/
    background-color: #111;
    color: white;
    top: 540px;
    height: 52px;   
}

#pageFooter {
    left: 293px;
    width: 500px;   
}

#leftFooterContent {
    position: absolute;
    left: 7px;
    top: 7px;   
    font-size: 11px;
}

#rightFooterContent {
    position: absolute;
    left: 200px;
    top: 5px;
    width: 200px;
}

#mantaBadge {
    position: absolute;
    top: 4px;
    left: 387px;
}

.footerMenuItem {
    display: inline-block;
    text-decoration: underline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
}=======
/*
 * Main site styles for hensleycomposites.com
 */
h4{
	font-size: 12px;
	font-weight: normal;
}

.pagePosItem {
    position: absolute;	
	
	border: 1px black solid;
	border-width: 0px;
}

.pageLeftSide{
    background-image: url(../images/bodyImages/pageLeftSide.jpg);
    background-repeat: repeat;
    background-color: #000000;
    background-position: bottom left;
    position: absolute;
    left: 0px;
    height:  105%;
    width: 190px;
    margin: 0px;
}
            
.pageRightSide{
    background-image: url(../images/bodyImages/pageRightSide.jpg);
    background-repeat: repeat;
    background-color: #000000;
    background-position: bottom right;
    position: absolute;
    right: 0px;
    height:  105%;
    width: 177px;
    margin: 0px;
}

#pageContent {
	position: relative;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 800px;
	min-height: 600px;
	z-index: 2;
}

#pageHeader {
	background-color: white;
	top: 0px;
	left: 285px;
	height: 200px;
	width: 515px;
}

#pageMenu {
	background-color: white;
    top: 0px;
    left: 0px;
    min-height: 600px;
    width: 275px;
}

#pageLeftSidebar {
    display : none;
}

#pageRightSidebar {
	display : none;
}

#pageMainContentArea {
	background-color: white;
    top: 200px;
    left: 285px;
    width: 515px;
	min-height: 400px;
	overflow: hidden;
}

/*
 * Info Panel
 */
.productInfoPanelTransparent{
	position: absolute;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
	/*background-color: #102734;*/
	background-color: #111;
	height: 110%;
	width: 100%;
	z-index: 100;
	display: none;
}

.productInfoPanel{
	position: absolute;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
	height: 110%;
	width: 100%;
	z-index: 101;
	display: none;
}

.productPanel{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	top: 120px;
	height: 348px;
	width: 593px;	
}

.panelCloseX{
	background-image: url(../images/panelImages/PanelCloseX.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: -11px;
	left: 561px;
	height: 48px;
	width: 48px;
	cursor: hand;
	cursor: pointer;
	z-index: 2;
}

.infoPanelTop{
	background-image: url(../images/panelImages/panelTop.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: 0px;
	left: 0px;
	height: 36px;
	width: 593px;
}

.infoPanelMiddle{
	background-image: url(../images/panelImages/panelMiddle.png);
	background-repeat: repeat-y;
	background-position: top center;
	position: relative;
	top: 0px;
	left: 0px;
	height: 296px;
	width: 593px;
}

.infoPanelBottom{
	background-image: url(../images/panelImages/panelBottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 593px;
}

.infoPanelHeaderText {
	position: relative;
    top: -15px;
	left: 20px;
    width: 500px;
	font-size: 22px;
}

.infoPanelImage{
	position: relative;
    top: 0px;
	left: 40px;

}

.infoPanelTopText{
	position: relative;
    top: -80px;
	left: 150px;
	width: 390px;
}

.infoPanelLeftText{
	position: relative;
    top: -50px;
	left: 20px;
	width: 300px;
	padding-right: 30px;
	border-right: solid 1px #102734;
	font-size: 13px;
}

.infoPanelPrice{
	position: relative;
    top: -210px;
	left: 310px;
	font-size: 13px;
}

.infoPanelPriceTable{
	margin: 0px;
	padding: 0px;
}

.infoPanelPriceTableRows{
	margin: 0px;
	padding: 0px;
	height: 15px;
}

.infoPanelPriceTableCol{
	margin: 0px;
	padding: 0px;
	text-align: left;
}


.infoPanelPriceTableColBold{
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.infoPanelOrderNowButton{
	position: relative;
    top: 30px;
	left: 100px;
}


/*
 * Header content
 */

#headerMenu{
	position: absolute;
	top: 10px;
	left: 300px;
	width: 200px;	
}

.headerMenuItem{	
	display: inline-block;
	text-decoration: underline;
	margin: 0px 5px 0px 5px;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.leftHeaderImage {
    position: absolute;
	top: 0px;
	left: 0px;	
    height: 150px;
    width: 206px;
}
#leftHeaderImage{
	/*
	background-image: url(../images/bodyImages/topBodyImage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	*/
	position: absolute;
	top: 41px;
	left: 15px;
	height: 150px;
	width: 206px;
}

#animatedHeaderTextBox{
	/*background-color: #102734;*/
	background-color: #111;
	color: white;
	position: absolute;
	top: 41px;
	left: 226px;
	height: 150px;
	width: 275px;
	font-weight: bold;
	font-size: 12px;
}

#animatedHeaderText1{
	position: absolute;
	top: 10px;
	left: 20px;
}

#animatedHeaderText2{
	position: absolute;
	top: 32px;
	left: 50px;
}

#animatedHeaderText3{
	position: absolute;
	top: 54px;
	left: 100px;
}

#animatedHeaderText4{
	position: absolute;
	top: 76px;
	left: 10px;
}

#animatedHeaderText5{
	position: absolute;
	top: 98px;
	left: 90px;
}

#animatedHeaderText6{
	position: absolute;
	top: 120px;
	left: 20px;
}

/*
 * Bottom Company title
 */
#bottomCompanyTitleBox {
	position: absolute;
	left: 10px;
	width: 256px;
}
#bottomCompanyTitleText {
    position: absolute;
    top: 12px;
    left: 30px;	
    font-size: 18px;
}
/*
 * Menu styles
 */
#menuBox {
	position: absolute;
	top: 210px;
    left: 37px;	
}

.menuItem {
	background-image: url(../images/bodyImages/menuItem.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 20px;
	width: 85px;
	font-size: 17px;
	vertical-align: middle;
	margin: 3px 0 3px 0;
	cursor: pointer;
	cursor: hand;
	padding: 12px 40px 12px 75px;
	letter-spacing: 2px;
   /* background-color: #D5D9DB;*/
    color: #fff;
}

.menuImg {
	position: absolute;
	top: 10px;
	left: 41px;
}

.menuTxt {
    position: absolute;
    top: 12px;
    left: 75px;	
}

/*
 * Logos and Buttons
 */
#mainLogo{
	background-image: url(../images/bodyImages/HC_webLogo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 10px;
	left: 14px;
	height: 105px;
	width: 247px;
}

#mainTagline{
	position: absolute;
	top: 140px;
	left: 0px;
	width: 265px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	/*border-bottom: 4px #102734 solid;*/
	border-bottom: 10px #000 solid;
	padding-bottom: 10px;
	padding-left: 5px;
    padding-right: 5px;
}

/*
 * Content area styles
 */

#aboutPage, #supportPage, #productsPage, #contactPage{
	display: none;
}

.mainPageContent {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 250px;
	width: 395px;
	overflow: auto;
	padding: 10px;
}


#mainPage p {
	font-size: 14px;
	margin: 0px;
    margin-top: 10px;
	padding: 0px;
}

.contentItem {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 515px;
	min-height: 340px;
	overflow: hidden;
}

.contentItemHeaderImage{
	background-image: url(../images/bodyImages/bodyBullseye.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 37px;
	height: 38px;
    z-index: 5;
}

.contentItemHeader{
	position: absolute;
	top: 5px;
	left: 60px;
	font-size: 25px;
	width: 410px;
	/*border-bottom: solid 1px #102734;*/
	border-bottom: solid 1pz #111;
	z-index: 5;
}


.singleColumn{
	position: absolute;
    top: 30px;
	left: 55px;
    width: 410px;
}

.column1, .column2 {
    position: absolute;
    top: 30px;
    width: 200px;
}

.column1 {
	left: 55px;
}

.column2 {
    left: 265px;    
}

.column1 p, .column2 p, .singleColumn p{
	margin-bottom: 10px;
    padding: 10px;
	text-indent: 20px;
} 
.column1 p {
    border-right: 1px rgb(240, 240, 220) solid;	
    padding-right: 10px;
}


/*
 * Products content
 */

.productsTable{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 440px;
}

.productsTableRows{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.productsTableImageCol{
	width: 110px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align: middle;
}

.productsTableDescCol{
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align: middle;
}

.productsTableOrderCol{
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 103px;	
}

.moreInfoLink{
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding-left: 10px;
}

/*
 *              Contact Us styles
 */
table.info {
	position: relative;
	width: 60%;
	margin-left: 20%;
}

table.info th {
	text-align: left;
	padding-bottom: 3px;
	font-size: 14px;
}
td.coAdd1, td.coAdd2 {
	font-size: 11px;
} 
table.info .coAdd2 {
	padding-bottom: 5px;
}
table.info td.lbl {
	font-weight: bold;
}
table.info td {
	padding: 0px;
}
td.lbl {
	width: 200px;
}


/*
 * FAQ content
 */

.faqBox{
	position: relative;
	top: 20px;
	left: 20px;
}

.faq {
	margin-top: 3px;
}

.faqNumber{
	display: inline;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}

.faqText{	
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.faqAnswer {
	display: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(66, 89, 102);
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.faqAnswer .info {
	
}

/*
 *	News content 
 */
#newsPagedContent {
	top: 50px;	
	height: 215px;
} 
#newsHeader {
	text-align: center;	
	height: 35px;
} 

.newsItem {
	position: relative;
	top: 5px;
	left: 0px;
	font-size: 12px;
}

.newsHeader {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.newsContent {
	position: relative;
	top: 0px;
	left: 0px;	
	margin-bottom: 5px;
}
.newsLinkLabel {
	font-family: Arial;
	font-weight: bold;
	margin-right: 5px;
}
.newsLink {
	
}


/*
 * Footer content
 */

.footerItem {
    /*background-color: #102734;*/
	background-color: #111;
    color: white;
	top: 540px;
    height: 52px;	
}

#pageFooter {
    left: 293px;
    width: 500px;   
}

#leftFooterContent {
	position: absolute;
	left: 7px;
	top: 7px;	
	font-size: 11px;
}

#rightFooterContent {
	position: absolute;
	left: 200px;
	top: 5px;
	width: 200px;
}

#mantaBadge {
    position: absolute;
    top: 4px;
    left: 387px;
}

.footerMenuItem {
	display: inline-block;
	text-decoration: underline;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}
