/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr-new.png) #fdfafb repeat-x top;
    background-color: #FFFFFF;
	color: #a0a0a0;
	font: 13px "tahoma",Arial,Helvetica,Sans-Serif;
}
a{
	color: #95c754;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
table{
	width: 100%;
}
img pos {
	position: absolute;
}

/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 922px;
}
/*=== Header ===*/
#header{
	height: 100px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo-new3.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 400px;
}
#header h1 a{
	display: block;
	height: 100px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Topmenu -*/
#header ul{
	float: right;
	padding: 60px 0 0;
	text-transform: lowercase;
}
#header li{
	float: left;
	line-height: 22px;
}
#header li a{
	color: #989898;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	text-decoration: none
}
#header li a:hover{
	color: #F0F;
	text-decoration: underline;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 25px;
	margin: 0 0 4px;
	text-transform: lowercase;
}
#nav1 li{
	float: left;
	line-height: 25px;
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #06C;
	color: #FFFFFF;
	text-decoration: none;
}

/*- Nav2 -*/
.nav2{
	margin: 0 0 10px;
}
.nav2 li{
	margin: 0 0 5px;
	overflow:visible;
}
.nav2 li a{
	color: #989898;
	display: block;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #94c653;
	text-decoration: underline;
}
.nav2 li.active{
	font-weight: bold;
}

.navb {
	color: #FFFFFF;
	font-weight: bold;
	white-space:nowrap;
    background-image:url('../images/roundedcornr_209309.gif');
    padding: 2px 2px 2px 5px;
}
.navg {
	color: #FFFFFF;
	font-weight: bold;
    white-space:nowrap;
    background-image:url('../images/roundedcornr_634343.gif');
    padding: 2px 2px 2px 5px;
}

.navsmall {font-size: 12px;
padding-left: 5px;
height: 16px;
    text-decoration:none;}

.navsmall_active {font-size: 12px;
padding-left: 5px;
height: 16px;
    text-decoration: none;
    font-weight: bold;}
    
/*=== All Columns ===*/
#columns{
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-top: 0;
	height: 1%;
	padding: 10px 10px 10px;
}

#columns h2{
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 18px;
}

#columns h3{
	font-size: 12px;
	margin: 0 0 10px;
    line-height: 13px;
    font-weight: normal;
}

#columns h4{
	font-size: 10px;
    color:#B9B9B9;
	margin: 0 0 10px;
    line-height: 12px;
    font-weight: normal;
    margin-top: 12px;
}

#columns p{
	padding: 0 0 10px;
}

/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 5px 0 0;
	width: 165px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 719px;
}
#centercolnomenu{
	width: 898px;
}

#centercolnomenu h3 {font-size:16px; font-weight:bold; color: #FF00FF; border-bottom: dotted 1px grey; padding-bottom: 3px;}

/*=== Styling Boxes ===*/
/*- Title -*/
.title img{
	display: block;
}
#columns .title h2{
	margin: 0;
	vertical-align: top;
}

/*=== Styling Tabular Data ===*/
/*- Product List -*/
.prodlist{
	margin: 20px 0 30px;
	text-align: center;
	text-decoration:none;
}
.prodlistcopy{
	margin: 20px 0 10px;
	text-align: left;
    text-decoration: none;
}
.gridcopy{
	margin: 20px 0 10px;
	text-align: left;
}
.prodlist a{
	color: #0000FF;
}
.prodlist td{
	border: 1px solid #f4f4f4;
	width: 20%;
	padding: 4px 2px 2px 2px;
}
.prodlistcopy td{
	border: 1px solid #f4f4f4;
	width: 20%;
	padding: 5px 0;
}
.prodlist th{
	padding: 10px 0;	
}
.prodlistcopy th{
	padding: 10px 0;
}
.prodlist em{
	color: #95c754;
	font-style: normal;
}
.prodlistcopy em{
	color: #95c754;
	font-style: normal;
}
#columns .prodlist h3{
	font-size: 12px;
}

.prodlist a{
	color: #94c653;
	text-decoration: underline;
}

.prodlist a:hover,
.prodlist a:active a{
	color: #94c653;
	text-decoration: underline;
}

/*=== Gallery ===*/

#gallery {
	float: right;
	width: 719px;
}

/*=== Footer ===*/
#footer{
	/* background: url(../images/footer-bgr.gif) repeat-x top; */
	clear: both;
	font-size: 10px;
	height: 25px;
	padding: 10px 0;
	text-transform: lowercase;
}
#footer a{
	color: #a0a0a0;
}
#footer a:hover{
	color: #ef63a2;
	text-decoration: none;
}
#footer ul{
	padding: 0 5px 0 0;
}
#footer li{
	float: left;
	line-height: 11px;
	line-height: 17px;
}
#footer li a{
	display: block;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#footer li.last a{
	background-image: url(../images/made-by-binarystudio-pink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 15px;
}
/*== Form ==*/
.formtable{
	margin-left: 300px;
	text-align: left;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.formfields{
	color: #ef63a2;
}
.formline{
	border-top: 1px dashed gray;
}
.galleryline{
	border-bottom: 1px dashed gray;
}

/*=== Lightbox Styles ===*/

#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: #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-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: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
