/*** Sidebar ***/

#sidebar {
	float: right;
	width: 25%;
	color: inherit;
	background: #f8f8f8;
	border-left: 1px solid #dddddd;
}
#sidebar p {
	margin: .5em;
	color: #595959; 
	background: inherit;
	font-size: .65em;
	text-align: left;
	line-height: 1.25em;
}
#quote , #searchsite , #searchdomain , #faq , #contact , #portfolio ,#sale {
	margin: 10px;
	border: 2px solid #dddddd;
	background: white;
}
.title {
	height: 21px;
}
#quote:hover , #searchsite:hover , #searchdomain:hover , #faq:hover , #contact:hover , #portfolio:hover {
	border: 2px solid #002b70;
	color: inherit;
	background: white;
}
#quote {
	color: inherit;
	background: white url(../images/quote.jpg) no-repeat 0 0;
	width: 151px;
	height: 75px;
}
#quote a {
	display: block;
	width: 151px;
	height: 75px;
}
#quote:hover {
	background: white url(../images/quote.jpg) no-repeat 0 -75px;
}
#searchsite .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -42px;
}
#searchsite:hover .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -63px;
}
#searchdomain .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 0;
}
#searchdomain:hover .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -21px;
}
#faq .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -84px;
}
#faq:hover .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -105px;
}
#contact .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -126px;
}
#contact:hover .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -147px;
}

/** Portfolio **/
#portfolio .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -168px;
}
#portfolio:hover .title {
	color: inherit;
	background: white url(../images/sidemenu.gif) no-repeat 0 -189px;
}
a img.portclient {
	margin: 6px;
	padding: 2px;
	border: 2px solid #dddddd;
	opacity: .50;
}
a:hover img.portclient {
	border: 2px solid #002b70;
	opacity: 1;
}
a#portlink {
	display: block;
	margin: 10px 0;
	font-size: .70em;
	text-align: center;
}

/** Sidebar Forms **/
#sidebar form div {
	text-align: center;
}
#sidebar input.search {
	margin: 5px 8px 0 8px;
	width: 130px;
	color: #666666;
	background: inherit;
	font-size: .7em;
}
#sidebar input.submit_search , #sidebar input.submit_register , #sidebar input.submit_transfer {
	margin-bottom: 5px;
	height: 22px;
	border: none;
}
#sidebar input.submit_search:hover , #sidebar input.submit_register:hover , #sidebar input.submit_transfer:hover {
	cursor: pointer;
}
#sidebar input.submit_search {
	width: 51px;
	background: transparent url(../images/submit.gif) no-repeat 0 0;
}
#sidebar input.submit_search:hover {
	background: transparent url(../images/submit.gif) no-repeat 0 -22px;
}
#sidebar input.submit_search:active {
	background: transparent url(../images/submit.gif) no-repeat 0 -44px;
}
#sidebar input.submit_register {
	width: 60px;
	background: transparent url(../images/submit.gif) no-repeat -52px 0;
}
#sidebar input.submit_register:hover {
	background: transparent url(../images/submit.gif) no-repeat -52px -22px;
}
#sidebar input.submit_register:active {
	background: transparent url(../images/submit.gif) no-repeat -52px -44px;
}
#sidebar input.submit_transfer {
	width: 64px;
	background: transparent url(../images/submit.gif) no-repeat -112px 0;
}
#sidebar input.submit_transfer:hover {
	background: transparent url(../images/submit.gif) no-repeat -112px -22px;
}
#sidebar input.submit_transfer:active {
	background: transparent url(../images/submit.gif) no-repeat -112px -44px;
}

/** Sale **/
#sale {
	color: inherit;
	background: white url(../images/sale.gif) no-repeat 0 0;
	width: 151px;
	height: 100px;
}
#sale a {
	display: block;
	width: 151px;
	height: 100px;
}
#sale:hover {
	border: 2px solid #c52d36;
	color: inherit;
}