/* CSS Document */
body{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(../images/background.jpg) no-repeat top left;
}

#outer{
	position:relative;
	margin:0px auto;
	margin-top:5px;
	width:800px;
}

#header{
	width:800px;
	margin-bottom:10px;
	min-height:130px;
	float:left;
}

#header .bot{
	top:85px;
	left:125px;
	position:absolute;
}

#logo{
	float:left;

}

#header img{
	float:left;
}

#Menu {
	border-top:1px solid #E24144;
	border-bottom:1px solid #E24144;
	width:570px;
}
#Menu ul { 
 margin:8px 0 5px 0; /* Just some margin to align the blue border below the menu */
 }
 #Menu li {
 display: inline; /* Menu links are horizontally aligned using display: inline */
 }
 #Menu li a {
 padding: 7px 40px 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
 color: #000;
 text-decoration: none;
 font-weight: bold;
 height:40px;
 width:50px;
 background: url(../images/arrow2.jpg) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
 }
 #Menu li a:hover {
 background: url(../images/arrow2.jpg) no-repeat right top;
 text-decoration:underline;
  }
 #Menu li a span {
 padding: 7px 10px 6px 0;
 background: url(/examples/images/tabbed-menu-right.gif) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
  }
 #Menu li a:hover span {
 background: url(/examples/images/tabbed-menu-right.gif) no-repeat right bottom;
 }


#sidebar{
	width:120px;
	background-color:#E24144;
	min-height:400px;
	float:left;
	z-index:0;
	position:relative;
	height:400px;
	
}

.products_menu{
	float:left;
	z-index:3;
	position:absolute;
	margin-top:10px;
}

.products_menu ul{
	color:#fff;
	margin-left:15px;
}

.products_menu li{
	margin-bottom:5px;
}

#sidebar a{
	color:#FFF;
}

#sidebarbg{
	width:440px;
	min-height:500px;
	height:500px;
	z-index:1;
	position:absolute;

}

#sidebarbg a{
	bottom:0px;
	z-index:5;
	position:absolute;
}

#content{
	width:600px;
	float:left;
	position:relative;
	z-index:2;
	min-height:500px;
	height:500px;
}

#content h1{
	margin-left:35px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#E24144;
}

#content h2{
	margin-left:35px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#E24144;
}

#content h3{

	font-size:14px;
	font-weight:bold;
	margin-left:35px;
	margin-bottom:10px;
	margin-top:10px;
	color:#E24144;
}

#content p{
	margin-left:35px;
	margin-bottom:10px;
	line-height:13px;
	text-align:justify;
	width:350px;
}

#content ul{
	margin-left:30px;
}

#content ol{
	margin-left:30px;
	margin-bottom:15px;
}

#content li{
	margin:2px;
	list-style-type:decimal;
	list-style-position:inside;
}

#content img{
	margin:0 5px 5px 5px;
}

.timber{
	float:left;
	margin:5px;
}

.steel{
	float:left;
	margin:5px;
}

.catalog{
	float:right;
}

#content .eurogear{
	margin-top:-8px;
}

#content .eurogear ul{
	margin-left:35px;
	
}

#content .eurogear ul li{
	display:inline;
	font-size:10px;
	color:#E24144;
	margin:0;
	list-style-type:disc;
}

#content .track{
	margin:0;
	margin-left:35px;
}

#clear{
	clear:both;
	margin-bottom:5px;
}

#footer{
	position:absolute;
	bottom:0px;
	border-top:1px solid #E24144;
	border-bottom:1px solid #E24144;
	

	width:600px;
	height:25px;
	z-index:-3;
}

#copy{
	margin-top:5px;
	float:right;
}

#copy p{
	line-height:110%;
	margin:0;
	width:auto;
	margin-right:5px;
}

#terms{
	position:relative;
	float:right;
} 

a{
	text-decoration:none;
	color:#9A3334;
}

a:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
	font-size:105%;
}

.prop {
    height:1px;
    float:right;
    width:1px;

}
.clear {
    clear:both;
    height:0px;
    overflow:hidden;
}

#content form{
	margin-left:10px;
}

#content .notice{
	font-size:14px;
	color:#006699;
}

#certs{

	position:relative;
	width:545px;
	border:0px solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#certs img{
	margin:15px;
}

table{
	margin:10px;
}

td{
	padding:3px;
}

.contact_name{
	width:120px;
}