
body { 
	background-color: #fff; 
	color: #251d11; 
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
/*	text-align: justify;
*//*	font-family: courier, courier new, monospace;*/
/*	font-family: Georgia, serif;*/
  font-size:   11px;
	letter-spacing: 1px;
	line-height: 120%;
	word-spacing: 2px;
}

h1, h2, h3, h4, h5 {
	color: #000;
	letter-spacing: 1px;
	line-height: 100%;
	font-weight: bold;
	font-style: italic;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }

h1.page_header {
	color: #20180f;
	margin-bottom: 10px;
	font-size: 3em;
}

div.page_header_container {
	margin-bottom: 20px;
}

div.page_header_instructions {
	width: 400px; text-align:right;
	float:right;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #3b697b; text-decoration: none; }
a:visited { color: #3b697b; }
a:hover { color: #3b697b; text-decoration: underline;}

a.blocklink, .pagination_links a, a.blocklink:visited, .pagination_links a:visited {
	font-style: italic;
	font-weight: bold;
	background: #3b697b;
	color: white;
	border: 1px solid #3b697b;
	padding: 2px 4px;
	margin-top: 5px;
	text-decoration: none;
	font-size: .9em;
}

a.blocklink:hover, .pagination_links a:hover {
	color: #3b697b;
	background: white;
	text-decoration: none;
}

p {
	margin-bottom:3px;
}

.clear {
	clear:both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.centered_content {
	text-align: center;
}

.click_note {
	padding-top: 5px;
/*	color: #c9c5bc;*/
}

.error {
	color: red;
}

/*
 * layout styles
 */

#container {
	margin:0px auto 0px auto;
	width: 910px;
	position: relative;
/*	background: #ffffff;*/
}



#container #header {
	background: url('/img/layout/bg_top.png') bottom left no-repeat;
	height: 95px;
	padding-top: 30px;
}

#header #logo {
	float: left;
	margin-left: 37px;
}

#header #navigation {
/*	background: url('/img/background_nav.jpg');*/
	text-align: right;
	padding: 20px 0px 0px 0px;
	overflow: none;
}

#header #navigation a {
	margin-left: 0px;
}

#container #outer_wrapper {
	position: relative;
	background: url('/img/layout/bg_body.png') left repeat-y;
	padding: 10px 25px;
	_padding: 0px 25px 25px 0px;
/*	padding-bottom: 10px;*/
/*	height: 541px;*/
/*	width: 1000px;*/
}

#container #outer_wrapper #wrapper{
	position: relative;
	/*background: url('/img/layout/bg_blue_splotches.png') top left no-repeat;
		width: 923px;*/
	min-height: 588px;
	_height: 588px;
	_padding-left: 15px;
/*	padding-top: 10px;*/
}

#container #outer_wrapper #slideshow{
	margin-left: 15px;
	_margin-left: 20px;
	overflow: hidden;
	width: 830px;
	height: 442px;
	position: relative;
}


#container #outer_wrapper #slideshow .image_holder {

	margin: 0px auto;
	height: 428px;
}

#container #outer_wrapper #content {
	padding: 20px;
}


#container #footer {
	position: relative;
	background: url('/img/layout/bg_bottom.png') top center no-repeat;
	height: 60px;
	color: #fff;
}

/* footer links */
#footer_links {
	position: absolute;
	right: 30px;
	top: 20px;
	font-weight: bold;
	font-style: italic;
}

#footer_links a {
	color: #fff;
	margin-right: 10px;
}

#footer_links a:hover { color: #3b697b; text-decoration: none;}


/* pagination */
.pagination_links {
	text-align: right;
}

/* navigation */
#navigation .inner {
	padding-top: 25px;
	margin-right: 50px;	
}

#navigation a {
	color: black;
	font-family: helvetica, verdana, sans-serif;
	font-weight: bold;
/*	color: #251d11;*/
	font-size: 18px;
	padding-left: 35px;
	padding-top: 10px;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: -1px;
}

#navigation a:hover {
	color: #3b697b;
}

#navigation a.active {
	color: #3b697b;
}




/*  FOR GLOVE CATEGORIES */
#categories {
	overflow: hidden;
	
	background: url('/img/layout/bg_product_listing.png') bottom no-repeat;
}

#categories .product_thumbnail{
	margin-bottom: 20px;
}



div.category {
	clear:left;
	margin-top: 10px;
}

div.category_divider {
	clear:left;
/*	margin-top: 10px;*/
	background: url('/img/black_line.png') no-repeat;
	margin-bottom: 10px;
	height: 20px;
}

.category_name {
	color: #3b697b;
}

#categories .hover {
	text-decoration: underline;
	cursor: pointer;
}

#categories .category ul, #categories .category p {
	margin-left: 30px;
}

.category img.name {
	float: left;
	margin-right: 10px;
}

/*  FOR GLOVES */

#product_wrapper{
	background: url(/img/layout/bg_product.png) no-repeat;
}

#product {
	position: relative;
	min-height: 550px;
}

#product .name_holder {
	background: url(/img/layout/bg_product_name_header.png) no-repeat;
	text-align: center;
	width:  330px;
	height: 95px;
}

#product .name_holder img{
	margin-left: 30px;
	margin-top: 8px;
}

#product .name_holder h1{
/*	margin-left: 30px;*/
	padding-top: 10px;
	font-size: 4em;
}

#product #large_image_container {
	position: absolute;
	left: 30px;
	width: 240px;
	height: 370px;
	margin-top: 10px;
}

#product #colorways_container{
	margin-left: 240px;
	width: 250px;
	text-align: right;
/*	text-align: right;*/
/*	_margin-top: 10px;*/
}

#product #colorways_container img{
	margin-left: 10px;
	margin-bottom: 5px;
}

#product #colorways_container .click_note{
	margin-bottom: 10px;
}

#product #info_container {
	position: relative;
	float:right;
	margin-top: 35px;
/*	margin-left: 280px; /*match to the large image container size*/
/*	margin-right: 10px;*/
	width: 330px;
	text-align: right;
}

#product #info_container p, #product #info_container ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#product .material_name {
	color: #3b697b;
}

#product #materials_container, #product #features_container, #product #temperatures_container {
	float: left;
	margin-right: 10px;
}

ul.materials  li {
 width: 250px;
margin-left: 55px;
}

#product ul.features li {
		color: #3b697b;
		padding-right: 10px;
		background: url(/img/layout/bullet.png) no-repeat right;
}

#product ul.features li span{
		color: #251d11;
}

#product #temperatures_container {
	position: relative;
	background: url(/img/layout/bg_temp_range.png) no-repeat;
	width: 211px;
	margin-right: 0px;
	margin-top: 10px;
	height: 150px;
	float: right;
/*4
	clear: left;*/
	text-align: left;
}

#product #temperatures_container  ul{
	margin-top: 55px;
	margin-left: 70px;
}

#product #series_info {
	width: 250px;
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 10px;
	clear: left;
}

#product #series_info img {
	margin-right: 5px;
float:left;
}

#product #temperatures_container .thermometer {
	float: left;
}

#product .product_back_link {
	margin-top: 20px;
	margin-right: 10px;
}

#product .size_chart {
	position: absolute;
	top: 550px;
	left: 50px;
	font-weight: bold;
}

#product .buy_online {
	position: absolute;
	top: 555px;
	left: 200px;
	font-weight: bold;
}
#product .buy_and_size_chart{

}

#outer_wrapper .sub_navigation {
	position: absolute;
	bottom: 0px;
	right: 40px;

	font-weight: bold;
}


#products_right_col {
	background: url('/img/layout/bg_right_column.png') no-repeat;
	min-height: 500px;
	width:350px;
	_height: 500px;
	float: right;
	text-align: right;
	margin-top: 20px;
	padding-right: 5px;
	font-weight: bold;
}

#products_right_col p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 50px;
	text-align: left;
}


#products_right_col p{
	margin-bottom: 10px;
}

.category_product_thumbnails li{
	display: inline;
	padding-right: 15px;
}

.category_product_thumbnails li.last{
	padding-right: 0px;
}


.colorway, .product_thumbnail, .category_thumbnail {
	float:left;
	position: relative;
}

#categories .product_thumbnail .name_overlay {
	position: absolute;
	z-index: 10;
	right: 0px;
	bottom: 5px;
	text-align: center;
	background: url('/img/layout/bg_product_name.png');
	width: 125px;
	height: 30px;
	display: none;
}

.name_overlay .name {
	margin-top: 9px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

#highlight_product_holder {
	position: relative;
	_margin-left: 20px;
	width: 400px;
	float: left;
}

#highlight_product_holder .click_note {
	font-size: .8em;
}

.product_preview .large_image_container {
/*	position: absolute;*/
/*	top: 40px;*/
/*	left: 20px;*/
	float: left;
	z-index: 0;
}

.product_preview .large_image_container img {
/*	max-width: 110px;*/
}

.product_preview .colorways_container {
	text-align:right;
/*	position: absolute;*/
/*	right: 5px;*/
	margin-left: 90px;
}

.product_preview .colorways_container img {
	margin-left: 5px;
}

.product_preview .highlight_thumbnail {
	height: 70px;
}
.product_preview .info_container {
	margin-left: 100px;
/*	position: absolute;
  left: 130px;
	top: 95px;
	z-index: 1;*/
}

.product_preview ul {
	list-style-type: disc;
	margin-left: 1.5em;
}

.product_preview ul li {
		color: #3b697b;
}

.product_preview ul li span{
		color: #251d11;
}

.product_preview .link_holder, .news_preview .link_holder {
	text-align: right;
	font-weight: bold;
	margin-top: 7px;
}

/* news preview */
#news_preview_holder {
	position: relative;
	background: url(/img/layout/bg_news_highlight.jpg) no-repeat top left;
	margin-left: 420px;
	padding-left: 60px;
	padding-top: 50px;
	margin-right: 30px;
	height: 200px;
}

#news_preview_holder h2 {
	display: inline;
}

#news_preview_holder h1 {
	color: #d0cdc7;
}



.news_preview .photo_thumbnail {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}



/* News Items */

#news_items .news_featured {
	float: left;
	width: 430px;
}

#news_items .news_featured h2{
	font-size: 2em;
}

.news_featured .photo_frame_top {
	margin-left: 20px;
}
.news_featured .photo_frame_bottom {
	margin-left: 21px;
}

#news_items .news_featured .photo_holder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news_items .news_featured .photo_thumbnail{
	margin: 10px auto 10px auto;
	float: none;
}


#news_items .other_items {
		background: url(/img/layout/black_line_vertical.png) no-repeat top left;
		margin-left: 440px;
		padding-left:20px;
		margin-top: 2em;
}

#news_items  .divider{
	overflow: hidden;
}

#news_items .news_preview .link_holder, .news_featured .link_holder {
	position: relative;
	text-align: right;
}

.news_item .info_container {
	margin-left: 400px;
	margin-right: 25px;
}

.news_item .images_container {
/*	position: absolute;*/
	float: left;
	top: 20px;
	width: 370px;
}

.news_item p {
	margin-bottom: 1em;
}

/* Photos */

.photo_thumbnail {
	float: left;
}

.photo_thumbnail .name_overlay {
	background: none;
}

/* Team member stuff */
.team_member .info_container {
	margin-left: 400px;
	margin-right: 25px;
}

.team_member .info_container p {
	margin-bottom: 10px;
}

.team_member .images_container {
	float: left;
	top: 20px;
	width: 370px;
}



/* teams */
#teams_container {
	
	background: url(/img/layout/bg_product.png) no-repeat;
}
#teams {
	position: relative;
}

#teams ul.team_list {
	position: relative;
	text-align: right;
	margin-right: 40px;
}

#teams li.team {
	margin-bottom: 10px;
	clear: right;
}

#teams .large_photo_container{
/*	position: absolute;*/
	
	position: relative;
	float: left;
	top: 0px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: center;
	width: 370px;
	height: 540px;
	overflow: hidden;
}
#teams .large_photo_container img {
}

#teams li.team_member {
	margin-bottom: 5px;
	display: inline;
	display:-moz-inline-box;
	vertical-align: top;
	width: 150px;
}

#teams li.team_member > * { display:table; table-layout:fixed; width:150px; overflow:hidden; }

/* for photos */

.thumbnails_container {
	margin-top: 5px;
}

.large_photo_container {
/*	height: 350px;*/
	position: relative;
}
.large_photo_inner_container {
	position: relative;
}
.large_photo_container img {
	padding: 10px;
}

.photo_frame_top {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background: url(/img/layout/image_frame_black.png) no-repeat;
	
}

.photo_frame_top img{
	visibility: hidden;
	padding: 10px 10px 0px 10px;
}

.photo_frame_bottom {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 4px;
	background: url(/img/layout/image_frame_black_bottom.png) no-repeat;
	height: 29px;
	width: 372px;
	
}

/* for pages */
.page_right_column {
	position: relative;
	float: right;
	width: 375px;
	margin-left: 20px;
	margin-bottom:200px;
	margin-top: 120px;
	margin-right: 20px;
	text-align: right;
}
.page_body p{
	margin-bottom: 15px;
}

.page_body h1 {
	margin-bottom: 15px;
}


#dealers {
	
}

#dealers .map_holder {
	margin-left: 30px;
}

.dealer_logo {
	margin-left: 20px;
	float:left;
	min-height: 65px;
}

.flag_icon {
	margin-right: 5px;
}


.cake-sql-log {
	display: none;
}

ul.dealer_list {
	margin-bottom: 20px;
}

.dealer_list li {
	width: 550px;
	overflow: hidden;
	margin-top: 10px;
}

.dealer_list h2 {
	font-style: normal;
}


/*
EXTRAS
*/
#extras_container {
	
}

#extras_container div.extra{
	float:left;
	height: 190px;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#extras_container div.extra img{
	margin-bottom: 5px;
}

.company_holder {
	background: url(/img/layout/bg_product.png) no-repeat;
}

.js_enabled_message {
	display: none;
}

/*
VIP Page
*/
#vip_container h1, #vip_container h2 {	
	cursor: pointer;
}

#vip_container h2{
	
	margin-top: 15px;
	margin-bottom: 5px;
}
#vip_container .product_thumbnail{
	margin-right: 10px;
	margin-bottom: 10px;
}