/* $Id: main.css 30 2008-04-07 21:38:57Z red $ */

/* ~~~~~~~~~~ default styles ~~~~~~~~~~ */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font: 100%/1.2 arial, helvetica, "lucida sans", verdana, sans-serif;
}

/* ~~~~~~~~~~ layout ~~~~~~~~~~ */
body {
	background: transparent url(http://www.kikker5150.com/logo_ghost.jpg);
	padding: 16px;
}

#wrapper {
	margin: auto;
	width: 696px;
}

#header {
	background: transparent url(http://www.kikker5150.com/kr_r2_c4.gif) 209px 50% ;
	width: 696px;
	height: 58px;
	color: #aaa;
	font-weight: bold;
	font-size: 13px;
	position: relative;
}

	#header_left {
		background: transparent url(http://www.kikker5150.com/kr_r2_c2.gif) no-repeat;
		width: 696px;
		height: 58px;
	}
	
		#header_right {
			background: transparent url(http://www.kikker5150.com/kr_r2_c11-tr.gif) no-repeat top right;
			width: 696px;
			height: 58px;
		}
	
			#header h1 {
				position: absolute;
				bottom: 0;
				right: 16px;
				font-size: 13px;
			}
			#header sup {
				font-size: 9px;
			}

#navigation {
	background: transparent url(http://www.kikker5150.com/kr_r3_c4.gif);
	height: 34px;
	width: 696px;
	position: relative;
}

	#navigation_left {
		background: transparent url(http://www.kikker5150.com/kr_r3_c2.gif) no-repeat;
		height: 34px;
		width: 696px;
	}
	
	#navigation_main {
		height: 34px;
		width: 460px;
		position: absolute;
		left: 236px;
		top: 0px;
	}

	#navigation_main a {
		text-indent: -9999px;
		height: 34px;
		position: absolute;
		display: block;
	}

		#navigation_main a#nav_home {
			background: transparent url(http://www.kikker5150.com/kr_r3_c4-2.gif);
			width: 44px;
		}
		
		#navigation_main a#nav_new {
			background: transparent url(http://www.kikker5150.com/kr_r3_c7.gif);
			width: 86px;
			left: 44px;
		}
		#navigation_main a#nav_parts {
			background: transparent url(http://www.kikker5150.com/kr_r3_c8.gif) 0 50% no-repeat;
			width: 58px;
			left: 130px;
		}
		#navigation_main a#nav_sales {
			background: transparent url(http://www.kikker5150.com/kr_r3_c9.gif) 50% 50% no-repeat;
			width: 50px;
			left: 188px;
		}
		#navigation_main a#nav_dealer {
			background: transparent url(http://www.kikker5150.com/kr_r3_c10.gif) 50% 50% no-repeat;
			width: 81px;
			left: 238px;
		}
		#navigation_main a#nav_contact {
			background: transparent url(http://www.kikker5150.com/kr_r3_c12.gif) no-repeat;
			width: 141px;
			left: 319px;
		}
		
#content {
	background: white url(http://www.kikker5150.com/kr_r4_c2.gif) no-repeat;
	padding: 30px 106px;
}

	#content h2 {
		margin-bottom: 15px;
	}

	#content p {
		color: #666;
		margin-bottom: 10px;
	}

/* ~~~~~~~~~~ form ~~~~~~~~~~ */

form fieldset {
	border: #ccc solid 1px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
* html form fieldset {
	background-color: transparent;
}

	form fieldset legend {
		font-weight: bold;
	}

	form label, form .label {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	
		form label span, form .label span {
			display: block;
			width: 150px;
			position: absolute;
			top: 0;
			left: 0;
		}
		
		form .label span {
			width: 250px;
		}
		
			form label span  .required, form .label span .required,
			form label span  .price, form .label span .price {
				display: inline;
				color: red;
				position: relative;
			}
		
		form label input, form .label input {
			margin-left: 150px;
			width: 300px;
		}
			form label input#zip { width: 100px; }
			form label input.radio, form .label input.radio { width: auto; margin: 0; }
			
		form label select, form .label select {
			margin-left: 150px;
		}
		
		form .label .radio {
			margin-left: 250px;
		}
		
		form .label label {
			display: inline;
			width: auto;
		}
		
		#callback {
			height: 40px;
			margin-bottom: 20px;
		}

		#additions span { position: relative; width: auto;  }
		#additions textarea { width: 450px; }
		
		#total_line { font-weight: bold; font-size: 130%; }
			#total_price { text-align: right; color: red; font-size: 150%; }


