/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:Arial, Helvetica, sans-serif; vertical-align:baseline; }
body {	line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body { font-size:75%; color:#000000; background-color: #FFF; font-family:Arial, Helvetica, sans-serif; background-image: url(../images/css/bg.jpg); background-repeat: no-repeat; background-position: center top; }
#index { background-image: url(../images/css/bg-index.jpg); }
h1, h2, h3, h4, h5, h6 {	font-weight:normal;	color:#FFF;}
h1 { font-size:24px; line-height:1; margin-bottom:1em; color: #1A1A1A; font-weight: bold; text-transform: capitalize; }
h2 { font-size: 18px; text-transform: capitalize; color: #B7051D; font-weight: bold; margin-bottom: 15px; margin-top: 35px; }
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 { font-size:16px; line-height:24px; font-family: Arial, Helvetica, sans-serif; text-transform: none; color: #1A1A1A; text-align: center; border-top-width: 1px; border-top-style: solid; border-top-color: #BE0B1F; margin-right: 25px; margin-left: 25px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #BE0B1F; padding-top: 15px; padding-right: 25px; padding-bottom: 15px; padding-left: 25px; font-weight: bold; margin-bottom: 25px; }
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p { margin:0 0 1.5em; line-height: 1.5em; }
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
hr { background:#000000; color:#B7051B; clear:both; float:none; width:100%; height:1px; border:none; margin-top: 25px; margin-right: 0; margin-bottom: 35px; margin-left: 0; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption { padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px; }
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
button input { float: right; }

.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select { border:1px solid #bbb; background-color: #FFF; color: #000; width:200px; padding: 3px; margin-bottom: 10px; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; width: 200px; background-color: #F3F3ED;}
input.text, input.title { width:250px; padding:5px; background-color: #FFF; }
input.title {font-size:1.5em;}
.button-submit { float: right; margin-right: 50px; margin-top: 5px; }

textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; width:200px; height:75px; padding:3px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; background-color: #FFF;width:250px;  }
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:900px;margin:0 auto;}
.last, div.last {margin-right:0;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* header.css */
#nav  { height:45px; width: 825px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 20px; padding-left: 25px; }




/* main.css */
#header { width: 960px; }
#main { width: 920px; margin-top: 45px; margin-right: auto; margin-bottom: 0px; margin-left: auto; clear: both; display: block; }
#content { width: 600px; margin-left: 0px; float:left; }
#content #tags { float: right; width: 275px; margin-right: -15px; margin-left: 15px; }
#content #submenu { width: 180px; float: right; margin-right: 0px; margin-bottom: 15px; padding: 15px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #B7051B; border-right-color: #B7051B; border-bottom-color: #B7051B; border-left-color: #B7051B; margin-left: 25px; background-repeat: repeat-x; background-position: center; }
#content .image-right { float: right; margin-bottom: 15px; margin-left: 15px; }
#content .image-left { float: left; margin-right: 15px; margin-bottom: 15px; }


#submenu h1 { font-size: 14px; font-weight: bold; color: #B7051B; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; margin-bottom: 15px; padding-bottom: 5px; }
#submenu ul { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; }
#submenu ul li a { color: #000; text-decoration: none; font-size: 13px; font-weight: bold; }
#submenu ul li { margin-bottom: 16px; list-style-type: square; list-style-image: url(../images/css/bullet.jpg); }


#testimonial { background-color: #ECECE2; border: 1px solid #CCCDC8; padding: 10px; height: 80px; margin-top: 27px; }
#testimonial-left  { float: left; width: 200px; border-right-width: 1px; border-right-style: solid; border-right-color: #333; height: 65px; text-align: right; margin-right: 15px; padding-right: 15px; padding-top: 15px; }
#testimonial-left h3 { color: #333; font-weight: bold; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 8px; letter-spacing: .3em; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#testimonial-left h4 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; text-transform: capitalize; color: #333; margin-top: 5px; margin-bottom: 0px; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin-right: 0px; margin-left: 0px; text-align: right; }
#testimonial-left h5 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333; margin: 0px; padding: 0px; }
.testimonials-right  { font-size: 10px; color: #333; height: 70px; padding-top: 15px; }

#tags img { margin-bottom: 10px; }

#map {	float: left;	margin-right: 15px;	border: 1px solid #000;}




/* sidebar.css */

#sidebar { width: 250px; margin-right: -30px; float: right; margin-bottom: 25px; background-image: url(../images/css/contact-bg.jpg); height: 456px; padding-top: 65px; padding-right: 24px; padding-bottom: 15px; padding-left: 10px; background-repeat: no-repeat; color: #282828; font-size: 11px; line-height: 12px; }
#sidebar h1 { font-size: 20px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #000; padding-bottom: 8px; text-transform: uppercase; }

#contact {	margin-top: 25px;	padding: 5px;}
#contact .badge {	float: left;	margin-top: -10px;	margin-left: -10px;	margin-bottom: -10px;}
#header{width: 960px; margin-top: 0px; margin-right: auto; margin-bottom: 105px; margin-left: auto;  height: 340px; }
#index #header{ width: 960px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height: 500px; }
#header .logo { float: left; display:block; margin-top: 55px; margin-bottom: 15px; margin-left: 25px; margin-right: 35px; }
#header .specials { float: right; margin-left:20px; margin-top: 5px; text-transform: uppercase; margin-right: 30px; }
#header .sales { width: 415px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: bold; text-align: right; margin: 0px; }
#header .sales p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; font-weight: bold; margin: 0px; }
#feature-wrapper { width: 900px; margin-top: 45px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#feature { width: 210pt; float: left; padding: 10px; }
#feature h1 { font-family: "Arial Black", Gadget, sans-serif; font-size: 22px; font-weight: bold; margin-bottom: 5px; margin-top: -3px; color: #B7051D; float: right; width: 123px; }

#feature li { list-style-type: disc; list-style-position: outside; width: 125px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: -25px; line-height: 14px; padding: 0px; font-size: 10px; }
#feature img { float: left; padding-right: 0px; border: 1px solid #252525; margin-right: 10px; }
#feature ul { width: 60px; float: right; }





#subnav { height: 20px; float:right; margin-left: 300px; margin-bottom: 5px; text-transform: uppercase; color: #000; font-size: 14px; font-weight: bold; margin-right: 30px; margin-top: 5px; }
#subnav a{ margin-left: 10px; color: #000; text-decoration: none; }


#flash { height:250px; width: 510px; background-repeat: no-repeat; margin-top: 33px; margin-right: 13px; margin-bottom: 0px; margin-left: 0px; float: right; }





/* footer.css */
#footer { clear:both; padding-bottom: 0px; margin-top: 15px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; height: 100px; padding-top: 1px; background-image: url(../images/css/footer.jpg); background-repeat: repeat-x; background-position: center bottom; }
.footer-links { margin-top: 25px; margin-right: auto; margin-bottom: 8px; margin-left: auto; padding-top: 0px; font-size: 11px; width: 800px; color: #FFF; text-align: center; height: 15px; padding-bottom: 0px; line-height: 14px; }
.footer-links a { font-size: 11px; color: #FFF; text-decoration: none; padding-right: 15px; padding-left: 0px; margin-bottom: 0px; line-height: 12px; }

.footer-links a:hover { font-size: 11px; color: #FFF; text-decoration: underline; padding-right: 15px; padding-left: 0px; margin-bottom: 15px; }
.footer-ack { width: 800px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; text-align: center; font-size: 11px; color: #999; padding: 0px; }
.footer-clickdepot { font-size: 10px; float: right; margin-top: 25px; margin-right: 0px; margin-bottom: 15px; margin-left: 15px; }
.footer-clickdepot a { font-size: 10px; padding: 0px; text-decoration: none; color: #340002; }
.footer-clickdepot a:hover { font-size: 10px; padding: 0px; color: #AC0000; }

