@CHARSET "UTF-8";

*{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	vertical-align: top;
	background: url("../media/images/bg_header.png") repeat-x;
	background-color: #E2E2E3;
	font-family: Arial, sans-serif;
}

img{
	border: none;
}

p{
	font-size: 12px;
	color: #595959;
}

a{
	color: #E46B12;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #595959;
}

a:focus {
	outline: 0;
}
						
										/*LOGIN*/
													
#logintable{
	background-color: #B9AEB2;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.loginContainer{
	text-align: center;
	vertical-align: top;
	padding-top: 100px;
}

.loginFont{
	font-family: verdana;
	font-weight: bold;
	color: #6D6769;
}

					/*//////////////////////////////////////////////////*/
		
div.mainWrap {
	/*min-height: 810px;*/
}

div.mainContainer {
	width: 1000px;
	/*position: relative;
	top: 0px;*/
	margin: auto;
	/*height: 100%;*/
}

.header {
	padding-left: 40px;
}

div.footerContainer {
	width: 100%;
	/*position: relative;
	bottom: 0px;*/
	background: url("../media/images/bg_footer.png") repeat-x;
	background-color: #5E5F61;
	height: 178px;
}

.preFooter {
	width: 1000px;
 	height: 38px;
 	margin: auto;
 	background-image: url("../media/images/bg_preFooter.png");
 	background-repeat: repeat-x;
}

div.footer {
	width: 1000px;
	height: 140;
	/*padding-top: 38px;*/
	margin: auto;
	background-color: #5E5F61;
}

.footer p {
	font-size: 12px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footer a:hover {
	color: #CCCCCC;
}

.contentContainer {
	background-color: #FFFFFF;
	/*height: 100%;*/
}

.bigSpecsContainer {
	padding: 70px 40px;
	font-family: 'Amaranth', sans-serif;
}

.bigSpecsContainer h1 {
	color: #5E5F61;
	font-size: 20px;
}

.bigSpecsContainer p {
	color: #5E5F61;
	font-size: 16px;
	text-align: justify;
}

.bigSpecsContainer a {
	font-family: verdana,sans-serif;
	color: #5E5F61;
	font-size: 14px;
}

.bigSpecsContainer a:hover {
	font-family: verdana,sans-serif;
	color: #B70B1B;
}

p.siteUnderConstruction {
	font-size: 22px;
	padding-top: 20px;
	color: #B70B1B;
}



/* FOOTER */

.footerSplit {
	padding-bottom: 38px;
}

.newsletterButton {
	padding-left: 50px;
}

/*/////////*/



						/*////////////////////////////  NEWSLETTER  ////////////////////////////*/

.newsletterRegistrationContainer {
	padding-left: 20px;
	padding-top: 140px;
	background-color: #FFFFFF;
}


.subscribeNewsletterTitle {
	color: #EC6A08;
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
}

.subscribeNewsletterSubtitle {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.formLabel{
	color: #EC6A08;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.1;
	line-height: 1.5em;
}

a.newsletterError {
	color: red;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: center;
}

a:hover.newsletterError:hover {
	color: red;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: center;
}

.newsletterConfirm {
	color: #36843D;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 0.8em;
}

#emailForm {
	background-color: #DAD5D2;
	border: none;
	width: 190px;
	color: #898691;
	font-weight: bold;
	padding-left: 3px;
}

#button {
	background-color: #ACA1A5;
	border: none;
	margin-top: 3px;
	padding-left: 2px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	width: 190px;
	text-align: left;
	cursor: pointer;
}

.privacyLink {
	color: #595959;
}

.privacyLink:hover {
	color: #828282;
}

.privacyContainer {
	margin-top: 20px;
	padding: 5px;
	background-color: #E8E8E8;
	display: none;
}

.privacyContainerVisible {
	margin-top: 20px;
	width: 950px;
	padding: 5px;
	background-color: #E8E8E8;
	visibility: visible;
}

						/*//////////////////////////////////////////////////////////////////////*/
						

