/*
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: #FFF url(images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}

a:link {
	color: #9B5F04;
}

a:hover, a:active {
	text-decoration: none;
	color: #663300;
}

a:visited {
	color: #9B5F04;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 800px;
	height: 219px;
	margin: 0 auto 5px auto;
	background: #FFF url(images/topbg.jpg) repeat-x;

}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}


/* Menu */

#menu {
	float: right;
}
/*
#menu ul {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 0px 15px;
	border-right: 1px solid #FAB616;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	font-family:Tahoma;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: none;
	color: #000000;
}

#menu .active a {
}
*/
/* dropdomn menu*/
.divlink a {
display: block;
}

#nav .divlink a:hover {
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav {
	margin: 35px 0 0 0;
}
#nav a {
	font-size:13px;
	font-weight: bold;
	color: #fff;
	font-family:Tahoma;
}

#nav a {
	text-decoration: none;
}
#nav a:hover {
	font-size:13px;
	font-weight: bold;
	color: #000;
	font-family:Tahoma;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #cc6633;
	padding: 0.2em 0;
	width: 90px;
}

#nav li li a:hover {
	color:#000;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0 10px;
	cursor: default;
	border-right: 1px solid #FAB616;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	border: solid 1px #666666;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}


/* Banner */

#Banner {
	float: right;
	margin-top:15px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* col1 */

.col1 {	
	float: left;
	width:600px;
}

.col1 .title {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	background: url(images/line.gif) no-repeat left 50%;
	border-bottom: 2px solid #FBBE64;
	font-size: 16px;
	color:#663300;
	font-weight:bold;
}
.title span{
	color:#DC8806;
}

.col1 .entry {
}

.col1 .meta {
	border: 1px solid #86910F;
	padding: 15px 10px 30px 10px;
}

.col1 .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.col1 .meta .byline {
	float: left;
}

.col1 .meta .links {
	float: right;
}

.col1 .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.col1 .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.col1 .meta b {
	display: none;
}
/* col2 */

.col2 {	
	float: left;
	width:400px;
}

.col2 .title {
	margin: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	background: url(images/line.gif) no-repeat left 50%;
	border-bottom: 2px solid #FBBE64;
	font-size: 16px;
	color:#663300;
	font-weight:bold;
}
.title span{
	color:#DC8806;
}

.col2 .entry {
}

.col2 .meta {
	border: 1px solid #86910F;
	padding: 15px 10px 30px 10px;
}

.col2 .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.col2 .meta .byline {
	float: left;
}

.col2 .meta .links {
	float: right;
}

.col2 .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.col2 .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.col2 .meta b {
	display: none;
}

/* boxed */

.boxed {
	background: white;
	padding: 2px;
	position: relative;
	margin-bottom: 7px;
}

* html .boxed div {
	width: 500px;
	wid\th: 454px;
	position: relative;
}

.boxed div {
	width: 580px !important;
	width: 560px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

.buynow {
	text-align: right;
	margin: 0;
}

.boxed h3 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
}

.boxed a {
	color: #bb0000;
	text-decoration: underline;
	font-weight: normal;
}

.boxed a:hover {
	color: #630000;
}

.boxed p {
	margin: 0px 0px 0px 90px;
	padding: 0px;
	font-size: 12px;
	font-family:Arial;
	line-height:13px;
	display:block;
}

 .nails {
	float: left;
	position:relative;
	margin:0 10px 10px 0;
}

* html .boxed p {
	margin:0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 195px;
}

.prodcategory ul {
	margin: 0 0 0 40px;
	padding: 0px;
	list-style-image: url(images/bl_orange.gif);
}

.prodcategory li {
	margin: 5px 0;
	font-size:13px;
	line-height:24px;
	vertical-align:top;
}

.prodcategory li ul {
}

.prodcategory li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	background: url(images/line.gif) no-repeat left 50%;
	border-bottom: 2px solid #FBBE64;
	font-size: 16px;
	color:#663300;
	font-weight:bold;
}
#sidebar h2 span{
	color:#DC8806;
}

/* main menu */

#sidebar .mainmenu ul {
	margin: 40px 0 0 40px;
	padding: 0;
	list-style: none;
}

#sidebar .mainmenu li {
	margin: 5px 0 0 0;
	font-size:13px;
}

#sidebar .mainmenu li a{
	margin: 5px 0 0 0;
	font-size:13px;
	text-decoration:none;
}

/* Search */

 #search {
	float:left;
	position:absolute;
	margin-top:150px;
	margin-left: 15px;
	width: 192px;
}

#s {
	width: 100px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 4px 2px;
	background: #C1D11C;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* News Detail */
.newsdetail {
	margin: 0px 10px;
	width: 580px;
}

.newsdetail h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color:#333;
}

.newsdetail a {
	color: #bb0000;
	text-decoration: underline;
	font-weight: normal;
}

.newsdetail a:hover {
	color: #630000;
}

.newsdetail p {
	margin: 10px 10px;
	padding: 0px;
	font-size: 13px;
	font-family:Arial;
	line-height:18px;
	display:block;
}

 .newsdetail img {
	float: left;
	position:relative;
	margin:0 10px 10px 0;
}





/* Footer */

#footer {
	height: 60px;
	min-height: 20px;
	padding: 0px 0 0 0;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #DC8806;
}

#legal a {
	color: #A0A0A0;
}

.singlecontent {
           padding:0;
           margin:0;
}
.singlecontent ul{
           list-style:disc;
           padding-left:20px;
           text-align: left;
}
.singlecontent li{
	line-height: 18px;
}
.singlecontent p{
	line-height: 18px;
}
.singlecontent ol{
           padding-left:24px;
           text-align: left;
}

.prodlist table {
  border-collapse: collapse;
  border: 2px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }

.prodlist caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }

.prodlist td {
  border: 1px solid #cc9;
  padding: .3em;
  }
 .prodlist th {
  border: 1px solid #cc9;
  padding: .3em;
  }

.prodlist thead th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
  
 .prodlist  tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }

.prodlist tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }

.prodlist tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }

.prodlist tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }

.prodlist tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }

.prodlist tbody th {
  vertical-align: top;
  text-align: left;
  }
  
.prodlist tbody td {
  vertical-align: top;
  text-align: left;
  }
.prodlist tfoot td {
  border: 1px solid #996;
  }

.prodlist .odd {
  color: #333;
  background: #f7f5dc;
  }

.prodlist tbody tr:hover {
  color: #333;
  background: #fff;
  }

.prodlist tbody tr:hover th,
.prodlist tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }

.pagelist table {
  border: 0px;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  }
.pagelist table td {
  border: 0px;
  font: 1em 80%/140% verdana, arial, helvetica, sans-serif;
  font-size: 12px;

  }
.prodlistthead th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
  
