#support-main {
	/*width:650px;*/
	width:852px;
	margin:0px auto;
}

#support-main h4 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#support-main h5 {
	padding-left:7px;
}

#kb-search {
	height:75px;
	display:block;
	
}

#kb-search input.text {
	font-size:16px;
	width:610px;
	height:20px;
	border:none;
	float:left;
	margin:7px 0 0 7px;
	padding:0;
	border:1px solid #a9a9a9;
	background:
		-webkit-gradient(linear, 0% 0%, 0% 12%,
			from(#999), to(#fff));
	background:
		-moz-linear-gradient(0% 12% 90deg,#fff, #999);
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
}

#kb-search input.text:focus {
	background-image: none;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(199,4,4,.9);
	-moz-box-shadow: 0 0 8px rgba(199,4,4,.9);
	box-shadow: 0 0 8px rgba(199,4,4,.9);
	outline:none;
}

.cool-button {
	background: #a6a6a6 url('/images/ripley/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #444;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(255,255,255,0.55);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	position: relative;
	cursor: pointer;
}

.cool-button:hover {
	background-color:#7a7a7a;
}

.kb-submit {
	/*position:absolute;
	top:95px;
	left:704px;*/
	float:left;
	margin:5px 0 0 10px;
	width:150px;
}

#support-main h3 {
  margin:0 0 0 10px;
  font-weight:normal;
  font-size:20px;
}

.support-blurb {
	width:170px;
	margin-top:20px;
	padding:0 0 0 43px;
	float:left;
	min-height:80px;
	*height:80px;
	border-bottom:1px solid #d1d1d1;
	
}

.support-blurb p {
	margin:0;
	padding:0;
	line-height:15px;
}

.support-blurb a, .support-blurb a:visited {
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.support-blurb a:hover {
	text-decoration:underline;
}

#prod_act {
	background:transparent url('/images/ripley/icons/add_32.png') no-repeat scroll 0 5px;
}

#sw_downloads {
	background:transparent url('/images/ripley/icons/diskette_32.png') no-repeat scroll 0 5px;
}

#documentation {
	background:transparent url('/images/ripley/icons/book_32.png') no-repeat scroll 0 5px;
}

#profile {
	background:transparent url('/images/ripley/icons/user_32.png') no-repeat scroll 0 5px;
}

#transfer {
	background:transparent url('/images/ripley/icons/clients_32.png') no-repeat scroll 0 5px;
}

#my_products {
	background:transparent url('/images/ripley/icons/gear_32.png') no-repeat scroll 0 5px;
}

#user_forums {
	background:transparent url('/images/ripley/icons/focus_group_32.png') no-repeat scroll 0 5px;
}

#my_incidents {
	background:transparent url('/images/ripley/icons/hijack_32.png') no-repeat scroll 0 5px;
}

#programs {
	background:transparent url('/images/ripley/icons/text_bubble_32.png') no-repeat scroll 0 5px;
}

#training {
	background:transparent url('/images/ripley/icons/test_32.png') no-repeat scroll 0 5px;
}

#contact-tech {
	background:transparent url('/images/ripley/icons/first_aid_kit_32.png') no-repeat scroll 0 5px;
}

#contact-cc {
	background:transparent url('/images/ripley/icons/activity_32.png') no-repeat scroll 0 5px;
}

#knowledge_base {
	background:transparent url('/images/ripley/icons/library_32.png') no-repeat scroll 0 5px;
}


