/* CSS Document */

table{border-collapse: collapse;}

body {
	background: url(images/background.gif) repeat #000;
	font-family: helvetica, arial, sans-serif;
	line-height: 12pt;
}
#main_outline{
	margin: 10px auto;
	width: 826px;
	background: #1e1e1e;
	border: 1px solid #fff;
}
#main{
	width:816px;
	background: #333;
	border: 1px solid #fff;
	margin: 4px;
	}

#container{
	width:800px;
	margin: 8px;
	background: #fff url(images/bg_content.jpg) 45px 50px repeat-y;
}
#header{
	width: 660px;
	height: 150px;
	background: url(images/header.png) top left no-repeat;
}

#logo{
	width: 140px;
	height: 150px;
	background: #333 url(images/logo.png) top right no-repeat;
	}
#logo img{
	width: 140px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}


/* Navigation Bar */


#header table{
	width:660px;
	height:150px;
	padding: 0px;
	margin: 0px;
}

#header table .nav{
	height: 48px;
	align: center;
	vertial-align: middle;
}

#header table td{
	height: 102px;
}

.navbar{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.navbar li{
	float: left;
	display: inline; /* IE Fix */
	border-right: 1px solid #fff;
	padding: 0 5px 0 5px;
}

.navbar a{
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.navbar a:hover{
	color:#330000;
}


/* Page Title / Headline */

.headline{
	margin: 5px auto;
}


h1{
	text-align: center;
	font-size: 1.8em;
	color: #660000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 5px 0;
}

h2{
	text-align: center;
	line-height: 1.5em;
	font-size: .9em;
	font-weight: 100;
	padding: 0px;
	margin: 0px 120px;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

h3{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #660000;
	text-transform: uppercase;
}

h4{
	display: block;
	font-size: .5em;
	color: #660000;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
}

h5{
	text-align: center;
	line-height: 1.5em;
	font-size: .9em;
	font-weight: 100;
	padding: 0px;
	margin: 0px 120px;
	border-top: 1px solid #660000;

}


/* Definition List */

dl{margin-top: 20px;}

dt{
	display: block;
	background-color: #333;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3px;
	padding: 2px;
	padding-left: 5px;
	border-left: 25px solid #660000;
	letter-spacing: .2em;
	
}

dd{
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 20px;
	padding: 3px;
	color: #333;
	border-bottom: 2px dotted #660000;
}

dd a{
	text-decoration: none;
	color: #660000;
}



.yes{
	margin-top: 15px;
	font-size: 2em;
	color: #666;
}

.yes td{
	vertical-align: middle;
	padding: 3px;
}


hr{
	border:1px solid #660000;
	margin: 0px auto;
}



/* Side Information Bar */


#left_col{
	width: 140px;
	background: #333;
	vertical-align: top;
}

#sidebar{
	position: relative;
	margin: 10px 0 10px 0;
	width: 140px;
	min-height: 554px;
	background: transparent url(images/sidebar_stretch.png) top left repeat-y;
}

#sidebar .top{
	position: relative;
	top: 0px;
	background: transparent url(images/sidebar_top.png) top left no-repeat;
	min-height: 554px;
	padding-top: 10px; /* Moves All Content Down from Uppermost Section of Strip */
}

#sidebar .top .bottom{
	position: relative;
	bottom: 0px;
	background: transparent url(images/sidebar_bottom.png) bottom left no-repeat;
	min-height: 554px;
	padding-bottom: 55px; /* Moves All Content Up from Lowermost Section of Strip */
	
}
/* All Display Settings for side-panel lists */

#sidebar ul{
	margin: 0;
	padding: 0;
	clear: both;
}

#sidebar .menu{
	width: 100px;
	margin: 0 0 0 30px;
	text-indent: none;
}

/* Sets spacing of sub-menu */
#sidebar .menu .sub{
	width: 85px;
	text-indent: 0;
	margin-bottom: 15px;
}

#sidebar .menu .sub li{margin-top: 5px;}



/* Lists Feng Ping Style Bullets */
#sidebar .top .bottom .menu{
	list-style-image:  url(images/bb.gif);
	list-style-position: outside;
}

#sidebar .top .bottom .menu li{margin-bottom: 5px;}

/* Sets Title Display Preferences for Headings on Left Column */
#sidebar .menu h1, #sidebar .menu h1 a{
	font: normal normal bold 11pt helvetica, arial, sans-serif bold;
	text-transform: uppercase;
	color: #330000;
	line-height: 1.2em;
	display: inline;
}

#sidebar .menu .sub{
	font: normal normal bold 10pt helvetica, arial, sans-serif;
	line-height: 1em;
	text-transform: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	color: #333;
}


/*Sets Display Information for all objects in side panel*/
#sidebar p{
	color: #333;
	width: 125px;
	margin-left: 10px;
	font: 9pt normal helvetica, arial, sans-serif;
	line-height: 1.3em;
	font-size: 10pt;
	text-transform: none;
}

#sidebar p strong{
	font-weight: bold;
	color: #330000;
}

#sidebar .menu a{
	color: #333;
	text-decoration: none;
}

#sidebar .menu a:hover{
	color: #660000;
}

#sidebar img{
	margin-left: 2px;
	border: 2px solid #330000;
}


/* Main Content Section */

#content{
	width: 660px;
	min-height: 600px;
	vertical-align: top;
}


.information{
	padding: 0px 14px 0px 120px;
	min-height: 700px;
	font-size: 9pt;
	text-align: left;
	color: #000;
}

.information img{
	margin: 5px;
	float: right;
}

.information ul{
	margin: 5px 0px;
	font-weight: bold;
	color: #333;
	list-style: square;
	padding-left: 15px;
}



/* All Footer Styles */
#footer{
	clear: both;
	width: 660px;
	margin-top: 10px;
	padding-top: 55px; /* Prevents Bottom information box from interferring with curvy line image */
	background: url(images/footer.png) top left no-repeat;
}

#footer p{
	width: 660px;
	background-color: #ccc;
	border-top: 2px solid #7f7f7f;
	border-bottom: 3px solid #7f7f7f;
	color: #666;
	font-size: 9pt;
	line-height: 1.4em;
	text-align: center;
}

#footer p strong{
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	width: 660px;
	background-color: #333;
	color: #ccc;
	margin: 2px 0 2px 0;
}

#footer a{
	text-decoration: none;
	color: #666;
}
#footer a:hover{
	text-decoration: none;
	color: #330000;
}

#footer img{ 
	display:inline;
	margin: 0 3px 0 3px;
}



/* Design Page Table */

.design{
	float: none;
	padding: 5px;
	margin: 0 auto;
	border: 2px solid #330000;
	background: #d4d4d4;

}

.design td{
	width: 200px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color: #330000;
}

.design img{
	float: none;
	margin: 0 0 5px 0;
	border: 2px solid #000;
}

/* Molding Page Graphics */

img .molding{
	border: 2px solid #fff;
}


/*Request Information Form*/

.request{
	vertical-align: top;
	margin: 5px 0 10px 100px;
	border-collapse: collapse;
	border: 1px solid #333;
	}

.request .left_col{
	text-align: right;
	width: 200px;
	font-weight: bold;
	background: #d4d4d4;
}

.request td{
	background: #333;
}

/* Our Team Page */

.team{
	margin:0px;
	float:none;
	width: 500px;
}

.team td{
	vertical-align: middle;
	padding:2px;
}

.team img{
	width: 150px;
	height:150px;
	border: 2px solid #330000;
	margin: 5px;
}

.team .name{
	border-bottom: 1px solid #330000;
}

.team strong{
	color: #330000;
}

/*Company Profile*/

.profile{
	border-collapse: collapse;
	margin-top: 15px;
}

.profile td{
	text-align:center;
	vertical-align: top;
	padding:0px;
}

.profile #info{
	vertical-align: middle;
	text-align:left;
	padding-left:5px;
}

.profile #info strong{
	color:#330000;
	line-height: 1.5em;
}

.profile img{
	margin: 3px;
	float:none;
}

.profile a{
	text-decoration:none;
	color:#000;
}

.profile a:hover{
	color:#330000;
}

.profile .row1 td{
	height:170px;
}

/*Contact Us*/

.contact{
	text-align:left;
	margin-bottom: 15px;
	margin-left: 25px;
}

.contact div{
	width:240px;
	float: left;
}

.contact .two{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #330000;
}

.contact a{
	text-decoration: none;
	color:#000;
}

.contact a:hover{
	color:#330000;
}

.contact strong{
	color: #330000;
}

.contact .map{
	border: 5px double #330000;
	margin: 25px auto 0 auto;
	float: none;
	clear: both;
	width: 490px;
	height: 490px;
}

.contact img{
display: inline;
margin: 0 3px 0 3px;
float: left;
}

/* References */

.reference img{
	float: left;
	margin:3px 1px;
}

.reference td{
	vertical-align: top;
}

#reference_left img, #reference_right img{
	float:none;
	margin-bottom:6px;
}

#reference_info{
	padding:10px;
	border-left: 5px double #330000;
	border-top: 5px double #330000;
	border-bottom: 5px double #330000;
	text-align:center;

}

.reference a{
	text-decoration: none;
	text-align: center;
	color: #000;
}

.reference a:hover{
	color:#330000;
}


/* Fabrication & Assembly Page Styles */

#fabrication strong{font-size: 1.3em; line-height: 1.3em; margin-top: 35px;}

#fabrication h3{ margin-bottom: 0px;}

#fabrication ul{margin-left: 10px;}


/* Applications Page Styles */

#applications a{
	color: #660000;
	text-decoration: none;
}

#applications h3{
	margin-top: 35px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #330000;
}

#applications table td{
	vertical-align: top;
	width: 235px;
	padding-right: 5px;
}

/* Quality Control Page Styles */

#certification{
	margin: 25px 10px 10px 10px;
	float: left;
	position: relative;
}

#certification img{
	float: none;
	margin: 0 auto 5px auto;
}

#certification strong a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #660000;
	text-align: center;
}


#success{
	margin: 25px 0 10px 10px;
	float: right;
	width: 205px;
	padding-left: 5px;
	border-left: 1px solid #660000;
	text-align: center;
}

#success p{
	font-style: italic;
	text-align: left;
}

#success strong{
	display: block;
	color: #660000;
}

#success img{
	float: none;
	margin: 5px 25px 5px 25px;
}

.quality strong{
	margin: 35px 0 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}

.quality ul li h3{ margin: 0;}

.quality ul{
	margin: 20px 0 0 10px;
	width: 400px;
}

.quality ul li{ margin-bottom: 10px;}

/* Advantages of Aluminum Extrusions Page Styles */

.advantages h3{ margin: 3px 0 3px 0;}

.advantages p{ margin-top: 0;}


/* Image Border Styles */

.image_br{
	margin:0 10px 10px 0;
	padding:0 5px 5px 0;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}

.image_tr{
	margin:10px 10px 10px 0;
	padding:5px 5px 0 0;
	border-right: 1px solid #330000;
	border-top: 1px solid #330000;
}

