/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	margin-top: 10px;
	width: 480px;
	height: 75px;
	background: url(../../../images/logo.png) 0 0 no-repeat;
}

a.link1 {
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #bbb;
		font-weight: bold;

	padding: 5px 13px 5px 13px;
	color: #417CAB;
	text-transform: uppercase;
	font-size:12px;
background-image: linear-gradient(bottom, #ccc 0%, #eee 100%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 100%);
background-image: -moz-linear-gradient(bottom, #ccc 0%, #eee 100%);
background-image: -webkit-linear-gradient(bottom, #ccc 0%, #eee 100%);
background-image: -ms-linear-gradient(bottom, #ccc 0%, #eee 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #ccc),
	color-stop(1, #eee)
);}

a.link1:hover {
	color: #323232;
	text-decoration: none;

}

a.link1:active {
	color: #323232;
	text-decoration: none;
background-image: linear-gradient(bottom, #eee 0%, #ccc 100%);
background-image: -o-linear-gradient(bottom, #eee 0%, #ccc 100%);
background-image: -moz-linear-gradient(bottom, #eee 0%, #ccc 100%);
background-image: -webkit-linear-gradient(bottom, #eee 0%, #ccc 100%);
background-image: -ms-linear-gradient(bottom, #eee 0%, #ccc 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #eee),
	color-stop(1, #ccc)
);
}
