@CHARSET "UTF-8";

html {
	height: 100%;
}

#logo {
	background: url(http://draytek.com.ro/etc/images/back_up.jpg) repeat-x;
	
}

#logo .left {
	background: url(http://draytek.com.ro/etc/images/logo_left.jpg) no-repeat;
	height: 47px;
	width: 7px;
	display: block;
	float: left;
}

#logo .right {
	background: url(http://draytek.com.ro/etc/images/logo_right.jpg) no-repeat;
	height: 47px;
	width: 8px;
	display: block;
	float: right;
}

#logo .jumpbox {
	float:left;
	padding: 1px 0 0 20px;
}


#logo .top_menu {
	text-align: left;
	padding: 5px 0 0 20px;
	float: left;
}

#logo .top_menu .stix {
	background: url(http://draytek.com.ro/etc/images/stix.jpg) no-repeat;
	float: left;
	display: block;
}

#logo .top_menu .home {
	float:left;
	padding: 0 5px;
	margin: 0;
}

#logo .top_menu .home a {
	background: url(http://draytek.com.ro/etc/images/home_over.gif	) no-repeat;
	width: 11px;
	height: 9px;
	display: block;
	float:left;
}

#logo .top_menu .home a:hover {
	background: url(http://draytek.com.ro/etc/images/home_over.gif	) no-repeat;
}

#logo .top_menu .mail {
	float:left;
	padding: 0 5px;
	margin: 0;
}

#logo .top_menu .mail a {
	background: url(http://draytek.com.ro/etc/images/mail_over.gif	) no-repeat;
	width: 11px;
	height: 9px;
	display: block;
	float:left;
}

#logo .top_menu .mail a:hover {
	background: url(http://draytek.com.ro/etc/images/mail_over.gif	) no-repeat;
}

#logo .top_menu .sitemap {
	float:left;
	padding: 0 5px;
	margin: 0;
}

#logo .top_menu .sitemap a {
	background: url(http://draytek.com.ro/etc/images/site_map_over.gif	) no-repeat;
	width: 11px;
	height: 9px;
	display: block;
	float:left;
}

#logo .top_menu .sitemap a:hover {
	background: url(http://draytek.com.ro/etc/images/site_map_over.gif	) no-repeat;
}

#logo .input {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000;
	padding: 2px;
	width: 100px;
}

#logo .button {
	border: 1px solid #ABACB0;
	background: #464A55;
	color: #fff;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	padding: 0 15px;	
}