@charset "utf-8";
/* CSS Document */

a {
	border: none;
	text-decoration: none;
	color:#CCC;
	font-weight: bold;
}

ul {
	list-style: none;
	list-style-type:none;
	}
body{
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font: 12px Verdana, Geneva, sans-serif;
	margin-top: 0px;
	background-position:left;
	background-attachment:fixed;
	color: #999;
	
}
img {
	border:none;	
}
#mainhandler {
	width: 735px;
	margin: 0 auto;
	background-color:#000;
}


#soon {
	width: 238px;
	height: 239px;
	position: fixed;
	margin: 0 auto;
	top: 200px;
	opacity: 0.6
}

#toplogo {
	width: 100%
	float: left;
}

#content {
	width: 735px;
	float: left;
}

.clickables{
	width: 245px;
	height: 600px;
	float: left;
}


ul.gallery {
	width: 735px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 0px; padding: 0;
	text-align: center;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 245px; /*--Width of image--*/
	height: 600px; /*--Height of image--*/
	padding: 0px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 245px;
	height: 600px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #000;/*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 0px;
	background: #f0f0f0;/*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

#footer {
	width: 735px;
	border-top: 1px solid #333;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	float: right;
	text-align: center;
}

.footer {
	color: #999;
	text-decoration: none;
	
}
#article {
	float: left;
}

.left {
	width: 500px;
	padding-left: 5px;
	float: left;
}

.right {
	width: 210px;
	border-left: 1px dotted #333;
	float:left;
	margin-left: 10px;
	padding-left: 5px;
}
h2 {
	font: 16px Verdana, Geneva, sans-serif;
	color: #999;
	font-weight: bold;
	border-bottom: 1px solid #333;

}

.clearer {
	clear: both;
}

.contenter {
	width: 700px;
	padding:5px;
}

.album {
	border: 5px solid #999;
	margin-right: 10px;
	margin-bottom: 10px;
}




/* contact us  */

#contact-wrapper {
	width:95%;
	padding:10px;
	
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
	
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	width:auto;
}
form#contactform input {
	width: 300px;
	height: 25px;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:12px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

.error {
	color:#900;
}



/*tab*/
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		

		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 10px; background: #000; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #333; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
			background: #000;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #06F;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #000}
		.stripNav li.tab2 a { background: #000 }
		
		.stripNav li a:hover {
			background: #39c;
		}
		
		.stripNav li a.current {
			background: #333;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		

		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}