/*------------------------------------------------------------------
[Master Stylesheet]

Project:		We Can Fit website
Version:		1.7
Last change: 	07/12/09 [ Products "box" / Price ]
				08/12/09 [ Navigation / Shopping cart box ]
				08/12/09 [ Reducing width of centre and increasing body-right ]
				09/12/09 [ Font size changes ]
				25/01/10 [ Sub nav links on left hand side of page ]
				27/02/01 [ Classes and IDs for the order/enquiry form ]
Primary use:	Web site
-------------------------------------------------------------------*/

html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
	margin: 0 auto;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color : #1b1b1b;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
}
/* Structure */

.main {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
}
.header {
	height: 132px;
	background-color:#666666;
}
.navigation {
	height: 31px;
	background-color:#36145F;
	font-size:14px;
	color:#FFFFFF;
	padding: 10px 0 0 10px;
}
.body {
	/*height: 534px;
	background-color:#66FF22;*/
	padding-top:10px;
}
.body-left {
	float:left;
	width:190px;
}
.body-centre {
	float:left;
	width:505px;
	padding:0 10px 0 10px;
}
.body-right {
	float:left;
	width:195px;
	color:#FFFFFF;
	padding:0 0 0 40px;
	min-height:534px;
	margin:0 0 0 10px;
	background-image:url(../media/right-bar.jpg);
}
.body-2cols {
	/*background-color:#CCCCCC;*/
	float:left;
	width:750px;
	padding:0 10px 0 10px;
}
.footer {
	height: 20px;
	font-size:10px;
	text-align:center;
}
.clear {
	/* this is needed to make sure the footer always appears below the three columns */
	clear: both;
}
/* Text including lists */

li {
	margin-left:20px;
	margin-bottom: 5px;
}
h1 {
	/* Hide from screen readers */
font-size: 22px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 2000px;
	display:none;
}
h2 {
	font-size: 22px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	font-size: 16px;
	margin-bottom: 3px;
	font-weight:bold;
}
h4 {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight:bold;
}
p {
	margin-top: 3px;
	margin-bottom: 7px;
}
a {
	color : #1b1b1b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.body-right a {
	font-size:16px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	line-height:25px;
}
.body-right a:hover {
	font-size:16px;
	color:#FFCC33;
	font-weight: normal;
	text-decoration: underline;
	line-height:25px;
}
.navigation a {
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	margin-right:20px;
	color:#FFCC00;
}
.navigation a:hover {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer a {
	color : #000000;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	color : #000000;
	font-weight: normal;
	text-decoration: underline;
}
/* form */

form label {
	display: block;
	float: left;
	width: 80px;
}
#contact_name {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
}
#email_address {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
}
#telno {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
}
#vacancy {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
}

#address {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size:12px;
	width:230px;
	height:150px;
}
#comments {
	background-color: #CCCCCC;
	border: 0px;
	margin: 2px;
	padding: 2px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size:12px;
	width:330px;
	height:150px;
}
form input {
	margin: 3px;
}
form textarea {
	margin: 3px;
}
/*form div input.inputText {
  width: 2830px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}*/

.submitbutton {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
.hideform {
	display: none;
}
.required {
	color:#333333;
	font-size:10px;
}
.address-box {
	width: 250px;
	background-color:#DEDEDE;
	padding:5px;
}
/* Products page */

.product-item {
	width: 525px;
	/*background-color:#CCCCCC;*/
	padding:5px 5px 20px 5px;
}
.product-image {
	padding: 0 10px 0 0;
}
.product-name {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:15px;
}
.price {
	font-size: 15px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
.bookbutton {
	padding-right:5px;
}



/* Product detail page */

.product-col1 {
	width: 120px;
	margin:0 10px 0 0;
	float:left;
}
.product-col2 {
	width: 375px;
	float:left;
	padding:0;
	margin:0;
}
/* More detail link - on home page in special offers */

.more-detail-link {
	font-size: 21px;
}
/* Shopping cart */

.shopping-cart {
	width: 185px;
	/*background-color:#DEDEDE;*/
	padding: 0px;
	margin-bottom:10px;
}
.shopping-cart a {
	font-size:12px;
}
.shopping-cart a:hover {
	font-size:12px;
}
.productcode-small {
	font-size: 10px;
}
/* Right side bar - email link */

#email-link {
	font-size:12px;
}
/* Left hand side - sub category links */

.sub-nav-links {
	margin-left:10px;
}
.sub-nav-links a {
	font-size:13px;
	text-decoration:underline;
}
.sub-nav-links a:hover {
	font-size:13px;
	text-decoration:underline;
	color:#FFCC33;
}

/* START  - WeCanFit order forms */

br {
	clear: left;
}
.radiobutton {
	width: auto;
	border: none;
}
.col {
	float: left;
	width: 195px;
	font-weight: normal;
	margin: 0 0 0 0px;
}
.col1 {
	float: left;
	width: 135px;
	font-weight: normal;
	margin: 0 0 0 0px;
}
.col1b {
	float: left;
	width: 300px;
	font-weight: normal;
	margin: 0 0 0 0px;
}
.col2 {
	float: left;
	width: 90px;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.col2b {
	float: left;
	width: 125px;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.col-auto {
	float: left;
	width:auto;
	font-weight: normal;
	margin: 0 0 0 0px;
}
.form-midtextbox {
	width: 160px;
	margin:0 0 5px 0;
	border:2px solid #532480;
	float:left;
}
.form-longtextbox {
	width: 360px;
	margin:0 0 5px 0;
	border:2px solid #532480;
	float:left;
}
.form-dropdowns {
	float: left;
	width:160px;
	margin:0 4px 5px 0;
}
textarea {
	padding:0;
	margin:0 0 5px 0;
	border:2px solid #532480;
}
.breadcrumbs {
	background-color:#36145F;
	height:20px;
	width:400px;
	color:#FFFFFF;
	padding:4px;
	margin:0 0 10px 0;
}
/* END of WeCanFit Order/enquiry form */

/* Special offer */

.specialoffer{
	color:#CC0000;
	font-size:11px;
}