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


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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

td {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:1.25em;
  color:#000000;
  }

body {
  line-height: 1;
  background:#fff;
}

html {
 background-color:#761112;
}

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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper {
  position:relative;
  width:860px;
  background:#eeeeee url(../images/bg_repeat.jpg) top left repeat-y;
  padding:0px 10px;
  margin-left:auto;
  margin-right:auto;
  }

/*url(../images/wrapper.jpg) top left repeat-x*/


/********* main style**************/
#header_outer {
  background:#FFF;
}

#header {
  position:relative;
  width:940px;
  height:138px;
  margin-left:auto;
  margin-right:auto;
}

#left_column {
  float:left;
  position:relative;
  margin-top:10px;
  width:200px;
  height:auto;
  background:#faf5f1 url(../images/side_nav_image.jpg) bottom left no-repeat;
  border:#FFF thin solid;
  padding:20px 20px 180px 10px;
}

#div1 {
  position:absolute; 
  top:8px; 
  right:5px;
}

#div1 a {
  color:#999; 
  font-family:Arial, sans-serif;
  font-size:13px;
}

#div1 a:hover {
  color:#fff; 
}

#right_column {
  float:right;
  width:650px;
  height:auto;
  padding-top:20px;
  background:#faf5f1;
  margin-top:10px;
  border:#FFF thin solid;
    margin-bottom:20px;
}

#content_container {
  background:#cc1e1f url(../images/content_bg.jpg) top left repeat-x;
  padding-top:8px;
}

#content_container2 {
  width:940px;
  margin:0 auto;
}

.clear {
  clear:both;
}

.banner {
  position:relative;
  width:695px;
  height:318px;
  background:#fff;
}
  

#gallery {
  width:auto;
  height:auto;
}

/**************color************/

#color_container {
  float:left;
  margin:0px 10px 10px 0px;
  width:70px;
  height:auto;
}

#color_box {
  position:relative;
  width:70px;
  height:30px;
}

#color_chart {
  width:140px;
  padding-top:80px;
  background:url(../images/color_chart.jpg) top left no-repeat;
}

/****product******/

#product {
  float:left;
  width:210px;
  height:auto;
  padding-top:185px;
  margin:0px 10px 10px 0px;
}



/************footer***********/

#footer_outer {
  height:auto;
  margin:0 auto;
  margin-bottom:20px;
  background-color:#ac6117;
}

#footer {
  height:auto;
    width:940px;
  margin:0 auto;
  margin-bottom:20px;
  background-color:#ac6117;
}

#footer_details {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFF;
  float:left;
  line-height:1.25em;
  margin:20px 0px 10px 0px;
}

#footer a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#999;
  text-decoration:underline;
}

#footer_img {
  width:890px;
  height:57px;
  background:url(../images/footer.png) top left no-repeat;
}


input.hidden {
  display:none;
}

.form {
  margin:10px 10px 10px 20px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size:12px;
  color:#000;
}

.form tr td{
  margin:10px 10px 10px 20px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size:12px;
  color:#000;
}


#home_text {
  
  position: relative;
  width: 625px;
  margin: 0px auto;
  padding-bottom: 15px;
}

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 600px; 
    height: 330px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}



.fadein {   margin: 0px auto; 
    position: relative; 
    width: 600px; 
    height: 330px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
.fadein img { position:absolute; left:0; top:0; padding: 10px; }