/* @override 
	http://brand-blaze.powersolutions.it/css/main.css
	http://local.brand-blaze.com/css/main.css
*/

*
{
	outline: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	/*overflow: inherit; /* triggers 100% height in Opera 9.5 */
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: white;
}

#siteWrapper
{
	position: relative;
	width: 932px;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 60px;
	background-color: white;
	z-index: 15;
}

#logo
{
	background: url(/img/logo.png) left center no-repeat;
	height: 46px;
	width: 168px;
	position: absolute;
	top: 7px;
	left: 20px;
	cursor: pointer;
}

#menu
{
	position: relative;
	z-index: 15;
	background-color: white;
}

#dropDownMenu
{
	position: absolute;
	z-index: 11;
	background-color: white;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #999;
	left: 400px;
	top: 3px;
}

#dropDownMenu li
{
	padding: 10px;
	margin: 0 8px;
	color: black;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

#dropDownMenu li a
{
	text-decoration: none;
	color: black;
}

#menu ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 25px;
	width: 155px;
	position: relative;
}

#menu ul li
{
	float: left;
	height: 20px;
	padding: 0 7px;
	border-right: 1px solid #ccc;
}

#menu ul li a
{
	display: block;
	padding-top: 3px;
	text-decoration: none;
	color: red;
	font-size: 13px;
}

#menu ul li#facebook
{
	border-right: 0;
}

#menu ul li#facebook a
{
	padding-top: 0;
}

#main
{
	position: relative;
	height: 600px;
	background: url(/img/main-back.jpg) left top no-repeat;
}

#contactWrapper
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#darkBack
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: black;
	opacity: .7;
}

#contactList
{
	position: absolute;
	color: white;
	z-index: 10;
	top: 84px;
	left: 30px;
	line-height: 18px;
}

#contactList a
{
	text-decoration: none;
	color: white;
}

#contactForm
{
	position: relative;
	z-index: 11;
	width: 460px;
	margin: auto;
}

#contactForm table
{
	border-collapse: collapse;
	color: white;
}

#contactForm table td
{
	padding: 2px 0;
}

#contactForm table td.error
{
	height: 80px;
	padding: 15px 10px 0 10px;
	color: white;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

#contactForm table td.label
{
	width: 90px;
}

#contactForm table td.value input,
#contactForm table td.value textarea
{
	width: 100%;
	color: #666;
	border: 1px solid #666;
	padding: 3px;
}

#contactForm table td.value textarea
{
	height: 120px;
}

#contactForm table td.buttons
{
	padding: 15px 0;
}

.valueMissing
{
	background-color: #ffcece;
}
