@charset "utf-8";

/*	-------------------------------------------------------------
	www.papaki.gr
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:	default.css
	Version:	1.0
	Date:	27/10/2009
	-------------------------------------------------------------	*/

/*	== RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {
	line-height: 1.2;
	color: black;
	background: white;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*	== END OF RESET ======================= */

/*	== BASIC ============================== */

body {
	background:#fff url(../images/header/bg_top.jpg) repeat-x top center;
	color:#525252;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
}

#big_wrap {
	background:#fff;
	margin:0 auto;
	width:950px;
}

#wrap {
	background:#fff;
	margin:0 auto;
	width:940px;
}

/*	== END OF BASIC ======================= */

/*	== HEADER ============================= */

#top_wrap {
	background:url(../images/header/top_header.jpg) no-repeat 0 0;
	margin:0 auto;
	overflow:auto;
	width:1043px;
}

#top_wrap_header {
	background:url(../../includes/top_header.jpg) no-repeat 0 0;
	overflow:auto;
	margin:0 auto;
	width:1043px;
}

#top_wrap_noshadow {
	background:url(../../includes/top_header_noshadow.jpg) no-repeat 0 0;
	overflow:auto;
	margin:0 auto;
	width:1043px;
}

#header {
	height:93px;
	margin:0 auto;
	position:relative;
	width:1000px;
	z-index:700;
	zoom:1;
}

#header h1#logo {
	display:block;
	float:left;
	height:77px;
	width:259px;
}

#header_sign {
	color:#fff;
	position:absolute;
	right:18px;
	top:0;
	zoom:1;
}

#header_sign #support {float:left;padding:5px 8px 0 0;}

#header_sign #support a {color:#fff;text-decoration:none;}
#header_sign #support a:hover {text-decoration:underline;}

#header_sign #support img{vertical-align:middle;}
#header_sign #support a.support_icon {
	margin-left: 5px;
}

#header_sign a.sign_in_butt {
	background: url(../images/header/sign_in.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:25px;
	margin-right:8px;
	text-indent:-9999px;
	width:92px;
}

#header_sign a.sign_in_butt_open {
	background:url(../images/header/sign_in_roll.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:25px;
	margin-right:8px;
	text-indent:-9999px;
	width:92px;
}

#sign_in_box {
	background:url(../images/log_in_bg.png) no-repeat 0 0;
	display:none;
	height:167px;
	position:absolute;
	top:24px;
	right:0px;
	width:248px;
	z-index:1000;
	zoom:1;
}

#sign_in_box_content { 
	height:155px;
	margin:12px 20px;
	position:absolute;
	display:block;
	zoom:1;
	width:218px;
}

#sign_in_box_content form {margin:13px 0 0;}

#sign_in_box_content form input {
	background:#fff;
	border:none;
	color:#525252;
	font-size:14px;
	padding:4px;
	width:197px;
}

#sign_in_box_content input.log_in_button {
	background:none;
	bottom:8px;
	height:34px;
	margin:0;
	position:absolute;
	right:0;
	width:83px;
}

#sign_in_box p {
	color:#525252;
	font-size:12px;
}

#sign_in_box a.forgot_pass {
	color:#265b8f;
	bottom:22px;
	float:left;
	font-size:11px;
	left:0;
	position:absolute;
	text-decoration:underline;
}

#sign_in_box a.forgot_pass:hover {text-decoration:none;}

#mini_banners {
	position:absolute;
	right:12px;
	top:25px;
}

#sensitive {
	height:600px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}

/*	== END OF HEADER ====================== */

/* == MENU ================================ */

#top_menu_wrap {
	clear:left;
	margin:0 auto;
	position:relative;
	width:1000px;
	z-index:1;
}

ul#top_menu {margin:0 10px 0;}

ul#top_menu li {float:left;}

ul#top_menu li a {
	float:left;
	text-decoration:none;
	text-indent:-9999px;
}

ul#top_menu li#home a {
	background: url(../images/menu/home.jpg) no-repeat 0 0;
	display:block;
	height:40px;
	width:68px;
}
ul#top_menu li#home a:hover {background:url(../images/menu/home.jpg) no-repeat 0 -40px;}

ul#top_menu li#domains a {
	background: url(../images/menu/domains.jpg) no-repeat 0 0;
	height:40px;
	width:125px;
}
ul#top_menu li#domains a:hover {background:url(../images/menu/domains.jpg) no-repeat 0 -40px;}

ul#top_menu li#hosting a {
	background: url(../images/menu/hosting.jpg) no-repeat 0 0;
	height:40px;
	width:108px;
}
ul#top_menu li#hosting a:hover {background:url(../images/menu/hosting.jpg) no-repeat 0 -40px;}

ul#top_menu li#email a {
	background: url(../images/menu/email.jpg) no-repeat 0 0;
	height:40px;
	width:109px;
}
ul#top_menu li#email a:hover {background:url(../images/menu/email.jpg) no-repeat 0 -40px;}

ul#top_menu li#build a {
	background: url(../images/menu/build.jpg) no-repeat 0 0;
	height:40px;
	width:124px;
}
ul#top_menu li#build a:hover {background:url(../images/menu/build.jpg) no-repeat 0 -40px;}

ul#top_menu li#sell a {
	background: url(../images/menu/sell.jpg) no-repeat 0 0;
	height:40px;
	width:99px;
}
ul#top_menu li#sell a:hover {background:url(../images/menu/sell.jpg) no-repeat 0 -40px;}

ul#top_menu li#vps a {
	background: url(../images/menu/vps.jpg) no-repeat 0 0;
	height:40px;
	width:93px;
}
ul#top_menu li#vps a:hover {background:url(../images/menu/vps.jpg) no-repeat 0 -40px;}

ul#top_menu li#promote a {
	background: url(../images/menu/promote.jpg) no-repeat 0 0;
	height:40px;
	width:139px;
}
ul#top_menu li#promote a:hover {background:url(../images/menu/promote.jpg) no-repeat 0 -40px;}

ul#top_menu li#partners a {
	background: url(../images/menu/partners.jpg) no-repeat 0 0;
	height:40px;
	width:115px;
}
ul#top_menu li#partners a:hover {background:url(../images/menu/partners.jpg) no-repeat 0 -40px;}

ul#top_menu li#home a.current,
ul#top_menu li#domains a.current,
ul#top_menu li#hosting a.current,
ul#top_menu li#email a.current,
ul#top_menu li#build a.current,
ul#top_menu li#sell a.current,
ul#top_menu li#vps a.current,
ul#top_menu li#promote a.current,
ul#top_menu li#partners a.current {
	background-position: 0 -40px;
}


ul#top_menu li#home_temp a {
	background: url(../images/menu/papaki_temp/home.jpg) no-repeat 0 0;
	height:40px;
	width:68px;
}

ul#top_menu li#domainName_features a {
	background: url(../images/menu/papaki_temp/domains.jpg) no-repeat 0 0;
	height:40px;
	width:120px;
}

ul#top_menu li#pricelist a {
	background: url(../images/menu/papaki_temp/prices.jpg) no-repeat 0 0;
	height:40px;
	width:94px;
}

ul#top_menu li#changeRegistrar a {
	background: url(../images/menu/papaki_temp/allagi_katax.jpg) no-repeat 0 0;
	height:40px;
	width:127px;
}

ul#top_menu li#support a {
	background: url(../images/menu/papaki_temp/support.jpg) no-repeat 0 0;
	height:40px;
	width:99px;
}

ul#top_menu li#adwords a {
	background: url(../images/menu/papaki_temp/googlead.jpg) no-repeat 0 0;
	height:40px;
	width:136px;
}

ul#top_menu li#company a {
	background: url(../images/menu/papaki_temp/company.jpg) no-repeat 0 0;
	height:40px;
	width:106px;
}

ul#top_menu li#affiliates a {
	background: url(../images/menu/papaki_temp/partners.jpg) no-repeat 0 0;
	height:40px;
	width:105px;
}

ul#top_menu li#whois a {
	background: url(../images/menu/papaki_temp/WHOIS.jpg) no-repeat 0 0;
	height:40px;
	width:106px;
}


ul#top_menu li#whois a:hover {background:url(../images/menu/papaki_temp/WHOIS.jpg) no-repeat 0 -40px;}
ul#top_menu li#home_temp a:hover {background:url(../images/menu/papaki_temp/home.jpg) no-repeat 0 -40px;}
ul#top_menu li#domainName_features a:hover {background:url(../images/menu/papaki_temp/domains.jpg) no-repeat 0 -40px;}
ul#top_menu li#pricelist a:hover {background:url(../images/menu/papaki_temp/prices.jpg) no-repeat 0 -40px;}
ul#top_menu li#changeRegistrar a:hover {background:url(../images/menu/papaki_temp/allagi_katax.jpg) no-repeat 0 -40px;}
ul#top_menu li#support a:hover {background:url(../images/menu/papaki_temp/support.jpg) no-repeat 0 -40px;}
ul#top_menu li#adwords a:hover {background:url(../images/menu/papaki_temp/googlead.jpg) no-repeat 0 -40px;}
ul#top_menu li#company a:hover {background:url(../images/menu/papaki_temp/company.jpg) no-repeat 0 -40px;}
ul#top_menu li#affiliates a:hover {background:url(../images/menu/papaki_temp/partners.jpg) no-repeat 0 -40px;}

ul#top_menu li#whois a.current,
ul#top_menu li#home_temp a.current,
ul#top_menu li#domainName_features a.current,
ul#top_menu li#pricelist a.current,
ul#top_menu li#changeRegistrar a.current,
ul#top_menu li#support a.current,
ul#top_menu li#adwords a.current,
ul#top_menu li#company a.current,
ul#top_menu li#affiliates a.current {
	background-position: 0 -40px;
}


/* == END OF MENU ========================= */

/*	== CONTENT ============================ */

#content {
	clear:both;
	margin:0 auto;
	overflow:auto;
	position:relative;
	width:998px;
}

#domain_search_wrap {float:left;width:514px;}

#domain_search {position:relative;width:449px;}

#domain_search_top {
	background:url(../images/domain_search_box.jpg) no-repeat 0 0;
	float:left;
	height:110px;
	padding:7px 10px 10px 15px;
	position:relative;
	width:449px;
}

h2#domain_name {
	background:url(../images/domain_name_headline.png) no-repeat 0 0;
	text-indent:-9999px;
	height:53px;
	width:474px;
}

#domain_search p {color:#fff;font-size:14px;}

#domain_search p#domain_name_footer {position:absolute;bottom:10px;}

#domain_search p#domain_name_footer a {
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}

#domain_search p#domain_name_footer a:hover {text-decoration:none;}

#domain_search form {margin:22px 0 0 70px;}

#domain_search form input {
	background:none;
	border:none;
	color:#3279BC;
	font-size:18px;
	margin-top:5px;
	width:180px;
}

#domain_search form select {
	background: url(../images/select_box.jpg) center right;
	border:none;
	color:#000;
	font-size:14px;
	margin-left:30px;
}

#domain_search form select option {border: none; min-width:40px;}

#domain_search #proba {
	position: absolute;  
	left: 279px; 
	top: 51px;
}

#domain_search input.domain_search_button {
	position:absolute;
	right:10px;
	top: 43px;
	height:34px;
	width:83px;
}

#domain_search_include {
	clear:both;
	float:left;
	padding:7px 10px 10px 15px;
	position:relative;
	width:449px;
}

#domain_search_include h3 {
	color:#4b4d4f;
	font-size:14px;
	font-weight: normal;
	margin-bottom:10px;
}

#domain_search_include h3 span {
	color:#fa9a20;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

#domain_search_include ul#left_big, #domain_search_include #right_big {float:left;width:160px;}

#domain_search_include ul#middle_small {float:left;width:129px;}

#domain_search_include ul li a {
	color:#235788;
	text-decoration: underline;
	line-height:2;
}

#domain_search_include ul li a:hover {text-decoration: none;}

#domain_search_include ul li span.orange {color:#fe7920;font-weight:bold;}

#domain_search_include ul li img {vertical-align:middle;}

#domain_search_include ul li a {margin-left:5px;}

#domain_search_include ul li.more {text-align:right;}
#domain_search_include ul li.more a.more {font-weight:bold;color:#fe7920;}

/****************************************/

#visual_key {float:left;margin-top:14px;}

#visual_controls {margin-right:10px;text-align:right;}

/****************************************/

#slider {
	clear:both;
	float:left;
	margin-top:30px;
	padding:18px 0 0 0;
	width:998px;
}

#slider a#slider_butt_left {float:left;margin:47px 21px 0 0;}

#slider a#slider_butt_right {float:right;margin:47px 0 0 0;}

#slider ul li {float:left;}

#slider ul li a img {border:1px solid #d9d9d9; margin-right:6px;}


#content_middle {
	clear:both;
	float:left;
	margin-bottom:40px;
	margin-top:42px;
	position:relative;
	width:998px;
}

#content_middle_left {
	float:left;
	width:491px;
}

#content_middle_right {
	float:right;
	width:307px;
}

#content_middle #webhosting {
	background:url(../images/content_free_webhosting.png) no-repeat 0 0;
	float:left;
	height:132px;
	padding:70px 0 0 180px;
	position:relative;
	width:491px;
}

#content_middle ul {
	color:#525252;
	float:left;
	font-size:11px;
	width:290px;
}

#content_middle ul li {
	background:url(../images/green_mark.png) no-repeat left top;
	border-bottom:1px dotted #B3B3B3;
	margin-bottom:6px;
	padding:0 0 5px 25px;
	width:265px;
}

#content_middle ul li.last {border-bottom:none;}

a.more_info {
	background:url(../images/more_info_button.png) no-repeat 0 0;
	bottom:14px;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	right:14px;
	text-indent:-9999px;
	width:111px;
}

#content_middle #build_website {
	background:url(../images/content_build_website.jpg) no-repeat 0 0;
	float:left;
	height:132px;
	padding:70px 0 0 180px;
	margin-top:15px;
	position:relative;
	width:491px;
}

#content_middle #get_traffic {
	background:url(../images/content_get_traffic.jpg) no-repeat 0 0;
	float:left;
	height:132px;
	padding:70px 0 0 180px;
	margin-top:15px;
	position:relative;
	width:491px;
}

#content_middle #reseller {
	background:url(../images/content_reseller-1.jpg) no-repeat 0 0;
	float:left;
	height:132px;
	padding:70px 0 0 180px;
	margin-top:15px;
	position:relative;
	width:491px;
}

#content_middle ul li {
	background:transparent url(../images/green_mark.png) no-repeat scroll left top;
	border-bottom:1px dotted #B3B3B3;
	margin-bottom:6px;
	padding:0 0 5px 25px;
	width:265px;
}

#why_papaki {
	float:left;
	margin-top:15px;
}

#why_papaki_top {
	background: url(../images/why_papaki.jpg) no-repeat 0 0;
	height:124px;
	width:671px;
}

#why_papaki_middle {background:url(../images/why_papaki_middle.jpg) repeat-y 0 0;width:671px;}

#why_papaki_middle p {margin:0 25px 0 25px;font-size:14px;}

#why_papaki_middle p span {font-size:18px;}

#why_papaki_bottom {
	background:url(../images/why_papaki_bottom.jpg) no-repeat 0 0;
	height:67px;
	position:relative;
	width:671px;
}

#why_papaki_bottom a.more_info_about_papaki {
	background:url(../images/why_papaki_find_more.jpg) no-repeat 0 0;
	bottom:18px;
	cursor:pointer;
	display:block;
	height:34px;
	left:25px;
	position:absolute;
	text-indent:-9999px;
	width:202px;
}


#newsletter {
	background:url(../images/newsletter_bg.jpg) no-repeat 0 0;
	float:left;
	height:204px;
	margin-top:15px;
	position:relative;
	width:307px;
}

#newsletter p {
	margin:75px 15px 20px;
	font-size:12px;
}

#newsletter form {margin-left:20px;}

#newsletter input {
	background:#fff;
	border: none;
	color:#000000;
	font-size:15px;
	padding:0 10px;
	width:150px;
}

#newsletter input.sign_up_button {
	bottom:39px;
	height:34px;
	padding:0;
	position:absolute;
	right:15px;
	width:92px;
}

#newsletter span.nesletter_footer {
	color:#ACACAC;
	float:left;
	font-size:10px;
	margin:15px 0 0 45px;
}

#no1_text_main p {
	margin-top:15px;
	font-size:15px;
}

#about_us_main p {
	margin-top:15px;
	font-size:15px;
}
#customer_support {
	background:url(../images/customer_support.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:256px;
	margin-top:15px;
	position:relative;
	width:307px;
}

#customer_support a.more_info_about_papaki {
	background:url(../images/more_info_button.png) no-repeat 0 0;
	bottom:14px;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	width:111px;
}

#customer_support ul {
	float:left;
	margin:205px 0 0 20px;
	width:100px;
}

#customer_support ul li {
	background:url(../images/green_mark.png) no-repeat left top;
	border-bottom:none;
	margin:0;
	padding:0 0 5px 25px;
	width:150px;
}

#customer_support ul li a {
	color:#525252;
	text-decoration:underline;
}

#customer_support ul li a:hover {text-decoration:none;}

#customer_support ul li#email_tickets {background:url(../images/support_email_tickers.gif) no-repeat left top;}

#customer_support ul li#help_guides {background:url(../images/support_help_guides.gif) no-repeat left top;}

#google_adwords {
	background:url(../images/google_adwords.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:182px;
	position:relative;
	width:307px;
}

#google_adwords p {margin:120px 20px 5px;}

#google_adwords a.more_info_google_adworks {
	background:url(../images/google_adwords_more.gif) no-repeat left center;
	color:#FE7920;
	font-weight:bold;
	margin:120px 20px 0;
	padding-left:20px;
	text-decoration:underline;
}

#google_adwords a.more_info_google_adworks:hover {
	text-decoration:none;
}

#follow_us {
	background:url(../images/follow_us.gif) no-repeat 0 0;
	clear:both;
	float:left;
	height:48px;
	margin-top:6px;
	position:relative;
	width:307px;
}

#follow_us a.follow_facebook {
	background:url(../images/facebook.gif) no-repeat 0 0;
	bottom:13px;
	cursor:pointer;
	display:block;
	height:23px;
	position:absolute;
	right:90px;
	text-indent:-9999px;
	width:87px;
}

#follow_us a.follow_twitter {
	background:url(../images/twitter.gif) no-repeat 0 0;
	bottom:13px;
	cursor:pointer;
	display:block;
	height:23px;
	position:absolute;
	right:12px;
	text-indent:-9999px;
	width:70px;
}

#blog {
	background:url(../images/blog_bg.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:339px;
	margin-top:15px;
	position:relative;
	width:307px;
}

#blog #post_wrap {
	font-size:14px;
	margin:100px 18px 0;
}

#blog #post_wrap p.post {
	color:#265B8F;
	font-weight:bold;
	margin-bottom:2px;
}

#blog #post_wrap p.date {
	border-bottom:1px dotted #ccc;
	color:#FE9620;
	font-size:11px;
	margin-bottom:10px;
	padding-bottom:5px;
}

#blog a.rss_feed {
	bottom:6px;
	color:#FE9620;
	display:block;
	float:left;
	height:31px;
	left:18px;
	padding-left:35px;
	position:absolute;
	text-decoration:underline;
}

#blog a.read_more {
	background:url(../images/read_more.jpg) no-repeat left center;
	bottom:12px;
	color:#FE9620;
	display:block;
	float:left;
	height:34px;
	position:absolute;
	right:18px;
	text-indent:-9999px;
	width:111px;
}

#map {
	background:url(../images/map_bg.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:201px;
	padding:5px 20px 0 20px;
	width:957px;
}

#map ul {
	color:#878787;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	width:191px;
}

#map ul li.headline {
	background:none;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:3px 0 25px;
	padding:0;
	list-style:none;
}

#map ul li {
	background:none;
	border:none;
	margin:0 0 5px 15px;
	padding:0;
	width:176px;
}

#map ul li a {
	color:#878787;
	text-decoration:underline;
}

#map ul li a:hover {text-decoration:none;}

/* == END OF CONTENT ====================== */

#footer_wrap {
	background:url(../images/footer_bg.jpg) repeat-x;
	clear:both;
	height:270px;
}

#footer {
	margin: 0 auto;
	width:998px;
}

/*#footer_contact {
	background:url(../images/footer_logo.png) no-repeat left top;
	color:#fff;
	float:left;
	height:145px;
	margin-top:60px;
	position:relative;
	width:290px;
}*/
#footer_contact {
	background:url(http://imgs.gr/sites/all/themes/papaki2/img/footer_logo.png) no-repeat left top;
	color:#fff;
	float:left;
	height:145px;
	margin-top:60px;
	position:relative;
	width:290px;
}

#footer_contact img {
	position:absolute;
	float:left;
	left:0;
	top:0;
}

#footer_contact #contact {
	float:right;
	line-height:1.4;
	margin-right:20px;
	margin-top:20px;
	width:137px;
}

/*#websites {
	float:left;
	margin-top:60px;
	width:427px;
}*/
#websites {
	float:left;
	margin-top:60px;
	width:297px;
}

/*#payment {
	color:#fff;
	float:left;
	margin:80px 20px 0;
	width:198px;
}*/
#payment {
	color:#fff;
	float:left;
	margin:80px 20px 0;
	height:119px;
	width:220px; background-image:url(http://imgs.gr/sites/all/themes/papaki2/img/line.jpg); background-position:right; background-repeat:no-repeat;
}

#payment img {margin:10px 0;}

#mcaffee{float:left; width:135px; margin-top:60px;}

#corporate {
	border-top-color:#89CAE6;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	color:#fff;
	text-align:center;
}

#corporate p {margin-top:10px;}

/*	-------------------------------------------------------------
	HOSTING PAGE
	-------------------------------------------------------------	*/
	
#top_wrap_hosting {
	background:url(../images/header/top_header.jpg) no-repeat 0 0;
	margin:0 auto;
	width:1043px;
}

#hosting_visual_key {
	background:url(../images/header/hosting_visual_key.jpg) no-repeat 0 0;
	height:265px;
	position:relative;
	width:997px;
}

#hosting_visual_key_content {
	float:right;
	line-height:1.5;
	position:absolute;
	right:100px;
	top:80px;
	width:480px;
}

#hosting_visual_key_content_list {
	color:#FFFFFF;
	float:right;
	line-height:1.5;
	position:absolute;
	right:30px;
	top:170px;
	width:549px;
}

#hosting_visual_key_content_list ul#hosting_a {
	float:left;
	width:205px;
}

#hosting_visual_key_content_list ul#hosting_b {
	float:left;
	width:205px;
}

#hosting_visual_key_content_list ul#hosting_c {
	float:left;
}

#hosting_visual_key_content_list ul#hosting_a li {
	background:transparent url(../images/green_mark.png) no-repeat scroll left top;
	border-bottom:1px dotted #B3B3B3;
	margin-bottom:3px;
	padding:0 0 3px 20px;
	width:170px;
}

#hosting_visual_key_content_list ul#hosting_a li.last,
#hosting_visual_key_content_list ul#hosting_b li.last,
#hosting_visual_key_content_list ul#hosting_c li.last {border:none;}

#hosting_visual_key_content_list ul#hosting_b li {
	background:transparent url(../images/green_mark.png) no-repeat scroll left top;
	border-bottom:1px dotted #B3B3B3;
	margin-bottom:3px;
	padding:0 0 3px 20px;
	width:170px;
}

#hosting_visual_key_content_list ul#hosting_c li {
	background:transparent url(../images/green_mark.png) no-repeat scroll left top;
	border-bottom:1px dotted #B3B3B3;
	margin-bottom:3px;
	padding:0 0 3px 20px;
	width:100px;
}

#hosting_visual_key_content_list ul#hosting_c li#see_more {
	background:url(../images/header/hosting_see_more_button.png) no-repeat 0 0;
	border:0 none;
	height:24px;
	line-height:24px;
	margin-top:13px;
	padding:0;
	text-align:center;
	width:114px;
}

#hosting_visual_key_content_list ul#hosting_c li#see_more a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#hosting_visual_key_content_list ul#hosting_c li#see_more a:hover {text-decoration:none;}

#hosting_content_middle_left {
	clear:both;
	float:left;
	width:308px;
}

#hosting_help {
	background:url(../images/hosting_help_headline.jpg) no-repeat 0 0;
	height:74px;
	width:308px;
}

#hosting_help_middle {
	background:url(../images/hosting_help_middle.jpg) repeat-y 0 0;
	line-height:1.4;
	padding:0 20px;
}

#hosting_help_bottom {
	background:url(../images/hosting_help_bottom.jpg) no-repeat 0 0;
	height:66px;
	position:relative;
	width:308px;
}

#hosting_help_bottom a.more_faq {
	background: url(../images/hosting_help_more_info.png) no-repeat scroll 0 0;
	bottom:14px;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	right:14px;
	text-indent:-9999px;
	width:111px;
}

#hosting_help_middle h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

#hosting_help_middle p {
	padding-bottom:5px;
}

#hosting_help_middle p a {
	color:#e37d21;
	text-decoration:underline;
}

#hosting_help_middle p a:hover {
	text-decoration:none;
}

#purchase {
	background:url(../images/purchase_bg.png) no-repeat 0 0;
	clear:both;
	float:left;
	height:292px;
	width:308px;
}

#purchase_links {margin:123px 16px 0 22px;}


#purchase_links a {
	display:block;
	height:54px;;
}

#included {
	clear:both;
	float:left;
	margin-top:16px;
}

#hosting_content_middle_right {
	float:left;
	margin-left:20px;
	width:666px;
}

#hosting_plans {
	background:url(../images/hosting_plan_bg_numbers.jpg) no-repeat 0 0;
	float:left;
	height:446px;
	position:relative;
	width:666px;
}

#hosting_plans_bottom {
	background:url(../images/hosting_plan_bg_numbers_bottom.jpg) no-repeat 0 0;
	float:left;
	height:130px;
	padding-right:14px;
	width:652px;
}

#hosting_plans_bottom #starter_plan {
	float:right;
	text-align:center;
	width:123px;
}

#hosting_plans_bottom #economy_plan {
	float:right;
	text-align:center;
	margin-right:4px;
	width:123px;
}

#hosting_plans_bottom #business_plan {
	float:right;
	text-align:center;
	margin-right:4px;
	width:123px;
}

#hosting_plans_bottom #pro_plan {
	float:right;
	text-align:center;
	margin-right:4px;
	width:123px;
}

#hosting_plans_bottom a {
	color:#fff;
	text-decoration:underline;
}

#hosting_plans_bottom a:hover {
	text-decoration:none;
}

#hosting_plans_bottom a.comparison {
	background:url(../images/hosting_comparison.png) no-repeat center center;
	cursor:pointer;
	display:block;
	height:24px;
	line-height:24px;
	width:123px;
}

#hosting_plans_bottom a.features {
	background:url(../images/hosting_comparison.png) no-repeat center center;
	cursor:pointer;
	display:block;
	height:24px;
	line-height:24px;
	margin-top:7px;
	width:123px;
}

#hosting_plans_bottom a.buy_now {
	background:url(../images/hosting_buy_now.png) no-repeat center center;
	cursor:pointer;
	display:block;
	height:34px;
	text-indent:-9999px;
	line-height:24px;
	margin-top:14px;
	width:123px;
}

#hosting_plans_list {
	margin-top:160px;
}

#hosting_plans_list ul#list1 {
	color:#525252;
	float:left;
	font-size:11px;
	width:148px;
}

#hosting_plans_list ul#list1 li {
	background:none;
	border-bottom:none;
	margin-bottom:6px;
	padding:0;
	width:148px;
}

#hosting_from_papaki {
	background:url(../images/web_hosting_from_papaki.jpg) no-repeat 0 0;
	height:246px;
	float:left;
	margin:10px 0 0 20px;
	width:666px;
}

#hosting_from_papaki_content {
	float:right;
	line-height:1.4;
	margin:70px 20px 0 0;
	width:460px;
}

#hosting_from_papaki_content ul {
	margin-top:10px;
	width:inherit;
}

#hosting_from_papaki_content ul li {width:300px;}

#key_features {
	float:left;
	margin:10px 0 0 20px;
	width:666px;
}

#key_features_top {
	background:url(../images/key_features_headline.jpg) no-repeat 0 0;
	height:80px;
	width:666px;
}

#key_features_left, #key_features_right {
	float:left;
	width:333px;
}

#key_features_left #box1a {
	background:url(../images/key_features_1a.jpg) no-repeat 0 0;
	height:122px;
	width:333px;
}

#key_features_left #box1b {
	background:url(../images/key_features_1b.jpg) no-repeat 0 0;
	height:115px;
	width:333px;
}

#key_features_left #box1c {
	background:url(../images/key_features_1c.jpg) no-repeat 0 0;
	height:115px;
	width:333px;
}

#key_features_left #box1d {
	background:url(../images/key_features_1d.jpg) no-repeat 0 0;
	height:131px;
	width:333px;
}

#key_features_right #box2a {
	background:url(../images/key_features_2a.jpg) no-repeat 0 0;
	height:122px;
	width:333px;
}

#key_features_right #box2a {
	background:url(../images/key_features_2a.jpg) no-repeat 0 0;
	height:122px;
	width:333px;
}

#key_features_right #box2a {
	background:url(../images/key_features_2a.jpg) no-repeat 0 0;
	height:122px;
	width:333px;
}

#key_features_right #box2a {
	background:url(../images/key_features_2a.jpg) no-repeat 0 0;
	height:122px;
	width:333px;
}

#key_features_right #box2b {
	background:url(../images/key_features_2b.jpg) no-repeat 0 0;
	height:115px;
	width:333px;
}

#key_features_right #box2c {
	background:url(../images/key_features_2c.jpg) no-repeat 0 0;
	height:115px;
	width:333px;
}

#key_features_right #box2d {
	background:url(../images/key_features_2d.jpg) no-repeat 0 0;
	height:131px;
	width:333px;
}

#key_features .content {
	float:right;
	margin-right:10px;
	width:180px;
}

#key_features .content p.orange {
	color:#fe9620;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/*	-------------------------------------------------------------
	BUILD WEBSITE PAGE
	-------------------------------------------------------------	*/
	
#build_visual_key {
	background:url(../images/header/build_visual_key.jpg) no-repeat 0 0;
	height:265px;
	position:relative;
	width:997px;
}

#build_visual_key_content {
	color:#343434;
	float:right;
	font-size:12px;
	line-height:1.5;
	position:absolute;
	right:90px;
	top:110px;
	width:497px;
}

#build_visual_key_content a {color:#265b8f;text-decoration:underline;}
#build_visual_key_content a:hover {text-decoration:none;}

#build_visual_key a#live_demo {
	background:url(../images/build_live_demo_butt.gif) no-repeat 0 0;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:142px;
	position:absolute;
	right:50px;
	bottom:30px;
}

#build_content_middle_left {
	clear:both;
	float:left;
	width:309px;
}

#build_a_website {
	background:url(../images/build_a_website.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:330px;
	width:309px;
}

#build_a_website_middle {
	margin:80px 0 0 45px;
	width:264px;
}

#content_middle #build_a_website ul {
	font-size:14px;
	font-weight:bold;
	width:264px;
}
#content_middle #build_a_website li {
	background:none;
	border:none;
	margin:0 0 17px;
	padding:0;
	width:210px;
}

#content_middle #build_a_website li a {color:#525252;text-decoration:none;}
#content_middle #build_a_website li a:hover {text-decoration:underline;}

#content_middle #build_a_website li a.white {color:#fff;text-decoration:none;}
#content_middle #build_a_website li a.white:hover {text-decoration:underline;}

#content_middle #build_a_website li.bottom_show {padding-top:10px;}
#content_middle #build_a_website li.bottom_show a {font-weight:normal;text-decoration:underline;}
#content_middle #build_a_website li.bottom_show a:hover {text-decoration:none;}

#build_template_gallery_top {
	background:url(../images/build_a_website_template_gallery_top.jpg) no-repeat 0 0;
	font-size:12px;
	height:69px;
	line-height:1.4;
	padding:10px 20px 0;
	width:269px;
}

#build_slider {
	background: url(../images/build_a_website_template_gallery_middle.jpg) repeat-y 0 0;
	clear:both;
	float:left;
	width:309px;
}
#content_middle #build_slider ul li {
	background:none;
	border:none;
	padding:0;
	width:196px;
}
#build_slider a#slider_butt_left {
	float:left;
	margin-left:17px;
	margin-right:13px;
	margin-top:84px;
}

#build_slider a#slider_butt_right {
	float:right;
	margin-left:17px;
	margin-right:13px;
	margin-top:84px;
}

#build_template_gallery_bottom {
	background:url(../images/build_a_website_template_gallery_bottom.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	height:61px;
	width:309px;
}

#build_template_gallery_bottom a#more_info {
	background:url(../images/build_check_out_gallery_butt.gif) no-repeat 0 0;
	display:block;
	height:34px;
	margin-left:55px;
	margin-top:11px;
	text-indent:-9999px;
	width:196px;
}

#build_tutorials {
	background:url(../images/build_tutorials.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	font-size:12px;
	height:253px;
	line-height:1.4;
	margin-top:20px;
	position:relative;
	width:309px;
}

#build_tutorials p {margin:50px 120px 0 25px;}

#content_middle #build_tutorials a {color:#2e78a9;text-decoration:underline;}
#content_middle #build_tutorials a:hover {text-decoration:none;}

#build_tutorials a.more_info {
	background: url(../images/more_info_button.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	left:22px;
	bottom:12px;
	text-indent:-9999px;
	width:111px;
}

#build_satisfaction {
	background:url(../images/build_satisfaction.jpg) no-repeat 0 0;
	clear:both;
	float:left;
	font-size:12px;
	height:198px;
	line-height:1.4;
	margin-top:20px;
	position:relative;
	width:309px;
}

#build_satisfaction p {margin:70px 88px 0 25px;}

#build_satisfaction a.more_info {
	background: url(../images/more_info_button.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	left:22px;;
	bottom:12px;
	text-indent:-9999px;
	width:111px;
}

#build_faq_top {
	background:url(../images/build_faq_top.jpg) no-repeat 0 0;
	clear:both;
	height:72px;
	float:left;
	margin-top:20px;
	width:309px;
}

#build_faq_middle {
	background:url(../images/build_faq_middle.jpg) repeat-y scroll 0 0;
	clear:both;
	float:left;
	line-height:1.4;
	padding:0 20px;
	width:269px;
}

#build_faq_bottom {
	background:url(../images/build_faq_bottom.jpg) repeat-y scroll 0 0;
	clear:both;
	float:left;
	height:61px;
	position:relative;
	width:309px;
}

#build_faq_bottom a.more_faq {
	background: url(../images/hosting_help_more_info.png) no-repeat 0 0;
	bottom:14px;
	cursor:pointer;
	display:block;
	height:34px;
	position:absolute;
	right:14px;
	text-indent:-9999px;
	width:111px;
}

#build_faq_middle h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

#build_faq_middle p {padding-bottom:5px;}

#build_faq_middle p a:hover {text-decoration:none;}
#build_faq_middle p a {color:#E37D21;text-decoration:underline;}

#build_content_middle_right {
	float:left;
	margin-left:17px;
	position:relative;
	width:670px;
}

#build_package {
	background:url(../images/build_package.jpg) no-repeat 0 0;
	color:#fff;
	float:left;
	height:866px;
	position:relative;
	width:670px;
}

#build_package_starter {
	float:left;
	margin:70px 0 0 0;
	text-align:center;
	width:234px;
}

#build_package p.price {font-size:30px;font-weight:bold;}
#build_package p.description {
	margin:25px 30px 0;
}

#build_package ol {
	margin-left:60px;
	margin-top:19px;
	text-align:left;
}

#build_package ol li {line-height:30px;width:150px;}
#build_package ol li span {font-size:14px; font-weight:bold;}

#build_package ol li a {color:#fff; text-decoration:underline;}
#build_package ol li a:hover {text-decoration:none;}

#build_package .build_buttons {
	margin:15px 14px 0 16px;
	width:203px;
}

#build_package a.more_information {
	background:transparent url(../images/build_more_information.png) no-repeat center center;
	color:#fff;
	cursor:pointer;
	display:block;
	height:24px;
	line-height:24px;
	text-decoration:underline;
	width:202px;
}

#build_package a.more_information:hover {text-decoration:none;}

#build_package a.buy_now {
	background:transparent url(../images/build_buy_now.png) no-repeat center center;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	height:34px;
	width:203px;
	margin-top:10px;
}

#build_package_plus {
	float:left;
	margin:70px 0 0;
	text-align:center;
	width:202px;
}

#build_package #build_package_plus .build_buttons {
	margin:15px 0;
	text-align:center;
}

#build_package_pro {
	float:left;
	margin:70px 0 0 0;
	text-align:center;
	width:233px;
}

#build_package #build_package_pro .build_buttons {
	margin:15px;
	text-align:center;
	width:197px;
}

#five_steps {
	float:left;
	font-size:12px;
	margin:20px 0 0 0;
	width:672px;
}

#five_steps_top {
	background:url(../images/build_five_steps.jpg) no-repeat 0 0;
	height:35px;
	float:left;
	width:670px;
}

#five_steps_middle {
	background:url(../images/build_five_steps_middle.jpg) repeat-y center center;
	float:left;
	padding:10px 20px;
	width:630px;
}

#five_steps_middle_boxes {
	background:url(../images/build_five_steps_middle.jpg) repeat-y center center;
	float:left;
	font-size:11px;
	padding:0 20px 10px;
	width:630px;
}

#five_steps_middle_boxes p.headline {
	color:#2e78a9;
	font-size:14px;
	font-weight:bold;
}

#step1, #step2, #step3, #step4, #step5 {
	float:left;
}

#step1 {
	margin-right:19px;
	width:110px;
}
#step2 {
	margin-right:18px;
	width:112px;
}
#step3 {
	margin-right:18px;
	width:112px;
}
#step4 {
margin-right:18px;
	width:111px;
}
#step5 {
	width:112px;
}

#five_steps_bottom {
	background:url(../images/build_five_steps_bottom.jpg) no-repeat 0 0;
	height:182px;
	float:left;
	width:670px;
}

#build_key_features {
	float:left;
	margin:20px 0 0 0;
	width:672px;
}

#build_key_features_top {
	background:url(../images/build_key_features.jpg) no-repeat 0 0;
	height:75px;
	width:672px;
}

#build_key_features_left, #build_key_features_right {
	float:left;
	width:336px;
}

#build_key_features_left #build_box1a {
	background:url(../images/build_key_features_1a.jpg) no-repeat 0 0;
	height:134px;
	width:336px;
}

#build_key_features_left #build_box1b {
	background:url(../images/build_key_features_1b.jpg) no-repeat 0 0;
	height:157px;
	width:336px;
}

#build_key_features_left #build_box1c {
	background:url(../images/build_key_features_1c.jpg) no-repeat 0 0;
	height:138px;
	width:336px;
}

#build_key_features_left #build_box1d {
	background:url(../images/build_key_features_1d.jpg) no-repeat 0 0;
	height:166px;
	width:336px;
}

#build_key_features_right #build_box2a {
	background:url(../images/build_key_features_2a.jpg) no-repeat 0 0;
	height:134px;
	width:336px;
}

#build_key_features_right #build_box2b {
	background:url(../images/build_key_features_2b.jpg) no-repeat 0 0;
	height:157px;
	width:336px;
}

#build_key_features_right #build_box2c {
	background:url(../images/build_key_features_2c.jpg) no-repeat 0 0;
	height:138px;
	width:336px;
}

#build_key_features_right #build_box2d {
	background:url(../images/build_key_features_2d.jpg) no-repeat 0 0;
	height:166px;
	width:336px;
}

#build_key_features .build_content {
	float:right;
	margin-right:10px;
	width:180px;
}

#build_key_features #build_key_features_right .build_content {
	float:right;
	margin-right:25px;
	width:180px;
}

#build_key_features .build_content p.orange {
	color:#fe9620;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

#build_key_features .build_content p.strong_grey {
	color:#8f8f8f;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

#build_key_features .build_content p.grey {
	color:#a5a4a4;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:5px;
}

#build_stories {
	background:url(../images/build_stories.jpg);
	clear:both;
	float:left;
	height:247px;
	margin-top:20px;
	position:relative;
	width:672px;
}

#build_stories_content {
	margin:80px 20px 0 220px;
}

#build_stories_content p.headline {
	color:#838383;
	font-size:18px;
}
#build_stories_content p.orange {
	color:#faa131;
	font-size:18px;
	margin-bottom:10px;
}

#build_stories_content p {
	font-size:12px;
}

#build_stories a.read_more {
	background:transparent url(../images/read_more.jpg) no-repeat scroll left center;
	bottom:12px;
	color:#FE9620;
	display:block;
	float:left;
	height:34px;
	position:absolute;
	right:18px;
	text-indent:-9999px;
	width:111px;
}

/*-----------------------------------------*/

.selectME ul { /* remove unwanted focus outlines from links */
 noFocusLine: expression(this.onFocus=this.blur())  outline: none;
}
*.selectME:focus ul, *.selectME:focus .cornerstop {
	outline: none;
}
div.clears, span.clears {
	clear: both;
	margin: 0;
	padding: 0;
}
#arrowImg {
	background: url(../images/combobox/arrow_down_6x3.gif) no-repeat right center scroll;
	width: 16px;
	_width:13px;
	height:20px;
	_height: 18px;
	z-index: 10000;
	display: inline-block;
	margin:0;
	padding: 0;
}
div.selectME a:hover {
	
}
div.selectME div.cornerstop {
	height: 3px;
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selecttopleft_3x3.gif') top left no-repeat;*/
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornerstop div {
	height: 3px;
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selecttopright_3x3.gif') top right no-repeat;*/
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornerstop div div {
	height: 3px;
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selecttop_100x3.gif') top right repeat-x;*/
 *overflow: hidden;
}
div.selectME div.cornersbottom {
	height: 3px;
	margin:0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectbottomleft_3x3.gif') top left no-repeat;*/
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornersbottom div {
	height: 3px;
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectbottomright_3x3.gif') top right no-repeat;*/
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornersbottom div div {
	height: 3px;
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectbottom_100x3.gif') top right repeat-x;*/
 *overflow: hidden;
}
div.selectME div.middle {
/*	background: url('http://www.gerrendesign.com/entry_images/selectbox/selectleft_3x20.gif') top left no-repeat;*/
	margin: 0;
	padding: 0px 0px 0px 3px;
}
div.selectME div.middle div {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectright_3x20.gif') top right no-repeat;*/
	margin: 0;
	padding: 0px 3px 0px 0px;
}
div.selectME div.middle div div {
	padding: 0;
	margin:0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectmiddle_235x20.gif') top right repeat-x;*/
}
div.selectME div.first {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: static;
	height: 20px;
 *margin-bottom: -1px;
}
div.selectME div.first span.selectME {
	border-right:1px solid #D4D4D4;
	color:#3279BC;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	left:4px;
	line-height:18px;
	margin:0;
	overflow:hidden;
	position:relative;
	white-space:nowrap;
}
div.selectME div.first a, div.selectME div.first a:visited {
	display:block;
	padding:0;
}
div.selectME ul {
	background:#fff;
	list-style-type:none;
	line-height: normal;
	padding:0;
	margin: 0 0 0 -3px;
	z-index: 1;
	position: absolute;
	float: left;
	clear: none;
}
div.selectME ul li {
	display:none;
	clear:left;
	margin:0;
	padding:0;
	color: #3279BC;
	text-align:left;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenbg_400x40.gif') repeat-x left top;*/
	position: static;
	float: left;
	z-index: 104;
}
div.selectME ul li a, div.selectME ul li a:visited {
	qwhite-space: nowrap;
	font-size: 15px;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenbgr_1x40.gif') no-repeat right top;*/
	color:#000;
	text-decoration:none;
	display:block;
	padding: 4px 8px 4px 8px;
	margin: 0;
	qbackground: Red;
}
div.selectME ul li a:hover {
	background: #e8e8e8;
}
div.selectME ul li:hover {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenhoverbg_400x40.gif') repeat-x left top;*/
}
div.selectME ul li:hover a, div.selectME ul li:hover a:visited {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenbgr_1x40.gif') no-repeat right top;*/
}
div.selectME ul li.first {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenfirstbg_400x40.gif') repeat-x left top;*/
}
div.selectME ul li.first a:hover {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenfirsthoverbg_400x40.gif') repeat-x left top;*/
}
div.selectME ul li.last {
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenlastbg_400x40.gif') repeat-x left bottom;*/
}
div.selectME ul li.last a {
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenlastbgr_3x40.gif') no-repeat right bottom;*/
}
div.selectME ul li.last a span {
	margin: 0;
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopensepa_400x1.gif') repeat-x top left;
}*/
div.selectME ul li.last:hover {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenlasthoverbg_400x40.gif') repeat-x left bottom;*/
}
div.selectME ul li.last:hover a {
/*	background: transparent url('http://www.gerrendesign.com/entry_images/selectbox/selectopenlasthoverbgr_3x40.gif') no-repeat right bottom;*/
}