html {
	height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	height: 100%;
	background: url('pictures/bg_top.gif') repeat-x top center;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: underline;
}

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

p {
    margin: 0 0 16px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
    width: 800px;
	min-width: 800px;
	max-width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 68px;
}

#yamaha {
    margin-right: 5px;
    float: right;
}

#petroset {
    margin-left: 5px;
    float: left;
}

#top_menu {
    position: absolute;
    margin-top: 47px;
}

    #top_menu ul {
        margin: 0;
    	padding: 0;
    }

    #top_menu ul li {
    	float: left;
	    height: 20px;
	    list-style-type: none;
	    padding-left: 10px;
	    padding-right: 10px;
	    background: url('pictures/menu_r.gif') no-repeat top right;
    }

    #top_menu ul li a {
        display: inline-block;
    	color: #333;
    	margin-top: 2px;
    }

    #top_menu ul li a:hover {
    	color: #000;
        text-decoration: none;
        margin-top: 2px;
    }

#logo {
    padding-top: 4px;
    text-align: center;
    position: relative;
    width: 790px;
    height: 175px;
}

.logo_image {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 790px;
    height: 175px;
}

#spec_banners {
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#sections {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

    #sections h1 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
	    margin-left: -2px;
	    margin-bottom: 5px;
    }

    .one { float: left; width: 255px; height: 212px; margin-right: 12px; background: url('pictures/1.jpg') no-repeat top left; color: #fff; }
    .two { float: left; width: 255px; height: 212px; margin-right: 12px; background: url('pictures/2.jpg') no-repeat top left; color: #333; }
    .three { float: left; width: 255px; height: 212px; background: url('pictures/3.jpg') no-repeat top left; color: #fff; }
    .block_text { margin-top: 5px; margin-left: 17px; }

    a.white {
	    color: #fff;
	    text-decoration: underline;
	    margin-left: 12px;
    }

    a.white:hover {
        color: #ccc;
	    text-decoration: none;
	}

    a.white_nopad {
	    color: #fff;
	    text-decoration: underline;
    }

    a.white_nopad:hover {
        color: #ccc;
	    text-decoration: none;
	}

    a.black {
	    color: #333;
	    text-decoration: underline;
	    margin-left: 12px;
    }

    a.black:hover {
	    color: #000;
	    text-decoration: none;
	}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	float: left;
	vertical-align: top;
	/*margin-bottom: 20px;*/
}

#clear {
	clear: both;
}

#news_zag {	height: 25px;
	background-color: #dbdbdb;
	margin: 0 auto;}

    #news_zag h1 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    	font-size: 14px;
   	 	font-weight: bold;
		margin-top: 3px;
    	color: #336699;
    }

#news {
	float: left; width: 255px; padding-left: 5px; padding-top: 4px; padding-bottom: 4px;
}

    #news img {    	margin-right: 5px;
    	margin-bottom: 3px;    }

    #news a {
    	color: #336699;
    }

    #news a:hover {
    	color: #000;
    }

#spec_text {
	float: left; width: 523px; padding-left: 12px; padding-right: 5px; padding-top: 4px; padding-bottom: 4px;
}


#bborder_big {	padding: 10px;
	width: 501px;    border: 1px solid #ccc;}

#bborder_small {
    float: left;
    padding: 10px;
    width: 237px;
    border: 1px solid #ccc;
}

#gor_line {	background: url('pictures/gor_line_bg.gif') repeat-x top left;
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background-color: #dbdbdb;}

	.gor_line_left {
		float: left;
		background: url('pictures/gor_line_left.gif') no-repeat top left;
		width: 5px;
		height: 41px;
	}

	.gor_line_right {
		float: right;
		background: url('pictures/gor_line_right.gif') no-repeat top right;
		width: 5px;
		height: 41px;
	}

#ya_text {
    padding-top: 4px;	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;}

/* Footer
-----------------------------------------------------------------------------*/
#bottom {
	width: 100%;
	/*margin-top: -20px;*/
	height: 38px;
}

#bottom_menu {
    margin: 0;
	padding: 0;
}

    #bottom_menu li {
    	float: left;
	    height: 20px;
	    list-style-type: none;
    	padding-left: 10px;
	    padding-right: 10px;
	    background: url('pictures/menu_r.gif') no-repeat top right;
    }

    #bottom_menu li a {
        display: inline-block;
        font-size: 12px;
	    color: #333;
	    margin-top: 2px;
    }

    #bottom_menu li a:hover, .menu li a.active {
        color: #000;
        text-decoration: none;
        margin-top: 2px;
    }

table{
    border-collapse: collapse;
}

input,textarea {
    border: #999;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    color: #000;
    padding: 0 3px;
}

.date {
	font-size: 0.91em;
	color: #666;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
 	margin: 0;
	padding: 0;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
 	margin: 0;
	padding: 0;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
    /*background: #c4c4c4;*/
}

/* ######### Default class for drop down menus ######### */
.anylinkcss{
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 0px solid #333;
    border-bottom-width: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #eaeaea;
    width: 200px; /* default width for menu */
}

.anylinkcss ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcss ul li a{
    width: 100%;
    display: block;
    text-indent: 4px;
    border-bottom: 1px solid #333;
    padding: 3px 0;
    text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
    background: #ccc;
    color: #000;
    text-decoration: none;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkcsscols{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid #333;
    padding: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 100; /*zIndex should be greater than that of shadow's below*/
    background: #bfd6de;
}

.anylinkcsscols .column{
    width: 200px;
    float: left;
}

.anylinkcsscols .column ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcsscols li{
    padding-bottom: 4px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
    margin-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
}