/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body, #body {
 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
 font-size: 10px;
 line-height: 170%;
 background-color: #000000;
 color: #C58917;
 text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 text-align: left;
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 text-align: center;
}
#navigation {
 float: left;
 width: 900px;
 padding: 20px 10px 45px 10px;
 margin: 0px 0px 20px 0px;
 background: #131313;
 text-align: center;
 text-transform: uppercase;
}
#leftcolumn { 
 background: #131313;
 margin: 0px 0px 5px 0px;
 padding: 25px 15px 5px 15px;
 height: 290px;
 width: 150px;
 float: left;
}
#content {
 float: left;
 background: #131313;
 margin: 0px 0px 50px 0px;
 padding: 10px;
 height: 300px;
 width: 310px;
 display: inline;
}
#rightcolumn {
 font-size: 12px;
 background: #131313;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 300px;
 width: 390px;
 float: left;
 color: #999999;
 overflow-y: auto;
}
#footer {
 width: 900px;
 clear: both;
 background: #131313;
 padding: 10px;
 text-align: center;
 color: #999999;
}

#content #single_image {
  text-align: center;
  padding: 40px 0px 0px 0px;
}


img {border: none}

a {
    text-decoration: none;
    color: #C58917;
}

#rightcolumn p {
  padding: 30px;
}

#icons_vinhos, #icons_vinhos table {
  height: 100%;
}

.iFishEye_TR,.iFishEye_TR td {
  vertical-align: middle;
}

#wine_list li {
    text-transform: uppercase;
    list-style: none;
    line-height: 200%;
}

#nav_left li {
    list-style: none;
    padding: 15px;
}


.menuDiv {
margin-left: 20px;
margin-right: 20px;
}


