/* RESET CSS ------------------------------ */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	margin: 0;
	background: #2d2a30 url(../images/body_back.jpg) repeat-x left top;
	color: #fff;
	font: 12px/18px Helvetica, Arial, "Helvetica Neue", sans-serif;
}

ol, ul {
	list-style: none;
}

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

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link,a:active,a:visited {
	color: #3dacaa;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
}

.divider {
	display: block;
	border-top: 1px solid #e2e2e2;
	width: 100%;
	height: 1px;
	clear: both;
}

.spacer {
	margin-top: 25px;
	margin-bottom: 25px;
}

.spacer2 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.spacer_blog {
	margin-top: 35px;
	margin-bottom: 35px;
}

/* WRAPPERS & CONTAINERS -------------------------- */

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	display: block;
	width: 920px;
	height: 65px;
	background: url(../images/header_back.png) no-repeat 0 70px !important;
	background: url(../images/header_back.gif) no-repeat 0 70px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	line-height: 1px;
	font-size: inherit;
}

#main {
	width: 920px;
	background: url(../images/frame_dropshadow.png) repeat-y center top;
	padding: 10px 25px 20px;
}

#main_left {
	float: left;
	width: 545px;
}

#main_right {
	float: left;
	width: 310px;
	border-left: 1px solid #e2e2e2;
	padding-left: 30px;
	margin-left: 25px;
	padding-bottom: 30px;
}

.column, .column_last {
	float: left;
	width: 168px;
	margin-right: 20px;
	margin-top: 25px;
}

.column_last {
	margin-right: 0px;
}

.overview_col, .overview_col_last {
	position: relative;
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-top: 35px;
}

.overview_col_last {
	margin-right: 0px;
}

.overview_img {
	position: relative;
	display: block;
	width: 130px;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
}

.overview_img img {
	position: relative;
 	width: 120%;
	height: auto;
	margin-left: -10%;
	margin-top: -32.5%;
}

.overview_col2, .overview_col2_last {
	position: relative;
	float: left;
	width: 268px;
	margin-top: 35px;
}

.overview_col2_last {
	float: right;
	margin-right: 0px;
}

.overview_img2 {
	position: relative;
	display: block;
	width: 268px;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
}

.overview_img2 img {
	position: relative;
 	width: 100%;
	height: auto;
	margin-top: -15px;
}

#separator {
	display: block;
	width: 970px;
	height: 22px;
	background: url(../images/main_footer_separator.png) no-repeat center center;
}

#footer_wrapper {
	width: 970px;
	background: url(../images/footer_bottom.png) no-repeat -1px bottom !important;
	background: url(../images/footer_bottom.gif) no-repeat -1px bottom;
	padding-bottom: 17px;
}

#footer_inner {
	width: 945px;
	background: url(../images/footer_wrapper_back.png) repeat-y center top;
	padding: 15px 0 15px 25px;
}

#footer_inner_left {
	float: left;
	width: 570px;
}

#login {
	display: block;
	float: left;
	width: 340px;
	border-left: 1px solid #49444B;
	padding-left: 30px;
	color: #90858e;
	margin-top: 5px;
}

#login2 {
	display: block;
	float: left;
	width: 100%;
	color: #90858e;
	margin-top: 5px;
}

#logout {
	display: block;
	float: right;
	width: 280px;
	border-left: 1px solid #49444B;
	padding-left: 30px;
	color: #90858e;
	margin-top: 5px;
	padding-right: 20px;
}


#copyright {
	text-align: center;
	font-size: 11px;
	padding-top: 7px;
}

.specs {
	margin-top: 20px;
}

/* Register / Sign Up Form -------------------------- */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	margin: 20px 0 0;
	padding: 0;
}

form label {
	float: left;
	margin-right: 10px;
	line-height: 27px;
	text-align: right;
	width: 70px;
	cursor: pointer;
	font-weight: bold;
}

.copy form input {
	float: left;
	margin-right: 5px;
}

form input {
	color: #3e434a;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: normal;
	padding: 4px;
	width: 200px;
	margin: 0 0 7px;
}

input:focus {
	background-color: #ffffe1;
}

input.button {
	margin-top: 15px;
	margin-left: 80px;
	width: 120px;
	padding: 0;
	margin-bottom: 0;
}



input.button_logout {
	width: 120px;
	padding: 0;
	margin-bottom: 0;
}

input.checkbox {
	width: auto;
	margin-left: 80px;
	margin-right: 10px;
}

a.password {
	margin-left: 80px;
}


a.password2 {
	margin-left: 10px;
}

/* SLIDESHOW -------------------------- */

#slideshow {
	height: 324px;
	width: 920px;
	margin: 0;
	padding-bottom: 25px;
}

pre {
	display: none;
	overflow: visible
}

.pics {
	height: 324px;
	width: 920px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* BLOG STYLES -------------------------- */

#main_left2 {
	float: left;
	width: 60%;
	padding: 0 20px;
}

#main_right2 {
	float: left;
	width: 28%;
	border-left: 1px solid #e2e2e2;
	padding-left: 30px;
	margin-left: 25px;
	padding-bottom: 30px;
}

.post {
	
}

#main_left2 .storycontent p {
	line-height: 24px;
}

.storycontent img {
	display: block;
	margin: 35px auto;
	width: 100%;
	height: auto;
}

.feedback {
	color: #9d969e;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	background-color: #fef8d2;
}

#main_left2 p.date-header {
	font: normal normal 90%/1.4em 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999999;
	text-indent: 3px;
	margin: 1.5em 0 .5em;
}

.post a, .post a:link, .post a:visited {
	text-decoration: underline;
}

.post a:hover {
	color: #3dacaa;
	text-decoration: none;
}

#main_right2 ul li {
	color: #b3b3b3;
}


/* CONTACT PAGE STYLES -------------------------- */

#main_right3 {
	float: right;
	width: 33%;
	background: url(../images/sidenav_back.jpg) repeat-y left top;
	margin-top: 25px;
}

.team_member {
	margin-top: 35px;
	margin-bottom: 0;
}

.team_member .team_pic {
	float: left;
	width: 20%;
	margin-right: 30px;
}

.team_member .team_bio {
	float: right;
	width: 70%;
	margin-right: 20px;
}



/* TYPOGRAPHY -------------------------- */

#main p, #main_left2 ul {
	color: #9d969e;
	font-size: 12px;
	line-height: 20px;
	margin-top: 12px;
}

#main_left .column p, #main_left .column_last p,
#main_left2 .column p, #main_left2 .column_last p {
	margin: 0;
	padding: 0 0 10px;
}

#main p.intro {
	font-size: 14px;
	line-height: 24px;
}

#main_right p.quote, #main_right2 p.quote {
	font: italic 17px/25px Georgia, "Times New Roman", Times, serif;
	color: #701a11;
	padding-top: 3px;
}

#main_right p.signature, #main_right2 p.signature {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}

#footer_wrapper ul {
	color: #fff;
	font: 12px/18px Helvetica, Arial, "Helvetica Neue", sans-serif;
	margin-left: 52px;
	margin-top: 10px;
}

h1 {
	font-size: 33px;
	line-height: 37px;
	color: #3e3a42;
}

h2 {
	font-size: 19px;
	line-height: 19px;
	color: #3e3a42;
}

h2.blog_title {
	font-size: 22px;
	line-height: 28px;
	color: #701a11;
}

h3 {
	font-size: 12px;
	line-height: 12px;
}

h4 {
	font-size: 16px;
	line-height: 17px;
	color: #fdd8a8;
}

h4.login {
	margin-left: 80px;
}


h4.logout {

}

em.spacer {
	padding-right: 12px;
	padding-left: 12px;
}

#main_left2 h2.category {
	font-size: 20px;
	line-height: 24px;
	color: #3e3a42;
}

#main_left2 h2.category {
	font-size: 20px;
	line-height: 24px;
	color: #3e3a42;
}

h3.product {
	font-size: 33px;
	line-height: 36px;
	margin-top: 10px;
}

p span.subhead {
	font-size: 12px;
	line-height: 18px;
	color: #701a11;
	font-weight: bold;
	margin-right: 5px;
}

/* IMAGE STYLES -------------------------- */

.column img, .column_last img {
	margin-top: 12px;
	margin-bottom: 13px;
}

.absolute {
	position: absolute;
}
.category_pics {
	margin-top: 25px;
	width: auto;
	height: auto;
}

.main_pic {
	display: inline;
	position: relative;
	float: left;
	width: 375px;
	height: 525px;
	overflow: hidden;
}

.main_pic img {
	position: relative;
	width: 110%;
	height: auto;
	margin-top: -12%;
	margin-left: -5%;
}

.alt_pic {
	display: inline;
	position: relative;
	float: right;
	width: 112px;
	height: 168px;
	margin-bottom: 10px;
	margin-right: 50px;
	overflow: hidden;
}

.alt_pic img {
	position: relative;
	width: 105%;
	height: auto;
	margin-left: -5%;
	margin-top: -5%;
}


.main_pic2 {
	position: relative;
	width: 545px;
	height: 365px;
	overflow: hidden;
	margin-bottom: 8px;
}

.main_pic2 img {
	position: relative;
	width: 100%;
	height: auto;
}

.alt_pic2, .alt_pic2_last {
	display: inline;
	position: relative;
	float: left;
	width: 175px;
	height: auto;
	margin-right: 10px;
	overflow: hidden;
}

.alt_pic2_last {
	margin: 0;
}

.alt_pic2 img, .alt_pic2_last img {
	position: relative;
	width: 100%;
	height: auto;
}

/* LINK STYLES -------------------------- */

#main_right ul li a, #main_right2 ul li a {
	color: #75bebe;
}

#main_right ul, #main_right2 ul {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

#main_right ul li, #main_right2 ul li {
	margin-top: 2px;
}

#main_right ul li.more, #main_right2 ul li.more {
	margin-top: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#main_right ul li.more a, #main_right2 ul li.more a {
	color: #3dacaa;
}

#main_left .column a, #main_left .column_last a, 
#main_left .column a:link, #main_left .column_last a:link,
#main_left .column a:visited, #main_left .column_last a:visited {
	font-weight: bold;
	text-decoration: underline;
}

#main_left a:hover, #main_left2 a:hover {
	color: #3dacaa;
	text-decoration: none;
}

a.create_login, a.create_login:link, a.create_login:visited {
	display: block;
	width: 285px;
	height: 38px;
	background: url(../images/create_login_button.jpg) no-repeat left bottom;
	margin-right: auto;
	margin-left: auto;
}

a.create_login:hover {
	background: url(../images/create_login_button.jpg) no-repeat -285px bottom;
}

.overview_col a, .overview_col_last a, .overview_col2 a, .overview_col2_last a {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

