@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFF;
	font-family: Tahoma;
	}
	
a:link {
	color:#333333;
	text-decoration: none;
}

a:visited {
	color:#333333;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}

a:active {
	color:#333333;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight:lighter;
}

	div.wrap {
	width: 802px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	}
	
	div.main_container {
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #F3F3F3;
	border: 1px solid #999999;
	}
	
/* Header */
.header {
	width: 800px;
	background-color:white;
	height: auto;
	float: left;
}
	
.main_banner {
	width: 800px;
	height:300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	background-color: #FFFFFF;
	float: left;
}

.lifestyle {
	width: 250px;
	height: 300px;
	float: left;
}

.beech_banner {
	width: 500px;
	height: 100px;
	float: right;
	}
	
.beech_shoe {
	width: 500px;
	height:200px;
	float:right;
	background-color: #FFFFFF;
	}
	
.tab {
	width:20px;
	height:20px;
	margin-bottom:2px;
	cursor:pointer;
	cursor:hand;
	margin-left: 10px;
}

/* Navigation */
.main_nav {
	width: 786px;
	height: 25px;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
	float: left;
	background-color: #434343;
	}
	
.main_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.main_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.main_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.main_nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
	
.nav {
	width:600px;
	height:auto;
	float:left;
	}
	
.nav_shoponline {
	width: 170px;
	height:auto;
	float: right;
	font-weight:bold
	}
	

/* main body*/

.panel_wrap {
	width:780px;
	height:auto;
	float: left;
	margin-top: 5px;
	background-color: #464646;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	}
	
.panel {
	width:258px;
	border: 1px double #CCCCCC;
	float: left;
	height: 150px;
	}
	
.panel_b {
	width:260px;
	border-top: 1px double #CCCCCC;
	border-bottom: 1px double #CCCCCC;
	float: left;
	height: 150px;
	}

.left_col {
	width: 250px;
	height:auto;
	margin-right: 8px;
	margin-left: 9px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	}
	
.strapline {
	width: 248px;
	float:left;
	float: left;
	border: 1px solid #464646;
	color: #FBFBFB;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

.strapline_image {
	width: 248px;
	float:left;
	float: left;
	border: 1px solid #CCCCCC;
	color: #FBFBFB;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

.latest_press {
	width: 248px;
	height:160px;
	float:left;
	background-color: #Fff;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.latest_press_image {
	width: 110px;
	height:140;
	float:left;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.latest_press_text {
	width: 120px;
	height:140;
	float:left;
	font-size: 9px;
	color: #464646;
	line-height: 1.5em;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}

.left_menu {
	width: 228px;
	height:140;
	float:left;
	font-size: 12px;
	color: #F7941C;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-image: url(images/arrow_orange.jpg);
	list-style-type: square;
	}
	
.left_menu a:link {
	color: #F7941C;
	text-decoration: none;
}

.left_menu a:visited {
	color: #F7941C;
	text-decoration: none;
}

.left_menu a:hover {
	color: #F7941C;
	text-decoration: underline;
}

.left_menu a:active {
	color: #F7941C;
	text-decoration: underline;
}

.left_menu_blue {
	width: 228px;
	height:140;
	float:left;
	font-size: 12px;
	color: #00BFF3;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	}
	
.left_menu_blue a:link {
	color: #00BFF3;
	text-decoration: none;
}

.left_menu_blue a:visited {
	color: #00BFF3;
	text-decoration: none;
}

.left_menu_blue a:hover {
	color: #00BFF3;
	text-decoration: underline;
}

.left_menu_blue a:active {
	color: #00BFF3;
	text-decoration: underline;
}

.left_menu_pin {
	width: 228px;
	height:140;
	float:left;
	font-size: 12px;
	color: #00BFF3;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	}
	
.left_menu_pin a:link {
	color: #00BFF3;
	text-decoration: none;
}

.left_menu_pin a:visited {
	color: #00BFF3;
	text-decoration: none;
}

.left_menu_pin a:hover {
	color: #00BFF3;
	text-decoration: underline;
}

.left_menu_pin a:active {
	color: #00BFF3;
	text-decoration: underline;
}

.left_menu_pink {
	width: 228px;
	height:140;
	float:left;
	font-size: 12px;
	color: #F16CAB;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 10px;
	}
	
.left_menu_pink a:link {
	color: #F16CAB;
	text-decoration: none;
}

.left_menu_pink a:visited {
	color: #F16CAB;
	text-decoration: none;
}

.left_menu_pink a:hover {
	color: #F16CAB;
	text-decoration: underline;
}

.left_menu_pink a:active {
	color: #F16CAB;
	text-decoration: underline;
}

.left_menu_green {
	width: 228px;
	height:140 px;
	float:left;
	font-size: 12px;
	color: #8EC63F;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 10px;
	}
	
.left_menu_green a:link {
	color: #8CC63E;
	text-decoration: none;
}

.left_menu_green a:visited {
	color: #8CC63E;
	text-decoration: none;
}

.left_menu_green a:hover {
	color: #8CC63E;
	text-decoration: underline;
}

.left_menu_green a:active {
	color: #8CC63E;
	text-decoration: underline;
}

.left_menu_purple {
	width: 228px;
	height:140 px;
	float:left;
	font-size: 12px;
	color: #605CA9;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	}
	
.left_menu_purple a:link {
	color: #605CA9;
	text-decoration: none;
}

.left_menu_purple a:visited {
	color: #605CA9;
	text-decoration: none;
}

.left_menu_purple a:hover {
	color: #605CA9;
	text-decoration: underline;
}

.left_menu_purple a:active {
	color: #605CA9;
	text-decoration: underline;
}

.left_menu_product {
	width: 248px;
	height:140;
	float:left;
	font-size: 12px;
	color: #8EC63F;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
.right_col {
	width: 498px;
	height:auto;
	float: left;
	background:#FFFFFF;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.8em;
	padding-bottom: 5px;
	padding-top: 5px;
	}

.quote_orange {
	height:auto;
	font-size: 12px;
	line-height: 1.8em;
	color: #F8931D;
	margin-bottom: 5px;
	}
	
.quote {
	height:auto;
	font-size: 12px;
	line-height: 1.8em;
	color: #1CBCB4;
	float: left;
	margin-bottom: 5px;
	}

/* product*/

.image_holder {
	width:480px;
	height:auto;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 4px;
	}

.main_image_holder {
	width:480px;
	height:250;
	}
	
.small_image_holder {
	width:80px;
	height:50px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	margin-top: 5px;
	cursor:pointer;cursor:hand;
	}
	
/* form*/
.form_holder {
	width:480px;
	height:auto;
	font-size: 10px;
	color: #EF6FAA;
	border: thin solid #F16CAB;
	margin: 5px;
	background-color: #FDECF3;
	}


/* footer*/
	
.footer {
	width: 772px;
	height: auto;
	float: left;
	font-size: 9px;
	line-height: 1.8em;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

.footer a:link {
	color: #1CBCB4;
	text-decoration: none;
}

.footer a:visited {
	color: #1CBCB4;
	text-decoration: none;
}

.footer a:hover {
	color: #1CBCB4;
	text-decoration: underline;
}

.footer a:active {
	color: #1CBCB4;
	text-decoration: underline;
}
