html,body {
	height: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: #0066aa url(../images/bg_tile.jpg) 0 0 repeat-x;
	font: normal 12px Arial;
	color: white;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:link{
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	min-width: 960px;
	background: transparent url(../images/bg_body.jpg) top center no-repeat;
}

#wrapper.first_page {
	background: transparent url(../images/bg_body_fp.jpg) top center no-repeat;
	/*background: transparent url(../images/bg_body_fp_netko.jpg) top center no-repeat;*/
}

#wrapper_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/********************
		HEADER
*********************/

#header {
	display: block;
	position: relative;
	height: 75px;
}

#header img {
	position: relative;
	top: 33px;
	z-index: 11;
}

/************************
		CORPO
*************************/

#corpo {
	font-family: Arial;
	font-size: 12px;
	position: absolute;
	top: 47px;
	right: 0;
	height: 1%;
	text-align: right;
}
#corpo ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#corpo ul li {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}
#corpo ul li a {
	font-weight: normal;
	text-decoration: none;
	padding: 0;
}

#corpo ul li a:hover, #corpo ul li a.selected {
	color: rgb(153,204,0);
}

/*******************************
		Firstpage and navigation 
 ********************************/

#body_firstpage_flash  {
	position: relative;
	display: block;
	padding-top: 23px;
	height: 308px;
	/*background-color: green;*/
}

#body_firstpage_navigation  {
	position: relative;
	display: block;
	height: 125px;
	top: -38px;
	left: 44px;
	margin-bottom: -25px;
	z-index: 15;
	width: 800px;
}

.outstanding_banner {
	position: absolute;
	top: 425px;
	right: 0;
	border: none;
}
.outstanding_banner img {
	border: none;
}

/************************************ 
		Navigation and menu buttons 
************************************/

#navigation {
	position: relative;
	display: block;
	height: 144px;
}

#navigation div.mainmenu_holder {
	position: absolute;
	display: block;
	top: 0px;
	left: 299px;
}


#mainmenu {
	position: relative;
	display: block;
	height: 1%;
	margin: 0;
	padding: 0;
	z-index: 90;
}

#mainmenu div.backgrounds {
	display: block;
	margin: 0;
	padding: 0;
}

#mainmenu div.backgrounds span {
	position: relative;
	display: block;
	width: 115px;
	height: 125px;
	float: left;
}

#mainmenu div.backgrounds span#bgmenu_6 {
	background: transparent url(../images/menu_6.png) top left no-repeat;
}

#mainmenu div.backgrounds span#bgmenu_7 {
	background: transparent url(../images/menu_7.png) top left no-repeat;
}

#mainmenu div.backgrounds span#bgmenu_8 {
	background: transparent url(../images/menu_8.png) top left no-repeat;
}

#mainmenu div.backgrounds span#bgmenu_9 {
	background: transparent url(../images/menu_9.png) top left no-repeat;
}


#mainmenu ul {
	position: absolute;
	display: block;
	top: 0; 
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 90;
	list-style: none;
	height: 1%;
}

#mainmenu ul li {
	float: left;
	width: 115px;
	height: 125px;
}

#mainmenu ul li td {
	margin: 0;
	padding: 0 25px;
}

#mainmenu ul li a {
	display: block;
	padding: 0;
	font: bold 14px Arial;
	color: #00385d;
}

#mainmenu ul li a:link , #mainmenu ul li a:visited {
	color: rgb(0,56,93);
}

#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li a.selected {
	color: #fff;
}

#mainmenu ul li a span {
	position: relative;
	display: block;
	margin: 10px 5px;
	text-align: center;
	padding: 40px 15px 30px 20px;
}

/********************
		Submenu 
*********************/



#submenu_bg {
	position: absolute;
	display: block;
	top: 33px;
	left: 0;
	height: 225px;
	width: 229px;
	z-index: 50;
}

/**** SL Backgrounds **********/
#submenu_bg.bgr_image6 {
	background: transparent url(../images/bg_submenu6.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image7 {
	background: transparent url(../images/bg_submenu7.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image8 {
	background: transparent url(../images/bg_submenu8.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image9 {
	background: transparent url(../images/bg_submenu9.png) 0 0 no-repeat; 
}

/**** EN backgrounds *******/

#submenu_bg.bgr_image6en {
	background: transparent url(../images/bg_submenu6en.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image7en {
	background: transparent url(../images/bg_submenu7en.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image8en {
	background: transparent url(../images/bg_submenu8en.png) 0 0 no-repeat; 
}

#submenu_bg.bgr_image9en {
	background: transparent url(../images/bg_submenu9en.png) 0 0 no-repeat; 
}
/************************/


#submenu {
	position: absolute;
	display: block;
	top: 33px;
	left: 0;
	height: 225px;
	width: 229px;
	line-height: 20px;
	z-index: 60;

}

#submenu ul {
	list-style: none;
	text-align: left;
	padding-left: 68px;
	margin: 0;
} 

#submenu ul li a:link, #submenu  a:visited {
	font-size: 11px;
	z-index: 99;
	text-decoration: none;
}

#submenu ul li a:hover, #submenu ul li a:active, #submenu  ul li a.selected {
	color: rgb(153,204,0);
	text-decoration: none;
}

/*********************
		BODY 
 *********************/
 
#body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
}

/************************
		NAVIBAR  
*************************/

#navibar {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 148px;
	left: 262px;
	width: 350px;
	color: rgb(128,168,196);
	height: 1%;
	font-size: 11px;
	z-index: 30;
}

#navibar a {
	color: rgb(128,168,196);
}

#navibar a:hover  {
	color: rgb(153,204,0);
}

/***********************
		CONTENT
************************/

#content {
	position: relative;
	display: block;
	float: left;
	width: 615px;
	margin: 0 15px 10px 0;
	height: 1%;
	font-size: 1em;
}

#content h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: rgb(153,204,0);
	margin: 120px 0 18px 0;
	padding: 0;
}


#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(153,204,0);
	margin: 0 0 4px 0px;
	padding: 0;
}
#content h2 a:link, #content h2 a:visited {
	color: rgb(153,204,0);
}
#content h2 a:hover {
	text-decoration: underline;
}

#content .item {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

#content .povzetek {
	display: block;
	position: relative;
	padding: 0;
	font-size: 1.1667em;
	font-weight: bold;	
}

#content .item_povzetek {
	display: block;
	position: relative;
	padding: 0;
	font-size: 1em;
	font-weight: normal;	
}

#content span.datum {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;	
}

#content a:link{
	color: #fff;
	text-decoration: none;
}

#content a:visited {
	color: #fff;
}

#content a:hover {
	color: #fff;
	text-decoration: underline;
}


/****************************
		RIGHTBLOCK
*****************************/

#rightblock {
	position: relative;
	display: block;
	float: right;
	margin: 0 0 15px 0;
	width: 325px;
	height: 1%;
}

/********* NEWSLETTER **********/
#e-news {
	position: relative;
	display: block;
	margin-bottom: 42px;
	text-align: right;
	padding: 0px;
}

#e-news form {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 27px;
	height: 27px;
}

#e-news span {
	font: bold 14px Arial; 
	color: rgb(153,204,0);
	padding: 0;
	margin: 0;
}

#e-news span.poslji {
}

#e-news input.submit_enews {
	border: none;
	font: bold 12px Arial; 
	color: #fff;
	padding: 0 20px 0 0;
	background: transparent url(../images/puscica_vec.png) top right no-repeat;
	cursor: pointer;
}

#email_field {
	font: normal 11px Arial; 
	background: transparent url(../images/bg_e-novice.png) no-repeat center center;
	border-width: 0;
	width: 166px;
	color: rgb(0,122,204);
	padding: 5px 0 5px 15px;
	margin: 0 3px;	
}
#e-news input.submit_enews a:link , #e-news input.submit_enews a:visited {
	color: #fff;
	text-decoration: none;
}
#e-news input.submit_enews a:hover {
	color: rgb(153,204,0);
	text-decoration: none;
}


/************* GALLERY **********/
#gallery {
	position: relative;
	display: block;
	height: 231px;
	width: 323px;
}

#gallery img {
	position: absolute;
	top: 0;
	right: 0;
	width: 316px;
	height: 210px;
	border-width: 0;
	z-index: 5;
}

#gallery div.maska {
	position: absolute;
	top: 0;
	right: 0;
	height: 231px;
	width: 323px;
	background: transparent url(../images/bg_gallery_big.png) no-repeat scroll right top;
	z-index: 10;	
}

#gallery div.maska1, #sim_oglasov span.maska1 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 231px;
	width: 323px;
	background: transparent url(../images/bg_gallery_big1.png) no-repeat scroll right top;
	z-index: 10;	
	cursor: pointer;
}
#sim_oglasov span.simulator_text {
	position: absolute;
	display: block;
	top: 180px;
	left: 52px;
	height: 28px;
	line-height: 28px;
	width: 200px;
	font-size: 11px;
}

#gallery_zoom {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 180px;
	width: 316px;
	z-index: 20;
	background: transparent url(../images/blank.gif);
}

#gallery_nav {
	position: absolute;
	display: block;
	top: 181px;
	left: 2px;
	height: 28px;
	width: 320px;
	z-index: 20;
}

#gallery_nav_right {
	position: absolute;
	display: block;
	top: 0;
	right: 3px;
	height: 28px;
	line-height: 28px;
	width: 17px;
	background: transparent url(../images/btn_gal2_right.gif) no-repeat scroll 0px 9px;
}

#gallery_nav_left {
	position: absolute;
	display: block;
	top: 0;
	right: 21px;
	height: 28px;
	line-height: 28px;
	width: 17px;
	background: transparent url(../images/btn_gal2_left.gif) no-repeat scroll 0px 9px;
}

#gallery_nav_text, #simulator_text {
	position: absolute;
	display: block;
	top: 0;
	left: 52px;
	height: 28px;
	line-height: 28px;
	width: 200px;
	font-size: 11px;
}

#gallery_nav_zoom {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 28px;
	width: 40px;
}

/********* Simulator ************/
#sim_oglasov {
	position: relative;
	display: block;
	width: 323px;
	border: none;
}
#sim_oglasov a img {
	position: relative;
	border: none;
}


/************* DOCUMENTS ********/
#documents {
	position: relative;
	display: block;
	padding: 10px 0 0 7px;
}

#documents .naslov {
	position: relative;
	display: block;
	font: bold 14px Arial;
	color: rgb(153,204,0);
	padding: 0 0 0 7px;
	height: 22px;
	background: transparent url(../images/bg_document_title.gif) repeat-x bottom left;
}

#documents span.vsebina {
	position: relative;
	display: block;
	font: normal 12px Arial;
	line-height: 18px;
	margin: 5px 0 0 7px;
	padding: 0;
}

#documents span.mb {
	color: rgb(153,181,200);
}

#documents a:link , #documents a:visited {
	color: #fff;
}

#documents a:hover {
	color: rgb(153,204,0);
}

/********************
		TOOLBOX
*********************/
#orodja {
	position: relative;
	float: right;
	width: 160px;
	margin-top: 125px;
}

#toolbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 19px;
	float: right;
}

#toolbox span {
	display: none;
}
#toolbox div.buttons {
	position: relative;
	display: block;
	padding: 0;
	float: left;
	width: 21px;
	height: 17px;
	text-decoration: none;
	margin: 1px 0 1px 6px;
}

#toolbox div.buttons a {
	position: relative;
	display: block; 
	width: 21px;
	height: 17px;
}

#toolbox a#t-home {
	background: transparent url(../images/t-home.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-home:hover {
	background-position: bottom left;
}
#toolbox a#t-sitemap {
	background: transparent url(../images/t-sitemap.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-sitemap:hover {
	background-position: bottom left;
}
#toolbox a#t-contact {
	background: transparent url(../images/t-contact.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-contact:hover {
	background-position: bottom left;
}
#toolbox a#t-lineheight {
	background: transparent url(../images/t-lineheight.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-lineheight:hover {
	background-position: bottom left;
}
#toolbox a#t-fontsize {
	background: transparent url(../images/t-fontsize.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-fontsize:hover {
	background-position: bottom left;
}
#toolbox a#t-print {
	background: transparent url(../images/t-print.gif) no-repeat scroll left top;
	background-position: top left;
}
#toolbox a#t-print:hover {
	background-position: bottom left;
}


/*************************
		NEWSBAR 
**************************/

#newsbar {
	position: relative;
	display: block;
	height: 28px;
	line-height: 28px;
	background: transparent url(../images/bg_prva_aktualno.gif) top right no-repeat;
} 

#newsbar h4 {
	position: absolute;
	display: block;
	top: 0px;
	left: 10px;
	padding: 0;
	margin: 0;
	width: 87px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
} 

#newsbar #scroller {
	position: absolute;
	display: block;
	left: 104px;
	top: 0px;
	width: 700px;
	height: 26px;
	overflow: hidden;
}
  
#newsbar #scroller div {
	position: absolute;
	display: none;
	height: 26px;
	padding: 0 0px; 
	z-index: 50;
}

#newsbar #scroller div span.novica_datum {
	color: #AAE300;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	color: rgb(170,227,0);
	padding-left: 10px;
}

#newsbar #scroller div span.novica {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	padding-left: 12px;
}
#newsbar #scroller div span a:hover {
	color: rgb(170,227,0);
}

#newsbar_nav1 {
	position: absolute;
	display: block;
	top: 0px;
	right: 71px;
	line-height: 28px;
	height: 28px;
	width: 40px;
	padding-right: 22px;
	text-align: right;
	background: transparent url(../images/puscica_vec.gif) center right no-repeat;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
} 

#newsbar_nav2 {
	position: absolute;
	display: block;
	top: 0px;
	right: 3px;
	width: 44px;
	height: 28px;
	line-height: 28px;
	padding-right: 21px;
	text-align: right;
	background: transparent url(../images/puscica_vec.gif) center right no-repeat;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

#newsbar a:link , #newsbar a:visited {
	color: #fff;
	text-decoration: none;
}

#newsbar a:hover, #newsbar a.active {
	color: rgb(153,204,0);
	text-decoration: none;
}


/*********************************
		PHOTO-GALLERY
*********************************/

#video_gal {
	position: relative;
	display: block;

}

#photo_gal div.photo_gal_item {
	position: relative;
	display: block;
	margin: 0px 0 0 -8px;
	padding: 0;
	width: 968px;
	height: 1%;
}

#photo_gal  h2 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: rgb(153,204,0);
	margin: 0px 0 5px 0px;
	padding: 0;
}

a.gal_link  {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/puscica_vec1.gif) no-repeat scroll left center;
	height: 28px;
	line-height: 28px;
} 

#photo_gal h2 a:hover {
	color: rgb(153,204,0);
	text-decoration: none;
}

#photo_gal div.photo_gal_pic {
	position: relative;
	float: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 135px;
	width: 188px;
	font-size: 11px;
}

div.photo_gal_pic img {
	position: absolute;
	display: block;
	width: 180px;
	height: 120px;
	top: 0;
	right: 0;
	border-width: 0;
	z-index: 5;
}

div.photo_gal_maska {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 132px;
	width: 188px;
	background: transparent url(../images/bg_gallery_small.png) no-repeat scroll right top;
	z-index: 10;	
}

div.photo_gal_pic span{
	position: absolute;
	display: block;
	left: 45px;
	top: 99px;
	font-size: 11px;
	font-weight: normal;
	z-index: 15;
}


#photo_gal_text  {
	position: absolute;
	display: block;
	top: 92px;
	left: 45px;
	height: 28px;
	line-height: 28px;
	width: 120px;
	font-size: 11px;
	z-index: 15;
}

a.photo_gal_zoom {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 120px;
	width: 180px;
	z-index: 20;
	background: transparent url(../images/blank.gif);
}


#photo_gal_nav_wrapper {
	position: relative;
	display: block;
	margin: 6px 0 2px 8px;
	padding: 0;
	height: 18px;
	width: 960px;
	margin: 6px auto 0;
	text-align: center;
}


#photo_gal_nav {
	position: relative;
	display: block;
	padding: 0;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#photo_gal_nav a.left {
	line-height: 18px;
	height: 18px;
	background: transparent url(../images/btn_gal1_left.gif) no-repeat scroll center right;
	padding: 2px 0px;
	margin: 0 6px;
}

#photo_gal_nav a.right {
	line-height: 18px;
	height: 18px;
	background: transparent url(../images/btn_gal1_right.gif) no-repeat scroll center left;
	padding: 2px 0px;
	margin: 0 6px;
}

#photo_gal_nav span {
	margin: 0 8px;
}


#photo_gal_nav a:link , #photo_gal_nav a:visited {
	color: #fff;
}

#photo_gal_nav a:hover, #photo_gal_nav a.active {
	color: rgb(153,204,0);
}

#photo_gal_nav a.selected {
	color: rgb(153,204,0);
	font-weight: bold;
}



/*********************************
		VIDEO-GALLERY
*********************************/

#video_gal {
	position: relative;
	display: block;

}

#video_gal div.video_gal_item {
	position: relative;
	display: block;
	margin: 0px 0 0 -8px;
	padding: 0;
	width: 968px;
	height: 1%;
}

#video_gal  h2 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: rgb(153,204,0);
	margin: 0px 0 5px 0px;
	padding: 0;
}

a.gal_link  {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/puscica_vec1.gif) no-repeat scroll left center;
	height: 28px;
	line-height: 28px;
} 

#video_gal h2 a:hover {
	color: rgb(153,204,0);
	text-decoration: none;
}

#video_gal div.video_gal_pic {
	position: relative;
	float: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 135px;
	width: 188px;
	font-size: 11px;
}

div.video_gal_pic img {
	position: absolute;
	display: block;
	width: 180px;
	height: 120px;
	top: 0;
	right: 0;
	border-width: 0;
	z-index: 5;
}

div.video_gal_maska {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 132px;
	width: 188px;
	background: transparent url(../images/bg_video_gallery_small.png) no-repeat scroll right top;
	z-index: 10;	
}

div.video_gal_pic span{
	position: absolute;
	display: block;
	left: 45px;
	top: 99px;
	font-size: 11px;
	font-weight: normal;
	z-index: 15;
}


#video_gal_text  {
	position: absolute;
	display: block;
	top: 92px;
	left: 45px;
	height: 28px;
	line-height: 28px;
	width: 120px;
	font-size: 11px;
	z-index: 15;
}

a.video_gal_zoom {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 120px;
	width: 180px;
	z-index: 20;
	background: transparent url(../images/blank.gif);
}


#video_gal_nav_wrapper {
	position: relative;
	display: block;
	margin: 6px 0 2px 8px;
	padding: 0;
	height: 18px;
	width: 960px;
	margin: 6px auto 0;
	text-align: center;
}


#video_gal_nav {
	position: relative;
	display: block;
	padding: 0;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#video_gal_nav a.left {
	line-height: 18px;
	height: 18px;
	background: transparent url(../images/btn_gal1_left.gif) no-repeat scroll center right;
	padding: 2px 0px;
	margin: 0 6px;
}

#video_gal_nav a.right {
	line-height: 18px;
	height: 18px;
	background: transparent url(../images/btn_gal1_right.gif) no-repeat scroll center left;
	padding: 2px 0px;
	margin: 0 6px;
}

#video_gal_nav span {
	margin: 0 8px;
}


#video_gal_nav a:link , #video_gal_nav a:visited {
	color: #fff;
}

#video_gal_nav a:hover, #video_gal_nav a.active {
	color: rgb(153,204,0);
}

#video_gal_nav a.selected {
	color: rgb(153,204,0);
	font-weight: bold;
}



/****************** 
		PROMO 
*******************/

#promo {
	position: relative;
	display: block;
	margin-top: 12px;
	height: 106px;
}

#pasica_leva {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 474px;
	height: 106px;
}

#pasica_desna {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 474px;
	height: 106px;
}

#promo img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 474px;
	height: 106px;
	border-width: 0;
	z-index: 5;
}

#promo .maska {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 474px;
	height: 106px;
	background: transparent url(../images/bg_pasica_prva.png) 0 0 no-repeat scroll;
	z-index: 10;
}

#promo a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 474px;
	height: 106px;
	z-index: 15;
	background: none;
}

/******************
		FOOTER
*******************/

#footer {
	/*background: transparent url(../images/bg_footer_tile.gif) 0 0 repeat-x scroll;*/
	display: block;
	position: relative;
	margin: 27px 0 0 0;
	padding: 8px 0 25px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	height: 1%;
}

#footer span  {
	padding: 0 15px;
}

#footer span.left {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
#footer .line {
	background: transparent url(../images/bg_footer_tile.gif) 0 0 repeat-x scroll;
}
#footer span.right {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	}

#footer a:hover {
	color: rgb(153,204,0);
}
	
.clear {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden;
	height: 0px;
}

.x {
	display: none;
}
