﻿@import "print.css" print;

body {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	background: url('background.gif') #f4d1d1 repeat-y left top;
	color: #000000;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 160%;
	text-align: center;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 2px;
	font-size: 130%;
	background-color: #ffbdbd;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000000;
}

hr {
	clear: both;
	height: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff9f9f #ffebeb #ffebeb #ff9f9f;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #dd0000;
}
a:active {
	color: #ff0000;
}

img {
	border: none;
}

#scheduledmaintenence {
	margin: 10px;
	border: 2px solid #ff0000;
	padding: 3px;
}

#header {
	margin: 0 0 10px 0;
	height: 100px;
	background: url('dancetitle.gif') transparent no-repeat top left;
}

#header h1 {
	position: absolute;
	left: -999px;
	font-size: 1em;
}

#footer {
	clear: both;
	margin: 10px 10px 10px 200px;
	padding: 0;
	text-align: center;
	font-size: 80%;
}

#wrapper {
	float: right;
	width: 100%;
	margin: 0 10px 0 -200px;
	padding: 0;
}

#main {
	margin: 0 0 0 200px;
	padding: 0;
}

#leftnav {
	width: 155px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000000;
}

#leftnav ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#leftnav li {
	margin: 3px 0 3px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#leftnav a {
	display: block;
	height: 40px;
	background: url('btn_down.gif') transparent no-repeat left top;
	color: #900000;
	padding: 0 2px 0 45px;
	text-decoration: none;
	line-height: 40px;
}
#leftnav a:hover {
	background: url('btn_up.gif') transparent no-repeat left top;
	color: #dd0000;
}
#leftnav a:active {
	color: #ff0000;
}

#leftnav strong {
	display: block;
	height: 40px;
	background: url('btn_up.gif') transparent no-repeat left top;
	color: #000000;
	margin: 0;
	padding: 0 2px 0 45px;
	line-height: 40px;
}

.tagline {
	background-color: #f4d1d1;
	color: #dd0000;
	font-family: georgia, lucida grande, times new roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

.homepage_blurb {
	font-size: 1.3em;
}

.brand_names {
	text-align: center;
}

.brand_names img {
	margin: 0 20px;
	border: none;
}

.breadcrumb {
	clear: both;
	margin: 10px 0 10px 0;
	border-top: 1px solid #ff9f9f;
	border-bottom: 1px solid #ff9f9f;
	padding: 2px;
	font-size: 0.85em;
}

/* SECTIONS */

.section {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px solid #ff9f9f;
}

.section .section_image {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	text-align: center;
}

.section h3.section_title {
	margin: 0;
	padding: 0;
	background-color: #f4d1d1;
	color: #000000;
}
.section .section_desc:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* PRODUCTS */

.product {
	margin: 0;
	border-bottom: 1px solid #ff9f9f;
	padding: 20px 0;
}

.product .product_image {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	text-align: center;
}

.product h3.product_title {
	margin: 0;
	padding: 0;
	background-color: #f4d1d1;
	color: #000000;
}
.product .product_info:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* CHECKOUT */

.java_applet {
	margin: 10px;
	text-align: center;
}

.java_applet .java_warning {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #ffbdbd;
	color: #ff0000;
}

/* FORMS */

.checkout_sequence {
	text-align: center;
}

.checkout_sequence input {
	margin: 10px 20px;
}

.contactform dt {
	font-weight: bold;
}

.contactform dd {
	margin: 5px 0 10px 0;
}

/* TABLES */

table {
	margin: 10px 0;
	border: 1px solid #ff9f9f;
	border-collapse: collapse;
	padding: 0;
}

form table {
	width: 96%;
}


col.qty, col.price {
	width: 100px;
}

td, th {
	border: 1px solid #ff9f9f;
	padding: 2px 5px;
	vertical-align: top;
}

th {
	background-color: #ff9f9f;
	color: #000;
}
th.subheading {
	text-align: right;
	background-color: #ffbdbd;
	color: #000;
}

table.prices td {
	text-align: right;
}

table.sizechart {
	margin: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 0;
	empty-cells: hide;
	font-size: 85%;
}

table.sizechart th {
	margin: 0;
	border: 1px solid #000000;
	padding: 1px 5px 1px 5px;
	background-color: #ffbdbd;
}

table.sizechart td {
	margin: 0;
	border: 1px solid #000000;
	padding: 1px 5px 1px 5px;
}

table.sizechart td.child1 {
	background-color: #ffffeb;
	text-align: center;
}

table.sizechart td.adult1 {
	background-color: #ffff00;
	text-align: center;
}

table.sizechart td.child2 {
	background-color: #fff;
	text-align: center;
}

table.sizechart td.adult2 {
	background-color: #ebebeb;
	text-align: center;
}

table.sizechart td.child3 {
	background-color: #ebebff;
	text-align: center;
}

table.sizechart td.adult3 {
	background-color: #c0c0ff;
	text-align: center;
}

table.sizechart td.shoes_uk {
	font-weight: bold;
}

table.sizechart tr:hover {
	background-color: #fff;
}
