
/******** slideshow ********/

slideshow { 
  margin: 20px; 
}

slideshow.img { 
  margin: 20px; 
  padding: 15px; 
  border: 1px solid #ccc; 
  background-color: #eee; 
}

/******** standard elements ********/
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

img {
  padding: 1px;
}    

a {
    color: #963;}
  a:link { 
    color: #663300; text-decoration: none; font-weight: bold }
  a:visited { 
    color: #663300; text-decoration: none; font-weight: bold }
  a:active { 
    color: #663300; text-decoration: none }
  a:hover { 
    color: #fbd469; text-decoration: none; font-weight: bold }

body {
	background: #B3C2C7 ;
/*	background: #CCD8E0 url(images/bg.jpg) repeat-x left bottom; */
	color: #444;
	font-family: Tahoma,sans-serif;
	
}

p,code,ul {padding-bottom: 1.2em;}

li {
 list-style-type: none;
 text-align: left;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
	color:#cc6509;
	padding-top: 6px;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 4px;
  color:#cc6509;
  padding-top: 6px;}

h3 {	
  font-size: 1.2em;
  margin-bottom: 4px;
  color:#cc6509;
  padding-top: 6px;
 }



blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

p.caption {
 width:200px;
 margin-left:auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller; 
 font-weight: normal;
 color: #963;
 text-decoration: none;
}

p.fcaption {
 width:216px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: .8em;
 font-weight: normal;
 color: #963;
 text-decoration: none;
 padding-top:.8em;
}

.small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .9em;
 font-weight: normal;
 color: #963;
 text-decoration: none;
}

/******** misc ********/
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/******** structure ********/
.container {
	background: #FFFFCC;
	font-size: .8em;
	margin: 0 auto;
	width: 1000px;
}

/******** images ********/
img.wrapright {
 float: right;
 margin-right:inherit;
}
img.wrapleft {
 float: left;
 margin-right: 10px;
 margin-top: 6px;
 border: 1px solid #000;
}
div.thumb {
 display: inline;
 text-align: center;
 width: 216px;
}
img.thumb {
 vertical-align: top;
 border: 1px solid #000;
 margin-top: 12px;
}
img.product {
 margin-top: 4px;
 vertical-align: top;
 text-align: center;
 border: 1px solid #000;
}

/******** header ********/
.top {

	padding: 5px 0px 0px;
}

/******** title ********/
.header {
	
	font-size: 1em;
	height: 120px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width:1000px;
}
.header .left, .header .right {
	background:#f4d09e;
	color: #FFF;
	height: 120px;	
}
.header .left {
	background: #B3C2C7 ;
	font: normal 2em "Trebuchet MS",sans-serif;
	line-height: 80px;
	text-align: left;	
	width: 1000px;
}
.header .right {
	overflow: auto;
	font-size: .8em;
	width: 150px;
}
.header .right p,.header .right h2 {
    padding: 0 16px;
}
.header .right h3 { 
    color:#FFFFFF;
    padding-top: 16px; 
    font: normal 1.1em "Trebuchet MS",sans-serif;
}

/******** navigation ********/
#sddm {	
    margin: 0;
    background: #D9E1E5 url(images/nav2.gif);
    padding: 0;
    border-bottom: 1px solid #DFEEF7;
    width: 1000 px;
    height: 48px;
    z-index: 5;
}
#sddm li {
    display: block;
    margin: 0;
    border-right: 1px solid #AFBEC7;
    padding: 0px 10px 0px 10px;
    background: #D9E1E5 url(images/nav2.gif);
    color: #456;
    list-style: none;
    float: left;
    line-height: 41px; 
    z-index: 5;
}    

#sddm li a {
    display: block;
    padding: 0px 10px 0px 10px;
    color: #456;
    font: bold 1em sans-serif;
    text-decoration: none;
    line-height: 41px;
    background: #D9E1E5 url(images/nav2.gif);
    text-align: center;
    z-index: 5;
}
#sddm li a:hover {
    background-position: left bottom;  
    background: #D9E1E5;
    padding: 0 10px 0 10px;
    z-index: 5;
}
#sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    background: #EAEBD8;
    border: 1px solid #5970B2;
    z-index: 5;
}
#sddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    color: #456;
    font: bold .9em sans-serif;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #EAEBD8;
}

#sddm div a:hover {
    padding: 5px 10px;
    background-color:#fbd469;
}

#sddm img {
  align: right;
}

/******** main ********/
.main {
/*	border-top: 0px solid #000; */
/*	background:url(images/bgmain2.gif) repeat-y; */
}

/******** sub navigation ********/
.sidenav {
  float: right;
  height: 500px;  
  width: 100%;
  margin-left:0px;
  background-color: #fbd469;
	
}
.sidenav h2 {
	color: #5A5A43;
        text-align: center;
	font-size: 1.3em;
	line-height: 20px;
	margin: 0;
        border-bottom:1px solid #EAEADA;
}
.sidenav ul {
//	border-top:1px solid #EAEADA;
}
.sidenav li {
        border-bottom:1px solid #EAEADA;
}
.sidenav li a {
	font-size:.9em;
	color:#554;
	display:block;
	padding:0;
	text-decoration:none;
	width:100%;
}
.sidenav li a:hover {
	background:#fae2b9;
	color:#654;	
}
.sidenav li a.hot {
	background: #fae2b9;
	color: #210;	
}

/******** content ********/
.content {
	float: left;
	margin: 20px 0px;
	padding: 10px 10px;
	width: 1000px;
	height: 700px;
        text-align: justify;
}
.feature {
	text-align: center;
	margin-left:80px;
	width: 690px;
}
.content.descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	padding:8px 8px 8px 8px;
	margin-left: 0px;
	color:#000;
}
.content li.headline {
 color:#cc6509;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.products {
  display: inline;
  text-align: center;
  width: 800px;
  background-color: transparent;
  margin-left: auto;
}

.order {
	color: #654;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
 }
 hr {
 color:#fbd490;
 }
 

/******** footer ********/
.footer {
	background: url(images/bgfooter2.gif) repeat-x;
	color: #456;
	font: 1em sans-serif;
	line-height: 11x;
        padding: 15px 0;
	height: 60px;
	text-align: center;
}

.footer a {
    color: #456;
}
.footer a:hover {
    color: #0065C4;
}
/******** footer ********/

th {
	white-space: nowrap;
	background-color: #FFCC99;
}
.width50 {
	padding: 4px;
	width: 50%;
	
}
.singlecharm {
	width: 80px;
}
.orderselect {
	text-align:center;
	width: 50%;
}
.pinssingles {
	width: 149px;
}
fieldset {
	border: none;
}
.submit {
}
.orderforms {
	text-align: center;
	width: 768px;
}

.featuredforms {
	text-align: center;
	width: 600px;
}
.orderforms th {
	padding: 4px;
}
table.layouttable {
  width: 1000px;
}

table td {
  padding: 20px;
}


