/* MAIN STYLES
-------------------------------------------*/
@import "top-menus.css";
@import "slider.css";
/*either slider for homepage or carrier for all other pages*/
@import "carrier.css";
@import "merry-go-round.css";
@import "clearingFix.css";
@import "merry-go-round-box1.css";/*rotating content on homepage*/
@import "homepageBoxes.css";
@import "footer.css";
@import "you-are-here-text-links.css";
@import "homepage-h1-h2-p-tags.css";
@import "topright-email.css";
@import "newchem-colors.css";
@import "newchem-colors.css";
@import "bullet-points.css";
@import "image-on-page.css";
@import "flash-on-page.css";
* {
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

body,html {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../newchem-shared/bgr-repeat.jpg);
	background-repeat:repeat;
	color:#000;
	margin:0;
	padding:0;
	line-height:135%;
	background-color: #fff;
}

/*ul {
	list-style:none;
}*/

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#501342;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0; 
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
}

#wrapper {
	margin:0 auto;
	background-color:#fff;
	width:960px;
	border: 1px solid #B59EBD;
}


#header {
	height:227px;
	background-color:#ffffff;
	position:relative;
	z-index:99;
	background-image: url(../newchem-shared/newchem-header.jpg);
	background-repeat: no-repeat;
}



#colLeft{
	width:655px;
	float:left;	
}

#colRight {
	width:270px;
	float:left;	
	padding-left:35px;
	position:relative;
}



/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:7px;
	left:11px;
	width: 206px;
	height: 200px;
}

#logo a img{
	border:none;
}








.catTitle {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}


#colLeft .portfolioItem {
	float:left;
	width:304px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:15px;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;
}

#colLeft .portfolioItem h2 {
	font-size:14px;
	line-height:100%;
	margin:0;
	padding:8px 0;
}

*html #colLeft .portfolioItem{
	margin-right:20px;
	width:300px;
}

#colLeft a img{
	border:none;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 8px;	
	background:#fff;
	/*border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	
}


#colLeft img {
	/*padding:8px;*/
	background:#fff;
	/*border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
}


#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */


#colRight h2.sponsors {
	background:#EE4A04;
	color:#fff;
}


#colRight ul li {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:1px;
	position:relative;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;
}

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin:0 0px 0px 0;
}

#colRight #ads img {
	border:none;
}

#colRight h2 {
	margin:15px 0 5px;
	/*background:#333;*/
	padding:5px 7px;
	color:#ccc;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

#colLeft .social {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;
}

#colLeft .social a img {
	padding:5px;
}

#colLeft .social a:hover img {
	border:none;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}

#colLeft .social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding:10px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}


#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#00A4CC;
}







/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:120px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* SIDEBAR
---------------------------------------------------*/
div.sidebarItem{
  display:block;
  float:left;
  width: 120px;
  margin-right: 5px;
}

#clearP p{
	margin: 5px 0px 0px 0px;
}
