/* ----- BASE STYLES ------ */

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}
img {
	border: 0px;
	color: #cccccc;
}
a {
	outline: none;
	font-weight:bold;
	color: #F47722;
	text-decoration:none;
}
a:hover {
font-weight:bold;
	color: #F47722;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	font-style: none;
	margin: 0px 0px 0px 0px;
}
h1, h2 {
	font-size: 17px;
	line-height: 21px;
}
h3, h4 {
	font-size: 14px;
	line-height: 17px;
}
h5, h6 {
	font-size: 12px;
	line-height: 15px;
}
li h6 {
	display: inline;
}





/* ----- GENERIC STYLES ------ */

.right {
	text-align: right;
}
.left {
	text-align: left !important;
}
div.block {
	margin: 4px 0px 4px 0px;
	padding: 15px 0px 25px 0px;
	border-top: 1px solid #666666;
}
.break {
	clear: both;
}
.bigbreak {
	line-height:50px;
	clear: both;
}
.nomargin {
	margin: 0px 0px 0px 0px;
}
.nopadding {
	padding: 0px 0px 0px 0px;
}
.marker {
	margin-left: -17px;
	padding: 0px 2px 0px 0px;
}
.bottomborder {
	border-bottom: 1px solid #666666;
}
.nobottomborder {
	border-bottom: 0px !important;
}
.topborder {
	border-top: 1px solid #666666;
}
.notopborder {
	border-top: 0px !important;
}
.notoppadding {
	padding-top: 0px !important;
}
.nobottompadding {
	padding-bottom: 0px !important;
}
span.white {
	color: #ffffff;
}
span.live {
	background-color: #ffff00;
}






/* ----- FORM ELEMENTS ----- */

textarea {
	width: 468px;
	height: 150px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
}
input.text {
	width: 468px;
	margin: 5px 0px 5px 0px;
}
input.caption {
	width: 468px;
	margin: 5px 0px 5px 0px;
}
input.checkbox {
	float: left;
	clear: none;
	margin: 0px 6px 0px 0px;
}
input.list {
	width: 440px;
	margin: 5px 0px 0px 0px;
}
label.list_title {
	display: inline;
}
label.checkbox {
	display: inline;
	font-weight: 100;
}
input.radio {
	float: left;
	clear: none;
	margin: 0px 6px 0px 0px;
}
input {
	margin: 5px 0px 5px 0px;
}
select {
	margin: 5px 0px 5px 0px;
}
label {
	display: block;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
}
form div {
	margin:0px 0px 16px 0px;
}
form p {
	margin: 0px 0px 16px 0px;
}
p.formnote {
	font-size: 12px;
	line-height: 16px;
	width: 468px;
	margin: 0px 0px 0px 0px;
	color: #999999;
}
p.lists {
	margin: 0px 0px 4px 0px;
}
p.lists label {
	float: left;
	width: 25px;
	font-weight: 100;
	margin: 0px 0px 0px 0px;
}
p.message {
	font-weight:900;
	color: #00dd00;
}
.error {
	color: #ff0000;
	font-weight: 900;
}
.buttons {
	text-align: right;
}
.required {
	font-size: 14px;
	font-weight: 900;
	margin: 0px 0px 0px 3px;
}




/* ----- LINK STYLES ------ */

a.plain {

	text-decoration: none;
	font-weight: 900;
	color: #000000;
}
a.plain:hover {
	text-decoration: underline;
}


/* ----- H1,H2,H3,H4,H5,H5 ------ */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
	text-decoration: none;	
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ----- FILTER ------ */
.contents_filterspace a {
	color: #666666;
	font-weight: 100;
	text-decoration: none;	
}
.contents_filterspace a:hover {
	color: #000000;
	font-weight: 100;
	text-decoration: none;
}
a.filter {
	color: #666666;
	font-weight: 100;
	text-decoration: none;
}
a.filter:hover {
	color: #000000;
	font-weight: 100;
	text-decoration: none;
}
a.filter_white {
	color: #666666;
	font-weight: 100;
	text-decoration: none;
}
a.filter_white:hover {
	color: #eeeeee;
	font-weight: 100;
	text-decoration: none;
}
.contents_filterspace_messages a{
	color: #666666;
	font-weight: 100;
	text-decoration: none;
}
.contents_filterspace_messages a:hover{
	color: #000000;
	font-weight: 100;
	text-decoration: none;
}
span.selected {
	text-decoration: underline; 
}

/* ----- SUBNAV ----- */
a.subnav {
	color: #666666;
	text-decoration: none;
}
a.subnav:hover {
	color: #666666;
	text-decoration: underline;
}

/* ----- PROJECT INGREDIENTS ------ */
.highlight a {
	color: #000000;
	text-decoration: none;
}
.highlight a:hover {
	color: #000000;
	background-color: #999999;
	text-decoration: none;
}

/* ----- FOOTNOTE ------ */
.footnote a {
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}
.footnote a:hover {
	color: #000000;
	font-weight: 900;
	text-decoration: underline;
}
a.footnote {
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}
a.footnote:hover {
	color: #000000;
	font-weight: 900;
	text-decoration: underline;
}

/* ----- EXTERNAL ------ */
a.external {
	color: #006699;
	text-decoration: none;
}
a.external:hover {
	color: #006699;
	text-decoration: underline;
}

/* ----- FORMNOTE ------ */
form .formnote a {
	color: #999999;
	text-decoration: none;
	font-weight: 900;
}
form .formnote a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: 900;
}

/* ------ COPYRIGHT ----- */

a.copyright {
	text-decoration: none;
	font-weight: 100;
	color: #000000;
}
a.copyright:hover {
	text-decoration: underline;
	font-weight: 100;
	color: #000000;
}

/* ----- DOWNLOADS ----- */

img.download_arrow {
	display:inline;
	width:60px;
	height:60px;
	background:url('/furniture/download_arrow.gif') no-repeat 0px 0px #ffffff;
}
img.download_arrow:hover {
	display:inline;
	width:60px;
	height:60px;
	background:url('/furniture/download_arrow_green.gif') no-repeat 0px 0px #ffffff;
}
.associated {
	text-transform:uppercase;
}
.associated a {
	font-weight:900;
	color:#000000;
	text-decoration:none;
}
.associated a:hover {
	font-weight:900;
	color:#000000;
	text-decoration:none;
}



/* ----- HEADER ----- */

.masthead {
	width: 960px;
	padding: 20px 0px 15px 0px;
	clear: both;
}
.masthead .breadcrumbs {
	float: left;
	width: 414px;
	padding: 3px 0px 0px 0px;
	font-weight: 900;
}
.masthead .breadcrumbs a {
	font-size: 12px;
	text-decoration: none;
	padding: 0em 1em 0em 0em;
	color: #000000;
}
.masthead .tools {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #000000;
}
.logo{
	float: left;
	width: 153px;
	padding: 0px 0px 0px 0px;
}
.contact{
	float: right;
	width: 184px;
	padding: 43px 0px 0px 0px;
	text-align: right;
}
.masthead .tools a {
	text-decoration: none;
	color: #000000;
}
.masthead .campaign_logo {
	float: right;
	width: auto;
	padding: 4px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #000000;
}
#masthead {
	float: left;
	width: 158px;
}


.masthead_home {
	width: 100%;
	height: 59px;
	text-align: Left;
	padding: 20px 0px 0px 0px;
	clear: both;
}
.masthead_home .tools {
	float: right;
	width: 184px;
	padding: 4px 0px 0px 0px;
	margin: -16px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #999999;
}
.masthead_home .tools a {
	text-decoration: none;
	color: #999999;
}





/* ----- MASTER CONTAINER ----- */
.master_container {
	position: relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 9px 0px 9px;
	background-color:#ffffff;
}




/* ----- CONTENTS ----- */

.contents {
	float: left;
	width: 468px;
	padding: 35px 0px 0px 0px;
}
.contents ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.contents_head {
	width: 468px;
	padding:0px 0px 0px 0px;
}
.contents_filterspace {
	width: 468px;
	font-size: 12px;
	text-align:right;
	padding: 0px 0px 10px 0px;
	margin: 25px 0px 20px 0px;
	border-bottom: 1px solid #666666;
}
.bottomfilter {
	width: 443px;
	padding: 25px 0px 0px 15px;
	border-top: 1px solid #666666;
}
.count {
	color: #666666;
}
.module {
    width:720px;
	margin: 40px 220px 0px 0px;
	float:right;
}
.module_stock {
   width: 720px;
	margin: 0px 0px 0px 0px;
	float:right;
}

.thumbs{
width:730px;;
padding-left:220px;

font-family: Verdana;
font-size: 11px;

}






/* ----- HOME ----- */

.home_head {
	width: 600px;
	padding: 0px 0px 0px 275px;
	font-family: Verdana;
	font-size: 11px;
}
.stock_head {
	width: 720px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	float:right;
}
.intro{
padding: 0px 0px 25px 268px;
}
.year{
padding: 0px 0px 0px 220px;
}
.intro_ammonia{
padding: 0px 0px 0px 268px;
}
.intro_news{
padding: 0px 0px 0px 268px;

}

.news_left{
	width: 240px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	float: left;
}
.news_right{
	width: 350px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	float: right;
}
.stock_left{
	width: 150px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.stock_lm{
	width: 250px;
	padding: 0px 0px 0px 20px;
	float: left;
}
.stock_rm{
	width: 50px;
	padding: 0px 0px 0px 20px;
	float:left;
	
}
.stock_right{
	width: 200px;
	padding: 0px 0px 0px 0px;
	float:right;
	
}

.permanent{
padding: 0px 0px 0px 275px;
font-family: Verdana;
font-size: 13px;
}
.lighten{
padding: 0px 0px 0px 275px;
font-family: Verdana;
font-size: 13px;
}

.more{
padding: 0px 0px 25px 275px;
font-family: Verdana;
font-size: 13px;
}

.attractorContainer
{
	width: 950px;
	height: 400px;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
}


