body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #363636;
}

#wrapper {
	width: 754px;
	margin: 0px auto;
	padding: 0px;
	border-top: 6px solid #222222;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* Menu
------------------------------------------------------------------------------------------------------ */
#menu {
	margin: 0px;
	list-style: none;
	width: 80%;
	background-color: #363636;
	display: block;
	height: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20%;
}

#menu li {
	display: inline;
}

#menu li .btn {
	width: 150px;
	height: 24px;
	float: left;
	display: block;
	background-image:url(../images/menu_btn_f1.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
}

#menu li .btn_home {
	width: 150px;
	height: 24px;
	float: left;
	display: block;
	background-image:url(../images/menu_btn_home.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 9px 0px 0px 0px;
}

/* Header
------------------------------------------------------------------------------------------------------ */
#header_gfx {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width: 754px;
	height: 187px;
	margin: 1px 0px;
}

/* Main Content
------------------------------------------------------------------------------------------------------ */
h1 {
	background-color: #363636;
	width: 664px;
	font-size: 1em;
	color: #FFFFFF;
	background-image:url(../images/title_arrow.jpg);
	background-repeat:no-repeat;
	background-position: 35px 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 60px;
}

.col_left {
	float: left;
	width: 472px;
	margin-right: 30px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 35px;
}

.col_right {
	float: left;
	width: 202px;
	padding: 0px;
	margin: 0px;
}

#right_bottom {
	color: #FFFFFF;
	font-size: 0.9em;
	background-color: #363636;
	background-image:url(../images/col_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#right_bottom p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#right_bottom img {
}

.navigation {
	padding: 0px;
	list-style: none;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.navigation .btn {
	display: block;
	background-color: #dddddd;
	color: #363636;
	text-decoration: none;
	background-image:url(../images/col_right_arrow.jpg);
	background-repeat:no-repeat;
	background-position: 15px 50%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	height: 18px;
}
.col_right .navigation li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
}


.navigation .btn:hover {
	background-color: #e2e2e2;
}

blockquote {
	color: #ff8710;
	font-style:normal;
	width: 286px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	background-position: 0px center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 28px;
}

/* Footer
------------------------------------------------------------------------------------------------------ */
#footer {
	padding: 5px;
	margin: 3px 0px 30px 0px;
	background-color: #363636;
	text-align: center;
	color:#FFFFFF;
}

#footer ul {
	padding:  0px;
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
}

#validateLink {
	float: left;
}

#footer li.inline {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding: 0px 8px;
	margin: 0px;
}

#footer li.final {
	display: inline;
	padding: 0px 8px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 0.85em;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.faq_table td {
	background-color: #F5F5F5;
}
.faq_table th {
	background-color: #F5F5F5;
	font-weight: bold;
	padding-right: 18px;
	vertical-align: top;
}
.faq_table td.white {
	background-color: #FFFFFF;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/menu_btn_f1.jpg);
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 6px;
	background-position: center center;
	background-repeat: repeat-x;
	display: block;
	*height: 1%;
}
.product, .product_large {
	background-color: #EFEFEF;
}

.product .prod_desc {
	float: left;
	display: block;
	width: 156px;
	margin-right: 8px;
	font-size: 0.9em;
	padding-left: 10px;
	margin-bottom: 8px;
}
.product_large .prod_desc {
	float: left;
	display: block;
	width: 225px;
	margin-right: 15px;
	font-size: 0.9em;
	margin-bottom: 8px;
	padding: 0px;
}
.product .thumb {
	height: 178px;
	width: 120px;
	float: left;
	border: 1px solid #999999;
	display: block;
	margin-bottom: 8px;
}
.product_large .thumb {
	height: 290px;
	width: 238px;
	float: left;
	border: 1px solid #999999;
	display: block;
	margin-bottom: 18px;
	margin-right: 15px;
	margin-left: 8px;
}
.product .prod_sizes {
	float: left;
	display: block;
	width: 158px;
	margin-left: 7px;
	font-size: 0.9em;
	padding-right: 10px;
	margin-bottom: 8px;
}
.product_large .prod_sizes {
	float: left;
	display: block;
	width: 160px;
	font-size: 0.9em;
	margin-bottom: 8px;
}
.product .prod_desc ul, .product_large .prod_desc ul {
	padding: 0px;
	margin: 0px;
}
.product  p, .product_large  p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.product .prod_desc li, .product_large .prod_desc li {
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.product .prod_sizes .colour_list, .product_large .prod_sizes .colour_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product .prod_sizes .colour_list li, .product_large .prod_sizes .colour_list li {
	float: left;
	margin-right: 6px;
	display: block;
	list-style-type: none;
	margin-bottom: 6px;
	overflow: hidden;
	height: 27px;
	width: 32px;
}
.product .prod_sizes acronym, .product_large .prod_sizes acronym {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.product .prod_price {
	clear: both;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 450px;
	color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
	background-image: url(../images/product_price_bg.gif);
	margin: 0px;
	background-position: left bottom;
	background-color: #363636;
	background-repeat: no-repeat;
	font-size: .9em;
}
.product_large .prod_price {
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 6px;
	width: 387px;
	color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
	background-color: #363636;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.product .prod_price strong, .product_large .prod_price strong {
	font-size: 1.2em;
	color: #EFEFEF;
}
.notice {
	text-align: center;
	padding: 8px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
.col_left_wide {
	float: left;
	width: 698px;
	padding-top: 30px;
	padding-right: 28px;
	padding-bottom: 25px;
	padding-left: 28px;
	background-color: #E7E7E7;
	overflow: hidden;
}
.product_large .more_info {
	float: left;
	display: block;
	width: 400px;
	font-size: 0.9em;
	margin-bottom: 8px;
	padding: 0px;
	margin-right: 12px;
}
.product_large .prod_price .back_link {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
}
.right_shortcuts .btn, #shortcuts .btn {
	width: 134px;
	height: 20px;
	display: block;
	background-image:url(../images/btn_quickLink.jpg);
	margin-top: 2px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-position: center center;
	margin-bottom: 12px;
	border: 1px solid #FF4400;
}

.right_shortcuts img, #shortcuts img {
	border: 2px solid #f1f1f1;
}
.product table {
	width: 460px;
	margin-right: 5px;
	margin-left: 5px;
}
.product td {
	vertical-align: top;
	color: #333333;
	font-size: .9em;
}
form .textbox {
	width: 240px;
}
form .textbox_short {

	width: 120px;
}
#contact_form th {
	text-align: left;
	background-color: #DDDDDD;
	font-size: 0.9em;
	font-weight: bold;
}
#contact_form .button {
	width: 70px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/btn_quickLink.jpg);
	color: #FFFFFF;
	background-position: center center;
	margin-right: 10px;
	border: 1px solid #B74704;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contact_form .button:hover {
	cursor: pointer;
}
#contact_form .pad_top {
	padding-top: 15px;
}
.alert {
	border: 1px solid #CCCCCC;
	background-color: #DEDEDE;
	width: 305px;
	padding-right: 20%;
	padding-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF0000;
}
#contact_form .pad_btm {
	padding-bottom: 15px;
}


form .textbox_wide {
	width: 370px;
}
.product_large .prod_footer {
	clear: both;
	display: block;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
	width: 96%;
	color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
	background-image: url(../images/product_price_bg.gif);
	margin: 0px;
	background-position: left bottom;
	background-color: #363636;
	background-repeat: no-repeat;
	height: 22px;
}
.product_large .prod_footer .back_link {

	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
}
.bespoke_img {
	border: 1px solid #CCCCCC;
	margin-right: 9px;
}

.triangle_list {
	margin-left: 20px;
}
.triangle_list li {
	margin-bottom: 3px;
	list-style-type: none;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	background-position: left center;
}

.product .prod_price a, .product_large .prod_footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
.prod_sizes .colour_list img {
	border: 1px solid #999999;
}
h1 .back_link {
	float: right;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 1em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left center;
}
#product_top .back_link {

	float: right;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 1.2em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contact_form .pad_both {
	padding-top: 15px;
	padding-bottom: 10px;
}
