body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img03.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 { font-size: 44px; }

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 125%;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol { }

blockquote { }

a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(../images/img06.jpg) repeat-x left bottom;
}

/* Header */

#header-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	width: 570px;
	height: auto;
	margin-top: 35px;
}

    #tabs5 {
      float:left;
      width:100%;
      background:#E3ECF3;
      font-size:93%;
      line-height:normal;

      }
    #tabs5 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("../tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("../tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }  
	
	
	
/*- Menu Tabs 6--------------------------- */

    #tabs6 {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-image: url(../images/menubg.jpg);
      }
    #tabs6 ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #tabs6 li {
	display:inline;
	margin:0;
	padding:0;
	line-height: 17px;
	font-size: 11px;
      }
    #tabs6 a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }


/* Page */

#page {
	width: 815px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 15px;
}

/** LOGO */

#logo {
	height: 234px;
	background: url(../images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { padding-top: 140px; }

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

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 165px 0 0 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}

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

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	width: 750px;
	border-right-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* Post */

.post {

}

.post .title {
	height: 40px;
	margin-bottom: 3px;
	padding: 19px 0px 2px 20px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}

.post .date {
	float: right;
	margin-top: -60px;
	padding-right: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.post .meta {
	margin: -40px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 228px;
	padding-right: 15px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #000;
	margin-top: 20px;
}

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

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 15px 0 2px 20px;
	background: url(../images/img04.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 125%;
	padding-left: 10px;
}

/* Footer */

#footer {
	width: 1000px;
	padding: 0;
	background: #494336 url(../images/img05.jpg) no-repeat left top;
	height: 175px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	color: #666;
	padding-top: 105px;
	padding-right: 95px;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 11px;
}

#footer a {
	color: #B5ADA5;
}
#title_logo {
	height: 130px;
	width: 415px;
	background-image: url(../images/products/chromawear.jpg);
	float: right;
	margin-top: -70px;
	background-repeat: no-repeat;
	position: relative;
}

/* Image Hover */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #F90;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 0px; /*position where enlarged image should offset horizontally */
	font-size: x-small;
	text-align: center;

}#wallfx {
	float: right;
	height: 500px;
	width: 255px;
	margin-left: 20px;
	margin-right: -20px;
}
#wrapper #page #content .post .entry #wallfx .thumbnail img {

}

.paypalbutton {
	width: 325px;
}

.paypalbutton2 {
	width: 200px;
	float: right;
}

.sixteenpx {
	font-size: 16px;
}

#body_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
