td, tr		{ font-family: Tahoma, Verdana, "Lucida Sans Unicode"; font-size: 11px; color: #454545; vertical-align: top; }
a					{ color: #666666; text-decoration: none; } 
a:hover				{ color: #679E0F; text-decoration: none; }



input[type=text], input[type=password], input[type=checkbox] {
border: 1px solid #d7d7d7;
}

input[type=text], input[type=password], textarea {
background: #fff url("bg_input.gif") 0 0 repeat-x;
}

form select {
border: 1px solid #d7d7d7;
}

table.wrapper {
	width:940px;
}


td.wrapper_footer { 
	background-image:url("iamges/footer.jpg");
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:middle;
	height:80px;
}


table.domcheck_bg {
	background-image:url("domcheck_bg.gif");
	background-repeat:no-repeat;
	height:76px;
}


.domain_checker {
	white-space:nowrap;
	vertical-align:middle;
	padding-top:12px;
	padding-left:10px;
} 


.loginbox input {
width: 120px;
height: 12px;
font-size: 0.9em;
border: 1px solid #d7d7d7;
padding: 3px 3px 3px 3px;
margin: 5px 0 5px 0;
}

.loginbox .Button {
width: 54px;
height: 20px;
border: 0;
padding: 0;
margin-left: 5px;
vertical-align: top;
}

.loginbox {
	color:#666666;
	white-space:nowrap;
	vertical-align:middle;
	background-image:url("bg_search.gif");
	background-position:bottom right;
	background-repeat: no-repeat;
	padding-left:15px;
	padding-right:0px;
	width: 420px;
	height: 60px;
}

.loginbox a {
	color:#dddddd;
}

.loginbox a:hover {
	color:#669719;
}

/* Pages Menu */
#Menu {
margin: 0px;
position: relative;
clear: both;
float: left;
width: 980px;
height: 31px;
display: inline;
z-index: 10;
background: url("bg_navi_sublist.gif") -5000px 0 no-repeat; /* Preloads dropdown bg */
}
#Menu ul { /* Top level list */
margin: 0;
padding: 0;
list-style: none;
width: 980px;
}
#Menu li { /* Top level list item */
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
background: url("btn_navi_right.gif") 100% 0 no-repeat;
}
#Menu li.HasSubMenu { /* Top level list item with sub nav */
background: url("btn_navi_right_arrow.gif") 100% 0 no-repeat;
}
#Menu li a { /* List item link */
display: block;
height: 24px;
color: #fff;
font-size: 0.85em;
font-weight: bold;
text-decoration: none;
padding: 6px 13px 0 13px;
background: url("btn_navi_left.gif") 0 0 no-repeat;
}
#Menu li.HasSubMenu a { /* List item link with sub nav */
padding: 6px 23px 0 13px;
}
#Menu li.First a {
background: url("btn_navi_left_first.gif") 0 0 no-repeat;
}
#Menu li ul { /* Sub list */
float: left;
position: absolute;
left: 0;
top: 30px;
width: 175px;
display: none;
text-align: left;
background: url("bg_navi_sublist.gif") 0 100% no-repeat;
padding: 0 0 10px 0;
z-index: 10;
}
#Menu li ul li { /* Sub list item */
clear: both;
color: white;
text-align: left;
background-image: none;
}
#Menu li ul li a { /* Sub list item link - Same width as li ul */
color: #394852;
padding: 2px 10px 0 10px;
width: 138px;
height: auto;
font-weight: normal;
font-size: 0.9em;
background-image: none;
}
#Menu li ul li a:hover {
text-decoration: underline;
}
#Menu li:hover { /* List item rollover */
background-position: 100% -100px;
}
#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
background-position: 0 -100px;
color: #394852;
}
#Menu li:hover ul, #Menu li.over ul {
display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
background-position: 100% -100px;
}

.breadcrumb {
	color:#858585;
	padding:2px;
}	

.breadcrumb	a {
	color:#858585;
}

.breadcrumb	a:hover	{
	color:#669719;
}

.powered			{ color:#eeeeee; padding-bottom:80px; }
.powered a:hover	{ color:#eeeeee; }
.powered a			{ color:#eeeeee; }
