/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	color: #666666;
	padding-bottom: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* `Custom styles
----------------------------------------------------------------------------------------------------*/

#wrapper {
	text-align: center;
	}






/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 0.81em 'Helvetica Neue', Arial, sans-serif;
}

p {
	color: #666666;
	padding-bottom: 1em;
}

a {
	color: #C1272D;
	font-weight: none;
	text-decoration: none;
	font: 1em 'Helvetica Neue', Arial, sans-serif;
}

a:hover {
	background: #C1272D;
	color: #FFFFFF;
	}
	
a.nohover:hover {
	background: none;
	color: #C1272D;
	}

a.gallery:hover {
	background: none;
	color: #C1272D;
	}

img {
	border: 0;
	padding-bottom: 20px;
	}	
	
#fadeshow1 a, #fadeshow1 a:hover {
	background: none !important;
	padding: 0 !important;
	color: white !important;
	}		
		
.hr {
	border: 0 #666666 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding: 0 0 15px 0;
}

hr {
	border: 0 #666666 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding: 0 0 15px 0;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.35em;
}

h2 {
	color: #666666;
	font-size: 1em;
}

h3 {
	color: #666666;
	font: 1em 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	padding: 0 0 15px 0;
}

h4 {
	color: #666666;
	font-size: 1.19em;
}

h5 {
	color: #666666;
	font-size: 1.06em;
}

h6 {
	color: #666666;
	font-size: 0.94em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
	margin-top: 0px;

}



#table
{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #C1272D;
}
#table th
{
	padding: 12px 17px 12px 17px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px dashed #C1272D;
}
#table td
{
	padding: 7px 17px 7px 17px;
	color: #666666;
}
#table tbody tr:hover td
{
	color: #666666;
	background: #e09497;
}



/* `Custom styles: topnav
----------------------------------------------------------------------------------------------------*/	
	
#topnav{
	background:#333333;
	height:40px;
	width:940px;
	margin-top:0px;
	margin: 0px 0px 20px 0px;
}

#topnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topnav li{
    list-style: none;
	background: #333333;
	border-right: 1px solid #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

#topnav li a{
	float:left;
	display:block;
  	color: #FFFFFF;
	font-weight: none;
	margin: 0px 0px 0px 0px;
	padding: 14px 12px 14px 12px;
	text-decoration: none;
	font: 12px 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
	height: 12px;
}

#topnav li a:hover {
	background: #C1272D;
	color: #FFFFFF;
	}

#topnav .active a {
	background: #C1272D;
	color: #FFFFFF;
	}
#topnav li a img {
	margin-top: -4px;
	}

#topnav .last a {
	background: #e09497;
	color: #FFFFFF;
	}	
	
/* `Custom styles: sidenav
----------------------------------------------------------------------------------------------------*/	
	
#sidenav{
	background:#333333;
	height:40px;
	width:140px;
	margin-top:0px;
}

#sidenav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidenav li{
    list-style: none;
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width:140px;
	text-indent: .0em; 	
}

#sidenav li a{
	display: block;
	float:left;
  	color: #FFFFFF;
	font-weight: none;
	margin: 0px 0px 0px 0px;
	padding: 7.5px 8px 7.5px 8px;
	text-decoration: none;
	font: 12px 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	height: 25px;
	width: 124px;
	}

#sidenav li a:hover {
	background: #C1272D;
	color: #FFFFFF;
	}

#sidenav .active a {
	background: #C1272D;
	color: #FFFFFF;
	}
	
/* `Custom styles: widgets
----------------------------------------------------------------------------------------------------*/	

.widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


/* `Custom styles: smallprint
----------------------------------------------------------------------------------------------------*/

.smallprint {
	color: #333333;
	font-weight: none;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	font: 9px 'Helvetica Neue', Arial, sans-serif;
	}

.smallprint a {
	color: #C1272D;
	padding: 1px 3px 1px 3px;
	font: 9px 'Helvetica Neue', Arial, sans-serif;
	}

.smallprint a:hover {
	padding: 1px 3px 1px 3px;
	background: #C1272D;
	color: #FFFFFF;
	}	
	
	
/* `Custom styles: sale
----------------------------------------------------------------------------------------------------*/

.sale {
	color: #FF0000;
	font-weight: none;
	padding: 3px 0px 3px 0px;
	text-decoration: line-through;
	font: 1em 'Helvetica Neue', Arial, sans-serif;
	}
	

/* `Custom styles: buttons and dropdown menus
----------------------------------------------------------------------------------------------------*/

#product_button {
	background:#cccccc;
	height:40px;
	width:140px;
	margin-top:0px;
}

#product_button ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#product_button li{
    list-style: none;
	background: #cccccc;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width:140px;
	text-indent: .0em; 	
}

#product_button li a{
	display: block;
	float:left;
  	color: #FFFFFF;
	font-weight: none;
	margin: 0px 0px 0px 0px;
	padding: 7.5px 8px 7.5px 8px;
	text-decoration: none;
	font: 12px 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	height: 25px;
	width: 124px;
	}

#product_button li a:hover {
	background: #C1272D;
	color: #FFFFFF;
	}
	
#bespoke_button {
	background:#333333;
	height:40px;
	width:140px;
	margin-top:0px;
}

#bespoke_button ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#bespoke_button li{
    list-style: none;
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width:140px;
	text-indent: .0em; 	
}

#bespoke_button li a{
	display: block;
	float:left;
  	color: #FFFFFF;
	font-weight: none;
	margin: 0px 0px 0px 0px;
	padding: 7.5px 8px 7.5px 8px;
	text-decoration: none;
	font: 12px 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	height: 25px;
	width: 124px;
	}

#bespoke_button li a:hover {
	background: #C1272D;
	color: #FFFFFF;
	}	
	
input[type="submit"] {
	color: #FFFFFF;
	background:#333333;
	border: none;
	height:40px;
	width:140px;
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font: 0.88em 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	text-indent: .6em; 	
	}	
	
input[type="submit"]:hover {
	background: #C1272D;
	color: #FFFFFF;
	}
	
input[type="reset"] {
	color: #FFFFFF;
	background:#333333;
	border: none;
	height:40px;
	width:140px;
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font: 0.88em 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	text-indent: .6em; 	
	}	
	
input[type="reset"]:hover {
	background: #C1272D;
	color: #FFFFFF;
	}		
	
.dropdown {
	color: #FFFFFF;
	background:#333333;
	border: none;
	height:20px;
	width:140px;
	text-align: left;
	}

/*	
select {
    width: 220px;
}
select.expand {
    width: auto;
}
*/
	

/* `Custom styles: text-overlay
----------------------------------------------------------------------------------------------------*/
	
#text-overlay {
	background:#FFFFFF;
	color: #333333;
	padding: 0px 65px 20px 15px;
	position:absolute;
	top:20px;
	left:20px;
	width:180px;
	opacity: 0.8;
	filter: alpha(opacity = 80);  /* for IE */
	z-index:1111;	
	}	
	
.h1-overlay {
	padding: 10px 0px 15px 0px;
	}
	
#stamp-overlay {
	position:absolute;
	top:50px;
	left:0px;
	width:200px;
	width:150px;
	z-index:1111;
	}		
	
#text-overlay-projects {
	background:#FFFFFF;
	color: #333333;
	padding: 10px 10px 10px 10px;
	position:absolute;
	top:20px;
	left:20px;
	width:250px;
	opacity: 0.7;
	filter: alpha(opacity = 70);  /* for IE */
	}
	
#text-overlay-projects h1 {
	opacity: 1;
	filter: alpha(opacity = 100);  /* for IE */
	}	
	
#text-overlay-banner {
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	position:absolute;
	top:20px;
	left:20px;
	width:250px;
	z-index:2222;
	}
	
#text-overlay-finishes-1 {
	background:#FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);  /* for IE */	
	padding: 3px 3px 3px 3px;	
	color: #666666;
	position:absolute;
	top:5px;
	left:5px;
	width:100px;
	z-index:2222;
	font-size: 1em;	
	}	
	
#text-overlay-finishes-2 {
	background:#FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);  /* for IE */
	padding: 3px 3px 3px 3px;	
	color: #666666;
	position:absolute;
	top:162px;
	left:5px;
	width:100px;
	z-index:2222;
	font-size: 1em;	
	}	
	
#text-overlay-finishes-3 {
	background:#FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);  /* for IE */
	padding: 3px 3px 3px 3px;	
	color: #666666;
	position:absolute;
	top:318px;
	left:5px;
	width:100px;
	z-index:2222;
	font-size: 1em;	
	}	
	
#text-overlay-finishes-4 {
	background:#FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);  /* for IE */
	padding: 3px 3px 3px 3px;	
	color: #666666;
	position:absolute;
	top:475px;
	left:5px;
	width:100px;
	z-index:2222;
	font-size: 1em;	
	}	
		
	

	
/* `Custom styles: search
----------------------------------------------------------------------------------------------------*/

fieldset {
	border: none;
	}	
	
.AS_ajax_highlight1, .ajaxSearch_highlight1{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
	color : #3333FF;
	padding: 0;
	font-weight: bold;
	}
	
#ajaxSearch_form{
	float:right;
	padding: 0 0 0 0;
	height: 0px;
	}

#ajaxSearch_form input{
	vertical-align:top;
	height:17px;
	border-style:none;
	}

#ajaxSearch_submit {
	border:none;
	background-image: url(/assets/templates/johnstrand/images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	height:20px;
	cursor: pointer;
	}
	
#ajaxSearch_output {
	font-size: 90%;
	position: absolute;
	background: #F7F7F7;
    padding: 10px;	
	top: 59px;
	right: 0px;
	width: 327px;
	height:500px;
	z-index: 9999;
	}
	
#ajaxSearch_output a {
	color : #C1272D;
	text-decoration: none;
	}
	
#ajaxSearch_output a {
	color: #C1272D;
	font-weight: none;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	}

#ajaxSearch_output a:hover {
	padding: 1px 3px 1px 3px;
	background: #C1272D;
	color: #FFFFFF;
	}	
