/*defaults*/
ul { list-style:none; }
dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }

html {
overflow: auto;
}
body {
	background-color: #000;
}

h2 {font-size:1.35em;margin-bottom:5px;}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
background:url(../images/design/pageback.jpg) left repeat-y;
	width: 900px;
	margin-right: auto;

}
#header {
	height: 90px;
	background:#333333 url(../images/design/header-bk.jpg) no-repeat left top;
	background-color: #333333;border-bottom:1px solid #5E5E5E;
}

#logo {width:253px; height:70px;float:left;padding-top:6px;}
#hdtext{
	float:right;
	width:600px;
	float:right;
	color: #FFFFFF;height:50px;
}
#hdtext h1{font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	font-size:1.4em;font-weight:bold;text-align:center;margin-top:13px;}



#navigation {
	color: #FFFFFF;
	background-color: #666666;
	height: 30px;
	margin-bottom: 10px;
	padding: 0px;
}
#MainContent {
	float: left;
	width: 390px;
	background-color: #222;
	padding: 10px 10px 18px;
	color: #CCCCCC;
	margin-left: 10px;
}

#MainContent p {line-height:135%; padding-bottom:5px;}


#SubpageMainContent {
	float: right;
	width:650px;
margin-right:0px;
	background: #222 url(../images/design/subpagebak.jpg) repeat-y left;
	padding: 10px 10px 18px 40px;
	color: #CCCCCC;
}

#SubpageMainContent p {line-height:135%; padding-bottom:5px;padding-right:8px;}
#SubpageMainContent p a{color:#ccc;}
#SubpageMainContent p a:hover{color:#999999;}


#SubpageMainContent p img{float:left;margin:10px; padding:5px;margin-bottom:20px; border:1px solid black;background-color:#333333}

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#SubContentLeft {
	background-color: #333333;
	float: left;
padding-bottom:10px;
	width: 188px;
	border-right:2px solid #666666;
}

#SubContentLeft img {margin-left:13px;}

#callus {margin-bottom:20px;}
#content {
	/*background:url(../design_images/content-bk-home2.jpg) top right no-repeat;*/
	
}
/*slideshow*/
#righthomecontent{float:right; width:280px;background:url(../images/show/back.jpg) no-repeat center;height:550px;display:block;padding:2px;text-align:center;vertical-align:middle;}

#righthomecontent img{}
#show{margin-top:90px;}
#Subpagecontent{}
#footer {
	height: 50px;
	background:#000 url(../images/design/footer-bk.jpg) no-repeat left top;
	text-align: left;
	font-size: 0.8em;padding-top:25px;
	color:#ccc;
}

#footer a {color:white;text-decoration:none;text-transform:capitalize;}
#footer a:hover{text-decoration:underline;}

#ulMainNav {width:150px;
	margin: 0px;
	padding-left: 12px;padding-top:10px;
	list-style-type: none;margin-bottom:10px;
}
#ulMainNav li {
	display: inline;
}
#ulMainNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	line-height:24px;
	padding-left:15px;
text-transform:capitalize;
	vertical-align: middle;
	border-bottom:1px #666666 solid;

}
#ulMainNav a:hover {
	background-color: #555555;
}

/*categories*/
#categories{list-style:none;margin-top:10px;}
#categories li {width:128px;display:inline;float:left;text-align:center;}
#categories li img{width:100px;height:100px;border:1px solid #222;padding:2px;background-color:#CCCCCC;}
 

#categories li img.none{width:100px;height:100px;border:1px solid #222;padding:0;margin:0;}


#categories a:hover{border-bottom:1px solid yellow;}

#categories li div{margin:0;padding:0;width:128px;text-align:center;font-size:0.90em;font-weight:bold;}

/*Subpage categories*/
#subcategories{list-style:none;margin-top:20px;clear:both;}
#subcategories li {width:128px;display:inline;float:left;text-align:center;}
#subcategories li img{width:100px;height:100px;border:1px solid #222;padding:2px;background-color:#CCCCCC;}
#subcategories li img.blank{width:100px;height:100px;padding:2px;background-color:#222;border-color:#222;}

#subcategories a:hover{border-bottom:1px solid yellow;}

#subcategories li div{margin:0;padding:0;width:128px;text-align:center;font-size:0.90em;font-weight:bold;}

/*lightboxstyles*/
/*lightbox if needed provided by Lightbox v2.0
by Lokesh Dhakar-- part of us designers incessant experimenting with lightbox*/ 
#lightbox{
	position: absolute;
	top: 40px;
	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: 50%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;margin-bottom:200px;}
#nextLink { right: 0; float: right;margin-bottom:200px;}
#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;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;color:#222; }	
#imageData #caption{ font-weight: bold;	color:#333;}
#imageData #caption a:hover{color:red;}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	/*faqs*/
dl#faqlist{width:400px;margin-top:5px;margin-left:10px;}
#faqlist dt{font-weight:bold; border-bottom:1px solid #ccc; padding:3px;text-transform:uppercase;padding-left:10px;background-color:#333333;color:#fff;}
#faqlist dd{padding:3px;margin-bottom:5px;}

#SubpageMainContent p img.Rimage{float:right;}

/*forms*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #CCC;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}
#fm-opt textarea {width:200px;}
p#fm-intro {
	margin: 0;
}

#logos{text-align:center;}
#logoz img{padding:3px;
}

#logoz h2{font-size:1.0em;color:white;background:inherit;}
