*{padding: 0px; margin: 0px;}
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, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {font-family: Helvetica, Arial, sans-serif; color: #333333; text-decoration: none; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: collapse; border-spacing: 0;}
body{background-color: #ffffff;}
a{color: #01a3e9;}
a:hover{color: #0000ff;}
small{font-size: 10px;}
h2{font-size: 20px;}
h7{font-weight: normal;font-style: normal;text-decoration: none;font-size: 10px;color:#999999;line-height: 10px;} 

p{
	margin-bottom: 10px;
} 

#user_display ol, #user_display ul{
	margin-left: 20px;
}

#header ol, #header ul {list-style: none;}

#wrapper{
	position: relative;
	width: 100%;
	min-width: 1024px;
	min-height: 1150px;
}

#innerwrapper{
	position: relative;
	width: 100%;
}
/*forms*/
div.error{
	width: 395px;
	background-color: #fff9ce;
	position: relative;
	padding: 10px;
}
	
	div.alert{
		width: 16px;
		height: 16px;
		background-image: url('2.0/alert.png');
		float: left;
	}
	
	div.point_up{
		width: 16px;
		height: 16px;
		background-image: url('2.0/point_up.png');
		float: left;
	}
	
	div.error_message{
		font-size: 12px;
		padding-top: 1px;
		padding-left: 5px;
	}
	
	div.error_wrapper{
		position: relative;
	}

div.success{
	width: 395px;
	background-color: #cdffcb;
	position: relative;
	padding: 10px;
}

	div.check{
		width: 32px;
		height: 32px;
		background-image: url('2.0/check.png');
		float: left;
	}
	
	div.success_message{
		font-size: 12px;
		padding-top: 1px;
		padding-left: 5px;
	}
	
	div.success_wrapper{
		position: relative;
	}
	
	
	
/*decorations*/
#round.bottomright{
	width: 8px;
	height: 8px;
	background-image: url('1.1/roundbottomright.png');
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#round.bottomleft{
	width: 8px;
	height: 8px;
	background-image: url('1.1/roundbottomleft.png');
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#round.topright{
	width: 8px;
	height: 8px;
	background-image: url('1.1/roundtopright.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

#round.topleft{
	width: 8px;
	height: 8px;
	background-image: url('1.1/roundtopleft.png');
	position: absolute;
	top: 0px;
	left: 0px;
}

/*shrowd*/
#shroud{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: .5;
	display: none;
	z-index: 2;
}

	#shroud_content{
		border: solid 3px #aaaaaa;
		opacity: 0;
		position: fixed;
		background-color: #ffffff;
		z-index: 3;
		display: none;
		padding: 40px;
	}
		
		#shroud_content_x{
			position: absolute;
			top: 0px;
			right: 0px;
			width: 32px;
			height: 32px;
			background-image: url('1.1/x.png');
			margin: 5px;
			cursor: pointer;
		}

/*header*/

#header{
	position: relative;
}

#top_bar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 82px;
	background-image: url('2.0/top_bar.png');
	background-repeat: repeat-x;
	z-index: 1;
	border-bottom: 1px solid #aaaaaa;
}
	
	#logo_wrapper{
		width: 258px;
		border-right: 1px solid #aaaaaa;
	}
		
		#logo{
			width: 238px;
			height: 62px;
			background-image: url('2.0/appuseful_logo_small.png');
			margin: 10px;
		}
	
	#category_tab{
		position: absolute;
		top: 0px;
		left: 538px;
		width: 136px;
		height: 39px;
		background-image: url('2.0/categories_tab.png');
	}

	#categories{
		position: absolute;
		top: 14px;
		left: 268px;	
	}
	
	li.main_categories, li.categories{
		float: left;
		margin: 0px 30px 10px 0px;
	}
	
		li.main_categories a{
			float: left;
		}
	
		div.down_arrow{
			margin-top: 8px;
			margin-left: 3px;
			width: 9px;
			height: 6px;
			background-image: url('2.0/down_arrow.png');
			float: left;
		}
	
	li.categories a{
		font-size: 14px;
		color: #01a3e9;
	}

	li.categories a:hover{
		font-size: 14px;
		color: #0000FF;
	}
	
		div.subcategory_wrapper{
			display: none;
		}

#navigation_bar{
	position: absolute;
	top: 82px;
	left: 0px;
	width: 100%;
	height: 52px;
	background-image: url('2.0/navigation_bar.png');
	background-repeat: repeat-x;
	z-index: 0;
}

	li.navigation{
		float: left;
		margin: 15px;
		z-index: 5;
	}

	ul.user_navigation li.navigation{
		float: right;
		margin: 15px;
		z-index: 5;
	}

#subnavigation_bar{
	position: absolute;
	top: 122px;
	left: 0px;
	width: 100%;
	height: 20px;
}

	li.navigation a{
		color: #ffffff;
	}

	li.subnavigation{
		float: left;
		margin: 10px;
		font-size: 10px;
	}
	
	ul.advertise li.subnavigation{
		float: right;
		margin: 10px;
		font-size: 10px;
	}
	
/*google search box*/	
#cse-search-box input[type=text] {
	height: 20px;
}

	
/*Categories*/
#category_header{
	position: absolute;
	top: 164px;
	left: 20px;
	width:90%;
}

#sort_type_heading{
	float: left;
	margin-left: 7px;
}

#sort_type_select{
	float: left;
	margin-left: 7px;
}

/* Content */
#content{
	padding-top: 157px;
	left: 0px;
	margin-left: 20px;
}

div.clear{
	clear: both;
}

/* Pallet */
#pallet{
	width: 182px;
	height: 120px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 80px;
	float: left;
	position: relative;
} 

	h5{
		font-weight: normal;
	}

	#greyoutline{
		width: 182px;
		height: 120px;
		background-image: url('1.1/greyoutline.png');
	}
	#greyoutline:hover{
		background-image: url('1.1/greenoutline.png');
	}
	#infoline{
		position: relative;
		top: 104px;
		left: 0px;
	}
		#name{
			font-weight: bold;
			margin-top: 0px;
			overflow: hidden;
			width: 100px;
			height: 16px;
			position: absolute;
			font-size: 14px;
		}
		
		#ratings_count{
			position: absolute; 
			top:15px; 
			right: 4px; 
			color: #aaaaaa; 
			font-size: 10px; 
			font-weight: normal;
		}
		#grey_stars{
			background-image: url('1.1/greystars.png');
			width: 77px;
			height: 14px;
			margin-right: 5px;
			float: right;
		}
		#stars{
			background-image: url('1.1/stars.png');
			height: 14px;
		}
		div.type{
			font-size: 10px;
		}
		div.tag_line{
			width: 182px; 	
			overflow: hidden;
			padding-bottom: 3px;
			word-spacing: 0px;
			font-size: 12px;
		}

	
/*company display*/
div.company_display{
	width: 500px;
	border-right: 1px solid #aaaaaa;
	float: left;
	padding-right: 20px;
}

/*user display*/
	div.user_display{
		border-right: 1px solid #aaaaaa;
		margin-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	div.user_display_header{
		color: #79b933;
		width: 100%;
		border-bottom: 2px solid #f1f1f1;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	/*visit website button*/
	div.visit_website{
		width: 222px;
		height: 74px;
		background-image: url('1.1/visit_website.png');
		cursor: pointer;
		float: left;
	}
	
	div.visit_website:hover{
		width: 222px;
		height: 74px;
		background-image: url('1.1/visit_website_hover.png');
		cursor: pointer;
		float: left;
	}
	
	/*rate block*/
	#ratings_stars_grey{
		background-image: url('1.1/stars_grey_large.png');
		background-repeat: no-repeat;
		width: 160px;
		height: 28px;
		float: left;
		cursor: pointer;
	}
	
	#ratings_stars{
		background-image: url('1.1/stars_large.png');
		background-repeat: no-repeat;
		height: 28px;
		border: 0px;
		margin: 0px;
		background-color: transparent;
		cursor: pointer;
		padding: 0px;
	}
	
	#rate_form{
		float: left;
		font-size: 10px;
	}
	
	#rate_response{
		float: left;
		height: 23px;
		margin-top: 8px;
	}
	
	/*review header*/
	input.write_review_button{
		float: left;
		margin-left: 5px;
		margin-bottom: 3px;
	}
	
		
	
	/*review block*/
	div.review{
		padding: 20px;
		position: relative;
		margin-right: 15px;
		overflow: hidden;
	}
	
	div.review_heading{
		border-bottom: 1px solid;
		border-color: #e5e5e5;
	}
	
	div.reivew_title{
		font-size: 14px;
		font-weight: bold;
	}
	
	div.heading_by{
		font-size: 10px;
		color: #666666;
	}
	
	div.review_helpful{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	div.review_helpful_text{
		float: right;
		margin-top: -2px;
		font-size: 10px;
	}
	
	div.review_helpful_yes{
		height: 16px;
		width: 16px;
		background-image: url('1.1/vote_yes.png');
		float: right;
		margin-left: 10px;
	}
	
	div.reivew_helpful_no{
		height: 16px;
		width: 16px;
		background-image: url('1.1/vote_no.png');
		float: right;
		margin-left: 10px;
	}
	
	div.user_rating{
		position: absolute; 
		right: 20px; 
		bottom: 20px;
	}
	
	div.nuf{
		float: left;
		margin-top: 7px;	
	}
	
	div.report_review{
		position: absolute;
		left: 20px;
		bottom: 5px;
	}
	
	
/* Add Application */

select.application_input{
	border: 3px solid #eeeeee;
	color: #222222;
	width: 406px;
	font-size: 20px;
}

input.application_input{
	border: 3px solid #eeeeee;
	color: #333333;
	width: 400px;
	font-size: 20px;
}

textarea.application_input{
	border: 3px solid #eeeeee;
	color: #333333;
	width: 400px;
}
	
select.application_input:hover{
	background-color: #FFFBDF;
}

input.application_input:hover{
	background-color: #FFFBDF;
}

textarea.application_input:hover{
	background-color: #FFFBDF;
}
	
	
	
	
	
	
/*Signup*/

#signup, #login{
	padding: 20px;
	border-right: 1px solid #aaaaaa;
	width: 420px;
	float: left;
}

input.signup_submit_button, input.login_submit_button{
	width: 407px;
	height: 68px;
}

#signup_login, #login_signup{
	padding: 20px;
	float: left;
}

/*Side Bar Right*/
#sidebarright{
	position: absolute;
	right: 13px;
	top: 157px;
	max-width: 125px;
	overflow: hidden;
}

#movedown{
	padding-top: 157px;
}

/*Rating box*/
input.write_review{
	border: 3px solid #eeeeee;
	color: #333333;
	width: 400px;
	font-size: 20px;
	padding:4px;
}

textarea.write_review{
	border: 3px solid #eeeeee;
	color: #333333;
	width: 400px;
	font-size: 14px;
	padding:4px;
}

input.write_review_submit_button{
	width: 413px;
	height: 67px;
	background-image: url('2.0/submit_review.png');
	border: none;
	font-size: 0px;
	cursor: pointer;
	margin-top: 20px;
}

input.write_review_submit_button:hover{
	width: 413px;
	height: 67px;
	background-image: url('2.0/submit_review_hover.png');
	border: none;
	font-size: 0px;
	cursor: pointer;
	margin-top: 20px;
}

/*Content*/

div.content_header{
	position: relative;
	background-color: #FFF7BF;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
}

/*
div.highlight_content:hover{
	background-color: #ffffff;
	position: relative;
}*/

div.highlight_content{
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/*Footer*/
#footer{
	margin-top: 40px;
	padding-bottom: 20px;
	background-color: #111111;
	background-image: url('2.0/footer_background.png');
	background-repeat: repeat-x;
	border-top: 2px solid #000000;
	color: #cccccc;
	padding-top: 20px;
	min-width: 1024px;
}

#footer div center a img{
	margin: 20px;
}

