body
{
	font-family: arial,helvetica;
	font-size: 76%;
	background: #000 url(../images/back.jpg) repeat-y top center;
	margin: 0 0 20px 0;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

ul,li
{
	padding: 0;
	margin: 0;
}

img 
{
	display: block;
	border: none;
}

a:link, a:visited, a:hover, a:active
{
	outline-style: none;
	outline-width: 0;
}

#page_container
{
	width: 1000px;
	margin:auto;
}

#head_container
{
	width: 100%;
	height: 126px;
/*	background: transparent;*/
	color: #EB8735;
	position: relative;
}

#head_container img
{
	display:inline;
	vertical-align: middle;
	padding: 0 5px 5px 0;
}

#head_container img#logo1
{
	display:block;
	float: left;
	padding:0;
}


#head_container h1
{
	font-size: 1.2em;
	padding: 45px 0 0 180px;
}

#head_container div
{
	position: absolute;
	top: 60px;
	left: 750px;
	font-size: 120%;
	line-height: 175%;
	
}

#head_container a
{
	color: #EB8735;
	text-decoration: none;
}
#head_container a:hover
{
	color: #FFF;
}


/****** Navigation ******/
#navbar 
{
	background: #000 url(../images/menubar.gif) repeat-x;
	height: 29px;
	width: 100%;
}

#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li 
{
	float: left;
}

#navigation a 
{
	text-decoration: none;
	color: #FFF;
	font-size: 1.1em;
	line-height: 29px;
	font-weight: bold;
	display: block;
	/*width: 2em;*/
	text-align: center;
	/*padding: 0 15px;*/
}
#navigation li a.nav_home{		width: 70px;}
#navigation li a.nav_news {	width: 70px;}
#navigation li a.nav_about{ 	width: 80px;}
#navigation li a.nav_products{	width: 90px;}
#navigation li a.nav_select{	width: 130px;}
#navigation li a.nav_engin{ 	width: 160px;}
#navigation li a.nav_links{	width: 70px;}
#navigation li a.nav_contact{	width: 80px;}
#navigation li a.nav_used{		width: 130px;}
#navigation li a.nav_store {	width: 120px;}

#navigation a:hover span {
	background: url(../images/small_arrow.gif) no-repeat 14em center;
	display: block;
}
#navigation a span {
	background: url(../images/small_arrow2.gif) no-repeat 14em center;
	display: block;
}


#navigation li:hover ul, #navigation li.ie6hover ul 
{
	left: auto;
}
#navigation ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	left: -999%;
	width: 15em;	/*set drop down width here and --> */
	z-index: 100;
}

#navigation ul a
{
	width: 15em; /* <-- here */
	padding: 0 0 0 15px;
	text-align: left;
	background: #000 url(../images/menubar.gif) repeat-x;
}
#navigation a:hover 
{
	color: #FFF;
	background: #EB8735;
}

#navigation ul img
{
	float: left;
	margin: 6px 5px 0 5px;
}
/*2nd level nav*/
#navigation li ul ul	
{
	margin: -29px 0 0 17.5em;
}
#navigation li ul ul a
{
	width: 18em;
}


#navigation li:hover ul ul, #navigation li.ie6hover ul ul
{
	left: -999%;
}

#navigation li li:hover ul, #navigation li li.ie6hover ul 
{
	left: auto;
}
/**************************/


#title_container
{
	width: 100%;
	height: 67px;
	background: #000 url(../images/titlebar.gif) no-repeat;
	position:relative;

}


#title_container h1
{
	float:left;
	position: absolute;
	left: 24px;
	bottom: 5px;
	color: #EB8735;
	font-size: 3em;
}
#title_container h1 a
{
	color: #EB8735;
}

#title_container h2
{
	float:left;
	position: absolute;
	left: 625px;
	bottom: 5px;
	color:#949494;
	font-size: 2em;
}

#title_container img
{
	display: inline;
	vertical-align: baseline;
	margin: 0 10px 0 0;
}

#content_container
{
	width: 100%;
	height: 301px;
	background: #2D2D2D url(../images/content1.gif) no-repeat;
	color: #FFF;
	overflow: auto;
}

#content_container p
{
	margin: 0 0 1.25em 0;
}

#content_container #pic
{
	float:right;
	/*width: 357px;*/
	margin: 31px 20px 0 0;
	display: inline; /*ie6*/
	clear: right;
}

#content_container #pic2
{
	float:right;
	/*width: 357px;*/
	margin: 0px 20px 0 0;
	display: inline; /*ie6*/
	clear: right;
}

#content_container .datalink
{
	float:right;
	clear: right;
	background: url(../images/pdfpanel.gif);
	width: 257px; /*357*/
	height: 80px;
	margin: 0 20px 0 0;
	display: inline; /*ie6*/
	font-size: 1.2em;
	font-weight: bold;
	line-height: 80px;
	padding: 0 0 0 100px;
}

#content_container ul{margin: 1em 0 1em 3em;}
#content_container li{margin: 0 0 0 0;}

#content_container h2
{
	color: #EB8735;
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}

#maintext
{
	width: 565px; /*565*/
	padding: 0 0 0 0;
	margin: 20px 0 0 24px;
	float: left;
	display: inline; /*ie6*/
}


/* Bottom Container */
#bottom_container
{
	width: 100%;
	height: 115px;
	background: #000 url(../images/bottom.gif) no-repeat;
}

#botleft
{
	position: relative;
	width: 315px;
	height: 115px;
	float: left;
	/*display: inline;*/ /*ie6*/
}

#botright
{
	position: relative;
	width: 670px;
	height: 115px;
	float: left;
	/*display: inline;*/ /*ie6*/
}

#bottom_container span.heading
{
	color:#949494;
	font-size: 20px;
	position: absolute;
	top: 30px;
	left: 52px;
}

#bottom_container span.link
{
	position: absolute;
	top: 80px;
	left: 30px;
}

#bottom_container a
{
	font-weight: bold;
}

a
{
	color: #FFF;
	text-decoration: none;
}
a:hover
{
	color: #EB8735;
}

#footer
{
	width: 1000px;
	margin: 5px auto 0 auto;
	color: #FFF;
	font-size: 0.8em;
}

#footer a
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	color: #EB8735;
}

.left{float:left;}
.right{float:right;}

.white{color: white;}


/*Index Page - News*/
#headlines
{
	width: 330px; /*350px*/
	height: 281px; /*301px*/
	padding: 10px;
	margin: 0 0 0 35px;
	float: left;
	background-color: #232323;
	display: inline; /*ie6*/
}

#headlines a
{
	color: #EB8735;
	font-size: 1em;
	text-decoration: none;
	margin: 0 0 10px 0;
	color: #FFF;
	float: left;
	width: 330px;
	display: inline; /*ie6*/
}
#headlines span{float: left;}

#headlines .date
{
	color: #EB8735;
	font-size: 0.9em;
	display: block;
}

#headlines .head
{
	font-weight: bold;
	clear: left;
}

#headlines .readmore
{
	float: right;
	font-size: 0.8em;
}

#headlines a:hover
{
	color: #EB8735;
}


/*Contact page*/
#botline
{
	width:100%;
	text-align: center;
	clear: both;
}

.column
{
	margin: 20px 0 0 24px;
	float: left;
	width: 309px; /*309*/
	height: 260px;
	font-size: 1.70em;
	display: inline; /*ie6*/
}
.mid
{
	margin: 20px 0 0 0;
	width: 324px;
}

.column span
{
	float: left;
	height: 200px;
}

.column img
{
	display: inline;
	margin: 0 10px 0 0;
}

.indent
{
	margin: 0 0 0 38px;
}

/*Links page*/
.col2
{
	float: left;
	width: 466px; /*476*/
	margin: 20px 0 0 24px;
	display: inline; /*ie6*/
}

/*Products page*/
.col3
{
	float: left;
	width: 300px;
	margin: 20px 0 0 24px;
	display: inline; /*ie6*/
}

#products h2{margin: 0 0 0.1em 0; font-size: 1.5em; color: #EB8735;}
#products h3{margin: 0 0 0.1em 1em; font-size: 1.2em; color: #949494;}
#products ul{margin: 0 0 0.5em 4em;}
#products li{margin: 0 0 0 0;}


/*News Page*/
.newscol
{
	width: 50%;
	float: left;
	display:inline; /*ie6*/
}

.newsitem
{
	font-size: 1em;
	padding: 8px 0 0 24px;
}

.newsitem img
{
	display: inline;
	vertical-align: baseline;
	margin: 0 3px 0 0;
}

.newsitem .heading
{
	color: #EB8735;
	font-size: 1.5em;
	display: inline;
	
}

.newsitem .date
{
	color: #FFF;
	margin: 0 0.5em 0 0;
}

.subhead
{
	color: #EB8735;
	overflow: hidden;
}

.detail
{
	color: #FFF;
}
.newsitem h2 a
{
	color: #EB8735;
	text-decoration: none;
	font-size: 1em;
}
.newsitem h2 a:hover
{
	color:#FFF;
}


#pages
{
	color: #949494;
	float: right;
	margin: 0 24px 0 0;
	font-weight: bold;
	position: relative;
	top: 50px;
	display: inline; /*ie6*/
}

#pagenos
{
	color: #EB8735;
}

#pages a
{
	color: #EB8735;
	text-decoration: underline;
}
#pages a:hover
{
	color:#FFF;
}


#newsart
{
	padding: 10px 24px;
	width: 545px;
	float:left;
}

#newsart .heading
{
	color: #EB8735;
	font-size: 2em;
}

#newsart .date
{
	color: #FFF;
	display: block;
	margin: 0 0 1em 0;
}

#newsart .detail
{
	color: #FFF;
	display: block;
	margin: 0 0 1em 0;
}

#newsart a
{
	color: #EB8735;
	text-decoration:none;
	
}
#newsart a:hover
{
	color:#FFF;
}

#newspic
{
	float: right;
	width: 357px;/*229px;*/
	height: 300px;
	margin: 0 20px 0 0;
	display: inline; /*ie6*/
}
#newspic img{display: inline;}

.wraptocenter
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 357px;
    height: 300px;
}
.wraptocenter * {vertical-align: middle;}

#newsthumbs
{
	float: left;
	width: 580px;
	padding: 0 0 0 24px;
	clear: left;
}

#newsthumbs img
{
	margin: 0 5px 10px 0;
	float: left;
}

.clear
{
	clear:both;
}

/**** Advert Page ****/
#content_container.type2
{
	width: 952px;
	padding: 20px 24px 20px 24px;
	height: auto;
	background: #2D2D2D /*url(../images/content1.gif) no-repeat*/;
	color: #FFF;
	overflow: visible;
}
.advertlink
{
	width: 446px; /*466*/
	min-height: 80px; /*100*/
	background: #555;
	margin: 0 0 10px 0;
	padding: 10px;
}

.advertlink span
{
	display: block;
}

.advertlink .heading
{
	font-size: 2em;
	font-weight: bold;
	color: #EB8735;
}
.advertlink .subhead
{
	font-size: 1.5em;
	color: #FFF;
}
.advertlink .date
{
	font-size: 1em;
	margin: 5px 0 0 0;
	color: #FFF;
}
.advertlink .clickme
{
	font-size: 0.8em;
}

.advertlink img
{
	float: right;
}

#pages_used
{
	color: #949494;
	font-weight: bold;
	width: 100%;
	text-align: right;
	margin: 5px 0 5px 0;
}
.cleft{float:left; clear: left;}
.cright{float:right; clear: right;}

#advert
{
	padding: 10px;
	min-height: 240px;
	margin: 0 0 10px 0;
	background: #555;
}
#advert span
{
	display: block;
}
#advert .ad_refid{float: right; text-align: right;}
#advert .ad_heading{font-size: 2em; margin:0;}
#advert .ad_subhead{font-size: 1.5em; margin: 0 0 1em 0;}
#advert .ad_date{margin: 0 0 1em 0}
#advert .ad_detail{margin: 0 0 1em 0}
#advert .ad_link{margin: 0 0 1em 0}
#advert .ad_price{margin: 0 0 1em 0}

#advertpic
{
	float: left;
	width: 357px;/*229px;*/
	margin: 0 20px 0 0;
}

#adverttext
{
	float: right;
	width: 550px;
}

#adthumbs
{
	float: left;
	width: 367px;
	clear: left;
}

#adthumbs img
{
	float: left;
	margin: 10px 12px 0 0;
}

.clear{clear: both;}
.center{text-align: center;}

.product_thumb 
{
	float: left;
	margin: 0 20px 20px 0;
}
