/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/

body {
	margin: 40px 0;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #747474;
	height: 100%; /* for 100% to be used as a height value */
	background: #747474 /*url('../images/backgrounds/bg.gif') repeat*/;
}

p {font-size: 1.1em; line-height: 1.2em; margin: 1em 0;}

.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #122A5E;}

blockquote {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 12;
	border-top: 1px #168381 dotted;
	border-bottom: 1px #168381 dotted;
}

table {border-collapse: collapse;}
th {background: #EFF2F2; font-size: 1.1em; font-weight: bold;}
td {border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc;  }

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

a, button { color: #326EA1;}

a:hover, a:active, button:hover {
	color: #122A5E;
	text-decoration: underline;
}

a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}

/*a[href^="http:"] { 
	background: transparent url('../images/icons/globe.png') left no-repeat; 
	padding-left: 23px; line-height: 18px; display: inline-block
}*/

h2 a, h2 a:hover {  }


/*----------------------------------------------*/






/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	font-size: 2.0em; 
	letter-spacing: 0.1em;
	text-align: right; 
	color: #333133;
	padding: 2px 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	font-weight: bold;
} 



/* sidebar headings, category product headings */

h2 {
	padding: 5px; 
	position: relative; /*fixes odd ie6 bug*/
	font-size: 1.4em; 
	letter-spacing: 0.1em; 
	color: #333;
	border-bottom: 1px solid #999; 
} 


/* content subheadings */

h3 { 
	font-size: 1.3em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #666; 
	text-align: left; 
	padding-bottom: 5px;
	margin-top: 15px; margin-bottom: 10px;
	border-bottom: 1px dotted #666;
} 


/* category and section descriptions */

.description { 
	background: #efefef;
	padding: 10px; 
	margin: 0 0 25px 0; 
	text-transform: uppercase; 
}

.description_photo { 
	float: left; position: relative;
	padding: 10px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 219px;
	border-right: 1px dotted #666; 
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/

#date { width: 980px; padding: 0 0 4px 0; margin: 0 auto; text-align: right; }


#layout {
	width: 980px;
	margin: 0 auto;
	background: url('../images/backgrounds/content_bg.jpg') center repeat-y;
	/* border: 1px #333 solid; */
}

#content { clear: both; width: 960px; padding: 0 10px;  }



/*----------------------------------------------*/






/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header {
	width:940px;
	padding: 20px;
	height: 56px;
	background: transparent url('../images/backgrounds/header_bg.jpg') top no-repeat;
	clear: both;
}



#header h1 { 
	border: none; 
	text-align: left; 
	color: #000; 
	font-size: 36px; 
	padding:  2px 0 0 20px; margin: 0;
	letter-spacing: normal; 
}

#header h2 {
	border: none; 
	font-size: 13px; 
	padding: 0 0 0 20px; letter-spacing: normal; 
	color: #454545;
}


/*----------------------------------------------*/






/* ----NAVIGATION STYLES---- */
/*----------------------------------------*/

#subheader { 
	width:960px;
	padding: 0 10px;
	clear: both;
	background: transparent url('../images/backgrounds/nav_bg.png') center no-repeat;
}

#crumb {text-align: right; padding: 10px 10px 0 10px; text-transform: uppercase; }


/*----------------------------------------*/





/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 700px;
	float: left;
	display: inline; /* fixes IE6 dbl float bug */
	margin: 20px 10px;
	padding: 0 0 18px 0;
	text-align: left;
	overflow: hidden;
}

#page h2 { text-align: right; }


/*----------------------------------------------*/





/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/

#sidebar {
	width: 220px;
	margin: 20px 10px 0 10px;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}

.sidebar_widget {
	margin: 0 0 25px 0;
	width: 100%; /*fixes IE7 margin-collapse bug */
	border-bottom: 1px dotted #ccc;
}
	
.sidebar_widget p { font-size: 1.1em; }


	
/*----------------------------------------------*/



	
	
/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer {
	width: 950px;
	height: 76px;
	padding: 10px 15px;
	clear: both; overflow: hidden;
	background: transparent url('../images/backgrounds/footer_bg.jpg') center no-repeat;
	text-align: center;	
}

#footer ul { max-width: 80%;}

#footer li {
	float:left; 
	text-transform: uppercase; 
	padding: 0px 5px; border-right: 1px solid #fff; 
}

#footer li:last-child {border-right: none;}

#footer a { }

#footer a:hover {text-decoration: underline;}

#footer p { 
	margin: 0; padding: 5px; 
	
	letter-spacing: 0.1em; font-size: 1em; 
	color: #000;
	 	
}

#copyright a {color: #ccc;}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	width:96%;
	clear:both;
	margin: 0 0 10px 0;
	padding: 10px 2%;
	font-family: monospace;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	color: #000;
	background: #efefef;
}

/*----------------------------------------------*/
	
