/* ===================================  GLOBAL STYLES =======*/
a {
	color: #53b9cb;
	text-decoration: none;
}

a.color_dark:hover {
	color: #53b9cb;
}

/* ===================================  HEADER STYLES =======*/
#image {
	background: top left no-repeat url('../images/header_img.jpg');
}

#main_title {
	width: 560px;
	background: #53b9cb;
	font-size: 40px;
	color: #FFF;
	text-decoration: none;
}

#sub_title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

/* ===================================  MAIN MENU STYLES =======*/
ul#mainmenu li a:hover {
	color: #FFFFFF;
	background: #53b9cb top right no-repeat url('../images/menu_line.jpg');
}

ul#mainmenu li a.on {
	color: #FFFFFF;
	background: #303030 top right no-repeat url('../images/menu_line.jpg');
}

/* ===================================  READ MORE/READ ALL CONTENT BARS STYLES =======*/
.readall_bar,.readall_bar_full {
	background-color: #53b9cb;
	color: #FFF;
}

/* ===================================  COMPANY TABS STYLES =======*/
ul.tabbernav li a {
	background-color: #53b9cb;
	color: #FFF;
}

ul.tabbernav li a:hover {
	background-color: #53b9cb;
	color: #FFF;
}

ul.tabbernav li.tabberactive a:hover {
	color: #53b9cb;
}

/* ===================================  SIDEBAR AND CONTENT SUBMIT BUTTON FOR FORMS STYLES =======*/
.sidebar_standard_box form input.submit,form.prezo_search input.submit,form.quicksearch input.submit,form.standard_forms input.submit,form.order_form input.submit_long,form.order_form input.submit
	{
	background-color: #53b9cb;
	color: #FFF;
}

.adv_search {
	background: #4BA7B7 url(../images/search.png) no-repeat scroll 5px 0;
	color: #FFFFFF;
	display: block;
	height: 25px;
	padding-left: 36px;
	padding-top: 4px;
}

}
/* ===================================  ECOMMERCE STYLES STYLES =======*/
.price {
	color: #53b9cb;
}

.product_price {
	color: #53b9cb;
}

.basket_bt,form.buynow input.basket_bt {
	background: #53b9cb no-repeat url('../images/ecommerce/cart_white.png')
		12px 8px;
	color: #FFF;
}

#products_list_bottomnav a:hover,#products_list_bottomnav a.current {
	background: #53b9cb;
	color: #FFF;
}

/********************************************************************************************** Sidebar Gallery Links */
.fotogallery_link {
	display: block;
	width: 272px;
	height: 44px;
	background: top center no-repeat url('../images/fotogallery_bt.jpg');
	text-decoration: none;
	color: #303030;
	padding: 100px 0 0 30px;
}

.shop_link {
	display: block;
	width: 272px;
	height: 44px;
	background: top center no-repeat url('../images/shop_bt.jpg');
	text-decoration: none;
	color: #303030;
	padding: 100px 0 0 30px;
}

.videogallery_link {
	display: block;
	width: 272px;
	height: 44px;
	background: top center no-repeat url('../images/videogallery_bt.jpg');
	text-decoration: none;
	color: #303030;
	padding: 100px 0 0 30px;
}

.fotogallery_link:hover,.videogallery_link:hover,.shop_link:hover {
	color: #FFF;
}

.clear {
	display: block;
	position: relative;
	clear: both;
	width: 910px;
	height: 5px;
}