/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008700;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 20 10 20 15px;
}

img.slogan {
	float: left;
	margin: 1 1 1 1px;
}

/* Wrapper */

#wrapper {
	padding-top: 20px;
	background: url(../images/img02.gif) repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	background: #C90404 url(../images/img03.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 760px;
	height: 300px;
	margin: 0 auto;
        background: url(../images/img03.jpg);
}

#menu ul {
        margin: 0;
	/* padding: 10px 1px 1px 10%; */
	padding-top:270px;
	padding-right:2em;
	padding-left:2em;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
        /*padding: 0 5px;
	text-align: center;
	text-decoration: none;
	font-size: 136%;
	color: #E8FF86; */
	/*text-transform: lowercase; */
	display: block;
        text-decoration: none;
        font: bold 13px Arial;
        color: black;
        width: 98px;
        height: 23px;
        float: left;
        display: inline;
        margin-right: 0px;
        background-image:url(../images/tabsquare.gif);
        background-repeat: no-repeat;
        padding-top: 4px;
        text-align:center;
}

#menu a:hover, #menu .active a {
	/* color: #FFFFFF;  */
	background-image:url(../images/tabsquareover.gif);
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img05.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 470px;
	padding: 30px 20px;
	background: url(../images/img06.gif) repeat-x;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(../images/img10.gif) no-repeat left center;
}

.promo{
  width: 374px;
  height: 224px;
  top: -900px;
  left: -60px;
  position:relative;
  padding: 1px;
  background-color: #212121;
}

.desc{
  top: 330px;
  left: 830px;
  position:absolute;
}
#desc img
{
  border: 0px solid #B2B2B2;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 35px 20px;
	background: url(../images/img06.gif) repeat-x;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	background: url(../images/img09.gif) repeat-x 0px 31px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(../images/img08.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

#sidebar h4 {
  color:green;
  font-size: 70%;
  }
/*SideBar2*/





/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #CCCCCC;
}


.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:23.8%;
            margin:0 0 10px 1%; padding:10px 0;
            height:83px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(../images/45degree.png);
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
            }

            a img{ border:none; } /* A small fix */

            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
              padding:3px;
              background:#eeefef;
              width:75px; height:75px;
              border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
              position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
              margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }



 table
{
border-collapse: collapse;
border-spacing:1;
border: 1px solid #BBB;
font: 90% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
background-image: url(../images/45degree.png);
}
 caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #453827;
  background: transparent;
  }
	
 tr{

}
 td, th {
  border: 0px solid #BBAA99;
  padding: .3em;
	font-size: 1.8em;
color: #666;
  }
thead th, tfoot th, tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #BA9 url("thbg.gif") repeat-x top left;
	color: #FFF;
}
 tbody th,thead th,tbody td {
	vertical-align: top;
	text-align: left;
}

tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url("shimx.gif")  repeat-x top left;
	color: #000;
}

tr.odd
{
background: url("../images/shim.gif")  repeat-x top left;
}

td.price, th.price {
  border: 0px solid #BBAA99;
  padding: .3em;
	font-size: 1.2em;
color: #666;
  }
