body
{
	background-color: #000;
	color: #fff;
}

#mainContainer
{
	position: relative;
	top: 6vh;
}

#menu
{
	width: 100%;
	height: 6vh;
	z-index: 1;
	background-color: #000;
}

#menu div.container
{
	height: 100%;
}

#menu ul
{
	list-style-type: none;
	height: 100%;
	background-color: #191717;
}

#menu ul li.opHome
{
	background-color: #3e3d3d;
}

#menu li a
{
	/* width: 16%; */
	color: #fcc793;
	/* float: left; */
	letter-spacing: 1px;
}

#main
{
	border: 5px solid #fcc793;
}

#main img.logo
{
	width: 90%;
	margin: 25px 5% 35px 5%;
}

#main img.mainPhoto
{
	width: 94%;
	margin: 0 3% 35px 3%;
}

h5
{
	color:  #fcc793;
}

#mainDescription
{
	margin-top: 35px;
}

#mainDescription .first
{
	font-size: 22px;
	margin-top: 73px;
    margin-bottom: 55px;
    color: #fcc793;
}

#mainDescription .headAccessories
{
	margin-top: 58px;
	max-resolution: 16px;
}

#mainDescription .headTheParilla
{
	margin-top: 58px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#questions .headQuestion
{
	text-transform: uppercase;
	margin-top: 58px;
	margin-bottom: 16px;
}

#mainLogo img
{
	width: 100px !important;
}