@import url("menu.css");
@import url("sIFR-screen.css");
@import url("cms.css");
/*---------------------------------------------------------------------------------------------*/
													/*--Global--*/
/*---------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	width: 100%;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #565b50;
	line-height: 20px;
	font-size: 11px;
}
body {
	font-size: 63.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #565b50;
	background: url(../images/utils/bg_body.gif);
}
img {
	border: 0;
}
a {
	color: #59802A;
	text-decoration: underline;
}
a:hover, .inactive {
	color: #7BB13A;
	text-decoration: none;
}

#main-content table a{
	text-transform: uppercase;
}
table {
	border-collapse: collapse;
}
.odd {
	background-color: #E9F4DD;
}
.ollist ol li {
	font-size: 110%;
	line-height: 18px;
	padding-bottom: 15px;
}
#container #content .adress p {
	background: transparent url(../images/icons/bullet_green.gif) no-repeat left 2px;
	padding-left: 20px;
}
#container #content .resources a {
	background: transparent url(../images/icons/bullet_green.gif) no-repeat left top;
	padding-left: 20px;
}
.allsteeldealer {
	clear: both;
	float: left;
	padding: 30px 0 20px 27px;
}
.allsteeldealer_home {
	clear: both;
	float: left;
	padding: 13px 0 5px 27px;
}
.allsteeldealer a, .allsteeldealer_home a {
	display: block;
	background: url(../images/utils/logo_allsteel.jpg);
	width: 103px;
	height: 41px;
}
.allsteeldealer a span, .allsteeldealer_home a span {
	display: none;
}
.break {
	clear: both;
}
/*---------------------------------------------------------------------------------------------*/
													/*--Layout Home-*/
/*---------------------------------------------------------------------------------------------*/
html > body #wraper_home {
	height: auto;
	min-height: 100%;
}
#wraper_home {
	width: 770px;
	height: 100%;
	background-color: #757575;
	border-right: 1px solid #fff;
}
#container_home {
	width: 770px;
	height: 569px;
	display: inline;	
	overflow: auto;
	background-color: #fff;
}
#sidebar_home {
	background-color: #CEE7AE;
	height: 569px;
	width: 217px;
	float: left;
}
#content_home {
	width: 552px;
	height: 569px;
	border-left: 1px solid #fff;
	float: left;
	background-color: #fff;
}
#footer_home {
	clear: both;
	border-top: 1px solid #fff;
	width: 770px;
	color: #FFFFFF;
	background-color: #757575;
}

/*---------------------------------------------------------------------------------------------*/
													/*--Layout-*/
/*---------------------------------------------------------------------------------------------*/
#wraper {
	background: #fff url(../images/utils/bg_container.gif) repeat-y left top;
	width: 774px;
	height: 100%;
}

html > body #container, html > body #wraper {
	height: auto;
	min-height: 100%;
}
#container {
	width: 774px;
	background: #fff url(../images/utils/bg_container.gif) repeat-y left top;		
	border-right: 1px solid #fff;
	overflow: hidden;
}
#sidebar {
	width: 217px;
	float: left;
}
#content {
	width: 556px;
	float: right;
}
#footer {
	background-color: #757575;
	position: relative;	
	margin-top: -65px;
	bottom: 0;
	clear: both;
	height: 65px;	
	width: 774px;
}
/*---------------------------------------------------------------------------------------------*/
													/*--Sidebar-*/
/*---------------------------------------------------------------------------------------------*/
#sidebar {
	background-color: #CEE7AE;		
}
h1 {
	background: url(../images/utils/logo.gif) no-repeat left top;
	height: 150px;
	text-indent: -9999px;
}
#navigation {	
	background: #cee7ae url(../images/utils/bg_navigation.gif) repeat-x top left;	
	padding: 0 0 0 0;
	float: left;
}

/*---------------------------------------------------------------------------------------------*/
													/*--Content-*/
/*---------------------------------------------------------------------------------------------*/
.header_title, .header_title_main, .header_title_environment {
	height: 49px;
	padding: 100px 0 0 20px;
}
.header_title {background: url(../images/products/headers/head_categories.jpg) no-repeat left top;}
.header_title_main {background: url(../images/products/headers/head_main_pages.jpg) no-repeat left top;}
.header_title_environment {background: url(../images/products/headers/head_environment.jpg) no-repeat left top;}

.header_title h2, .header_title_main h2, .header_title_environment h2 {
	margin: 0;
}
#content {
	background-color: #fff;
}

/*---------------------------------------------------------------------------------------------*/
													/*--Breadcrumbs-*/
.breadcrumb {	
	border-top: 1px solid #fff;
	background-color: #8BCC3F;
	padding: 5px 0 5px 20px;
	font-family: Tahoma;
	font-size: 110%;
}
.breadcrumb ol {
	list-style: none;
}
.breadcrumb ol li {
	display: inline;
	color: #461C5D;
	padding-right: 2px;
}
.breadcrumb a {
	color: #fff;
	background: transparent url(../images/icons/icn_arrow_breadcrumb.gif) no-repeat right center;
	padding: 0 16px 0 0;
	text-decoration: none;	
}
.breadcrumb a:hover {
	color: #ECF5DE;
	text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------*/
													/*--Products-*/
#main-content {
	padding: 20px 20px 90px 20px; 
	float: left;
	min-height:410px;
	height:auto !important;
	height:410px; 
	clear: both;
}
.title_container_products{

	display:block;
	width:100%;
}
h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #666666;
}
#main-content p {
	line-height: 18px;
	color: #565b50;
	font-size: 110%;
	padding: 0 0 15px 0;
}
h3 {
	font-size: 18px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
#main-content dl {
	padding-bottom: 15px;
	clear: both;	
}
#main-content dl dt {
	color: #648538;
	clear: both;
	line-height: 18px;
	font-size: 110%;
	padding: 10px;
	background-color: #fff;
	
}
.keyboad_opt dl dt {
	height: 120px;
}
#main-content dl dt.odd {
	background-color: #E9F4DD;
}
#main-content dl dt img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #88BE47; 
}

/*---------------------------------------------------------------------------------------------*/
										/*--Products Gallery Thumbs-*/
.prod_thumbs {
	list-style: none;	
	float: left;
}
.prod_thumbs ul li {
	float: left;
	display: block;
	border: 1px solid #DCE9C6;
	padding: 1px;
	width: 160px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.prod_thumbs ul li img {
	float: left;
}
.prod_thumbs ul li span {
	display: block;
	float: left;
	background-color: #DCE9C6;
	color: #000;
	text-align: center;
	padding: 7px 0 7px 0;
	width: 160px;
	font-size: 110%;
	cursor: pointer;
}
.prod_thumbs ul li a {
	color: Black;
	text-decoration: none;
}
.prod_thumbs ul li a:hover {
	color: Black;	
}
.prod_thumbs ul li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	background-color: #FFF;
}
.inside_image img {
	float: left;
	margin: 0 0 10px 20px;
	padding: 10px;
	
}
#main-content .main_category_thumbs {
	margin-top: 10px;
	margin-bottom:20px;
	float:left;
}
#main-content .main_category_thumbs ol {
	list-style: none;
	margin-top: 10px;
}
#main-content .main_category_thumbs ol li {
	float: left;
	display: block;
	width: 92px;
	height: 118px;
	padding: 2px 2px 0 2px;
	background-color: #F1F6E8;
	border: 1px solid #DCE9C6;
	margin: 0 15px 15px 0;
	position: relative;
	line-height: 12px;
}
#main-content .main_category_thumbs ol li a {	
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #000;
	text-decoration: none;
}
#main-content .main_category_thumbs ol li a:hover {	
	color: #2A3613;
}
#main-content .main_category_thumbs ol li a div {
	position: absolute;
	bottom: 0px;
	left: 2px;
	background-color: #EFF5E7;
	color: #000;
	width: 92px;
	text-align: center;
	padding: 4px 0 4px 0;
	border-top: 2px solid #F1F6E8;
	border-bottom: 2px solid #F1F6E8;
	font-size: 110%;
	font-weight: bold;
	font-family: "Trebuchet MS";
	cursor: pointer;
}
#main-content .main_category_thumbs ol li a img {
	float: left;
}

#main-content .main_category_thumbs ol li a:hover img {
	float: left;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	background-color: #FFF;
}
/*---------------------------------------------------------------------------------------------*/
												/*--List Thumbs Inside-*/
.list_thumbs_inside, .list_thumbs_acc {
	padding-bottom: 30px;
	float: left;
}
.list_thumbs_inside ul, .list_thumbs_acc ul {
	list-style: none;
	margin: 0 0 0 20px;
}
.list_thumbs_inside ul li, .list_thumbs_acc ul li {
	float: left;
	display: block;
	border: 1px solid #BDB2C6;
	position: relative;
	text-align: center;
	height: 127px;
	width: 150px;
	margin: 0 10px 10px 0;
}
.list_thumbs_inside ul li span, .list_thumbs_acc ul li span {
	display: block;
	position: absolute;
	background-color: #DED8E2;
	border-top: 1px solid #BDB2C6;
	width: 150px;
	bottom: 0;
	left: 0;
	padding: 3px 0;
	text-align: center;
}
.list_thumbs_acc ul li, .list_thumbs_acc ul li span {
	width: 210px;
}
.list_proprieties {
	margin-left: 30px;
	padding: 30px 0;
	font-size: 110%;
}
.list_proprieties ol li {
	padding: 5px;
	font-weight: bold;
}
.list_proprieties ol li b {	
	display: block;
}
.list_proprieties ol li span {	
	font-weight: normal;
}
table.thumbs {
	margin-bottom:15px;
	text-align:left;
	width: auto;
}
#main-content table.thumbs td div {
	padding: 0;
	margin: 0;
	width: 90px;
}
#main-content table.thumbs td {
	vertical-align: top;
	padding: 10px;
}
#main-content table.thumbs td p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}
/*----------------------------------------------------------------------------------------------*/
													/*--Manufacturers-*/
table.manuf_top_links {
	border:0pt none;
	font-weight:bold;
	margin:30px 0pt;
	width:100%;
}
table.manuf_top_links {
	font-weight:bold;
}
table.manuf_top_links td {
	text-align:center;
	vertical-align:middle;
}
table.manuf_inside {
	margin-top:45px;
	font-size: 110%;
}
table.manuf_top_links td div {
	background-color:#F1F1F1;
	border: 1px solid #4F2F66;
	margin:0pt 1px;
	padding:2px;
}
table.manuf_top_links td div a {
	color: #4F2F66;
}
table.manuf_inside td {
	border-bottom:1px solid #E0E0E0;	
	padding:5px 0pt;
	width:50%;
}
/* Form Contest
------------------------------------------------------------------*/
.form_contest {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 100%;
}
.form_contest td {
	padding: 5px 0 5px 10px;
	color: #648538;
}
.form_contest tr.odd td {
	background-color: #E9F4DD;
}
.form_contest td input {
	color: #648538;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px
}
.form_contest td textarea {
	color: #648538;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menu_register {
	margin: 20px 0 0 20px;
}
.menu_register ul {
	list-style: none;
}
.menu_register ul li {
	float: left;	
	border-left: 1px solid #fff;
}

.menu_register ul a {
	display: block;
	float: left;
	margin: 0;
	font-size: 10px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #CEE7AE;
}
.menu_register ul a:hover {
	color: #638D2C;
}
.enter_to_win {
	height: 30px;
	width: 180px;
	border: none;
	background: url(../images/buttons/enter_to_win.jpg);
	cursor: pointer;
}
.tell_a_friend_butt {
	height: 30px;
	width: 106px;
	border: none;
	background: url(../images/buttons/tell_a_friend.jpg);
	cursor: pointer;
}
.winners_list {
	list-style: none;
	font-size: 11px;
}
.winners_list li {
	background: url(../images/icons/bullet_green.gif) no-repeat left top;
	padding: 0 10px 10px 20px;
	font-size: 11px;
}
.winners_list li span {
	display: block;
	font-weight: bold;	
}
.winners_list li input {
	margin: 2px 0 0 0;
	padding: 2px;
	font-size: 11px;
}


/*---------------------------------------------------------------------------------------------*/
													/*--Newsroom-*/
.newsroom {
	padding-top: 20px;
}
.newsroom h4 {
	margin-left: 10px;
}
.newsroom span {
	display: block;
	font-size: 110%;
	padding: 0 0 5px 10px;
	color: #967AA5;
}

/*---------------------------------------------------------------------------------------------*/
													/*--Image Gallery-*/
/*---------------------------------------------------------------------------------------------*/
#gallery .imagePlaceholder{
	display:none;
}
#gallery #thumbs, #gallery #thumbs li{
	list-style: none;
}
#gallery #thumbs li{
	float:left;
	width:98px;
	overflow:hidden;
	height:50px;
	margin-right:6px;
	margin-bottom:6px;
	border:1px solid #CCCCCC;
	padding:2px;
}
#gallery #thumbs{
	margin-top:6px;
	margin-left:3px;
	float:left;
	width:551px;
}

/*---------------------------------------------------------------------------------------------*/
													/*--Footer-*/
/*---------------------------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #757575;
	border-right: 1px solid #fff;
}
#footer a, #footer_home a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer_home a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .copyright, #footer_home .copyright {
	float: left;
}
#footer .home_adress, #footer_home .home_adress {
	float: right;
}
#footer .copyright p, #footer_home .copyright p {
	text-align: left;
	padding: 18px 15px 0 15px;
}
#footer .home_adress p, #footer_home .home_adress p {	
	text-align: right;
	padding: 18px 15px 0 15px;
}
.Bottom {
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.Bottom a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.Bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Bottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.Bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.Header {
	font-size: 16px;
	color: #6C923A;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.Product_titles {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}
.Product_titles a:link {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}
.Product_titles a:visited {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}
.Product_titles a:active {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}
.Product_titles a:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
}

h3 {
	font-size: 12px;
}
