body {
	font-family: Helvetica, sans-serif;
	font-size: small;	
	color: #000000;	
	margin: 0;
	padding: 0;
}

#wrapper {	
	margin: 0 auto;
	width: 1000px;	
	background-color: #f2e5ce;	
}

h1 {
	font-size: large;
	text-transform: uppercase;
	color: #0052a2;
}

h2 {
	font-size: medium;	
	color: Black;
}
a, a:Visited {
	color:#38669e;
	text-decoration:underline;
}
a:hover {
	color:#71b1f6;
	text-decoration:none;
}

/* --- Header --- */
/*
#header { padding-left: 250px; }
*/
/*
#header .column {
	position: relative;
	float: left;
}
*/
#header #right { width: 100%; }

/*#header #leftNav {
	width: 250px;
	margin-left: -100%;
	right: 250px;	
}

#header > #leftNav {
	left: -250px; *//* -LC width for others *//*
	margin-left: expression(document.all.right.offsetWidth * -1); *//* Fix for IE7 *//*
}
*/

#header #leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;			
}
#header #leftNav ul li { display: inline; }
#header #leftNav ul li a { display: block; }

#header #mainNav {
	list-style: none;
	margin: 0;
	padding: 0;	
	padding-left: 5px;
	background: url(/imgs/bg_menu_mid.gif) repeat-x left top;
}
#mainNav li { padding: 0; margin: 0; display: inline; }
#mainNav .last { }
/*  END Header  */

/* --- Main Content --- */
#mainContent { 
	clear: both;	
	/*padding-left: 265px;*/
	padding-right: 10px;	
}
#mainContent .column {
	position: relative;
	float: left;	
}
#mainContent #content { width: 100%; padding-bottom: 0; }
#mainContent #news {
	width: 251px;           /* LC width */
	/*right: 251px;*/			/* LC width */
	/*margin-left: -100%;*/
	background: url(/imgs/bg_news.jpg) no-repeat; 
	background-position: left bottom;	
	background-color: #0052a2;
	
	min-height: 283px;
	color: White;		
	padding-bottom: 120px;
	margin-right: 10px;
	margin-left: 4px;
}


#mainContent #news a { color: White; }

#mainContent #news a.right {
	display: block;
	text-align: right;
	padding-right: 8px;
}
#mainContent #news ul {
	list-style: none;
	margin: 0;
	padding: 8px;		
}
#mainContent #news ul li { 
	background-image: url(/imgs/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;	
	padding-bottom: 1em; 	
	padding-left: 32px;
}


#mainContent .date {
	color: #c99c4c;
	font-size: medium;
	font-weight: bold;
}
#mainContent .title {
	font-weight: bold;
	text-decoration: none;	
}
#mainContent .title:hover {	text-decoration: underline;	}


#thumbnail {
	position: relative;	
	background-image: url(/imgs/bg_images.jpg);
	background-repeat: no-repeat;	
	width: 392px;
	height: 219px;
	float: right;	
	margin: 0 15px 15px 20px;
	padding: 0;
}

#thumbnail .next {	
	position: absolute;
	bottom: -15px;
	right: 0;
}
#thumbnail .prev {
	position: absolute;
	bottom: -15px;
	left: 0;
}
#thumbnail .img1 {
	position: absolute;
	width: 245px;
	top: 12px;
	left: 15px;
	z-index: 500;
}
#thumbnail .img2 {
	position: absolute;
	width: 111px;
	top: 12px;
	right: 15px;
	z-index: 500;
}
#thumbnail .img3 {
	position: absolute;
	width: 111px;
	top: 91px;
	right: 15px;
	z-index: 500;
}

#ctl00_ContentPlaceHolder1_contactUsForm ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

ol.faqs { margin: 0; padding: 0; list-style-position: inside; }
ol.faqs li a:hover { text-decoration: underline; }

dl.faqs {	
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
dl.faqs dt, ol.faqs li {
	font-weight: bold;
	color: #ce1710;
	margin: 0;
	padding: 0;	
}
dl.faqs dd {
	margin: 0;
	padding: 0;
	padding-bottom: 2em;	
}
.contactUsFrom { margin-top: 12px; }

.contactUsFrom ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.contactUsFrom li {	padding-bottom: 10px; }

div.creditForm h1 {
	font-size:small;
	color: Black;
}
div.creditForm .warning { font-size: smaller; }
div.creditForm .right { float: right; text-align: right; }

div.creditForm .label {
	width: 90px;
	font-weight: bold;	
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: inline-block;
}

div.creditForm .label2 {	
	font-weight: bold;	
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: inline-block;
}


div.quoteForm ul { 
	list-style: none;
	margin: 0;
	padding: 0;	
	padding-top: 0.5em;
}

div.quoteForm li { padding-bottom: 5px; }

div.quoteForm .label {
	width: 110px;
	font-weight: bold;	
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: inline-block;
}





.illustration { clear: both; float: right;  text-align: center; padding-top: 5px; }
.illustration img { display: block; margin-bottom: 8px; }
.right { padding-left: 8px; }
.left { float: left; padding-right: 8px; }
.full {float: none; margin: 0;}


#mainContent #content .leftPane {
	position: relative;
	width: 350px;
	margin-top: 1em;
	border-right: 2px solid #a67f62;	
	padding-right: 10px;
	float: left;
}

#mainContent #content .rightPane {
	position: relative;
	margin-top: 1em;
	width: 350px;	
	float: right;
}

#mainContent #content ul.news {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainContent #content ul.news li { padding-bottom: 1em; }



table.spec {
	width:100%;
	margin:0;	
	border: 1px solid #0052a2;
	border-collapse:collapse;
	
}

table.spec td {
	text-align: center;	
	border: 1px solid #0052a2;	
	border-collapse: collapse;
	background: #e3d3b6;
	line-height: 1.5em;
}


table.spec th {	
	text-align: center;	
	border: 1px solid #0052a2;
	border-collapse:collapse;
	background: #c5ab82;
}

table.spec col#type {
	text-align: left;			
	font-weight: bold;
	width: 100px;
}

table.spec col#paperData, table.spec col#paperData2 {
	width: 50px;	
}

table.spec col#plasticData, table.spec col#plasticData2, table.spec col#plasticData3 {
	width: 33px;
}


/* --- END Main Content --- */

/* --- Footer --- */
#footer {
	clear: both;
	background-image: url(/imgs/bg_footer.jpg);
	background-repeat: no-repeat;	
	min-height: 30px;
	color: White;
	padding: 0 8px;	
	font-weight: bolder;	
	font-size:x-small;	
}

#footer a, #footer a:hover, #footer a:visited {
	color:White; 
	text-transform: none;
} 

/*#footer .left { float: left; text-align: left; width: 49%; height: 30px; padding-top: 8px; }
#footer .right { float: right; text-align: right; width: 49%; height: 30px; padding-top: 8px; }
*/
/* --- END Footer --- */

/* --- Site engine styles --- */
.seNormalText {	}

.seWhiteText { color:#FFFFFF; }

.seBoldText { font-weight:bold; }

.seLinkText {
	color:#38669e;
	text-decoration:underline;
}
.seLinkText:hover {
	color:#71b1f6;
	text-decoration:none;
}
.seLinkText:Visited {
	color:#71b1f6;	
	text-decoration:underline;
}
.seTitle {	
	font-weight:bold;
	text-transform:uppercase;
	color:#091c59;
}
.seTinyLink {
	font-size:x-small;
	color:#38669e;	
}
.seTinyLink:visited 
{
	font-size:x-small;
	color:#71b1f6;
}
.seHeader {
	font-size: medium;
	color: #091c59;	
	background-color: #71b1f6;
}
.seTableLink {	
	font-weight: bold;
	color: #091c59;
	text-decoration: underline;
}
.seTableLink:hover {
	text-decoration: none;
	color: #091c59;
}
.seTableLink:visited { color: #091c59; }

.seTableRow {
	color: #000000;	
	background-color: #71b1f6;
}
.seTableRowAlternate {		
	color: #000000;	
	background-color: #75C5E9;
}
.seInputControl {	
	color: #000000;	
	background-color: #a3bed9;
	padding: 1px;
	border-top: 1px solid #38669e;
	border-right: 1px solid #a3bed9;
	border-bottom: 1px solid #a3bed9;
	border-left: 1px solid #38669e;
}
.seMemoControl {	
	font-size: x-small;
	color: #000000;	
	background-color: #DCF0F9;
	border: 1px solid #025C8B;
	padding: 1px;
}
.seMemoControl100pct {	
	font-size: x-small;
	color: #000000;	
	background-color: #d0e0ee;
	border: 1px solid #a3bed9;
	padding: 1px;
	width: 100%;
}
.seMemoControl2 {	
	font-size: x-small;
	color: #000000;	
	background-color: #d0e0ee;
	border: 1px solid black;
	padding: 1px;
}
.seErrorText {		
	font-weight: bold;
	color: red;	
}
.seErrorTextCustom { 
	color: #f7941b; 
	font-weight: bold;
}
.seNoteText {	
	font-size: x-small;
	color: red;	
	line-height: normal;
}
/*END OF Site engine styles*/


div.slideShow {
	position: relative;
	margin: 0 auto;
	width: 550px;	
	padding: 5px 15px;
	color: White;	
	background: url(/imgs/mid_pic.jpg) repeat-y;	
}

div.slideShow h1, div.slideShow h2, div.slideShow a {
	color: White;
}

div.slideShow img {
	width: 300px;
	height: 200px;
}

div.slideShow img.previous {
	cursor: pointer;
	clear: both;
	

	position: relative;
	left: -20px;
	bottom: -32px;

	width: 170px;
	height: 58px;
}

div.slideShow img.next {
	cursor: pointer;
	clear: both;
	position: relative;
	left: 254px;	
	bottom: -32px;
	width: 146px;
	height: 58px;
}
