/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #000;
	font-family: Verdana, arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #fff url(../images/template/bg1.jpg) repeat-x;
}

h1 {
	color: #7db713;
	margin: 0 0 0.5em 0;
	font-size: 185%;
	font-weight: lighter;
	letter-spacing: -1px
}

h2 {
	color: #7db713;
	margin: 0 0 0.2em 0;
	font-size: 160%;
	font-weight: lighter;
	letter-spacing: -1px
}

h3 {
	color: #f00;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 0 0 1em 0;
	line-height: 140%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 150%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin-bottom: 10px
}

th {
	background: url(../images/template/th_bg.jpg) repeat-x;;
	color: white;
	height: 23px;
	font-weight: lighter;
}

td {
	line-height: 190%;
	padding-left: 2px
}

td.20 {width: 50px }

td.green {color: #7db713; font-weight: bold }


abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #7db713;
	text-decoration: underline;
}

a:visited {
	color: #7db713;
	text-decoration: underline;
}

a:hover {
	color: #02a3c9;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: none;
}

a:focus {
	color: white;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button, input.button_submit {
	background: #000;
	color: #7bb511;
	border: solid 2px #7bb511;
	padding: 2px;
}

div.orderFormDiv input.button_submit {
	margin-left: 200px;
}

input.textbox, textarea.textbox, select.textbox {
	color: #000;
	border: solid 1px #02a3c9;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

input.textboxqty {width: 30px; border: 1px solid #02a3c9  }


div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

span.intro {color: #02a3c9; font-size: 105% }
span.blue {color: #02a3c9; }
span.green_large {color: #7db713; font-size: 150% }


div.orderFormDiv label {
	float: left;
	width: 200px;
	display: block;
	padding-top: 2px;
}

span.error {
	color: #f00;
}
/*------------------------------------- */
/* END STANDARD STYLES */
/*------------------------------------- */








/*------------------------------------- */
/* START PAGE SPECIFIC STYLES */
/*------------------------------------- */
#skipLinks, #printTitle {
	display: none;
}

#breadcrumb p {
	float: left;
	padding: 0 0 0 5px;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}
/*------------------------------------- */
/* END PAGE SPECIFIC STYLES */
/*------------------------------------- */







/*------------------------------------- */
/* START HORIZONTAL MENU STYLES */
/*------------------------------------- */
div.xMenuBtn {
	display: none;
}


#nav, #nav ul { 				/* all lists */
	list-style: none;
	padding-top: 3px

}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 2px 10px 10px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 110%;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 130px;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;	
	background: #7db713;
	border-bottom: 4px solid #7db713	/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	padding-right: 15px;

}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #000 url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
		/* image used to indicate a pop out list item */
}


#nav li a:hover, #nav li a:active, #nav li a:focus {
        color: #7db713; 
background: #000 url(../images/template/nav_arrow.gif) no-repeat 50% 100%;}

 

#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus {
          color: #000; 
background: #7db713 url(../images/template/nav_hover_arrow.gif) no-repeat 50% 100%; 
}

/*------------------------------------- */
/* END HORIZONTAL MENU STYLES */
/*------------------------------------- */


/*------------------------------------- */
/* START TEMPLATE STYLES */
/*------------------------------------- */
#container {width: 936px; margin: auto; background: url(../images/jump-rope-uk.gif) 98% 5px no-repeat; }
#hdWrap { position: relative; }
#hdWrap #jrukLink { position: absolute; right: 50px; top: 20px; padding-right: 50px; z-index: 1000; }
#hdWrap #jrukLink a { display: block; width: 300px; height: 50px; }

#logo {width: 107px; float: left;margin-right: 20px }
#slogan {padding-top: 20px }

#maincontent {clear: both;width: 566px; float: left; margin-top: 40px }
#maincontent ul {margin: 0px 0px 10px 10px; list-style-type: none; }
#maincontent li {
	padding-left: 15px;
	background-image: url(../images/template/star_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#sidepanel {width: 350px; float: left; margin: 6px 0px 0px 20px; padding-top: 450px; background: url(../images/template/side_panel_bg.jpg) no-repeat; }

#ropes { margin: 0px 0px 10px 40px; padding-top: 20px}
#ropes img {border: 1px solid #c2c2c2; margin-right: 5px; padding: 2px}
#ropes a:hover img{border: 1px solid #02a3c9 }

#sidepanel a.large_link {color: #02a3c9; font-size: 130%; text-decoration: none; font-weight: lighter; background: url(../images/template/blue_arrow_large.gif) no-repeat 100% 50%; padding: 0px 12px 0px 40px; }
#sidepanel a.large_link:hover  {color: #7db713; background: url(../images/template/green_arrow_large.gif) no-repeat 100% 50%; padding-right: 12px }

#footer {width: 936px; height: 34px;margin: auto;padding: 10px 20px 0px 0px;font-size: 9px;}
#footer p {margin: 0;float: left; color: #999}
#footer ul {float: left; color:#999; margin-left: 130px}
#footer li {display: inline;padding: 0 2px 0 2px;}
#footer li.first {background: none;	padding-left: 0;}
#footer a {color: #999;	text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color: #333;text-decoration: none;}

/*------------------------------------- */
/* END TEMPLATE STYLES */
/*------------------------------------- */






/*------------------------------------- */
/* START HOME STYLES */
/*------------------------------------- */
#features {margin: 20px 0px 20px 0px; }
#companies { margin-bottom: 20px }

/*------------------------------------- */
/* END HOME STYLES */
/*------------------------------------- */



/*------------------------------------- */
/* START ROPE STYLES */
/*------------------------------------- */

#ropes_speedy {width: 525px; height: 105px; background:url(../images/jump_ropes/speedyBeadys.jpg) no-repeat; margin: 5px 0px 15px 0px; }
#ropes_stars {width: 525px; height: 105px; background:url(../images/jump_ropes/speedStars.jpg) no-repeat; margin: 5px 0px 15px 0px; }
#ropes_trick {width: 525px; height: 105px; background:url(../images/jump_ropes/trickStars.jpg) no-repeat; margin: 5px 0px 15px 0px; }
#ropes_dutch {width: 525px; height: 105px; background:url(../images/jump_ropes/doubleDutch.jpg) no-repeat; margin: 5px 0px 15px 0px; }



div.jump_ropes_text {width: 160px; height: 93px; float: right; padding: 10px 2px 5px 0px; font-size: 140%; letter-spacing: -1px; margin-right: 10px }
a.learn {background: url(../images/template/learn_more_btns.jpg) no-repeat; width: 109px; height: 26px; display:block; margin-top: 5px }
a.learn:hover {background-position: 0px -26px; }


a.order {background: url(../images/template/order_btns.jpg) no-repeat; width: 129px; height: 28px; display:block; float: right; }
a.order:hover {background-position: 0px -28px; }

/*------------------------------------- */
/* END ROPE STYLES */
/*------------------------------------- */



/*------------------------------------- */
/* START ORDER STYLES */
/*------------------------------------- */

a.submit {background: url(../images/template/submit_btns.jpg) no-repeat; width: 94px; height: 23px; display:block; float: right; }
a.submit:hover {background-position: 0px -23px; }

/*------------------------------------- */
/* END ORDER STYLES */
/*------------------------------------- */




/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */