@charset "utf-8";
/* CSS Document */

body {
margin: 0 auto;
padding: 0;
width: 951px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
background: #3d3d3d url('../images/background_grad.jpg') repeat-x 0 0;
color: white;
position: relative;
}

#wrapper {
text-align: left;
min-width: 740px;
}

#banner {
float: left;
width: 551px;
height: 196px;
background: #000000 url('../images/banner.jpg') no-repeat 0 0;
}

#banner #bottom_bar  {
float: left;
line-height: 45px;
background: #000000;
color: #8c8c8c;
font-size: 16px;
text-align: center;
margin: 196px 0 0 0;
width: 100%;
font-weight: bold;
letter-spacing: -1px;
}


/** START Main Nav -------------------------------------------------- */

#mainnav {
float: left;
width: 400px;
}

#mainnav ul {
margin: 0;
padding: 0;
}

#mainnav li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#mainnav li a {
display: block;
width: 60px;
padding: 0 10px 0 10px;
line-height: 45px;
color: #FFFFFF;
text-decoration: none;
font-size: large;
text-align: center;
overflow: hidden;
}

#mainnav li.home a {
background: #bf4e02;
color: #dfa781;
}

#mainnav li.gallery a {
background: #912828;
color: #c89494;
}

#mainnav li.orders a {
background: #2685ac;
color: #93c2d6;
}

#mainnav li.about a {
background: #ac8526;
color: #d6c293;
}

#mainnav li.contact a {
background: #7bac26;
color: #bdd693;
}

#main_nav li a{

}

#mainnav li a:hover {
color: #FFFFFF; 
}

/** ADD Background */

#mainnav li.home a span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/home.jpg') no-repeat 0 0;
}

#mainnav li.home a:hover span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/home.jpg') no-repeat 0 -197px;
}

#mainnav li.gallery a span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/gallery.jpg') no-repeat 0 0;
}

#mainnav li.gallery a:hover span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/gallery.jpg') no-repeat 0 -196px;
}

#mainnav li.orders a span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/orders.jpg') no-repeat 0 0;
}

#mainnav li.orders a:hover span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/orders.jpg') no-repeat 0 -196px;
}

#mainnav li.about a span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/about.jpg') no-repeat 0 0;
}

#mainnav li.about a:hover span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/about.jpg') no-repeat 0 -196px;
}

#mainnav li.contact a span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/contact.jpg') no-repeat 0 0;
}

#mainnav li.contact a:hover span {
display: block;
width: 80px;
margin:0 0 0 -10px;
height: 196px;
background: url('../images/contact.jpg') no-repeat 0 -196px;
}


/** END Nav -------------------------------------------------- */

/** START body ----------------------------------------------- */


#body {
clear: both;
background: #1f1f1f url('../images/content_header.jpg') repeat-x 0 0;
float: left;
width: 100%;
}

#body #padding {
padding: 40px 0 50px 0;
float: left;
width: 100%;
background: url(../images/content_knife.jpg) no-repeat scroll 20px 40px;
}

#content {
background: #2d2d2d;
width: 750px;
margin: 0 0 0 90px;
padding: 10px 25px 10px 30px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 17px;
color: #d8d8d8;
float: left;
}

#content.home {
width: 450px;
}

#content.admin {
width: 600px;
}




/** END body ----------------------------------------------- */

/** START sidebar ------------------------------------------ */

#body #sidebar {
float: left;
width: 269px;
margin-left: 20px;
}

#body #sidebar img {
margin-bottom: 20px;
}

#body #sidebar div {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background:#191919 none repeat scroll 0 0;
text-align: center;
line-height: 2.5em;
margin: 0 0 10px 0;
}

#body #sidebar div.heading_cart {
background: #2685AC url(../images/button_background.gif) repeat-x 0 0;
padding:2px;
}

#body #sidebar div.heading a, #body #sidebar div.heading_cart a {
font-size: 16px;
color: #8C8C8C;
text-decoration: none;
font-weight: bold;
letter-spacing: -1px;
}

#body #sidebar div.heading_cart a {
color: #93C2D6;
}

#body #sidebar div.heading a:hover, #body #sidebar div.heading_cart a:hover {
color: #FDFDFD;
}


/** END sidebar -------------------------------------------- */

/** START footer ------------------------------------------- */

#footer {
padding: 1px 0 9px 0;
margin: 0 0 30px 0;
clear: both;
width: 100%;
text-align: center;
background: #000000;
color: white;
font-size: x-small;
}

#footer ul {
margin: 10px 0 10px 0;
padding: 0;
}

#footer ul li {
display: inline;
}

#footer ul li a {
font-size: small;
color: #bf4e02;
font-weight: bold;
border-left: 1px solid #bf4e02;
padding: 0 5px 0 5px;
text-decoration: none;
}

#footer ul li.first a {
border: 0;
}

#footer a {
color: white;
text-decoration: none;
}

/** END footer --------------------------------------------- */




/** START text styles--------------------------------------- */

h1 {
letter-spacing: -1px;
color: #bf4e02;
line-height:18px;
margin: 0;
padding: 15px 0 5px 0;
}

h1 span {
display: block;
color: #dc7308;
padding-left: 30px;
}

/** END text styles----------------------------------------- */


/** START form styles--------------------------------------- */

form {
margin: 0;
padding: 0;
}

fieldset {
background: #4c4c4c;
border: 0;
padding: 20px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
display:block;
}

legend {
color: #93C2D6;
font-size: medium;
font-weight: bold;
}

h4 {
margin-top: 0;
color: #93C2D6;
font-size: medium;
font-weight: bold;
}

label {
width: 10em;
float: left;
font-weight: bold;
}

textarea {
width: 350px;
height: 150px;
}


fieldset a {
color: #FFFFFF;
font-weight: bold;
}

/* WIP
input[type="submit"] {
border: 1px solid #78b3cb;
background: #2685ac;
color: #78b3cb;
font-weight: bold;
padding: 3px;
}
*/

/** END form styles ---------------------------------------- */

/** START table styles ---------------------------------------- */
table {
margin: 35px 0 10px 0;
background: #4c4c4c;
border-collapse: collapse;
width: 90%;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
}

table tr th {
padding: 5px 5px 5px 15px;
}

table tr td {
padding: 5px 0 5px 15px;
}

table tr td a {
color:#FFFFFF;
font-size: medium;
}

.featureTable1 a {
font-size: small;
color: #DC7308;
text-decoration: none;
font-weight: bold;
}

.featureTable1 a img {
border: 2px solid #FFFFFF;
}

.top {
vertical-align: top;
}

.featureTable1  {
margin: 10px 0 10px 0;
}

.featureTable1 table {
margin: 0;
}

.featureTable1 .img {
width: 155px;
}

.featureTable1 .heading {
font-size: medium;
font-weight: bold;
}

.featureTable1 .heading2 {
padding: 1em;
}

/** END table styles ---------------------------------------- */

/** START misc --------------------------------------------- */

.center {
text-align: center;
}

.price {
text-align: right;
}

.items_quantity {
width: 60px;
}

blockquote {
font-style: italic;
font-size: small;
}

a {
color: #DC7308;
}


.right {
float: right;
}

.table_style_box {
float: left; 
border-right: 1px solid #D8D8D8;
margin: 0 40px 0 0;
padding-right: 40px;
}


/** END misc ----------------------------------------------- */

/** START gallery ------------------------------------------ */

#gallery a img {
border: 2px solid #FFFFFF;
text-decoration: none;
}

#gallery .box div {
width: 25%;
float: left;
height: 160px;
margin: 0 auto;
text-align: center;
}


/** END gallery -------------------------------------------- */


/** START CART ------------------------------------------ */

#cart {
float: left;
width: 70%;
padding-right: 4px;
}

#location {
width: 25%;
float: left;
background: #191919;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
margin:10px 0 0 5px;
padding:10px;
}

#location h2 {
color:#93C2D6;
font-size:medium;
font-weight:bold;
}

.lightbox_container {
width: 95%;

background:#191919 none repeat scroll 0 0;
color:#CCCCCC;
border: 1px solid #383838;
text-align:center;
margin: 15px;
}

.lightbox_container a img {
border:2px solid #FFFFFF;
margin:10px;
}

.heading {
font-size: medium;
font-weight: bold;
line-height: 1.5em;
padding: 0 10px 0 10px;
}

.hidden {
display: none;
}

/** END CART -------------------------------------------- */
