body
{
	background:#ffffff url('images/top_bg.png') center top repeat-x;
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', serif;
	color:#000000;
}

a
{
	text-decoration: underline;
	color: #294B72;
}

a:hover
{
	color:#cc3524;
}


div
{
	outline:0px solid red;
}

#mainBGContainer
{
	width:100%;
	position:relative;
	background:url('images/top_bgcenter.jpg') top center no-repeat;
}

.mainContainer
{
	width:960px;
	margin:0 auto;
	position:relative;
}


#topLogo
{
	background:url('images/top_gfx.jpg') top center no-repeat;
	width:960px;
	height:250px;
	position:relative;
}

#topLogo #inner
{
	width:960px;
	position:relative;
	margin:0 auto;
	height:172px;
}

#topLogo #inner #logoLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 90px;
	cursor: pointer;
}

#topLogo #inner #catalogLink {
	position: absolute;
	top: 17px;
	left: 30px;
	width: 250px;
	height: 55px;
	cursor: pointer;
}


#topMenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 660px;
	z-index: 10000;
	text-align: right;
}

#topMenu a {
	display:block;
	text-decoration:none !important;
}

.MenuLevel1 {
	display: inline-block;
	float: none;
	height: 90px;
	margin-right: 1px;
	margin-left: -3px;
	cursor: pointer;
	position: relative;
	padding: 0 20px;
	line-height: 90px;
	background: url('images/topMenu_bg.png') top left repeat-x;
	color: #003e88;
}

.MenuLevel1.b2b {
	width: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: right;
		background: url('images/b2b.png') top left repeat-x;
}

.MenuLevel1.b2b a
{
	display:block;
	width:30px;
	height:90px;
}

.MenuLevel1 span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}

.MenuLevel1:hover {
	opacity:1;
}

.MenuLevel1:hover > span{
	color:#e30a0a;
}

.MenuLevel1:hover > .MenuLevel2{
	display:block;
}


.MenuLevel2 {
	position: absolute;
	background: #ffffff;
	opacity: 0.90;
	left: -1px;
	display: none;
	top: 65px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.MenuLevel2 span {
	display: block;
	text-align: left;
	color: #003e88;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	padding-right: 55px;
	cursor:pointer;
	white-space: nowrap;
}


.MenuLevel2 span:hover {
	color:#e30a0a;
}


.topTagLine
{
	position: absolute;
	font-size: 16px;
	font-family: Roboto Condensed;
	color: #003e88;
	top: 226px;
	left: 38px;
}



#content
{
	background:url('images/content_bg.jpg') top center no-repeat;
	float:left;
	width:100%;
}

#contentPage
{
	position: relative;
	z-index: 110;
	margin-top:20px;
}

.contentTop
{
	margin-left:70px;
}


#content #contentPage #textContent
{
	min-height: 1px;
	margin-left: 52px;
}



h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 15px;
	color: #e30a0a;
	text-decoration: underline;
}


#breadcrumbs
{
	color: #808080;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px dotted #e0e0e0;
	margin-left: -20px;
}

#breadcrumbs a
{
	text-decoration:none;
	color:#a0a0a0;
}

#breadcrumbs a:hover
{
	text-decoration:underline;
}



.searchBox {
	position: absolute;
	font-size: 16px;
	font-family: Roboto Condensed;
	color: #003e88;
	top: 222px;
	right: 120px;
}

#searchQuery {
	border: 1px solid #003e88;
	font-size: 12px;
	padding: 3px;
	border-radius: 3px;
	width: 120px;
	opacity: 0.6;
}

.searchBox button {
	background: #003e88;
	border: 0;
	padding: 3px 5px;
	font-size: 12px;
	color: #ffffff;
	font-family: Roboto Condensed;
	border-radius: 2px;
	cursor: pointer;
}

.searchBox button:hover {
	background:#e30a0a;
}





.normalText
{
	line-height: 1.3em;
	color: #202020;
	text-align: justify;
	font-size: 15px;
}

.normalText a
{
	text-decoration: none;
	color: #003e88;
}

.normalText a:hover
{
	text-decoration:underline;
	color:#e30a0a;
}

.normalText li
{
	margin-bottom: 6px;
	list-style-image:url('images/li1.png');
}



#content #contentPage #textContent.news
{
	float: left;
	width: 755px;
	min-height: 1px;
}

