@import 'menu.css';

/*
** HTML elements
*/
body { color: #000; background-color: #fff; font: bold 1.0em Verdana, sans-serif; text-align: center; }

h1 { font: bold 1.6em Verdana, sans-serif; margin: 9px; }
h2 { font: bold 1.5em Verdana, sans-serif; margin: 9px; }
h3 { font: bold 1.4em Verdana, sans-serif; margin: 9px; }
h4 { font: bold 1.3em Verdana, sans-serif; margin: 9px; }
h5 { font: bold 1.2em Verdana, sans-serif; margin: 9px; }
h6 { font: bold 1.1em Verdana, sans-serif; margin: 9px; }
p { font: bold 0.9em Verdana, sans-serif; margin: 9px; }
a { text-decoration: none; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #a92018; }
object { z-index: 1; }
embed { z-index: 1; }

/*
**	Helpers
*/
.clear { clear: both; }
.required { color: #f00; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { zoom:1; }
*+html .clearfix { zoom:1; }

/*
** Page layout blocks / IDs
*/

#container {
	margin: 25px auto;
	width: 1016px;
	text-align: left;
}

#header {
	position: relative;
	width: 1016px;
	height: 72px; 
	background: #000 url('/sites/cinchitdown.com/themes/cinchitdown/images/bg_header_nav.png') top left no-repeat; 
	border: solid #000 1px;
}

	#header #home-link { float: left; }
	
	#header #home-link img{
		width: 169px;
		height: 49px;
		border: none;
	}
	
	#logo_big { position: absolute; z-index: -1; top: 80px; left: 25px; }

#wrapper { clear: both; }
	
#content {
	width: 1016px;
	border: solid #111 1px;
	margin: 0;
	padding: 0;
}

	#content dd { margin: 0; padding: 0; }
	.products-right { float: right; padding: 6px; clear: left; text-align: center; }
	.content { border-bottom: solid #a92018 2px; }

#home-footer {
	width: 996px;
	height: 122px;
	margin: 10px 0px 10px 10px;
}

	#home-footer img { float: left; margin-right: 20px;}
	#home-footer h1 { font-weight: bold; font-size: 1.0em; padding-top: 25px; line-height: 1.5em; }
	#home-footer h2 { float: right; font-size: 1.0em; margin-left: 50px; }
	
#page-footer {
	width: 1016px;
	background: #000 url('/sites/cinchitdown.com/themes/cinchitdown/images/bg_home_footer.png') top left no-repeat;
	height: 293px;
	margin-top: 35px;
}

	#page-footer h1 { font-size: 1.3em; position: relative; }
	#page-footer .phone { top: -10px; width: 300px;}
	#page-footer .email { top: -46px; left: 300px; width: 400px; }
	#slogan { position: relative; top: -90px; left: 780px; width: 222px;}
	
#copyright { text-align: center; padding-top: 6px; }
#copyright p { font: 0.75em Verdana, sans-serif; color: #555; letter-spacing: 0.15em; }

/* Form styles */
#form-errors { color: #f00; font: bold 1.0em Verdana, sans-serif; text-align: left; padding: 23px; }
#contact-form-container { 
	margin: 0 auto;
	text-align: center;
	width: 60%;
	font: bold 1.0em Verdana, sans-serif;
	color: #f00;
}
#form-error-container { width: 60%; }
.form-row, .form-row-last { display: block; padding: 10px; }
.form-row-last { }
.td-left { float: left; width: 30%; height: 30px; text-align: right; }
.td-right { float: right; width: 70%;  height: 30px; text-align: left; }
legend { 
	font: 0.8em Verdana, sans-serif;
	margin: 4px;
	padding: 2px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	/*filter:alpha(opacity=30);
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;*/
}
fieldset { 
	border: 1px solid #444; 
	margin-bottom: 12px;
	padding-bottom: 16px; 	
}
label {
	font: bold 0.9em Verdana, sans-serif;
	color: #000; 
	margin-right: 9px; 
	text-align: right;
}
.bdr { border: 1px solid #000; }
input, textarea, select, option { 
	font: 0.9em Verdana, sans-serif;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
option { padding: 1px; }
option.last { padding-bottom: 2px; }
textarea { display: block; clear: both; }
submit, button { font: bold 0.9em Verdana, sans-serif; }

#ecommerce { margin-top: 135px; border-top: solid #a92018 2px; border-bottom: solid #a92018 2px; padding: 10px; }
#ecommerce table { border-collapse: collapse; width: 100%;}
#ecommerce table th { background-color: #000; color: #000; padding: 5px 10px; }
#ecommerce table th, #ecommerce table th span { color: #fff; }
#ecommerce table td { padding: 5px 10px; }
#ecommerce img { border: 0; }
#edit-qty-wrapper label, #edit-qty-wrapper input { display: none; }
#edit-qty-wrapper, .product-image { float: left; }
.product-image, .product-text { display: inline; }
.product-text h1, .product-text h2 { font-size: 1.5em; }
#view-cart { position: relative; top: -35px; float: right; color: red; text-transform: uppercase; }

.node-add-to-cart, .list-add-to-cart {
	border: none; 
	display: block;
	width: 98px;
	height: 28px;
	background: url(../images/buynow.gif) no-repeat;
	cursor: pointer;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;	
}

#edit-update, #edit-checkout { float: right; }
#ecommerce legend, .form-required { color: red; }
#ecommerce input, #ecommerce select { color: #000; }
.product-image { margin-right: 10px; }

#user-login, .profile { margin: 150px 0 0 15px; }
#user-login input { color: #000; }
