﻿html {
    overflow-x: hidden;
}

body {
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border:none;
	color:#ccc;	
	}
	
#content img
{
}
	
p {
	margin: 0 0 1.5em 0;
	}

/*  links */

a {
	color: #303030;
	text-decoration: underline;
	outline:none;
	}
	
a:hover {
    color:#303030;
	text-decoration: underline;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	line-height: 1.5;
	color: #545454;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 18px 0;
	
	}
	
h2 {
    font-size:18px;
    line-height: 23px;
	}
	
h3 {
	font-size: 18px;
	line-height: 1.1666;
	margin: 1.5em 0 .6em 0;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	font-weight:700;
	color:#000000;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
ul {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

strong {color:#545454;}

hr.clear
{
    display:block;
    clear:both;
    border:none;
    background:none;
    color:#FFFFFF;
    height:25px;
    margin:0;
}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 955px;
	margin: 0 auto;
	height: 55px;
	padding-top: 10px;
	}

#wireframe_header img {
	float: left;
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 136px;
	margin: 0;
	}
	
	
#site_header {
	height: 136px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 32px;
	left: 0px;
	}
	
#site_header_logo a {
	height:82px;
	width:160px;
	background:url(bg_GBlogo.jpg) no-repeat;
	display:block;
	text-indent:-9000px;
	}
	
#site_header_slogan {
	position: absolute;
	top: 95px;
	right: 0px;
	height:20px;
	width:169px;
	background:url(bgGuthrieBowron.gif) no-repeat;
	display:block;
	text-indent:-9000px;
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: 34px;
	right: 225px;
	font-size: 11px;
	color: #929292;
	text-align: right;
	}
	
#site_header_tools a {
	color: #303030;
	text-decoration: none;
	padding:0 8px;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	text-decoration:underline;
	}
	
#site_header_tools a strong {
    color:#303030;
	font-weight: bold;    
    }

#site_header_tools a strong:hover {
    text-decoration:underline;
    }


/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 26px;
	right: 0;
	background:#e9e9e9;
	border:1px solid #c7c7c7;
	}
	
    #mini_search .content {
        position:relative;
    }
	
.mini_search_field {
	height: 26px;
	width: 200px;
	font-size: 11px;
	line-height: 26px;
	color: #999;
	/* text-transform: uppercase; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: none;
	margin:0;
	background:#ebebed;
	padding-left:9px;
	
	-moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 -1px 3px #ccc;
	}
	
#mini_search .focus {
	border: 1px solid #a9a9ab;
	color: #333;
	}

.mini_search_button {
    position:absolute;
    right:9px;
    top:9px;
	display: block;
	width: 13px;
	height: 12px;
	text-indent: -9000px;
	background:url(icnSearch.gif) no-repeat top left;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	position: relative;
  z-index: 100;
	}
	
#page_header {
	width: 800px;
	margin: 0 auto;
	position: relative;
	}

	
/* [ Main ] */

#main_wrapper {
  position: relative;
  min-height: 1px;
}

  * html #main_wrapper {
    height: 1px;
  }

#main {
	width: 800px;
	margin: 0 auto;
	z-index: 1;
	min-height: 1px;
	/*background:#FFFFFF;*/
	}
	
* html #main {
	height: 1px;
	}
	
#main:after
{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
}
	
/* [ Content ] */

#content
{
	padding: 0 15px 10px 0px; 
	color: #333;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	/*width: 515px;*/
	width:800px;
} * html #content {	height: 400px; } #content:after { content:"."; clear:both; height:0; visibility:hidden; display:block; }

#content img, #sidebar img
{
}

img.poster {border:1px #eee solid;}

#content_left
{
    width:290px;
    float:left;
}

#content_right
{   
    width:310px;
    float:left;
}

	
/* [ Sidebar ] */
#sidebar {
	width: 250px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1;
	margin: 85px 0px 0px 20px;
	}

#sidebar .side_image {
    width:230px; 
    display:block;
    text-decoration:none;
    padding:9px;
    }

#sidebar .side_image img {
    border: 1px #eee solid;
    }

#sidebar .side_image:hover img  {
    border:1px #fff solid;
    }
    
#sidebar img {
    width:230px; 
    }
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 80px;
	background:url(footer.gif) repeat-x top center;
	margin-top:40px;
	clear: both;
	
	}

#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	font-weight:700;
	color: #5d5d5d;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 50px 20px 40px 20px;
	
	}
	
* html #footer {
	height: 1px;
	}
	
#footer-nav {
    main-height:1px;
} * html #footer-nav { height:1px; } #footer-nav:after { content:"."; clear:both; height:0; visibility:hidden; display:block; }

#footer-nav ul {
    border-left: 1px solid #EEE;
    display: block;
    float: left;
    list-style: none;
    margin: 0px;
    min-height: 130px;
    padding: 0px 0px 0px 25px;
    width: 134px;
}
    #footer-nav ul:first-child {
    border-left-width: 0;
}
    #footer-nav ul li {
        margin:0;
        padding:0;
        list-style:none;
    }
    
#footer-nav ul strong {
    color:#303030;
    text-transform:uppercase;
    display:block;
    margin:0 0 10px;
}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #5d5d5d;
	text-decoration: none;
	font-weight:normal;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer_copyright {
    width:800px;
    display:block;
    margin:20px 0 40px;
    text-align:center;
}
	
	
.home_item, .content_item {
	width: 250px;
	margin: 0px 8px 15px 8px;
	float: left;
	background:#eee;
    position:relative;
    min-height:315px;
}

/* for the existing looks page */
#content_items .content_item {
    min-height: 470px;
}

.content_item {
    margin: 0 15px 15px 0; 
    padding:9px; 
    width:232px;
    }

.content_image {
    width:230px;
    display:block;
    text-decoration:none;
    margin:0 0 10px 0;
    border:1px #eee solid;
    }

.content_image:hover {
    border:1px #fff solid;
    }

.content_image img {border:none!important;}

.content_item img {
    width: 230px;
    border:1px #eee solid;
    }

.side_item {
    position:relative;
    background:#eee;
    }

.content_item h3 {
    padding:10px 1px;
    margin:0;
    }

.content_item h2 {
    padding:15px 1px 10px 1px;
    margin:0;
    line-height:1em;
    display:block;
    }

.content_item p {
    padding:5px 1px;
    margin:0;
    font-size:0.85em;
    }

.content_item ul {
    padding:10px 1px;
    margin:0;
    }

.home_item, .home-promo, .home-promo-last{
	width: 232px;
    min-height:275px;
	float: left;
	margin: 0 25px 15px 0;
	padding: 9px;

	/*background:url(content_item.gif) repeat-y center top;*/
	background:#eee;
    position:relative;
    }

.home-promo-last {
    margin-right: 0;
    }

.home-promo .imageLink, .home-promo-last .imageLink{
    display:block; 
    border:1px #eee solid;
    width:230px;
    }

.home-promo .imageLink:hover, .home-promo-last .imageLink:hover {border:1px #fff solid;}

.home-promo h2, .home-promo-last h2 {
    position:relative;
    padding: 0 1px;
    margin: 1em 0 .6em;
    display:block;
    line-height: 1;
    font-size: 15px;
    }

.home-promo p, .home-promo-last p {
	margin: 0 0 .5em 0;
	font-size:0.85em;
	padding:0 1px;
    }

.home-promo a, .home-promo-last a {
    font-size:0.85em;
    }

.home-promo span, .home-promo-last span {padding:0 1px;}

.home-promo ul, .home-promo-last ul {
    margin:0;
    }

.home-promo img, .home-promo-last img {
    width: 230px;
    height:127px;
    }

.location-icon {
    background:url(location-icon.jpg) no-repeat;
    height:25px;
    width:25px;
    position:absolute;
    top:145px;
    right:10px;
}

.refresh-icon {
    background:url(refresh-icon.jpg) no-repeat;
    height:25px;
    width:25px;
    position:absolute;
    top:145px;
    right:10px;
}

.club-icon {
    background:url(club-icon.jpg) no-repeat;
    height:25px;
    width:25px;
    position:absolute;
    top:145px;
    right:10px;
}

  * html .home_item,
  * html .content_item {
    height: 440px;
  }
  
.right_item
{
	width: 250px;
	margin: 0px 15px 0px 0px;
	float: left;
}  

.home_item img,.content_item img, img.feature
{
	margin: 0;
}

.home_item ul, .content_item ul
{
    margin: 0;
    padding: 0;
}

.home_item ul li, .content_item ul li
{
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
    background: transparent url(bg_bullet.gif) no-repeat scroll left 8px;
}

.first
{
	margin-right:0;
}
.last
{
	margin-right:0;
}

.brown_button {
	display: block;
	text-decoration:none;
	padding:0 10px 10px 10px;
	text-align:left;
	color:#545454;
	font-size:1.1em;
	font-weight:700;
	
    }
.brown_button:hover {
	text-decoration:underline;
    }

.side_item .brown_button {
    margin:0 0px 35px 0px;
  }

.find_out {padding:1px;}

.find_out_button {
	color:#333;
	font-size:0.85em;
    }

.find_out_button:hover {
    color:#333;
	text-decoration:none;
    }
.content_list
{
	width:300px;
	margin:30px 0px 80px 0;
	padding:0 0 0 0;
}
.content_list li
{
	width:120px;
	float:left;
	list-style:none;
}

.product_item
{
	clear:both;
	margin:10px 0 20px 0;
}

.product_item img
{
	float:left;
	margin:0 15px 15px 0;
	
}

img.thumb
{
	margin:9px 9px 15px 0;
}

img.last
{
	margin-right:0;
}

.left
{
	float:left;
}

#gb_group
{
	margin:36px 0 0 0;
}

br
{
	clear:both;
}

#gallery
{
	float:right;
}

.side_item_mini
{
	float:left;
	margin:0 5px 0 0;
}

#sidebar ul
{
	margin:0;
	padding:0 0 0 17px;
}
#sidebar ul li
{
	margin:0;
	padding:0;
}
	
	
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	/*
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;	
	*/
	}
	
	.fn {
		/*font-size: 14px;*/
		font-weight: 700;
		}
		
	.adr {
		/*
		border-top: 1px solid #ccc;
		padding: 5px 0;
		*/
		}
		
	
/* [ Breadcrumbs ] */

#breadcrumb {
    font-family: Arial, Sans-Serif;
    font-size:11px;
    margin: 0 0 20px 0;
    color:#999;
    }

#breadcrumb a {
    color:#999;
    text-decoration:none;	
    font-weight:normal;
    }
    
#breadcrumb a:hover {
    color: #545454;
    text-decoration:none;
    }

#breadcrumb span span:last-child {
    font-weight:bold; 
    color:#545454;
    }

/* [Site Map ] */
#site_map
{
    list-style:none;
    margin: 0;
    padding: 0;
    font-size:11px;
    line-height: 20px;
}

#site_map li
{
    list-style:none;
}

#site_map ul
{
    margin: 0 0 0 15px;
    padding: 0;
}

/* [ Pagination] */
.pagination
{
    clear:both;
}



li {
  min-height: 1px;
}


ol li { display:list-item;}


