/* ELEMENTOS */
* {
	margin: 0;
	padding: 0;
}
body
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
    min-width:990px;
}
.sprinter
{
	/*background-image: url(../imagens/sprinter.png);*/
	background-repeat: no-repeat;
}

.clear{ clear: both; }

.left{ 	float: left; }
.right{ float: right; }

.align-left{ text-align: left; }
.align-right{ text-align: right; }
.align-center{ text-align: center; }


h1, h2, h3, h4
{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

a{
	text-decoration: none;
    outline: 0px;
}

article
{
    margin: auto;
    width: 100%;
}

header, section, footer, nav
{
	width: 100%;
	float: left;
}

header
{
	background: url(../imagens/header.jpg) no-repeat center top;
	height: 190px;
}

footer
{
    height: 100px;
    background-color: #5C0000;
}

/* CLASSES */

.topo
{
	float: right;
	width: 17%;
	margin: 30px 4.6% 0 0;
}

.busca
{
    float:right;
    width: 20%;
    margin-top: 3%;
}

.busca input
{
	border-radius: 5px;
	font-size: 14px;
}

.busca input[type=text]
{
	border: 1px solid #a2a0a0;
	color: #999999;
	width: 69%;
	padding: 2.6%;
	background: url(../imagens/fundo_opacity.png) repeat transparent;
}

.busca input[type=submit]
{
	background-color: #5C0000;
	color: #FFFFFF;
	border: 0px;
	padding: 2%;
	font-size: 16px;
}

nav
{
    background: url(../imagens/fundo_menu.png) repeat -1px top;
    height: 110px;
    margin-top: 10px;
}

nav div
{
    width: 18%;
    float: left;
    margin: 10px 7% 0 7%;
}

nav ul
{
	width: 65%;
	float:right;
	margin: 0px;
	padding: 0px;
}

nav ul li
{
	height: 31px;
	width: 15%;
	float: left;
	list-style: none;
	background: url(../imagens/menu_desenho.png) center top no-repeat;
	margin: 30px 0 0 20px;
	text-align: center;
	padding-top: 23px;
	color: #FFFFFF;
}

nav ul li a
{
	height: 25px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
    font-size: 13px;
	font-family:Arial;
}

nav ul li a:hover {
	font-style:normal;
}

    nav ul li:hover ul {
        display: block;
    }

li ul
{
    float: left;
    position: absolute;
    width: 155px;
    margin: 2px 0;
    padding: 0;
    background: #5c0000;
    display: none;

}

li ul li
{
    float: left;
    width: 100%;
    background: none;
    text-align: left;
    margin: 0;
    padding: 0;
    height: auto;
}

li ul li a 
{
    float: left;
    width: 100%;
    margin: 2px 0;
    padding: 5px 0;
    height: auto;
    background: #5C0000;
}

li ul li a:hover
{
    background: #6D0000;
}

footer .informacoes
{
    width: 100%;
    float: left;
    height: 20px;
    background-color: #4D0000;
    margin-top: 16px;
    padding-top: 8px;
    font-size: 12px;
}

.info_enoteca
{
    margin-left: 10%;
    float:left;
}

.direitos_reservados
{
    float: right;
    margin-right: 10%;
}

.venda_proibida
{
    background-color: #FFFFFF;
    margin: 10px auto;
    color: #000000;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 10px;
    width: 25%;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px)
{
    
    nav ul li a
    {
        font-size: 12px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1023px) { }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }