@charset "utf-8";
/* CSS Document */
* { 
padding: 0; margin: 0; 
}

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body{
background: url(../images/bg/bg.jpg) top left repeat-x #140002;
font-size: small;
height: 100%;
font-family:Verdana, Helvetica, Arial, san-serif;
color: #000;
}

a:active{
outline: none;
}

a:focus{
-moz-outline-style: none;
}


img{
border: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MAIN----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper{
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: inline-table; /* for macIE */
}
/* hides from macIE \*/
* html #wrapper_main { height: 1%; }
#wrapper_main { display: block; }
/* end hide from macIE */

#wrapper_main:after {
display: block;
clear: both;
height: 0;
content: ".";
visibility: hidden;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTENT----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#inside_wrapper {
width: 950px;
margin: 0px auto;
padding: 0;
text-align: left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LEFT COLUMN Logo Main Menu----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#left{
float: left;
}

#main_menu{
margin-top: 92px;
border: 0;
}

#main_menu img{
border: 0;
}

#home_nav a:hover img{
background: url(../images/nav/home_arrow.gif) top left no-repeat;
}

#about_nav a:hover img{
background: url(../images/nav/about_arrow.gif) top left no-repeat;
}

#brands_nav a:hover img{
background: url(../images/nav/brands_arrow.gif) top left no-repeat;
}

#produce_nav a:hover img{
background: url(../images/nav/produce_arrow.gif) top left no-repeat;
}

#orders_nav a:hover img{
background: url(../images/nav/orders_arrow.gif) top left no-repeat;
}

#location_nav a:hover img{
background: url(../images/nav/location_arrow.gif) top left no-repeat;
}

#contact_nav a:hover img{
background: url(../images/nav/contact_arrow.gif) top left no-repeat;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
RIGHT COLUMN Content----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#right{
float: right;
width: 480px;
min-height: 567px;
background: #FFFF99;
border: #FFCC66 solid 1px;
border-top: none;
}

#content{
padding: 15px;
padding-top: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<h1><h2><h3><h4><h5>----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h1{
font-size:       160% !important;/*non-IE browser*/
font-size:       170%;/*IE browser*/
color:           #66CC00; 
border-bottom:   #CCCCCC solid 1px; 
}

h2{
color:      	 #669966;
font-size:       130% !important;/*non-IE browser-------------------*/
font-size:       130%;/*IE*/
border-bottom:   #FF9900 solid 1px;
}

h3{
}

h4{
}