/* @override http://dev.kwikeesystems.com/style/screen.css */

/* BEGIN MARKUP */

a:hover {
	text-decoration: none;
	color: #864091;
}

a:active {
	text-decoration: none;
	color: #864091;
}

a:link, visited {
	text-decoration: underline;
	color: #864091;
}

body	{
	text-align: center;
}

input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
sup {
	font-size: 9px;
	vertical-align: top;
}

strong	{
	font-weight: bolder;
}

em	{
	font-style: italic;
}
/* END MARKUP */

/* BEGIN IDs */


#container {
	background: #fff;
	border: 1px solid #403e3a;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	zoom: 1;
}
#content {
	clear: left;
	overflow: hidden;
	zoom: 1;
}
#content_fullscreen {
  background-color: #f4f2ec;
	clear: left;
	overflow: hidden;
	zoom: 1;
}
#fake-css {
	margin: 15px 0 0 2px;
}
#global_nav {
	clear: right;
	float: left;
	font: 11px normal verdana, sans-serif;
	margin: 5px 0 0 0;
}
#global_nav a {
	color: #4c266d;
	background: transparent;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#global_nav a:hover {
	text-decoration:underline;
}
#global_nav img {
	border: none;
	padding: 0;
	margin: 0;
}
#header {
	text-align: left;
	background: #374b61 url('images/bg_header.jpg') no-repeat 50% 50%;
	border: 1px solid #252525;
	border-style: none none solid none;
	color: #fff;
	height: 89px;
	overflow: hidden;
	position: relative;
	width: 760px;
	zoom: 1;
}
#header a {
	color: #f1f1f1;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}
#header h1 {
	background: transparent;
	display: inline;
	position: absolute;
	top:0
	left:0;
	margin: 15px 0 0 10px;
	width: 240px;
}

#header h1 {
	background: transparent;
	display: inline;
	float: left;
	margin: 15px 0 0 10px;
	width: 240px;
}
#header_ui {
	background: transparent;
	display: inline;
	float: right;
	text-align: right;
	margin: 57px 4px 0 0;
	width: 470px;
}
#header_ui form {
	overflow: hidden;
	zoom: 1;
}

#search_box {
	background: transparent url('images/bg_search_box.png') repeat-x 0 0;
	border: 1px solid #979aa2;
	float: right;
	padding: 5px 0;
	width: 440px;
}
#search_box #submit {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
#search_text {
	background: transparent;
	border: none;
	color: #3e4f64;
	font: 11px verdana;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	width: 400px;
}

/* Login & Search */

#brand_column	{
	z-index: 100;
	float: left;
	width: 464px;
	height: 500px;
	margin-top: 20px;	 
}

#brand_column img	{
	margin-top: 50px;
}

#brand_column p	{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin: 5px 0 5px 0;
}

#brand_column p.emphasized	{
	color: #268fae;
}

#collapsed_tab_button	{
	position: absolute;
	display: block;
	padding: 28px 3px 28px 7px;
	background: #303030;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	top: -1px;
	left: -25px;
}

#collapsed_tab_button:hover	{
	background: #268fae;
}

#contact_info	{
	text-align: left;
	font-size: 10px;
	margin: 0 0 10px 10px;
}

#contact_info a	{
	color: #000;
}

#contact_info a:hover	{
	color: #268fae;
}

#contact_info a.license	{
	float: right;

	margin-right: 20px;
	color: #000;
}

#contact_info a.license:hover	{
	color: #268fae;
}

#extended_tab	{
	position: absolute;
	width: 0;
	height: 78px;
	background: #fff;
	border: 1px solid #c6c6c6;
	top: 0;
	left: 0;

}

#extended_tab p	{
	font-size: 12px;
	padding: 8px;
}

#extended_tab_button	{
	float: left;
	display: block;
	padding: 28px 5px;
	background: #303030;
	margin-right: 1px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

#extended_tab_button:hover	{
	background: #268fae;
}

.login_blurbs	{
	padding: 20px 0;
	border-top: 1px solid #fff;
	line-height: 15px;
	width: 100%;
	float: left;
}

.login_blurbs a	{
	color: #6a6a6a;
}

#login_column	{
	float: left;
	width: 240px;
	height: 500px;
	margin-top: 20px;
}

#login_column a	{
	cursor: pointer;
}

#login_form	{
	float: left;
	background: #e2e2e2;
	width: 194px;
	height: 400px;
	margin-left: 24px;
	font-size: 11px;
	padding: 10px;
}

#login_header	{
	position: relative;
	float: left;
	background: url('../images/kwikee_logo.png') no-repeat;
	width: 214px;
	height: 80px;
}

#login_inputs	{
	float: left;
	margin: 0;
}

#login_inputs a	{
	color: #6a6a6a;
}

#login_inputs input	{
	width: 110px;
	margin-bottom: 5px;
	border: 1px solid #c6c6c6;
	float: right;
}

.login_text	{
	line-height: 24px;
}

#product_images	{
	background: url('/images/product_images.jpg');
	width: 760px;
	height: 213px;
}

.search_elements	{
	position: relative;
	float: left;
	width: 203px;
	height: 80px;
	background: #5e5e5e;
	margin: 0 35px 10px 0;
	border-right: 1px solid #777;
	cursor: pointer;
	font-weight: lighter;
}

.search_elements.last	{
	margin-right: 0;
}

.search_elements .side_button	{
	position: absolute;
	padding: 28px 3px 28px 7px;
	background: #303030;
	margin-right: 1px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	left: 204px;
}

div.search_elements:hover p.side_button	{
	background: #268fae;
}

.search_elements_description	{
	float: left;
	color: #fff;
	font-size: 22px;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	margin-left: 10px;
}

.search_elements_description.promo_elems	{
	margin-top: 20px;
}

#search_header	{
	position: relative;
	background: url('/images/kwikee_logo.png') no-repeat right #303030;
	width: 705px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#search_header #cart_button	{
	display: block;
	height: 29px;
	width: 27px;
	background: url('/images/cart.png');
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#search_header #cart_button:hover	{
	background: url('/images/cart_hover.png');
}

#search_header #search_field	{
	float: left;
	margin: 25px 20px;
	color: #fff;
	font-size: 22px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#search_header #search_field input.text	{
	width: 200px;
	border: 1px solid;
	height: 27px;
	font-size: 22px;
}

#wrapper	{
	text-align: left;
	margin: 0 auto;
	width: 710px;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper a	{
	text-decoration: none;
}

#remember_login	{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 20px;
	color: #6a6a6a;
}

#remember_login input	{
	width: 12px;
	margin: 3px 4px;
}

#sign_in_button	{
	float: right;
	margin: 25px 0 30px 0;
}

/* ------ BEGIN HOMEPAGE STUFF ----- */
#splash {
	background: #f4f2ec;
	border-right: 1px solid #494846;
	display: inline;
	float: left;
	height: 422px;
	margin: 0;
	padding: 0;
	width: 639px;
}
#flash {
	background: #aaa;
	border: 1px solid #9a9a9a;
	height: 400px;
	margin: 10px;
}
#ks_group {
	border: 1px solid #9a9a9a;
	display: inline;
	float: left;
	height: 400px;
	position: relative;
	margin: 10px;
	width: 297px;
}
#ks_group ul {
	color: #1d253b;
	margin: 20px 0 0 0;
}
#ks_group li {
	background: transparent url('images/key_serv_button_bg.jpg') no-repeat 0 0;
}
#ks_group ul a {
	background: transparent;
	color: #1d253b;
	display: block;
	font: 16px "Arial Black";
	height: 32px;
	padding: 8px 5px 0 5px;
	text-decoration: none;
	margin: 10px 0;
}
#ks_group ul a:hover {
	color: #374b61;
}
/* ICONS */
#ks_group ul a#icon_asset {
	background: transparent url('images/icon_asset.jpg') no-repeat 95% 50%;
}
#ks_group ul a#icon_clip {
	background: transparent url('images/icon_clip.jpg') no-repeat 95% 50%;
}
#ks_group ul a#icon_coop {
	background: transparent url('images/icon_coop.jpg') no-repeat 95% 50%;
}
/* ----- */
#ks_add {
	background: #e5e5e5;
	bottom: 0;
	font: 16px Helvetica, Arial, sans-serif;
	font-style: italic;
	padding: 15px 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 287px;
}
#ks_add a {
	color: #555;
	text-decoration: none;
}
#ks_title {
	color: #5f5f5f;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
/* ------ END HOMEPAGE STUFF ----- */

#footer {
	text-align: left;
	background: #374b61 url('images/bg_footer.jpg') no-repeat 50% 50%;
	border: 1px solid #252525;
	height: 37px;
	border-style: solid none none none;
	clear: left;
	color: #fff;
	font-size: 11px;
	font-family: verdana, sans-serif; 
	overflow: hidden;
	padding: 0 10px;
	zoom: 1;
}
#footer a {
	color: #f1f1f1;
	text-align: left;
}

#footer_links {
	display: inline;
	float: left;
	margin: 0;
	width: 315px;
	padding: 10px 0;
}
#footer_legal {
	float: left;
	margin: 5px 0 0 10px;
	text-align: right;
	padding: 10px 0;
}

#footer_social_buttons	{
	float: left;
	margin: 7px 0 0 180px;
}

#footer_wrapper	{
	text-align:left; 
	margin:0 auto; 
	width: 760px; 
	position:relative;
}

/* END IDs */

/* BEGIN CLASSES */
.fleft {
	display: inline;
	float: left;
}
.fright {
	display: inline;
	float: right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.clrleft {
	clear: left;
}
.clrright {
	clear: right;
}
.clrboth {
	clear: both;
}
.key_hover {
	display: none;
}
.slashed {
	background: transparent url('images/bread_slash.jpg') no-repeat 0 50%;
	padding: 5px 10px 5px 20px !important;
}
.main_page_links a{
  display: block;
  margin-bottom: 5px;
}
.self_serv_ad{
  background-color: #ccd0d7;
  margin: 30px 50px 10px 50px;
  padding: 5px;
  border: 1px dotted #000;
}
.self_serv_ad span{
  color: #362640;
  font-size: 20px;
  font-weight: bold;
}
/* END CLASSES */
