/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
#header {
border: none; 
background-repeat: no-repeat;
height: 100px;
padding: 0;
position: relative;
}
.custom #footer #logo a {
text-indent: -9999px;
width: 450px;
height: 169px;
display: block;
float: left

}
.custom .menu { 
border:none; height:40px; font-family:georgia; font-size:1.2em;
background-image: url(./images/navigation/background.png);
}

.custom .menu >li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;	
		height: 36px;
		text-align: center; 
		}
.custom .menu li > a  {
background-image: url(./images/navigation/normal.png);
		color: #FFFFFF;		
		text-decoration: none;
		line-height: 36px;
		text-shadow: #333333 0px 1px 0px;
		font-weight: bold;
		font-size: 11px;
		padding: 0 10px 0 10px;
		}
.custom .menu > li.current {
		 background-image: url(./images/navigation/normal-first.png);
		}
.custom .menu > li.current > a { background: #eee; color:#000;}
.custom .menu > li a:hover { background: #F2E127; 
		color:#000000; 
		text-shadow: 
		none; } 
.custom .menu > li.first {
		background-image: url(./images/navigation/normal-first.png);
	}

.custom .menu > li.last {
		background-image: url(./images/navigation/buy.png);
		width: 180px;
	}

.custom li.search {
	float:right;
	margin-right:2em;
	position:relative;
}

.custom li.search input[type="text"],
    .custom li.search input[type="submit"] {
	width:100%;
	font-size:1.1em;
	line-height:1.273em;
	padding:0.636em 0.818em;
}
.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0; }
.custom a:hover { background: #f2e127; }
.custom #sidebars { border-top: 0; background: #EDE8D5; }
.custom #sidebar_1 { Background-color:#D1CDBC; }
.custom #sidebar_2 { Background-color:#EDE8D5;}
#AroniSoftLink {
position: absolute; top:30px; left: 700px;
font-weight: bold;
font-color: red;
font-size : 32px;
}
#AroniSoftLink2 {
font-weight: bold;
font-color: red;
font-size : 32px;
}

#MenuTwo  ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#MenuTwo li
{
float:left;
}
#MenuTwo a:link,ma:visited
{
display:block;
width:100px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
border-left:1px solid #fff;
}
#menuTwo a:hover {
background:#a2b3a1;
color:#000
}

#MenuTwo a:hover,a:active
{
background-color:#7A991A;
}

/* ---------- NAVIGATION ----------*/

	#navigation {
		background-image: url(./images/navigation/background.png);
	}

	#navigation ul {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 47px;
		bottom: 0;
	}

	#navigation ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		background-image: url(./images/navigation/normal.png);
		height: 36px;
		text-align: center;
	}

	#navigation ul li.first {
		background-image: url(./images/navigation/normal-first.png);
	}

	#navigation ul li.last {
		background-image: url(./images/navigation/buy.png);
		width: 180px;
	}

	#navigation ul li a {
		color: #FFFFFF;
		text-decoration: none;
		line-height: 36px;
		text-shadow: #333333 0px 1px 0px;
		font-weight: bold;
		font-size: 14px;
		padding: 0 10px 0 10px;
	}

	#navigation ul li a:hover {
		text-shadow: none;
	}

	#navigation div#navigationPoweredBy {
		position: absolute;
		top: 0;
		right: 19px;
		line-height: 39px;
		font-size: 10px;
		color: #706E6F;
	}

	#navigation div#navigationPoweredBy a {
		color: #706E6F;
	}

/* ---------- /NAVIGATION ----------*/

  ul#cat_tabs li { float: right; }