/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

#top div.module:hover, #top div.sfhover {
	background: #101614 url(../../images/turquoise/top_module_l.png) 0 0 no-repeat;
}

#top div.module:hover div, #top div.sfhover div {
	background: url(../../images/turquoise/top_module_r.png) 100% 0 no-repeat;
}

#top div.module:hover div div div, #top div.sfhover div div div {
	background: none;
}

span#logo {
	background: url(../../images/turquoise/logo.png) 0 0 no-repeat;
}

#bottom div.module {
	background: #013131 url(../../images/turquoise/bottom_module_br.png) 100% 100% no-repeat;
}

#bottom div.module div {
	background: url(../../images/turquoise/bottom_module_tr.png) 100% 0 no-repeat;
}

#bottom div.module div div {
	background: url(../../images/turquoise/bottom_module_bl.png) 0 100% no-repeat;
}

#bottom div.module div div div {
	background: url(../../images/turquoise/bottom_module_tl.png) 0 0 no-repeat;
}

#bottom div.module div div div div {
	background: none;
}