﻿
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


.container
{
	width: 960px;
	margin: 0px auto;
	position: relative;
	z-index: 12;
}

#contactFormContainer
{
	position: absolute;
	left: 68px;
	z-index: 1;
}

#contactForm
{
	height: 350px;
	width: 550px;
	background: #808080;
	border: 5px solid #fff;
	padding: 7px 12px;
	color: #fff;
	display: none;
	position:fixed;
	top:40px;
	left:370px;
}

.bar
{
	display: none;
	/*background: #343434;*/
	margin-top: 80px;
	height: 40px;
	width: 230px;
	padding-left: 20px;
	font-size:18px;
}
#messageSent
{
	display: none;
}

#contactForm span
{
	display: none;
	font-size: 13px;
	line-height: 10px;
	padding-left: 20px;
	color: #ae1313;
}

#contactFormContainer .contact
{
	height: 27px;
	width: 211px;
	background: #e6e6e6;
	position: absolute;
	left: 300px;
	bottom: -44px;
	cursor: pointer;
	padding:5px 0 5px 0px;
	text-align:center;
	border:solid 3px #808080;
}

#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 11;
}

#contactForm textarea, #contactForm input
{
	width: 380px;
	background: #fff;
	color: #666666;
	border: 1px solid #8a8a8a;
	height: 18px;
	line-height: 14px;
	font-size: 13px;
	padding: 2px 2px 0px;
}
#contactForm input
{
	background-position: 0px -20px;
}
#contactForm textarea
{
	height: 114px;
}
#contactForm .submit
{
	border: 1px solid #aba8a8;
	background: #e5e5e5;
	text-transform: uppercase;
	color: #4d4d4d;
	font-weight: bold;
	padding: 7px 16px 7px 14px;
	height: 37px;
	width: 124px;
	cursor: pointer;
	float: left;
	margin-top: 210px;
}
#contactForm .submit:active
{
	background: #cacaca;
}
#contactForm label
{
	padding-left: 4px;
	font-weight: bold;
}
#contactForm p
{
	padding-bottom: 8px;
}
#contactForm .input_boxes
{
	float: left;
	width: 420px;
}

#dummycontent
{
	padding-top: 1px;
	height: 120px;
	position: relative;
}
.bottomlink
{
	position: absolute;
	bottom: 0;
}

#close
{
    /*background: url(../images/close.png) no-repeat right;*/
    cursor: pointer;
    font-family: sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 15px;
    text-align: right;
    padding: 8px 5px 5px 5px;
    color:#ae1313;
}
