@charset "UTF-8";

/*	##################################
   	GENERAL
	################################## */
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
.twoColFixLtHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #container2 {
	border: 1px solid #000000;
} 

/*	##################################
   	HEADER
	################################## */
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
} 
.twoColFixLtHdr #header #logo {
	height: 120px;
	width: 550px;
  	padding-top: 0px;
  	display: block;
  	float: left;
}
.twoColFixLtHdr #header #social {
	height: 80px;
	padding-top: 45px;
	padding-left: 550px;
	text-align: right;
}
.twoColFixLtHdr #header #social img{
	padding: 2px;
}
.twoColFixLtHdr #navbar {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
.twoColFixLtHdr #navbar a{
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #navbar a:hover{
	color: #FF0099;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

/*	##################################
   	SIDEBAR
	################################## */
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 400px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar a{
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar a:hover{
	color: #FF0099;
}
.twoColFixLtHdr #sidebar .level1{
	margin-left:0px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom: 2px;
	display: block;
	height: 20px;
	width: 150px;
	font-weight: bold;
	font-size: 15pt;
}

.twoColFixLtHdr #sidebar .level2{
	display: block;
	height: 20px;
	width: 150px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 14pt;
}

.twoColFixLtHdr #sidebar .level3{
	display: block;
	height: 20px;
	width: 150px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 13pt;
}

.twoColFixLtHdr #sidebar .hide{
	display: none;
}

.twoColFixLtHdr #sidebar .show{
	display: block;
}

/*	##################################
   	MAIN CONTENT
	################################## */
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 170px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/corner.png);
	background-repeat: no-repeat;
	font-size: 14px;
} 
.twoColFixLtHdr #container #mainContent a {
	color: #FF0099;
}
.twoColFixLtHdr #container #mainContent strong {
	color: #FF0099;
}
.twoColFixLtHdr #container #mainContent img {
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #FF0099;
	font-weight: lighter;
	text-transform: lowercase;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #FF0099;
}


/*	##################################
   	ADD THIS
	################################## */
.addthis_toolbox .hover_effect
{
	width: 100%;
	border: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #FF0099;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

/*	##################################
   	CART
	################################## */

.twoColFixLtHdr #container #mainContent .cart {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FF0099;
	padding: 5px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-image: url(../images/cart-background.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .cart form a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/*	##################################
   	PAGE NAVIGATION
	################################## */
.twoColFixLtHdr #container #mainContent #pagenav {
	
}
.twoColFixLtHdr #container #mainContent #pagenav li {
	display: inline;
}

/*	##################################
   	TABLE
	################################## */
.twoColFixLtHdr #container #mainContent table {
	width: 100%;
	text-align: center;
	border-spacing: 20px;
	vertical-align: bottom;
}
.twoColFixLtHdr #container #mainContent td {
	padding: 10px 5px 10px 5px;
	border: 1px solid #000000;
}

/*	##################################
   	CONTACT FORM
	################################## */

.twoColFixLtHdr #container #mainContent .contactform {
	color: #FFFFFF;
	background-color: #FF0099;
	background-image: url(../images/cart-background.png);
	background-repeat: no-repeat;
	padding: 5px;
	margin-right: 60px;
	margin-left: 60px;
	border: 1px solid #000000;
	text-align: right;
}

/*	##################################
   	FOOTER
	################################## */
	
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	margin-top: -70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #FF0099;
}

/*	##################################
   	FLOAT
	################################## */
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*	##################################
   	LIGHTBOX
	################################## */
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(../images/blank.gif) no-repeat; /* 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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
