/*

Blue Demo Skin CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		info@busynoggin.com
website:	www.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*	vertical-align: baseline; */
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th { font-weight:bold; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {

    font-family: Geneva, Helvetica, Arial, sans-serif;
    
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    height: 100%;
}
body.white {

    background-color: #fff;
    background-image: none;
    color: #000;
}
object { outline:none; }


/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	}

#innerPageWrap {
	width: 950px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	}

#feature {
	padding: 0 25px 25px 25px;
	}

#feature.bleed {
	padding: 0;
}

#generatedContent-1 {
	width: 160px;
	float: left;
	margin-right: 20px;
	}

#generatedContent-2 {
	width: 250px;
	float: right;
	}

#outerContentWrap {
}

#contentWrap {
	xpadding: 40px 25px 25px;
	padding: 0 25px;
	xmargin-top: -30px;
	position: relative;
	z-index: 100;
	}

#f1d #contentBlock-1 {
	float: right;
	width: 720px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 630px;
	}


#f1f #contentBlock-1 {
	float: left;
	width: 450px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2a #contentBlock-2 {
	width: 250px;
	float: right;
	}


#f2b #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2b #contentBlock-2 {
	width: 250px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2c #contentBlock-2 {
	width: 250px;
	float: right;
	}



#f2d #contentBlock-1 {
	float: left;
	width: 450px;
	}

#f2d #contentBlock-2 {
	width: 250px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 250px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 360px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 250px;
	float: left;
	margin-right: 20px;
	}


/* @end Layout */

/* @group Header */

#header {
	position: relative;
	z-index: 150;
    margin-bottom:30px;	
}

#logo {
    	padding:14px 0 0 30px;
	width:100px;height:106px;
	float:left;
}
#header_right {
    width:780px;
    float:right;
}
.corpo_link {
    display:block;
    float:left;
    font-weight:bold;
    font-size: 10px;
    color: #000;
    padding-top: 14px;
    background:url(/-/i/3angle.gif) center top no-repeat;
    margin:0 30px 0 0;
}
#region_select {
    text-align:center;
    margin-top:15px;
}
#region_select  SELECT{
    font-size: 10px;
}
#cabinet_link {
    float:right;
    margin:33px 20px 0 27px;
}


/* @group Top Menu */
#hotline {
height:68px;width:480px;
background-image:url(/-/i/hotline-bg-try4g-ua.png);
background-position:top right;
background-repeat:no-repeat;
float:left;
clear:left;
padding:24px 0 0 22px; 
}

#topMenu {
    xmargin:70px 0 0 0;
    clear:both;
    border-bottom:2px solid #e02e27;
    padding:0 20px;

}
#topMenu  TD{
    padding:0;
}


#topMenu  TABLE{
    width:100%;
    margin:0;

}

#topMenu TD.menu1left {
	width:10px;

	background-image:url(/-/i/menu1-bg.png);
	background-position: left top;
	background-repeat:no-repeat;
}

#topMenu TD.menu1item {
	background-image:url(/-/i/menu1-bg.png);
	background-position: 50% top;
	background-repeat:no-repeat;
	padding:5px 3px 2px 3px;
	text-align:center;
}

#topMenu TD.menu1right {
	width:10px;
	background-image:url(/-/i/menu1-bg.png);
	background-position: right top;
	background-repeat:no-repeat;
}

#homeNews {
	width:120px;
	height:40px;
	padding:0;margin:0;
}
#homeNews TD.left {
	width:10px;

	background-image:url(/-/i/menu1-bg.png);
	background-position: left top;
	background-repeat:no-repeat;
}

#homeNews TD.item {
	background-image:url(/-/i/menu1-bg.png);
	background-position: 50% top;
	background-repeat:no-repeat;
	padding:2px 3px 0 3px;
	color:white;
}

#homeNews TD.right {
	width:10px;
	background-image:url(/-/i/menu1-bg.png);
	background-position: right top;
	background-repeat:no-repeat;
}

#topMenu .active TD.menu1left {
	background-position: left -40px!important;
}
#topMenu .hover TD.menu1left {
	background-position: left -80px;
}


#topMenu .active TD.menu1item {
	background-position: 50% -40px!important;
}
#topMenu .hover TD.menu1item {
	background-position: 50% -80px;
}

#topMenu .active TD.menu1right {
	background-position: right -40px!important;
}
#topMenu .hover TD.menu1right  {
	background-position: right -80px;
}


#topMenu  .item {
    white-space:nowrap;
    width:auto;
	padding:0 2px ;
    
}
#topMenu  .separator {
    width:20%;
}
#topMenu A {
    font-size: 13px;
    font-style:italic;
    color: #008b44; 
    font-weight: bold;
    text-decoration:none;
}

body.white #topMenu A {
	color:#fff;
}

body.white #topMenu .active A {
	color:#000;
}

#xxxtopMenu A.active {
    filter: alpha(opacity=40); /* internet explorer */
    -khtml-opacity: 0.4;      /* khtml, old safari */
    -moz-opacity: 0.4;       /* mozilla, netscape */
    opacity: 0.4;           /* fx, safari, opera */
}

#xxxtopMenu A:hover {
    
    color: #aa0000;
    font-weight: bold;
    text-decoration:none;
}

.menu2 {
	margin-bottom:30px;
}
/* @end Top Menu */


/* @end Header */

/* @group Footer */
#bottomMenu {
    clear:both;
}
#bottomMenu TD {
    padding:0;
}
#bottom_navigation {
    font-size: 11px;
    color: #FFF;
    padding:0 10px!important;
}

body.white #bottom_navigation {
    color: #000;
}

#bottom_navigation TD, #bottom_navigation TD.sep {
width:1px;
padding:0 5px;
text-align:center;
white-space:nowrap;
}

#bottom_navigation TD.space {
width:auto;
}

#bottom_navigation A, #bottom_navigation A:visited {
    color:#fff;
}

body.white #bottom_navigation A, body.white #bottom_navigation A:visited {
    color:#ec1c24;
}


#bottom_navigation A:hover {
    color:#ff0;
}
body.white  #bottom_navigation A:hover {
    color:#f00;
    text-decoration:underline;
}

#bottom_navigation TABLE {
    margin:9px 0px;
}

#footerWrap {
	padding-top: 0px;
	padding-bottom:120px;
	}

#footerBottomCap {
	height: 25px;
	}

#footer {
	padding: 10px 25px;
}


/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #d3d8dd;
	border-top: 5px solid #d3d8dd;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	}

#localMenu li li {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0;
	}

#localMenu li a,
#localMenu li li a,
#localMenu li.current li a {
	color: #b2b2b2;
	}


#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a {
	color: black;
	}

#localMenu li.current {
	background: url(images/local_menu_arrow.gif) no-repeat right top;
	}

/* @end Local Menu */

/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: #f5f2eb;
	font-size: 16px;
	line-height: 18px;
	xbackground: url(images/right_module_cap.gif) no-repeat right top;
	}
body.white .moduleHeader {
	color:#3a7f43;
}

.moduleHeaderInnerWrap {
	display: block;
	xbackground: #3a4958 url(images/left_module_cap.gif) no-repeat left top;
	soverflow: hidden;
	height: 30px;
	xpadding-left: 15px;
	}
.moduleHeaderNoTitle {
	height:0;
}

.moduleHeaderInnerWrap span {
	display: block;
	xpadding-top: 300px;
	xbackground: transparent url(images/left_module_cap.gif) no-repeat left 5px;
	}

.moduleFooter {
	height: 15px;
	padding-right: 15px;
	margin: 0;
	xbackground: url(images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	xoverflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	xbackground: #3a4958 url(images/left_module_cap.gif) no-repeat left bottom;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	xbackground-color: #e9e4d9;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBodyWrap {
	background: none;
	padding: 0;
	border: 0;
	}

.unframed .moduleBody {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}


/* @end Module Styling */


