/* 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,
form, fieldset, legend, label, input, select, option, textarea,
table, caption, tbody, tfoot, thead, th, tr, 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;
}

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;
}
hr {
	display: none;
}

img, object {
	max-width: 100%;
}

img a {
	border: none;
}



/*	=quotes
-------------------------------------------------------}*/

blockquote, 
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
	margin: 0 2em;
	font-style: italic;
}

q {
	
}
/*
cite {
	text-align: right;
}

cite:before {
	content: "- ";
}
*/
blockquote:before,
q:before {
	content: open-quote;
}

blockquote:after, 
q:after {
	content: close-quote;
}

cite {
	font-variant: small-caps;
	font-style: normal;
}

/*	abbreviations 
----------------------------------------------- */

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

h2 abbr[title="and"] {
	color: #9C0;
	font-style: italic;
	font-family: Baskerville, Palatino, Georgia, serif;
	cursor: default;
	border-bottom: none;
}


/* =lists
----------------------------------------------- */

ol, ul {
	padding-left: 2em;
}

ol {
	list-style: decimal;
	list-style-position: outside;
}

ul {
	list-style: square;
	list-style-position: outside;
}

ul li, 
ol li {

}



/*	=form elements
-----------------------------------------------------------*/
form {
	line-height: normal;
}

fieldset {
	
}

legend {
	
}

label {
	display: block;
	font-weight: bold;
	margin: 1em 0 3px 0;
	color: #777;
}

input {
	
}

/*input[type="file"], */


select {
	font-family: inherit;
}

option {
	padding-left: 2px;
	font-family: inherit;
	color: inherit;
}

textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 1px;
	min-height: 3em;
}

textarea,
input[type="file"] {	/*	add other styles that default to indented boxes here	*/
	border-style: solid;
	border-width: 1px;
}



input, select, textarea {
	border: 1px solid #C3C6B0;
	width: 98%;
	color: #333;
}

/*	here are some reusable form-related styles	*/

input.btn-submit {
	cursor: pointer;
	display: block;
	width: auto;
	margin: 1em 0;
	color: #FFF;
	background-color: #609F37;
	background-image: url(../ui/bg-buttons.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: .2em 1em;
}

input.btn-submit:hover {
	background-position: bottom;
}

input.btn-submit:active {
	background-position: bottom;
	border-color: #555;
}


.required {

}

label.required {

}

input.required {

}

.warning {	/*	used to warn user about filling in form fields correctly	*/
	color: #600;
}

.notice {	/*	used to assure user form was successfully submitted	*/
	font-weight: bold;
}


/*	=tables
-----------------------------------------------------------*/
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

thead {

}

tfoot {

}

colgroup {

}

col {

}

th {

}

tr {

}

td {

}

tr.alt {	/*	this style is applied by jQuery	*/

}



/*
-----------------------------------------------
see text.css for text styling defaults
----------------------------------------------- */

body {
	background-color: #FFF;
	padding: 0 0 40px 0;
}
















/*	=generic
------------------------------------------*/
.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.transparency {

}




/*	=layout elements
-------------------------------------------- */
/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background-color: #FFF;
}


/*	=Page IDs	
-------------------------------------------- */
#branding,
#logo,
#nav,
#phone,
#crumbs,
#cart-link,
#search,
#main,
.thirds,
.col4,
.fourths,
.col-mid,
.col-wide,
.aside {
	display: inline;
	float: left;
}



.wrapper {
/*	this keeps width consistent	*/
	width: 960px;
	margin: 0 auto;
	padding: 0 1%;
}

#page {

}

#header {
	background-image: url(../ui/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 30px;

}

#branding {
	background-image: url(../ui/img-cgh.gif);
	background-repeat: no-repeat;
	height: 37px;
	min-width: 530px;	
	width: 74%;
	margin: 10px 0 22px 1%;
}

#logo {
	background-image: url(../ui/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 116px;
	width: 23%;
	margin-right: 2%;
}

#tagline {
	background-image: url(../ui/img-tagline.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 240px;
	margin: 10px 0 0 3px;
	float: left;
}

#search {
	
}




#cart-link {
	position: absolute;
	right: 0;
	top: 12px;
}

input[type="image"],
#cart-link input.btn-submit {
	border: none;
	margin: 2px -10px 0 0;
	background-color: transparent;
	background-image: none;
	height: 26px;
	width: 30px;
}

#topbar {
	padding: 8px 0;
}

#phone {
	width: 24%;
	margin-right: 1%;
	font-size: 15px;
	text-align: center;
}

#crumbs {
	min-width: 50%;
	margin-left: 1%;
}

#nav {
	min-width: 50%;
	margin-left: 1%;
	position: relative;
	padding-right: 36px;	/* this allows room for cart-link div */
}

#content {
	margin-top: 2em;
}

#main {
 	margin-left: 1%;
}



.aside {

}

#aggregated {
/*	background-color: #E4E6DD;	
	background-color: #E6EBE1;*/
	background-color: #EAEBE9;
	padding: 20px 0;
/*	min-height: 4em;	*/
}

#secondary {
	padding: 20px 0;
}

#footer {
	background-image: url(../ui/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 57px;
}







/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://www.positioniseverything.net/easyclearing.html */
/*	automatically clear all floated elements inside containing div	*/
.group:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*	=layout divs
--------------------------------------------------*/

.col {
	float: left;
	width: 75%;
}


.col4,
.fourths {
	width: 23%;
	margin-right: 1%;
}

.col4,
.fourths {
	width: 24%;
	margin-right: 1%;
}


.col-mid {
	width: 44%;
	margin-right: 4%;
	margin-left: 1%;

}

.aside {
	width: 24%;
	margin-right: 1%;
	position: relative;
}

.thirds {
	width: 31.5%;
	margin-right: 1.5%;
}
/*
.col-wide {
	width: 69%;
	margin-right: 1%;
	padding-left: 25%;
}
*/

#main {
	width: 70%;
	margin-right: 4%;
}


.col-wide {
	width: 65%;
	margin-right: 4%;
}

