/*
Theme Name: Colway Default
Theme URI: http://wordpress.org/
Version: 1.0
Author: Wojciech Beling
Author URI: http://beling.pl/
*/ /* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: Tahoma;
	background: #ffffff;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	border: none; /*1px solid #959596;*/
	text-align: left;
}

#header {
	background: #FFFFFF url('images/top.png') no-repeat top center;
}


#headerimg {
	padding: 24px 29px 0;
}

#content {
	font-size: 1.2em;
	background: url('images/content_bg_bottom.png') no-repeat bottom left;
	min-height: 200px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even,.alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #ffffff url('images/bottom_bar_line.png') no-repeat top;
	border: none;
	color: #727272;
}

small { /*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	line-height: 1.5em;
}

h1,h2,h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 { /*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1,h1 a,h1 a:hover,h1 a:visited,#headerimg .description {
	text-decoration: none;
	color: white;
}

h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
	color: #1E97B9; /* #333 */
}

h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited,#sidebar h2,#wp-calendar caption,cite
	{
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;	
}

.entry p a:visited {
	/* color: #b85b5a; */
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike
	{
	color: #3e3e3e;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a,h2 a:hover,h3 a:hover {
	color: #1E97B9;
	text-decoration: none;
}

a:hover {
	color: #1E97B9;
	text-decoration: underline;
}

#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */ /* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

.top1 {
	background-image: url('images/bg1.png');
	background-repeat: repeat-x;
}

.top2 {
	background-image: url('images/bg2.png');
	background-repeat: repeat-x;
}

.top3 {
	background-image: url('images/bg3.png');
	background-repeat: repeat-x;
}

#page {
	background-color: white;
	margin: 0 auto 5px;
	padding: 0;
	width: 1024px;
	/*	border: 1px solid #959596;*/
}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0 0px;
	padding: 0;
	width: 1024px;
	position: relative;
}

.header1 {
	height: 353px;
}

#header.header_main {
	background: #FFFFFF url('images/top2.png') no-repeat top center;
}

#header.header_main #headertxt {
	right: 0px;	
}

.header2 {
	height: 263px;
}

#headertxt {
	height: 18px;
	position: absolute;
	right: 78px;
	top: 4px;
	width: 180px;
}

#headertxt a {
	color: #cccacb;
	font-size: 12px;
	text-decoration: none;
}

#headertxt input {
	background-color: #FBF9FA;
	border-color: #A4A2A3;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	font-size: 10px;
	height: 14px;
	margin: 0;
	padding: 0 0 0 4px;
	vertical-align: bottom;
	width: 100px;
	color: #cbc9ca;
}

#headertxt img {
	vertical-align: bottom;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

#headertxt a.current {
	font-weight: bold;
}

#headerimg {
	margin: 0;
}



.narrowcolumn {
	padding: 0 20px 20px;
	margin: 0px 0 0;
	width: 760px;
	margin-left: 230px;
}

.narrowcolumn2 {
	margin:0 0 0 256px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width:531px;
}

.narrowcolumn3 {
	margin:0 0 0 256px;
	padding:0 20px 20px;
	width: 740px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	background: url('images/content_bg_top.png') no-repeat right 30px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata { /*clear: both;*/
	
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	clear: both;
	position: relative;
}

#footer .colway {
	line-height: 25px;
	margin: 0 auto;
	padding: 5px 0 10px 38px;
	text-align: center;
	width: 410px;
}

#footer div img {
	vertical-align: middle;
}

#footer .ait {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/* End Structure */ /*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */ /* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */ /* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}*/

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/*.entry ul li:before,#sidebar ul ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
}

#sidebar ul ul ul,#sidebar ul ol {
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */ /* Begin Form Elements */
#searchform {
	background-image: url('images/search_box.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 8px 0px 10px 7px;
	text-align: center;
	margin: 10px auto;
	height: 26px;
}

#sidebar #searchform #s {
	border: medium none;
	color: #cfcccc;
	float: left;
	height: 20px;
	margin: 2px 2px 2px 4px;
	padding-left: 5px;
	width: 146px;
}

#sidebar #searchsubmit {
	background-image: url("images/search_btn.png");
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	float: left;
	height: 32px;
	margin-left: 5px;
	padding: 0;
	width: 31px;
}

}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */ /* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */ /* Begin Sidebar */
#sidebar {
	padding: 10px 0 0px 0;
	/*margin-left: 545px;*/
	width: 216px;
	background-image: url('images/left_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: left;
	float: left;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */ /* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */ /* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #d3d2ce;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
}

/* End Various Tags & Classes*/ /* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 18px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignleft {
	margin-left: 0px;	
	margin-top: 0px;
	margin-bottom: 0px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.widget_newsletter {
	background-image: url('images/newsletter_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 82px;
	width: 207px;
	padding-left: 0px;
	position: relative;
}

.widget_newsletter input[type="text"] {
	/*TODO: dodac po id dla IE7, lub za pomoca jQuery*/
	color: #cfcccc;
	height: 22px;
	margin-left: 9px;
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	width: 169px;
	border: none;
}

.widget_newsletter input[type="submit"] {
	/*TODO: dodac po id dla IE<7 */
	background-image: url("images/save_btn.png");
	border: medium none;
	height: 20px;
	width: 70px;
	margin:0px;
	padding:0px;
	position:absolute;
	right:17px;
	bottom:4px;
}

.ColwayLogin_widget {
	background-image: url("images/login_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 129px;
}

#sidebar ul li.news_top{
	margin: 0;
	border: 0 none;
	padding: 0 28px 0 9px;
	width: 230px;
	height: 3px;
	background-image: url("images/news_background_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#sidebar ul li.news_content{
	margin: 0;
	border: 0 none;
	padding: 0 28px 5px 9px;
	width: 230px;
	background-image: url("images/news_background_content.png");
	background-position: top left;
	background-repeat: repeat-y;
	height: 466px;
}
#sidebar ul li.news_content h2{
	margin: 0;
}
#sidebar ul li.news_bottom{
	margin: 0;
	border: 0 none;
	padding: 0 28px 0 9px;
	width: 230px;
	height: 3px;
	background-image: url("images/news_background_bottom.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.widget_recent_entries {
	color: yellow;
/*
	background-image: url("images/news_background.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 310px;
*/
	padding-left: 9px;
	padding-right: 28px;
	width: 230px;
	position: relative;
	z-index: 1;
}

.widget_recent_entries h2 {
	border-bottom: 1px solid lightgray;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
}

.archive-link {
	bottom:10px;
	position:absolute;
	right:20px;
	text-align:right;	
}

#content h2 {
	color: #1E97B9;
	border-bottom: 1px solid #efede8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#currentmenu {
	padding: 0;
	margin: 0 0 4px;
	list-style: none;
}

#currentmenu ul {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

#currentmenu li.page_item {
	background: url("images/left_menu.png") no-repeat 0 -40px;
	font-size: 17px;
	height: 28px;
	line-height: 10px;
	padding-left: 20px;
	padding-top: 12px;
	margin: 0;
}

#currentmenu li.current_page_item,#currentmenu li.page_item:hover {
	background: url("images/left_menu.png") no-repeat 0 0;
}

#currentmenu a {
	color: #1E97B9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

p.stronnicowanie {
	color: #00afd0;
	text-align: right;
}

p.stronnicowanie a, p.stronnicowanie a:visited {
	color: #00afd0;
	text-decoration: underline;
}

p.stronnicowanie img {
	padding: 4px 4px 4px 9px;
	vertical-align: middle;
}

#sidebar.sidebar_wide #searchform #s {
	width: 200px;	
}  

#sidebar.sidebar_wide #searchform {
	background-image: url("images/search_box_wide.png");
}

#sidebar.sidebar_wide {
	background-image: none;
}

ul.numbers li {
	list-style: decimal;
}

ul.numbers a {
	font-size: 1.2em;
	color: gray;	
}

#woda {
	background-image: url("images/water_left.png");
	background-repeat: no-repeat;
	height: 920px;
	width: 280px;
	float: left;
	position: absolute;
	background-position: 0px 1px;
}

* html #woda
{
	/* IE6-Only */
	display: none;
}

.cennik_table {
	color: #626262;
	width: 225px;
	text-align: center;
}

.cennik_table tr {
	/*height: 30px;*/	
}

.cennik_head {
	background-color: #b9b8b4;
	color: #FFFFFF;
	font-weight: bold;
	width:120px;
	height:20px;
}
.cennik_head_margin
{
height:5px;
}
.cennik_product_spacing
{
 height: 25px;
 border-bottom:1px solid #C7C7C7;
}
.cennik_product
{
border-top: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
}
.cennik_name {
	background-color: #1f97b9;
	color: #FFFFFF;
	height:20px;
}

.cennik_name2 {
	border-bottom:1px solid #C7C7C7;
	border-top:1px solid #C7C7C7;
	background-color: #1f97b9;
	color: #FFFFFF;
	height:20px;	
}

td.cenniknc {
	font-weight:bold;
	padding:10px;
	vertical-align:top;
	width:259px;	
	text-align: left;
}

td.cennik_detale {
	background-image: url("images/gradient_cennik.png");
	background-repeat: repeat-y;
	width: 441px;
	vertical-align: top;
}


#right_sidebar {
	float: right;
	width: 207px;
	padding: 0px 0 0px 0;
	margin: 0;
	height: 130px;
}

.mydate {
	color: #000000;
	border-bottom:1px solid #EFEDE8;
	margin-bottom:5px;
	width: 50%;
	font-size:0.9em;
	line-height:1.5em;
}

.post_head, post_head a {
	text-decoration: none;
	font-size:1.6em;
	
	color:#1E97B9;
	margin-top: 30px;
	padding-bottom:5px;	
}

#pobierz_bg {
	background-image: url("images/pobierz_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 251px;
}

.terminarz_table, .terminarz_table td {
	border:1px solid lightgray;
	border-collapse:collapse;
	border-spacing:0;
}

.terminarz_table td.first_col {
	background-color: #eeede8;
}

.colway_wyslij {
	background-image: url("images/wyslij.png");
	width: 76px;
	height: 28px;
	border: none;
}

.mainpage_woda {
	background-image:url("images/mainpage_woda.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	height:200px;
	padding:0;
	width:206px;
}

.flink {
	color:#1E97B9;
	text-decoration:none;
	cursor: pointer;
}

.flink:hover {
	text-decoration: underline;
}

.colway_login_smallbox {
	background-image:url("images/login_background.png");
	font-size:11px;
	height:128px;
	margin:1em 0;
	padding:27px 0 0 10px;
	background-repeat: no-repeat;
}

#zaloguj_button {
	background-image:url("images/login_button.png");
	border:medium none;
	color:transparent;
	height:20px;
	width:74px;	
	background-color: transparent;
	padding:0;
	margin:0;
}

#rememberme {
	vertical-align: middle;	
}

#login_head {
	background-image: url("images/login_head.png");
	height: 161px;
	background-position: bottom left;
}

#loginform {
	background-image: url("images/big-logon_background.png");
	width: 300px;/*810*/
	height: 279px;/*409*/
	margin: 0px auto;
	padding-top: 130px;
	padding-left: 370px;
	padding-bottom: 0px;
	font-size: 11px;
	padding-right: 140px;
}	


#login { width: 320px; margin: 1em auto; }
#login * { margin: 0; padding: 0; }

#login_error,
.message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFEBE8;
	border-color:#CC0000;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

#sidebar ul li.gallink {
	margin-bottom: 13px;
}

.menu {
	margin: 0px;	
	padding: 0px;
}



/*** MENU ***/


#access {
	margin: 0 auto;
	display: block;
	height: 45px;
	background: #FFFFFF url('images/top_bar_bg.png') repeat-x top left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	/*line-height:38px;*/
}
#access ul ul {
	display:none;
	position:absolute;
	top:45px;
	left:-2px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 221px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 202px;	
}
#access ul ul ul {
	left:100%;
	top:0;
	border-top: 1px solid lightgray;
}
#access ul ul a {
	height:auto;
	line-height:16px;
	padding:4px;
	width: 202px;
}
#access ul li:hover > ul {
	display:block;
}
#access li {
	padding-top: 17px;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
	float: left;
	position: relative;
	min-width: 75px;
	text-align: left;
}

#access.mainpage li {
	padding-left: 9px;
	padding-right: 8px;
}

#access a:hover {
	text-decoration: none;
}

#access li a {
	color: #626262;
	font-size: 12px;
	font-weight: bold;
}

#access li .subtitle {
	color: #b3b3b3;
	font-size: 10px;
	font-weight: normal;
}

#access li.ttop {
	background: url('images/topbar_sep.png') no-repeat top right;
	text-align: center;
}

#access li:last-child.ttop {
	background: none;	
}

#access li.ttop:hover, #access li.ttop.current_page_item, #access li.ttop.current_page_ancestor {
	background: #FFFFFF url('images/top_bar_bg_h.png') repeat-x top left;
	height: 28px !important;
}

#access>li.current_page_item .subtitle,#access>li.current_page_ancestor .subtitle,#access li:hover .subtitle
	{
	color: #FFFFFF;
}
/*
#access li ul {
	left: 0;
	padding-left: 0;
	position: absolute;
	top: 45px;
	list-style: none;
}
*/
#access li ul li:hover,#access li ul li.current_page_item {
	background: url("images/menu-item1.png") no-repeat 0 0;
}

#access li ul li {
	background-color: #efede8;
	border-bottom: 1px solid #aaabab;
	border-left: 1px solid #aaabab;
	border-right: 1px solid #aaabab;
	font-size: 17px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	width: 212px;
	z-index: 10;
}

#access li ul li a {
	color: #1e97b9;
}

#access li ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;	
}
/*
#access li ul li ul {
	display: none;	
}

#access.main_page li {
	padding-left: 15px;
	padding-right: 14px;
}

*/

#youtube {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}


