/* CSS Document */
html,body{
  height:100%;
}

body {
	background-image: url(../images/bg.gif);
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
}
*html body {
	font-size: x-small; /* hack for IE5/Win */
	f\ont-size: small;  /* hack for other IE5/Win versions */
}
a, a:link, a:visited { 	
	color: #067495;
	text-decoration:none;
}

a:hover, a:active { 	
	color: #067495;
	text-decoration:underline;
}

/* ------------------ header/menu elements ------------------ */
#header {
	width: 100%;
	height: 30px;
	margin:0; padding:0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
}
#cart {
	width: 775px;
	height: 30px;
	margin: -3px auto 0 auto;
	text-align: right;
}
#cart ul {
	width: auto;
	float: right;
    margin:0;
    padding:0;
    list-style:none;
}
#cart li {
	height: 30px;
    float:left;
    margin:0;
    padding:0;
	background:url("../images/nav/topBlack_right.gif") no-repeat right top;
}
#cart p {
	height: 22px;
	float:left;
    display:block;
	background:url("../images/nav/topBlack_left.gif") no-repeat left top;
    padding:8px 13px 0 13px;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
}
#cart li a {
	color: #FFFFFF;
}
#menu_bar {
	width: 100%;
	height: 62px;
	background-color: #FFFFFF;
	margin:0; padding:0;
}
#menu {
	width: 775px;
	height: 62px;
	margin: 0px auto 0 auto;
	text-align: left;
	
}
#menu ul {
	float:right;
    margin:34px 25px 0 0;
    padding:0;
    list-style:none;
}
#menu li {
	height: 25px;
    float:left;
    margin:3px 2px 0 0;
    padding:0;
	background:url("../images/nav/grey_right.gif") no-repeat right top;
}
#menu ul a {
	height: 17px;
	float: left;
    display:block;
	background:url("../images/nav/grey_left.gif") no-repeat left top;
    padding:8px 13px 0 13px;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
}
#menu #current {
	background-image:url("../images/nav/black_right.gif");
}
#menu #current a {
	background-image:url("../images/nav/black_left.gif");
}


/* ------------------ content elements ------------------ */
#content_orriginals, #content_handcuffs, #content_golf, #content_pronk {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding:0;
	color:#FFFFFF;
}
#content_orriginals{
	background-color: #D62135;
	/*background-image: url(../images/orriginals_bg.gif);*/
	background-repeat: repeat-x;	
}
* html #content_orriginals{
height:100%
}
#content_handcuffs{
	background-color: #FFD600;
	/*background-image: url(../images/handcuffs_bg.gif);*/
	background-repeat: repeat-x;	
}

* html #content_handcuffs {
height:100%
}
#content_golf{
	background-color: #65AB3F;
	/*background-image: url(../images/golf_bg.gif);*/
	background-repeat: repeat-x;	
}
* html #content_golf, * html #content_pronk {
height:100%
}
#content_pronk{
	background-color: #1D458A;
	/*background-image: url(../images/golf_bg.gif);*/
	background-repeat: repeat-x;	
}

#main_col{
	width: 775px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding:0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#left_col{
	float: left;
	width: 182px;
	width: 179px;
	margin: 0; 
	padding: 0;
	position:relative;
	clear:both;
	display: inline;
}
#right_col{
	width: 510px;
	margin:10px 0 0 185px;
	padding: 0 40px 0px 40px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 90%;
	line-height: 170%;
	color:#000000;
	position: relative;
	_float:right;
	_margin:10px 0 0 0px;
	 
	
}
#right_col_header{
	width: 510px;
	height: 45px;
	margin: 0 0 20px -20px;
	padding:0;
}
#right_col_header ul {
	float:left;
    margin:0 40px 0 0;
    padding:0;
    list-style:none;
}
#right_col_header li {
	height: 35px;
    float:left;
    margin:0;
    padding:0;
	background:url("../images/nav/header_right.gif") no-repeat right top;
}
#right_col_header a, #right_col_header p {
	height: 27px;
	float: left;
    display:block;
	background:url("../images/nav/header_left.gif") no-repeat left top;
    padding:8px 20px 0 20px;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
} 
#right_col_header img {
	margin-top: -8px;
}
#right_col #product{
	margin:-40px -20px 0 0;
	padding: 0 0 0 20px;
}
#right_col img.news{
	padding: 0 0 10px 15px;
}
/* order now bar */
#order_now {
	width: 590px;
	height: 30px;
	margin: 0 0 0 185px;
	padding: 0;
	background-color: #FFFFFF;
}
#order_now ul {
	float:right;
    margin:0 40px 0 0;
    padding:0;
    list-style:none;
}
#order_now li {
	height: 30px;
    float:left;
    margin:0;
    padding:0;
}
#order_now a, #order_now p {
	height: 22px;
	float: left;
    display:block;
    padding:8px 20px 0 20px;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
}

#content_orriginals #order_now li {
	background:url("../images/nav/order_red_right.jpg") no-repeat right top;
}
#content_orriginals #order_now a, #content_orriginals #order_now p {
	background:url("../images/nav/order_red_left.gif") no-repeat left top;
}

#content_handcuffs #order_now li {
	background:url("../images/nav/order_yellow_right.gif") no-repeat right top;
}
#content_handcuffs #order_now a, #content_handcuffs #order_now p {
	background:url("../images/nav/order_yellow_left.gif") no-repeat left top;
}

#content_golf #order_now li {
	background:url("../images/nav/order_green_right.gif") no-repeat right top;
}
#content_golf #order_now a, #content_handcuffs #order_now p {
	background:url("../images/nav/order_green_left.gif") no-repeat left top;
}

/* products bar */
#products_bar{
	float:left;
	width: 735px;
	margin: 10px auto 20px auto;
	padding: 20px;
	background-color:#FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#products_title{
	margin: -20px 0 0 20px;
}
#products_item{
	float:left;
	width: 33%;
	margin: 5px 0 0 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-weight: bold;
	color:#666666;
	font-size: 95%;
	text-align:center;
}

#products_item img{
	padding: 0 8px 0 0;
	vertical-align: middle;
}
/* footer */
#footer{
	width: 775px;
	 bottom: 0;
	margin: 25px auto 0 auto;
	font-size:85%;
	text-align:center;
}
#footer, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #000000;
}

#one_col_bg {
	width: 100%;
	height: 100%;
	background-color: #D62135;
	margin:0;
	padding:0;
	font-size: 90%;

}
* html #one_col_bg {
	height: 100%;
}
#one_col {
	width: 510px;
	margin: 0px 0 0 20px;
	padding: 0 40px 0px 40px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 90%;
	line-height: 170%;
	color:#000000;
	position: relative;
}
#one_col table p {
	font-weight: bold;
}

/* ------------------ input boxes ------------------ */

.input, .input_basket, #table_item td#input input {
	width: 152px;
	height: 15px;
	border: 1px solid #CCCCCC;
	color: #333333;
	background: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding: 3px 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
#table_item td#input input {
	width: 50px;
}
.dropdown, #table_general td#select select, #table_item td#select select {
	width: 182px;
	height: 18px;
	border: 1px solid #CCCCCC;
	color: #333333;
	background: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding: 1px 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
#table_item td#select select {
	width: 110px;
}
.input_basket {
	margin-top: 4px;
}
/* ------------------ special layout items ------------------ */
#handcuffs_flash {
	width: 775px;
	height: 185px;
	background-color: #08072D;
	text-align: center;
}
#print_flash {
	width: 775px;
	height: 215px;
	text-align: center;
}
/* ------------------ let-hand nav ------------------ */
#left_nav ul {
	margin: 10px 0 0 0;
	padding: 8px 0 25px 12px;
    list-style:none;
}
#left_nav li {
    margin:0;
    padding: 10px 5px 0 0;
	display:block;
	font-size: 90%;
	line-height: 105%;
	font-weight: bold;
}
#content_orriginals #left_nav ul {
	background: url("../images/nav_red.gif") no-repeat left top;
}
#content_handcuffs #left_nav ul {
	background: url("../images/nav_yellow.gif") no-repeat left top;
}
#content_golf #left_nav ul {
	background: url("../images/nav_green.gif") no-repeat left top;
}
#content_pronk #left_nav ul {
	background: url("../images/nav_blue.gif") no-repeat left top;
}
/* ------------------ enews signup box ------------------ */
#enews {
	float:left;
	width: 171px;
	height: 70px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 6px;
}
.enews_input {
	width: 152px;
	height: 15px;
	border: 1px solid #000000;
	color: #333333;
	background: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 10px;
	padding: 3px 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
input.enews_submit {
	float: right;
	margin: -3px 20px 0 0;
	padding: 0;
	width: 64px;
	height: 21px;
}

/* ------------------ enews color options ------------------ */
#content_orriginals #enews {
	background: url("../images/enews_red.gif") no-repeat left top;
}
#content_orriginals .enews_input {
	border: 1px solid #A41E2D;
}
#content_orriginals input.enews_submit {
	background: url("../images/submit_red.gif") no-repeat left top;
}


#content_handcuffs #enews {
	background: url("../images/enews_yellow.gif") no-repeat left top;
}
#content_handcuffs .enews_input {
	border: 1px solid #2A3B7D;
}
#content_handcuffs input.enews_submit {

	background: url("../images/submit_blue.gif") no-repeat left top;
}

#content_golf #enews {
	background: url("../images/enews_green.gif") no-repeat left top;
}
#content_golf .enews_input {
	border: 1px solid #033400;
}
#content_golf input.enews_submit {
	background: url("../images/submit_green.gif") no-repeat left top;
}

#content_pronk #enews {
	background: url("../images/enews_blue.gif") no-repeat left top;
}
#content_pronk .enews_input {
	border: 1px solid #1578BE;
}
#content_pronk input.enews_submit {
	background: url("../images/submit_ltblue.gif") no-repeat left top;
}

/* ------------------ cart tables  ------------------ */
#table_general {
	margin: 0;
	paddin-top:-15px;
}
#table_general table {
	display: table;
	width: 100%;
	padding: 0;
	font-size: 90%;
}
#table_general td {
	height: 25px;
}
#table_general th {
	height: 5px;
}
#table_general p {
	font-weight: bold;
}
#table_general td #small {
	height: 5px;
}

#table_results {
	margin-top:-15px;
}
#table_results table {
	display: table;
	width: 100%;
	padding: 0;
}
#table_results td {
	height: 115px;
}
#table_results th {
	height: 5px;
}
#table_results .name, #table_general .name, #table_item .name{
	font-size: 110%;
	font-weight: bold;
}
#table_results .sku, #table_general .sku, #table_item .sku{
	font-size: 90%;
	color:#999999;
}
#table_results .price, #table_general .price, #table_item .price{
	font-size: 130%;
	color:#000000;
	font-weight: bold;
}
#table_general .colhead{
	color: #2A3B7D;
	font-size: 90%;
}
td #line_top{
	height: 1px; 
	border-top: 1px solid #CCCCCC;
}
td #line_bottom{
	height: 1px; 
	border-bottom: 1px solid #CCCCCC;
}
#table_genera td #line{
	border-bottom: 1px solid #CCCCCC;
}

#table_item {
	margin-top:-15px;
}
#table_item table {
	display: table;
	width: 100%;
	padding: 0;
}
#table_item td {
	height: 20px;
}

/* ------------------ text styles ------------------ */
#content_orriginals a {  
	color: #A41E2D;
}
#content_orriginals #left_nav a {
	color: #FFFFFF;
}
#content_handcuffs a {  
	color: #2A3B7D;
}
#content_handcuffs #left_nav a {
	color: #2A3B7D;
}
#content_golf #left_nav a {
	color: #FFFFFF;
}
#content_golf a {  
	color: #265F17;
}
#content_pronk #left_nav a {
	color: #FFFFFF;
}
#content_pronk a {  
	color: #1E4589;
}
#menu a {
	color: #FFFFFF;
}

.grey {
	color: #999999;
}
.red_h1 {
	color: #A41E2D;
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
	}
	.red_h2 {
	color: #A41E2D;
	font-size: 130%;
	font-weight: bold;
}
.blue_h1 {
	color: #2A3B7D;
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
}
.green_h1 {
	color: #265F17;
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
}
.ltblue_h1 {
	color: #1E4589;
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
}
.blk {
	color:#161616;
	font-size: 108%;
	font-weight: normal;
}