@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body */
body {
	background: #fff url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #555;
}

#supermaster {
	background: url(../images/redline.gif) center 73px no-repeat;
}

#master {
	width: 945px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 945px;
	margin: 0 auto;
	height: 291px;
	position: relative;
	overflow: hidden;
}

#header h1 {
	float: left;
	width: 230px;
	height: 30px;
	margin-top: 15px;
}

#header h1 a {
	float: left;
	background: url(../images/logo.gif) 0 0 no-repeat;
	width: 230px;
	height: 36px;
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	left: -20px;
	top: 70px;
	background: url(../images/slogan.png) 0 0 no-repeat;
	width: 263px;
	height: 164px;
	float: left;
	text-indent: -9999px;
}
#header h2.sloganRo {
	background: url(../images/slogan_ro.png) 0 0 no-repeat;
}

/* Teaser*/
ul#teaser {
	width: 645px;
	height: 122px;
	background: url(../images/teaser_back.png) 0 0 no-repeat;
	float: left;
	/*margin-top: 10px;
	margin-left: 300px;
	_margin-left: 150px;*/
	position: absolute;
	left: 280px;
	top: 10px;
	padding: 10px;
}

body.contact ul#teaser {
	top: 150px;
}

.teaserContent {
	width: 645px;
}

.teaserImg {
	width: 318px;
	height: 111px;
	overflow: hidden;
	float: left;
}

.teaserText {
	float: right;
	width: 300px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.teaserText h3 {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	padding-bottom: 15px;
}

.teaserText a {
	color: #000;
	text-decoration: none;
}

.teaserText a:hover {
	border-bottom: 1px solid #000;
}

/* Search */
fieldset.search {
	text-align: right;
	float: right;
	width: 210px;
	position: absolute;
	right: 0;
	top: 10px;
}

fieldset.search input.inp {
	background: #f2f2f2;
	vertical-align: middle;
	padding: 3px;
	font-size: 11px;
	color: #555;
	border: 1px solid #ddd;
}

fieldset.search input.btn {
	width: 60px;
	height: 21px;
	background: none;
	border: none;
	background: url(../images/btn_search.gif) 0 0 no-repeat;
	vertical-align: middle;
	text-indent: -9999px;
}

fieldset.search input.btnRo {
	width: 60px;
	height: 21px;
	background: none;
	border: none;
	background: url(../images/btn_search_ro.gif) 0 0 no-repeat;
	vertical-align: middle;
	text-indent: -9999px;
}

/* Lang */
ul.lang {
	position: absolute;
	right: 0;
	top: 40px;
}

ul.lang li {
	float: left;
	display: block;
	padding-left: 24px;
}

ul.lang li a {
	color: #cd2314;
	text-decoration: none;
}

ul.lang li a:hover {
	border-bottom: 1px dotted #cd2314
}

/* Main menu */
ul.mainMenu {
	padding-top: 109px;
	float: right;
}

ul.mainMenu li {
	float: left;
	display: block;
	padding-left: 14px;
}

ul.mainMenu li a {
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	padding:8px 14px 8px 0;
	text-decoration: none;
	float: left;
	display: block;
}

ul.mainMenu li:hover, ul.mainMenu li.onpage {
	background: url(../images/menu_item_left.gif) 0 0 no-repeat;
}

ul.mainMenu li a:hover, ul.mainMenu li.onpage a {
	background: url(../images/menu_item_right.gif) right 0 no-repeat;
	color:#fff;
}

/* Footer */
#footer {
	width: 905px;
	margin: 0 auto;
	height: 25px;
	background: url(../images/footer.gif) 0 0 no-repeat;
	font-size: 10px;
	padding: 20px 20px 0 20px;
}

#footer .copyright {
	float: left;
	width: 48%;
}

#footer .madeby {
	float: right;
	width: 48%;
	text-align: right;
}

#footer a {
	color: #cd2314;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #cd2314;
}

/* Content */
#wrapper {
	width: 945px;
	margin: 0 auto;
}

/* Front page */
.frontColumn {
	float: left;
	width: 200px;
	background: url(../images/left_column_back.png) 0 0 no-repeat;
	min-height: 342px;
	height: auto;
	_height: 342px;
	margin-top: -50px;
	padding: 20px 15px 10px 15px;
	margin-left: 4px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.starnew {
	position: absolute;
	left: 160px;
	top: 170px;
}

.frontColumn.contact {
	background-image: url(../images/left_column_contact_back.png);
}

.frontColumn ul li {
	background:transparent url(../images/bullet.gif) no-repeat scroll 0pt 2px;
	padding-left:12px;
}
.frontColumn h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 22px;
	color: #cd2314;
}

.frontColumn.contact h2 {
	padding-bottom: 110px;
}

.frontColumn p {
	padding-bottom: 15px;
}

.frontColumn a {
	color: #cd2314;
	text-decoration: none;
}

.frontColumn a:hover {
	border-bottom: 1px dotted #cd2314;
}

#leftColumn {
	float: left;
	width: 200px;
	background: url(../images/left_column_back.png) 0 0 no-repeat;
	min-height: 342px;
	height: auto;
	_height: 342px;
	margin-top: -50px;
	padding: 20px 15px 10px 15px;
	position: relative;
}

#content {
	float: right;
	width: 649px;
	padding: 10px;
	line-height: 140%;
}

#leftColumn h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 22px;
}

#leftColumn ul.subMenu {
	margin-bottom: 20px;
}

#leftColumn ul.subMenu li {
	background: url(../images/submenu_bullet.gif) 1px 6px no-repeat;
	padding-left: 18px;
	border-bottom: 1px dotted #555;
}

#leftColumn ul.subMenu li {
	border-left: 1px solid #fff;
}

#leftColumn ul.subMenu li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
}

#leftColumn ul.subMenu li:hover, #leftColumn ul.subMenu li.active {
	color: #cd2314;
	border-bottom: 1px dotted #cd2314;
}

#leftColumn ul.subMenu li:hover a, #leftColumn ul.subMenu li.active a {
	color: #cd2314;
}

/* Breadcrumb */
.breadcrumb {
	border-bottom: 1px solid #fff;
	padding: 0 5px 5px 5px;
	font-size: 10px;
	margin-bottom: 15px;
}

.breadcrumb a {
	color: #cd2314;
	text-decoration: none;
}

.breadcrumb a:hover {
	border-bottom: 1px dotted #cd2314;
}

/* Content styles */
#content p, #content ul {
	font-size: 12px;
}

#content a, .leftList a {
	color: #cd2314;
	text-decoration: none;
}

#content a:hover, .leftList a:hover {
	border-bottom: 1px dotted #cd2314;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #cd2314;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #cd2314;
	padding-bottom: 15px;
}

#content h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	padding-bottom: 15px;
}

#content p {
	padding-bottom: 15px;
}

#content ul {
	padding: 0 0 15px 10px;
}

#content ul ul {
	padding: 0 0 0 10px;
}

#content ul li, .leftList ul li {
	background: url(../images/bullet.gif) 0 2px no-repeat;
	padding-left: 12px;
}

.csc-sitemap ul li {
	border-left: none;
}

.important {
	border: 1px solid #e7e6e6;
	background: #f2f2f2 url(../images/arrow.gif) 590px 10px no-repeat;
	padding: 20px 60px 5px 20px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.important { display: block; }
.important:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.important .image {float:left;}
.important .image img {padding:0 5px 0 0;}
.important:hover {
	background-color: #f7f9f8;
}

.important a {
	position: absolute;
	width: 647px;
	height: 100px;
	left: 0;
	top: 0;
	border-bottom: none !important;
	z-index: 100 !important;
	background: #fff;
	opacity: .01;
	filter:alpha(opacity=01);
}

.tx-powermail-pi1 {
	border: 1px solid #e7e6e6;
	background: #f2f2f2 url(../images/contact.gif) right 0 no-repeat;
	padding: 20px 60px 5px 20px;
	margin-bottom: 15px;
}

.tx-powermail-pi1 legend {
	font-size: 15px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #cd2314;
	padding-bottom: 15px;
}

.tx-powermail-pi1 label {
	float: left;
	width: 100px;
}

.tx-powermail-pi1 input.powermail_text, .tx-powermail-pi1 textarea.powermail_textarea {
	border: 1px solid #e7e6e6;
	padding: 2px;
	width: 200px;
	margin-bottom: 5px;
}

.tx-powermail-pi1 input.powermail_submit {
	border: 1px solid #cd2314;
	background: #dd3f36;
	color: #fff;
	padding: 2px 5px;
	margin-left: 100px;
}
p.align-center {text-align:center; padding:0; margin:0;}
p.align-center a:hover {text-decoration:none;}

.frontColumn a:hover {
	border-bottom: none;
}