/* CSS Document */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #FBE7F0 url(../images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    font: verdana;
    font-weight: bold;
    color: #8B235F;
}
#topbar img {
	padding-right:140px;
	flat: left;
	}
/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #8B235F;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

.userform img#heart {
	padding-right: 110px;
}

form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	background: #FBE7F0;
}

h1 {
    font: 48px verdana;
	color: #EEE;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* View Products Button */

#products {
	float:right;
	padding:10px 60px 0 0;
	width:244px;
	height:95px;
}

#products span {
	display: none;
}
#products  a {
	background-image: url(../images/view_products.jpg);
	border:1px solid #FFFFFF;
	height:95px;
	display: block;
	margin-bottom: 10px;
}

#products a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px dashed #FF66CC;
}

/* Monthly Special Button */
#special {
	float:right;
	padding:10px 60px 0 0;
	width:244px;
	height:95px;
}

#special span {
	display: none;
}
#special  a {
	background-image: url(../images/special.gif);
	border:1px solid #FFFFFF;
	height:95px;
	display: block;
	margin-bottom: 10px;
}

#special a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px dashed #FF66CC;
}

/* Kit Special Button */
#kit_special {
	float:right;
	padding:10px 60px 0 0;
	width:244px;
	height:95px;
}

#kit_special span {
	display: none;
}
#kit_special  a {
	background-image: url(../images/kit_special.gif);
	border:1px solid #FFFFFF;
	height:95px;
	display: block;
	margin-bottom: 10px;
}

#kit_special a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px dashed #FF66CC;
}

/* NP Store Button */
#npstore {
	float:right;
	padding:10px 60px 0 0;
	width:244px;
	height:95px;
}

#npstore span {
	display: none;
}
#npstore  a {
	background-image: url(../images/naughty_party_facebook.gif);
	border:1px solid #FFFFFF;
	height:95px;
	display: block;
	margin-bottom: 10px;
}

#npstore a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px dashed #FF66CC;
}

/* Crossfade styles for home page slide show */
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-2 {
	float:left;
	width: 310px;
	height: 210px;
}
#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 210px;
	background-color: #FFF;
	visibility: hidden;
}

/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 687px;
  height: 172px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 37px;  
  width: 614px;
  height: 180px;
  overflow:hidden;   
  background: #FFF;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 27px;
  height: 180px;
  background: url(../images/carousel/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(../images/carousel/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 27px;
  height: 180px;
  background: url(../images/carousel/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(../images/carousel/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 194px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:15px 9px 10px;
  width:191px;
  list-style:none;   
  float:left;
}

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #8B235F;
    padding: 10px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 225px;
}

/* Content holder for the articles */
.videoboxinner {
    width: auto;
    line-height: 20px;
    color: #8B235F;
    padding: 10px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 250px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}
.learnmore {
    text-align: left;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
	height: 183px;
    line-height: 22px;
    color: #DD7CB4;
    padding: 0px 0px 0px 0px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

.border img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border:1px solid #FFF;
}

.border:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
border:1px solid #8B235F;
}

.button img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.button:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}


/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* Single Column */
.col
{
	width: 687px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
	margin-bottom: 5px;
    color: #8B235F;
	float: left;
}

/* First column of the 2 columns */
.twoc1
{
	width: 343px;
	height:400px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
	margin-bottom: 5px;
    color: #8B235F;
	float: left;
}

/* Second column of the 2 columns */
.twoc2
{
    width: 343px;
	height:400px;
    float: left;
    border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
    line-height: 22px;
	margin-bottom: 5px;
    color: #8B235F;
}

/* First Contact column of the 2 columns */
.twoc1c
{
	width: 343px;
	height: auto;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
	margin-bottom: 5px;
    color: #8B235F;
	float: left;
}

/* Second Contact column of the 2 columns */
.twoc2c
{
    width: 343px;
    float: left;
    border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
    line-height: 22px;
	margin-bottom: 5px;
    color: #8B235F;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
	border-right: none;
    line-height: 22px;
    color: #8B235F;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
	border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #8B235F;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #8B235F;
	float: right;
}

/* First column of the four columns */
.fourC1
{
	width: 171px;
	background-color: #F7F4F7;
    border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #8B235F;
	float: left;
}

/* Second column of the three columns */
.fourC2
{
    width: 171px;
    float: left;
    border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #8B235F;
}

/* Third column of the three columns */
.fourC3
{
    width: 171px;
	background-color: #F7F4F7;
    float: left;
    border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #8B235F;
}

/* Fourth column of the three columns */
.fourC4
{
	width: 171px;
	border: 1px solid #DDD;
    border-top: none;
	border-bottom: none;
    line-height: 22px;
    color: #8B235F;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #DD7CB4;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(../images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("../images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("../images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color:#888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #B51C1F;
}
/* End of CSS Tabs */

#contactFormArea {
	align: right;
	display: inline;
}


/* LIGHT BOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #EB9EC1; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #EB9EC1; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #FFF; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }