﻿/*Defaults*/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
caption{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	color: #000841;
}

body
{
	background:#ffffff;
}

strong
{
	font-weight: bold;
	color: inherit;
}

.toLeft
{
	float:left;
	width:60%;
}

.toRight
{
	float:right;
	width:40%;
}

/*  Main sections */

#containerHome, #container
{
	height:650px;
	left:50%;
	margin:-325px 0 0 -502px;
	position:absolute;
	top:50%;
	width:1003px;
	background:url(Images/pagesBackground.jpg) no-repeat;
}

#containerHome
{
	background:url(Images/homeBackground.jpg) no-repeat;	
}

#contentHome
{
	height: 598px;
}


#header
{
	height:105px;
	text-align:center;
	padding-top:15px;
}

#headerStatic
{
	padding-top:15px;
	height:105px;
}

#content
{
	height:473px;
	padding: 5px 20px 0;
}

#footer
{
	margin: 0 20px;
	width:953px;
}

/*   Home sections   */

#logoHome
{
	float:left;
	margin-left:120px;
	margin-top:175px;
}

#logoStatic
{
	margin:0 auto;
	width:110px;
}

/*   Pages sections   */

.section
{
	margin:0 auto;	
	height:468px;
}

.row
{
	height:150px;
	margin-bottom:6px;	
}

.row img
{
	width:150px;
	min-height:150px;
	margin-right:10.5px;
	float:right;
	position:static;
}

.productRow
{
	margin-top: 5px;
}

.productFrame
{
	margin-left:227px;
	overflow:hidden;
	position:relative;
}

.pressFrame
{
	margin-left:127px;
	overflow:hidden;
	position:relative;
}

.productImg
{	
	float:left;
	height:445px;
	width:445px;
}

#wrapper .productImg img
{
	position:static;
	min-height:445px;
	width:445px;
}

.productBtns
{
	float:left;
	margin: 0 10px;
	margin-top:390px;
}

a.productBtns, a.backBtn
{
	text-decoration:none;
}

.backBtn
{
	position:absolute;
	right:270px;
	top:7px;
}

.productText
{
	height:20px;
	padding:2px 5px 0;
	text-align:center;
	width:427px;	
	margin:0 auto;
	background: url(Images/transparentBackground.png) repeat;
	color:#000841;
}

.productText strong
{
	font-size:13px;
	line-height:18px;
}

.staticText
{
	height:335px;
	margin:30px auto 0;
	width:380px;
	padding:15px 20px 20px;
	background: url(Images/textBackground.png) repeat;
	line-height:23px;
}

.contactText
{
	background: url(Images/contactBackground.png) no-repeat;
	height:165px;
	width:405px;
	margin:120px auto 0;
	padding:15px 20px 20px;
	line-height:23px;
}

.contactText a
{
	text-decoration:none;
}

/*   Footer sections   */

.footerIcons
{
	width: 70px;
	float:left;
	margin-top:12px;
}

.footerIcons img
{
	width:64px;
	height:64px;
	float:left;
	margin-right: 10px;
}

#mainMenu
{
	float:right;
	margin-right:5px;
	margin-top:20px;
	text-align:right;
}

.itemStatic, .dynamicStatic
{
	font-size:15px;
	margin-left:5px;
	font-weight: bold;
}

.dynamicStatic
{
	text-align:center;
	width:115px;
	font-size:15px;
	/*position:absolute;
	top:-40px;
	left:3px;	*/
	background: url(Images/transparentBackground.png) repeat;
}

.dynamicStatic a
{
	background: url(Images/transparentBackground.png) repeat;
}

#mainMenu div.ctl00_Menu1n1Items, #mainMenu div.ctl00_Menu1_0, #mainMenu div#Menu1n1Items
{
	background: none;
	left:120px !important;
	position:relative !important;
	top:-38px !important;
}

#newsletter
{
	float:left;
	font-size:15px;
	font-weight:bold;
	margin-top:17px;
	position:relative;
}

#newsletter a
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	float:right;
}

#ctl00_xNewsletter, #xNewsletter
{
	border:none;
	background:transparent url(Images/textField.png) no-repeat;
	height:17px;
	position:relative;
	padding:6px 10px 5px;
	top:-4px;
	width:160px;
}

#ctl00_bNewsletter, #bNewsletter
{
	margin-top:-11px;
	vertical-align:middle;
}

#confirmation
{
	height:60px;
	left:185px;
	padding:5px;
	position:absolute;
	top:-81px;
	width:245px;
	z-index:100000;
	background:url(Images/transparentBackground.png) repeat;
	font-weight:normal;
}

.hidePanel
{
	display:none;
}

#ctl00_pConfirmation, #pConfirmation
{
	position:static !important;
}

.pressContent
{
	text-align:center;
	float:left;
	width:660px;
}

.pressContent img
{
	min-height:445px;
	position:static;
	float:left;
}

.centeredImage
{
	display:table;
	margin:0 auto;
}

/*FIXES */

a.dynamicStatic
{
	position:relative;
	z-index:100000;
	background:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.dynamicStatic a
	{
		left:117px;
		position:relative;
		top:-45px;
		width:150px;
		padding: 2px 25px;
		background: url(Images/transparentBackground.png) repeat;
	}
	.dynamicStatic
	{
		background: none;		
	}
}