@import url("form2.css");


/* @group global */

.hide {
	display: none;
}
	
/* @end */

/* @group structure */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#contentwrap {
	position: relative;
	top: 15px;
	left: 0;
	min-height: 425px;
}
	
/* @end */

/* @group Clock */
#clock2 {
	position: absolute;
	height: auto;
	width: auto;
	top: 11px;
	right: 0px;
}



/* @group header */

#header2 {
	position: relative;
	height: 117px;
}

#header2 h2 {
	background: url(/NoAuth/images/logo.png) no-repeat;
	width: 104px;
	height: 75px;
	padding: 0;
	overflow: hidden;
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 5px;
}



#header2 a {
	color: #e31f78;
	text-decoration: none;
}

#header2 .nav {
	list-style: none;
	padding: 0;
	background: url(/NoAuth/images/navRight.png) no-repeat right center;
	height: 32px;
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 2px;
}

#header2 .nav li {
	text-transform: lowercase;
	float: left;
	list-style: none;
	height: 32px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#header2 .nav li a {
	background: url(/NoAuth/images/navDivider.png) no-repeat right 3px;
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#navLeft {
	background: url(/NoAuth/images/navLeft.png) no-repeat;
	float: left;
	width: 3px;
	height: 32px;
	margin-right: -1px;
}




#search input#fieldSearch {
	width: 125px;
	margin-right: 5px;
}

body.home #header2 .nav li#navHome,
body.products #header2 .nav li#navProducts,
body.resources #header2 .nav li#navResources,
body.partners #header2 .nav li#navPartners,
body.support #header2 .nav li#navSupport,
body.company #header2 .nav li#navCompany,
body.contact #header2 .nav li#navContact,
body.blog #header2 .nav li#navBlog {
	background: no-repeat right center url(/NoAuth/images/navOn.png);
}
	
/* @end */

/* @group content nav */

#contentnav {
	width: 200px;
	background: url(/NoAuth/images/contentNav.png) no-repeat;
	color: white;
	margin-right: 25px;
	margin-bottom: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

#contentnav ul li {
	font-weight: bold;
	font-size: 12px;
	margin: 12px 0 0;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background: #676767;
}

#contentnav ul ul li {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	background: #676767;
}

#contentnav ul ul ul li {
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	background: #737373;
	padding-left: 1px;
}

#contentnav h4.empty {
	height: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

#contentnav h3 {
	margin: 0;
	background: #777676;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #919191;
	font-size: 12px;
	padding: 7px 10px;
}

#contentnav ul {
	list-style: none;
	padding-left: 0;
	font-size: 11px;
	margin: 0;
}

#contentnav ul.section {
	background: url(/NoAuth/images/contentNavBottom.png) no-repeat left bottom;
	padding-bottom: 162px;
	list-style: none;
	padding-left: 0;
	font-size: 11px;
	margin: 0;
}

body.products #cat_products {
	display: block;
}

#contentnav li {
	background: #767676;
}

#contentnav li a {
	text-decoration: none;
	color: white;
	width: 100%;
	padding-top: 5px;
	display: block;
	text-indent: 10px;
	height: 1.75em;
}

* html #contentnav li a {
	text-decoration: none;
	color: white;
	width: 100%;
	height: 2em;
	padding-left: 10px;
	padding-top: 4px;
	text-indent: 0px;
}

#contentnav ul ul ul li a {
	text-decoration: none;
	color: white;
	text-indent: 15px;
}

#contentnav a:hover {
	background: #df218b;
}

#contentnav ul ul ul li a:hover {
	background: #df218b;
}

#contentnav li a {
	
}

.section {
	display: none;
}

#contentnav ul ul ul {
	display: none;
}



body.products #contentnav ul#cat_products,
body.resources #contentnav ul#cat_resources,
body.partners #contentnav ul#cat_partners,
body.support #contentnav ul#cat_support,
body.company #contentnav ul#cat_company,
body.contact #contentnav ul#cat_contact,
body.blog #contentnav ul#cat_blog {
	display: block;
}

	
/* @end */

/* @group content */

#content2 {
	width: 365px;
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: 225px;
}

body.search #content2 {
	margin-right: 25px;
	margin-bottom: 50px;
	margin-left: -60px;
	width: 600px;
}

body.search .nosearch {
	display: none;
}

#content2 h1 {
	margin: 0 0 5px;
	font-size: 22px;
}

#content2 h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content2 h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content2 h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content2 p {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#content2 li {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
	list-style: square;
	line-height: 1.5em;
}




/* @group footer */

#footerwrap {
	background: #888888;
	width: 100%;
	margin-bottom: 0;
	margin-top: 25px;
}

#footer2 {
	width: 760px;
	color: white;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer2 a {
	color: white;
	font-weight: bold;
}

#footer2 p {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 3px;
}

#footerprint {
	display: none;
}
	
/* @end */





/* @group  print */
