@charset "UTF-8";
/* CSS Document */

/* zeroing all */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height: 14px; color: #515151;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height: 14px; color: #515151; font-weight:bold;
	margin-bottom: 5px;

}

.clear {
	clear:left;
}

/* Link Styles */

a {
	color:#333333;
	text-decoration:underline;
}
	
a:hover {
	text-decoration:none;
}


/* Global Layout Styles */


.wrapper {
	width: 955px; height: auto;
	font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height: 14px; color: #515151;
	margin: 0 auto;
}

.wrapper-top {
	width:955px; height: 137px;
}

.logo {
	float: left;
	width: 208px; height: 137px;
}
.statment {
	float:left;
	height: 137px; width: 410px;
}
.navback {
	float:left;
	height: 137px; width: 337px;
	background-image:url(images/nav_back.jpg); background-repeat:no-repeat;
}

.titleblock {
	float:left;
	width: 901px;
	height: 34px;
}

.chimneytop {
	float:left;
	width: 54px;
	height: 34px;
}

.wrapper-content {
	width: 955px;
	overflow:hidden;
	clear:left;
	background-image:url(images/content-back.jpg); background-repeat:repeat-y;
}

.bottom {
	clear:left;
	width: 955px; height: 100px;
	background-image:url(images/bottom_graphic.jpg); background-repeat:no-repeat;
	font-size:9px;
}

/* Bottom Content */

.bottom_left {
	float:left;
	text-align:left;
	width: 415px;
	margin: 95px 0 0 55px;
	
}
.bottom_right {
	float:left;
	text-align:right;
	width: 477px;
	margin: 95px 0 0 0;


}

/* Homepage Content Layout */

.homeleft {
	width: 410px;
	float:left;
	margin:0 30px 0 55px;
}

.homeright {
	float:left;
	background-image:url(images/home-right-back.jpg); background-repeat:no-repeat;
	background-color:#f8f8f9;
	width: 355px;
	padding: 15px 15px 15px 15px;
}

.homeright-leftside {
	width: 210px; float:left; margin-right:15px;
}
.homeright-rightside {
	width:130px;
	float:left;
	margin-top:20px;
}
.img {
	text-align:center;
	display:block;
	vertical-align:middle;
	horizontal-align:middle;
}

/* About Content Layout */

.aboutleft {
	width: 550px;
	float:left;
	margin:0 30px 0 55px;
}

.aboutright {
	float:left;
	width: 170px;
	padding: 0px 15px 15px 15px;
}

/* Media Content Layout */



.media {
	text-align:center;
	display:block;
	vertical-align:middle;
	horizontal-align:middle;
}

/* Press Content Layout */

.press {
	width: 900px;
	margin:0 0 0 55px;
}

.press-th {
	width:200px; overflow:hidden;
	border: solid 1px #999999;
	float:left;
	margin: 0 20px 20px 0;
	text-align:center;
}

.press-description {
	width:600px;
	float:left;
	display: table; height: 200px; #position: relative; overflow: hidden;
	
	
}
.press-description-middle {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}

.press-description-inner {
	#position: relative; #top: -50%;
}


/* Plastic Content Layout */

.plasticleft {
	width: auto;
	float:left;
	margin:0 0 0 55px;
}

.plasticright {
	float:left;
	width: 500px;
	padding: 0 15px 15px 15px;
}


/* Order Chart Style */


.chart-top {
	background-color: #EBEBEB;
	height: 20px;
	
}

.chart-top-inside1 {
	float:left;
	width: 100px;
	margin-left:10px;
	line-height: 20px;
}

.chart-top-inside2 {
	float:left;
	width: 90px;
	line-height: 20px;

}

.chart-bottom {
	background-color: #F7F7F7;
	overflow: hidden;
}

.chart-bottom-inside1 {
	float:left;
	width: 100px;
	margin-left:10px;
}

.chart-bottom-inside2 {
	float:left;
	width: 90px;
}

.terms {
	width: 400px;
	height:200px;
	overflow:auto;
	border: 1px solid #999999;
	padding: 0 10px 0 10px
}