/*

(C) 2009 FelipeDias.com
Todos os direitos reservados.

http://www.4thfrontier.com.br

Desenvolvido por guFigueiredo | Design Studios

*/



:link,:visited {text-decoration:none}


/*********************** MASTER ******************************/

body
{

	background:#101010;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCC;
	margin:0;

}

body p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCC;
	line-height:1.4;
}

body a
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color:#FFF;
}



body a:hover
{
    color:#d44067;
    text-decoration: underline;
}

body h1
{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	color:#d44067;
	margin:20px 0 10px 0;
}

body h2
{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#666;
	margin:0 0 10px 0;

}




.destaque
{
	color:#d44067;
}


#master
{
	width: 100%;
	height:100%;
	margin:0;
}

	#page
	{
		width:980px;
		height:100%;
		margin:0px auto;

	}

		#header
		{
			width:100%;
			height:352px;
		}

		#fullContent
		{
			width:878px;
			margin:0px auto;
			height:100%;
		}


		#contentPage
		{
			width:100%;
			height:100%;
			margin-bottom:20px;
			background-color:#080405;
			display:table;

		}

		#internalPage
		{
			width:100%;
			height:100%;
			background:url(../images/bg_internal.png) no-repeat left bottom;
			display:table;
		}


			#internalHeader
			{
				width:100%;
				height:91px;
				background:url(../images/ContentHeader.jpg) no-repeat top;
				margin-top:2px;
			}
			#internalContent
			{
				width:95%;
				height:100%;
				margin:0px auto;
				padding:30px 0;
			}

				#internalPlaceHolder
				{
					width:600px;
					height:100%;
				}

			#internalContent h1
			{
				font-family: Tahoma, Arial, Georgia, Helvetica;
				text-transform: uppercase;
				font-size:32px;
				margin-top:0;
				margin-bottom:15px;
			}



/*********************** HOME ******************************/

#left
{
	float:left;
	width:415px;
	height:100%;
	display:table;
	margin-left:15px;
}

#right
{
	float:left;
	width:380px;
	height:100%;
	display:table;
	margin-top:20px;
	margin-left:20px;
}

.imageHome img
{
	margin-top:20px;
}

.image img
{
	padding:4px;
	border:4px solid #222;
	margin-top:20px;
}

#banner
{
	width:100%;
	height:382px;
}

#homeContent
{
	width:100%;
	height:100%;
	display:table;
	padding-bottom:50px;
}

	#welcome
	{
		width:415px;
		height:120px; /*BOTAR 100% DEPOIS*/
		border-bottom:1px solid #363636;
		float:left;
		display:table;
	}

	#destaques
	{
		float:left;
	}

	#newsletter
	{
		float:right;
		width:215px;
		height:208px; /*BOTAR 100% DEPOIS*/

	}
		#newsletterBox
		{
			margin-top:2px;
			width:100%;
			height:73px;
			float:left;
			line-height:2.8;
		}

		.newsletterBoxTexto
		{
			margin-left:12px;
		}

		.newsletterBoxTexto p
		{
			margin:0;
		}

		#newsletterBox fieldset
		{
			margin:14px 0 0 12px;
			border:none;
			background:url(../images/bg_newsletter.jpg) repeat-x;
			padding:10px 0 0 10px;
		}

		#newsletterBox fieldset label
		{
			width:70px;
			float:left;
			text-align:right;
			margin-right:5px;
			line-height:1.8;
		}

		#newsletterBox input
		{
			width:97px;
			padding:3px;
			border:1px solid #382f2f;
			color:#333;
			font-size:10px;
			font-style:italic;
			background:#0f0b0b;
			margin-top:-5px;


		}
		#newsletterBox input.button
		{
			width:38px;
			height:20px;
			padding:1px;
			font-weight:bold;
			font-style:normal;
			color:#ccc;
			font-size:8px;
			background: url(../images/bg_button.jpg) repeat-x #5a000a;
			border:none;
			float:right;
			margin-right:13px;
			margin-top:5px;
		}

	#media
	{
		float:right;
	}

	#media a img { border:none; }
		.mediaItem
		{
			margin-top:10px;
		}

/************************ INTERNALS **************************/

#galeriaContainer
{
	margin-top:30px;
	width:100%;
	float:none;
	clear:both;
}
#galeriaFoto
{
	width:95%;
	height:100%;
	background:url(../images/bg_gallery.jpg) repeat-x;
	padding:20px 0;
	margin:0px auto;

}

#contactInfo
{
	background-color: #222;
    padding:12px;
    color:#FFF;
    font-size:12px;
    line-height:1.6;
    width:200px;
    margin-left:100px;
    margin-top:40px;
}

#contactInfo h1
{
	color: #D44044;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:20px;
	margin:0 0 10px 0;
	text-transform:none;

}


#product
{
	min-height:340px;
	height:auto !important;
	height:340px;
}

#product h1
{
	text-transform:none;
	font-size:20px;
}

/*********************** FOOTER ******************************/

#footer
{
	width:100%;
	background-color:#212121;


}
	#footerContent
	{
		width:878px;
		height:70px;
		margin:0px auto;
		padding-top:25px;
	}


		#footerLeft
		{
			float:left;
			font-size:14px;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-weight:bold;
			color:#D44044;
		}

		#footerLeftSpan
		{
			color:#FFF;
			font-size:16px;
			border-right:2px solid #333;
			float:left;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-weight:bold;
			height:40px;
			padding-right:5px;
			margin-right:5px;
		}
		#footerLeft2
		{
			float:left;
			margin-left:40px;
			text-align:right;
			line-height:1.6;
		}
		#footerRight
		{
			float:right;
		}

	#footerContent p
	{
		margin:0;
		margin-top:5px;
	}



/***************************FORMULARIOS ****************************/


div.box
 {
	text-align:left;
	font: 12px Trebuchet Ms, Verdana, Arial, Tahoma, Sans-Serif;
	color:#333333;
}

div.box fieldset {margin-top:25px; border:none;}

div.box label
 {
	float:left;
	width:80px;
	text-align:right;
	font: 10px Verdana, Arial, Tahoma, Sans-Serif;
	color:#ccc;
	padding-right:20px;
}

div.box img {padding:0 0 8px 3px;}

.validate {padding-bottom:4px;}


div.box input, div.box select
{
	margin-bottom:5px;
	font-size:10px;
}


div.box input
 {
	padding:3px;
	border:none;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background:#D44044;

}

div.box textarea
 {
	padding:3px;
	border:none;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background:#D44044;
	overflow:auto;
}

div.box select
 {
	height:20px;
	margin-bottom:5px;
	background-color:#fff;
	font: 10px Verdana, Arial, Tahoma, Sans-Serif;
	color:#059AAE;
	border:1px solid #ccc;
}


div.box input.radio
 {
	width:20px;
	vertical-align:top;
	background:#FFF none;
	border:none;
}

div.box input.button
 {
	border:none;
	width:80px; height:22px;
	font: 11px Verdana, Arial, Tahoma, Sans-Serif;
	color: #ccc;
	text-align:center;
	margin-top:10px;
	margin-left:135px;
	background:url(../images/bg_button.jpg) repeat-x #5a000a;


}

div.box input.button_sub {
	border:none;
	width:80px; height:22px;
	font: 11px Verdana, Arial, Tahoma, Sans-Serif;
	color: #ccc;
	background:url(../images/bg_button.jpg) repeat-x #5a000a;
	text-align:center;
	margin-top:10px;
	margin-left:5px;
}

/**************** RSV *************/
.errorField
	   {
        border: 1px solid red;
        background-color:Red;
        color: #990000;
      }

      #rsvErrors {
        display: none;
        background-color: #333;
        border: 3px dashed #D44044;
        padding: 12px;
        color:#ccc;
        font-size:11px;
        }