.variants {
	width: 100%;
	height: 235px;
	background: URL("images/daisyline.png") no-repeat;
	background-position: bottom left;
}
.variants img {
	margin: 10px 10px 10px 40px;
	border: 1px solid #FFBA00;
	float: left;
}
.variants hr {
	width: 80%;
	height: 2px;
	color: red;
	text-align: left;
	margin-left: 32px;
	margin-top: -18px;
}
.variants .discription {
	height: 215px;
	font-style: italic;
	font-size:1.4em;
	font-family: tahoma,"DellaRobbia BT","broadway bt","arial","Helvetica"; 
	color:#FFFFFF; 
	margin: 10px 10px 10px 10px;
}
.variants .discription:first-line {
	font-style:normal; 
	font-family: tahoma,"DellaRobbia BT","broadway bt","arial","Helvetica"; 
	font-size: 2em;
}





a, a:visited {border: hidden; color:#000;} 

* {
	margin: 0;
	padding: 0;
}

body#home,#outfits {
	background: #000000;
	font-size: 62.5%;
}
#home {

}

.left {
	float:left;
	margin-right: 10px;
}
.right {
	float:right;
	margin-left: 10px;
}

.clear {
	clear: both;
}
.spacer {
	padding-left: 30px;
}
p, li {
	font: 1.2em/1.8em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	margin-bottom: 10px;
  color:#ffcc66;
}
p.lable{
	font: 1.2em/1.8em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	background-color: blue;
	text-align:center; 
	margin-bottom: 0px;

}
p.caption{
	font: 1.2em/1.8em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	text-align:center; 
}
p.big{
	font: 1.8em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	margin-bottom: 10px;
  color:#ffcc66;
}
p.bigger{
	font: 2.4em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	margin-bottom: 10px;
  color:#ffcc66;
}
p.biggest{
	font: 3em Tahoma,"DellaRobbia BT","broadway bt","Helvetica",sans-serif;
	margin-bottom: 10px;
  color:#ffcc66;
}

h1 {
	font: 2.5em Tahoma, sans-serif;
	padding-top: 7px;
	color: white;
	height: 0px;
}
.offset {
	margin-left: -150px;
}
.spacer {
	margin-bottom: 20px;
}
h2 {
	font: 2em Tahoma, sans-serif;
	color: white;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}
img.border {
	margin-top: 5px;
	padding: 2px 2px 2px 2px;
	background-color: #FF5500;
	border: 2px solid #FFBA00;
}
.framer {
	margin-top: 5px;
	border: 2px 2px 2px 2px solid #FF5500;
}
.box {
	border: 2px 2px 2px 2px solid #FF5500;
	padding: 2px 2px 2px 2px;
	color: blue;
}
.boxlink {
	font: blue;
}

#page-wrap {
	background: white;

	min-width: 1260px;
	max-width: 2500px;
	margin: auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 2500? "2500px" : "auto");
	}

#page-wrap #inside {
		margin: 0px 0px 0px 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

#header {
	background: url(images/site/topborder.png) repeat-x;
	background-color: black;
	background-position: top;
	height: 46px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	min-height: 75px;
}
#main-back-fix {
	background: url(images/site/leftborder.png) repeat-y black;
	background-position: left;
}
	
#main-content {
	background: url(images/site/rightborder.png) repeat-y transparent;
	background-position: right;
	padding: 0px 70px 10px 160px;
	min-height: 600px;
	z-index: 10;
}
	
#left-sidebar {
	background: url(images/site/leftborder.png) repeat-y;
	background-position: left;
	width: 138px;
	float: left;
	clear: both;
	padding-top: 0px;
	margin-bottom: 0px;
}
a.seen{
	color:#ffcc66;
		text-decoration:none; 
}
a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block;
	width:132px; 
	height:20px; 
	background:#FFBA00; 
	border:1px solid #FF5500; 
	margin-top:2px; 
	margin-left:2px;
	text-align:center; 
	text-decoration:none; 
	font-family: Tahoma,"DellaRobbia BT","broadway bt","verdana", "arial", sans-serif; 
	font-size: 1.2em; 
	font-variant: bold small-caps;
	color:#000; 
	line-height:20px; 
	overflow:hidden;
	}
a.nav:hover { color:#fff; background:#FF5500;}
a.nav:active, .chosen { color:#fff; background:#FE03C2;}

.menubase {
	display:block;
	border: 5px solid #FF5500;
	margin-top: 10px;
	width: 138px;
	background-color: #FFBA00;
	padding-bottom: 2px;
}
#footer {
	background: url("images/site/bottomborder.png") repeat-x black;
	background-position: bottom;	
	height: 76px;
	text-align: center;
	clear: both;
}

.update {
	margin-left: -150px;
	background-color: transparent;
  color:#000000;
  font-family: tahoma,"DellaRobbia BT","broadway bt","arial","Helvetica";
	font-variant: small-caps;
	padding-top: 50px;
}

/* =Hoverbox Code ----------------------------------------------------------------------*/
.hoverbox a
{
	position: relative;
}

.hoverbox a .previewleft, a .previewright
{
	display: none;
}

.hoverbox a:active .previewleft
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox a:hover .previewright
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.hoverbox img
{
	padding: 2px 2px 2px 2px;
	background-color: #FF5500;
	border: 2px double #FFBA00;
}

a.gallery, a.gallery:visited {display:block; display:inline-block; width:250px; height:100px; float:left; margin:2px; padding-left: 70px; border: 1px;}
a.gallery em, a.gallery span {display:none; border:hidden;}/*hides large images and description*/
	
#hold_all {width:100%; height:100%; z-index: 10; margin-bottom: 0px;}/* holds all thumbs and spacer */
#hold_all .lable:first-line {font-style:normal; font-family: tahoma,"DellaRobbia BT","broadway bt","arial","Helvetica"; font-size:1.8em;} /* text beside the thumbnail */
#hold_all .lable {font-style:italic; font-size:1.4em; font-family: tahoma,"DellaRobbia BT","broadway bt","arial","Helvetica"; color:#FFFFFF; padding-top: 10px; padding-right: 3px;} /* text beside the thumbnail */
#hold_all a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:black;}/* First line discription */
#hold_all a.gallery:hover span {display:block; background-color: transparent; position:relative; height:40px; padding:5px; font-style:italic; color:#fff; margin-top: -21px; text-align:center;}/* Second line discription */

#hold_all a.gallery:hover em, #hold_all a.gallery:focus em {display:block; position: relative; top: -100px;  text-align:center;}/* Large picture display */

#hold_all h1 {display: block; clear:both; margin:0; padding-top:530px; padding-left:50px; width:300px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#hold_all h1 em {font-size:0.6em; color:#000;}


a.barbie, a.barbie:visited {display:block; display:inline-block; width:280px; height:100px; float:left; margin:2px; padding: 2px; border: 1px;}
a.daisy, a.daisy:visited {display:block; display:inline-block;  width:280px; height:100px; float:left; margin:2px; padding: 2px; border: 1px;}
