/* CSS Document */

html, body { 
	margin:10px 0 0 0; 
	padding:0; 
}

* { 
	margin:0; 
	padding:0; 
} 

a {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
}

body { 
 	font: 10px Verdana, Lucinda, Arial, Helvetica, sans-serif;
	background-color:white;
	background:url(../images/main_background.png) repeat-y;
} 

#browserCentering {
	width: 100%;
}

#mainContainer {
	width: 760px;
	/* background: url(../images/background-blue_grad-2.gif) repeat-y; */
}

#tagline {
	display: block;
	text-align: left;
	min-height: 22px;
	width: 760px;
	background-color:#555;
}

#header {
	text-align: left;
	width: 760px;
	margin: 0;
	padding: 0;
} 

#mainNav {
	text-align: left;
	min-height: 18px;
	width: 760px;
}

#contentArea {
	float: left;
	width: 759px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	background: url(../images/background-blue_grad-2.gif) -1px 0 repeat-y;
	border-right: solid 1px #1c74bb;
}

#column1 {
	float: left;
	width: 160px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	background-color: white;
	background: url(../images/background-blue_grad-2.gif) -1px 0 repeat-y;
}

#column2 {
	float: left;
	width: 440px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	color:#333;
	border-right: solid 1px #ccc;
	background: white;
}

#column3 {
	float: left;
	width: 158px;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	background: white;
}

#footer {
	display:block;
	min-height: 22px;
	height:auto !important;
	height: 22px;
	width: 760px;
	background-color: #2888c7;
	background: url(../images/footer_background.gif) repeat-x;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
}


.clearthis {clear:both; height:0; line-height:0;}


/* text & headers */
H2 {
	font-size:10px;
	padding: 20px 25px 0px 25px;
	font-weight: bold;
}

H3 {
	font-size:10px;
	color:#FFF;
	padding:5px 5px 5px 5px;
}

H4 {
	font-size:10px;
	color:#FFF;
	padding:5px 5px 5px 5px;
	font-weight: normal;
}

H5 {
	font-size:12px;
	color:#014FA4;
	font-weight: bold;
	padding: 0 0 10px 25px;
	text-align: left;
}




#column2 p {
	padding: 10px 10px 10px 10px;
	line-height: 15px;
}



/* Code for Rollover Navigation */ 

#hnav ul, #hnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #hnav {
	padding: 0;	
}

#hnav{
	text-align: left;
	width:760px;
	height:20px;
	margin: 0;
	padding: 0;
} 

#hnav ul{
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#hnav li {
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
}

.RightBarHDR {
	min-width:80px;
	color:#FFF;
	background-color:#ccc;
	padding: 1px 0 1px 2px;
}

.RightBarBackground img {
	margin: 10px 0;
}

.RightBar {
	min-width:118px;
/*	padding: 2px 0 2px 2px;  --- padding removed for 160px wide image	*/
}

.RightBar ul {
	padding: 10px 0 10px 10px;
	list-style: url(../images/list-arrow.gif) none inside;
}

.RightBar ul li {
	text-align:left;
}


.RightBar ul li a {
	text-decoration: none;
}

.RightBar ul li a:hover {
	text-decoration: underline;
}

#column2 p {
	text-align:left;
	padding: 0px 25px 10px 25px;
}

.mainContentImage {
	display:block;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

.CaseStudiesImage {
	display:block;
	float: right;
	border: 1px solid #666;
	margin-left: 10px;
	margin-right: 20px;
}
.subHdr {
	margin: 10px 0 20px 10px;
}

.benefitsList {
	list-style: square outside;
	margin: 0 0 0 35px;
}

.benefitsList li {
	text-align:left;
	margin: 10px 0 0 0;
}

.privacyPolicyList {
	list-style: square outside;
	margin: 0 0 0 40px;
}

.privacyPolicyList li {
	text-align:left;
	margin: 10px 0 0 0;
}

#sitemapList {
	list-style: square outside;
	margin: 0 0 0 35px!important;
}

#sitemapList li {
	text-align:left;
	margin: 10px 0 0 0!important;
}

#sitemapList li li {
	margin: 10px 0 0 0px!important;
}

#CaseStudiesMenu {
	padding: 20px 0 0 0;
}

#PreviousNextCS {
	text-align: center;
	margin: 20px 0 0 0;

}
.newsletterContainer {
	width: 152px;
}

.newsletterIcon {
	float: left;
	margin: 4px 4px;
	border: 1px solid #666;
}

.newsletterText {
	float: left;
	margin-top: 25px;
	width: 70px;
	text-align:left;
}

#column3 p {
	text-align:left;
	margin: 5px 5px;
}

.clickHere {
	margin: 4px 4px;
}


.mainTabbed {
	margin: 0px 20px;
}

.back {
    text-align: right;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}
/* --- contentArea Lists --- */

#column2 ul {
	text-align:left;
	margin-left: 50px;
	margin-right: 25px;
	margin-bottom: 20px;
	line-height: 15px;	
}



/* --- TABLE --- */

th {
	text-align:center;
	font-weight:normal;
}
table.comdes {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	margin:0 0 20px 0;
}
table.comdes th {
	background-color: #014FA4;
	border: 0;
	color: #fff;
	padding: 2px;
}
table.comdes td {
	background-color: white;
	border: 0;
	padding:  5px 2px 5px 2px;
}
tr.cd0 td {
	background-color: #fff; color: black;
}
tr.cd1 td {
	background-color: #B1C9E3; color: black;
}
tr.image1{
    padding: 0px 0px 0px 1px
	
}



/* --- FORM --- */
.RightBar label
{
width: 4em;
float: left;
text-align: right;
margin-right: 5px;
margin-top: 3px;
display: block
}

.RightBar input {
	max-width:100px;
}

.SubmitContainer {
	margin-bottom: 5px;
}

#column2 label {
	width: 6em;
	float: left;
	margin: 3px 5px 0 0;
	display: block;
}

.formfield {
	border: 1px solid #666;
	background-color: #E3EFFD;
	padding: 0;
}

.checkbox {
	margin: 5px 5px 5px 0;
}

.sampleSelectContainer {
	max-width: 250px;
	margin: 20px 0 0 0;
	padding: 5px 5px;
	border: 1px solid #666;
	background-color: #E3EFFD;
}

.sampleSelectText {
	margin: 0 0 10px 0;
}

.sampleSelect {
	text-align:left!important;
	float:left;
	margin-left: 25px;
}

.textBoxContainer {
	margin: 20px 0 0 0;
}

.textBoxHeader {
	margin: 0 0 5px 20px!important;
}

.textBox {
	background-color: #E3EFFD;
	text-align:left!important;
	margin: 0 0 0 0;
}

.submitButtons {
	margin: 20px 0 0 0;
}

.immediate {
	margin: 20px 20px;
	color: #FF0000;
	font-weight:bold
}

form {
	padding-bottom: 20px;
}


/* --- END FORM STUFF ---*/

.aluminexLogo {
	margin: 0 0 20px 20px;
}

#imageGallery {
	margin:  0 0 0 17px;
}

#imageGallery h5:first-child {
	font-size:12px;
	color:#014FA4;
	font-weight: bold;
	padding: 0 0 0 0 !important;
	margin: 0 0 5px 0 !important;
	text-align: left;
	max-width: 415px;
	border-bottom: 1px solid #CCC;
}

#imageGallery h5 {
	font-size:12px;
	color:#014FA4;
	font-weight: bold;
	padding: 0 0 0 0 !important;
	margin: 10px 0 5px 0 !important;
	text-align: left;
	max-width: 415px;
	border-bottom: 1px solid #CCC;
}

#imageGallery h6 {
	font-size:10px;
	color:#014FA4;
	font-weight: bold;
	padding: 0 0 0 0 !important;
	margin: 20px 0 5px; 0 !important;
	text-align: left;
	max-width: 415px;
	border-bottom: 1px solid #CCC;
}

#imageGallery h7 {
	font-size:10px;
	color:#014FA4;
	font-weight: normal;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	text-align: left;
	max-width: 415px;
	line-height: 16px;
}

#imageGalleryNav {
	/* float: left; */
	width:  400px;
	text-align: left !important;
}

#imageGalleryNav a:link {
	text-decoration:none;
	color: #666;
}

#imageGalleryNav a:visited {
	text-decoration:none;
	color: #666;
}

#imageGalleryNav a:hover {
	text-decoration:underline;
	color: #333;
}

#imageGalleryNav a:active {
	text-decoration:none;
	color: #666;
}

#imageGalleryNav ul {
	display: inline;
	margin: 0 0 20px 0;
}

#imageGallery ul li {
	display: inline;
	background: url(bullet.gif) no repeat 0 50%;
	padding: 0 2px 0 2px;

}

.imageGalleryText {
	margin: 0 10px 20px 0!important;
	padding: 0 0 0 0!important;
}

#imageGalleryNav li {
	margin: 0;
	list-style-type:none;
	text-align: left !important;
}

.previousPage {
	margin: 0 15px 0 0!important;
	padding: 0 0 0 0!important;
	float:right;
}

.previousPage a:link {
	text-decoration:none;
	color: #666;
}

.previousPage a:visited {
	text-decoration:none;
	color: #666;
}

.previousPage a:hover {
	text-decoration:underline;
	color: #333;
}

.previousPage a:active {
	text-decoration:none;
	color: #666;
}



.galleryGroup {
	background-color: #CCCCCC;
	width: 120px;
	padding: 5px 5px!important;
	margin: 0 5px 5px 0px;
	float: left;
}

.galleryGroup p {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.galleryGroup img {
	border: 1px solid #014FA4;
	margin: 0 0 5px 0;
}

.ig-standard {
	color:#666;
}

.ig-nonstandard {
	font-weight:bold;
	height: 40px;
	color:#014FA4;
}

#imageLgWnd {
	width: 380px;
}

#imageLgWnd img {
	margin: 20px 0 20px 0;
	border: 1px solid #014FA4;
}

#imageLgWnd h3 {
	font-size:12px;
	color:#014FA4;
	font-weight: bold;
	padding: 0 0 0 0 !important;
	margin: 10px 0 5px 0 !important;
	text-align: left;
	max-width: 415px;
	border-bottom: 1px solid #CCC;
}

#imageLgWnd p {
	text-align: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;	
}

#imageLgWnd .ig-standard {
	color:#666;
}

#imageLgWnd .ig-nonstandard {
	font-weight:bold;
	color:#014FA4;
	height:auto !important;
}

.formfields {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 90%;
	border: 1px solid #0079BD;
	width: 100px;
	margin-bottom: 10px;
}