/* #@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@ */
/* 	Cramster Website Cascading style sheet (Main) 												*/
/*	Author: Karthik.J aka KARTZ (kartz_bulleteer@yahoo.com)										*/
/* 	©2004 | Cramster Gear Co., | All Rights Reserved.											*/
/*	Disclaimer: http://www.cramster.biz/disclaimer.php											*/
/* ############################################################################################ */


/* REDEFINED HTML TAGS */

BODY { /* Figure out the colors yourselves! ;)) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #F7F7F7;
	scrollbar-darkshadow-color: #AEAEAE;
	scrollbar-shadow-color: #959595;
	scrollbar-arrow-color: #FF6600;
	scrollbar-track-color: #EFEFEF;
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
TD { /*table cell*/
	font-size: 10px;
}
H1 { /* Heading 1 */
	font-family: helvetica, arial, sans-serif, verdana;
	font-size: 12px;
	color: #FF6600;
}
P {
	color: #5C5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
UL { /* Bulleted List */
	list-style-image: url(images/icon_bullet.gif); /* Bullet (not the bike) Image */
}
UL LI { /* Bullet */
	text-align: justify;
}
TABLE {
	border: none;
}
IFRAME {
	border: none;
}
HR {
	border: none;
	background-color: #CCCCCC;
	height: 1px;
}

/* LINKS */

a { /* Anchors */
	color: #FF6600; /* Orange */
	text-decoration: none;
}
a:hover { /* Mouseover color for Anchors */
	color: #FF6600; /* Blood Red */
	text-decoration: underline;
}
a img { /* Images appearing within anchors */
	border: none;
}
img {
	border: none;
}

/* Boxes */
.box1 { /* Navigation Menu */
	width: 210px;
	background-color: #5C6B5D;
}
.box1 TD {
	padding-left: 18px;
	padding-bottom: 7px;
}
.box1 #corner TD{
	height: 10px;
	background-image:url(images/corner_r_box1.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.box2 { /* Whats New */
	width: 210px;
	background-color: #AEAF88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.box2 TD {
	padding-left: 12px;
	padding-bottom: 10px;
	text-decoration: none;
}
.box2 #corner TD{
	height: 7px;
	background-image:url(images/corner_r_box2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.box2 #text {
	padding-right: 5px;
}
.box2 DIV{
	width: 100%;
	height: 50px; 
	overflow-y: auto; 
	vertical-align: top;
		scrollbar-face-color: #C8C9AB;
		scrollbar-highlight-color: #DCDDBF;
		scrollbar-3dlight-color: #FFFFE3;
		scrollbar-darkshadow-color: #676841;
		scrollbar-shadow-color: #8D8E67;
		scrollbar-arrow-color: #FF6600;
		scrollbar-track-color: #BDBE97;
}
.box2 DIV B{
	color: #5C6B5D; /* Olive drab */
	font-size: 10px;
	font-weight: bold;
}
.box2 DIV A{
	color: #5C6B5D; /* Olive drab */
	text-decoration: underline;
}
.box2 DIV A:hover{
	color: #CC0000; /* red */
	text-decoration: underline;
}



/* BACKGROUNDS */

.BG1 {
	background-color: #707070; /* Darker Gray */
}
.BG2 {
	background-color: #ECEBD6; /* 35% Gray */
}
.BG2 TD{
	background-color: #ECEBD6; /* 35% Gray */
}
.BG3 {

	background-color: #E6E6E8; /* 25% Gray */
}
.BG4 {
	background-color: #F7F7F7; /* 10% Gray */
}
.BG5 {
	background-color: #D8D8D8;
}


/* LAYOUT DEFINITIONS */

.menutopBG{ /* Main Navigation Bar, should be applied only to the <TR> */
	background-color: #ABABA2; /* grayish brown */
}
.menutopBG TD {
	height: 28px;
	text-indent: 15px;
}

.logoBG TD{ /* Logo, should be applied only to the <TR> */
	background-color: #707070;
	height: 43px;
	text-align: left;
	vertical-align: middle;
	text-indent: 15px;
}

.pagetitle { /* Page titles or section headings */
	font-family: helvetica, sans-serif, arial;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs { /* Breadcrumbs Navigation is Used as "You are here" indicator on webpages */
	color:#666666;
	cursor: default;
}
.breadcrumbs A{
	color: #FF6600;
	text-decoration: underline
}
.breadcrumbs A:hover{
	color: #CC0000;
}
.sublinks TD { /* Should be applied only to the <TR> */
	background-image: url(images/icon_arrow.gif);
	background-repeat: no-repeat;
	height: 15px;

}
.sublinks A {
	height: 15px;
	text-indent: 5px;
	text-decoration: underline;
	color: #666666;
}
.email A {
	text-decoration: none;
	background-image: url(images/icon_mail.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: 15pt;
	color: #666666;
}
.email A:Hover {
	text-decoration: underline;
	color: #FF6600;
}
.sectionBG { /* Background for the 3 sections on the homepage */
	background-image: url(images/bg_sections.gif);
	background-repeat: repeat;
}
.splitnav { /* Should be applied only to the <TR> in multi-page writeups */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.splitnav TD {
	height:18px;	
}
.splitnav A{
	color: #545454;
	text-decoration: underline;	
}
.splitnav A:hover{
	text-decoration: underline;
	color: #CC0000;	
}
.textlinks TD{ /* Text Links on the bottom of the page, should be applied only to the <TR> */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-indent: 15px;
	height: 22px;
}
.textlinks A{
	color: #4C4D56; /* 80% Gray */
	text-decoration: underline;
}
.textlinks A:hover{
	color: #cc0000; /* Blood Red */
	text-decoration: underline;
}

.footer TD { /* Page Footer, should be applied only to the <TR> */
	background-attachment: fixed;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdna, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 15px;
	vertical-align: middle;
	color: #5C6B5D; /* Olive Drab */
	height: 30px;
	padding-top: 5px;
}
.footer A{
	color: #5C6B5D; /* Olive Drab */
	text-decoration: underline;
}
.footer A:hover{
	color: #cc0000; /* Blood Red */
	text-decoration: underline;
}

/* FORM ELEMENTS */

.input 	{ /* Use this class for text-boxes, combo-boxes, lists & text-areas */
 	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	COLOR: #CC0000;
		BORDER-TOP: auto inset #CCCCCC;	
		BORDER-RIGHT: auto inset #DFDFDF; 
		BORDER-LEFT: auto inset #CCCCCC; 
		BORDER-BOTTOM: auto inset #DFDFDF; 
	border-top-color:#CCCCCC; 
	border-right-color:#DFDFDF; 
	border-bottom-color:#DFDFDF; 
	border-left-color:#CCCCCC; 
		border-top-style:inset; 
		border-right-style:inset; 
		border-bottom-style:inset; 
		border-left-style:inset; 
	border-style: inset; 
	border-color: #999999 #CCCCCC #CCCCCC #999999; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 		
		border-left-width: 1px;
}
INPUT {  /* Redefined Input Tag */
	FONT-SIZE: 10px; 
	COLOR: #CC0000;
}
.button {  /* Use this class for form buttons esp. <input type="button"> */
	
	font-family: Verdana, tahoma, arial, helvetica; 
	font-size: 10px; 
	text-transform: Capitalize; 
	color: #545454;
	border: none; 
	padding-right: 0px; 
	padding-left: 0px; 
	background-image: url(images/btn_blank.gif); 
	height: 22px; 
	width: 69px;
}

/* Content */

.heading1 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: helvetica;
	color: #AEAF88;
	cursor:default;
}
.heading1 A:hover{
	color: #FF6600;
}

.heading2 {
	font-weight: bold;
	color: #858585;
	text-decoration: none;
	cursor:default;
	font-size: 10px;

}
.heading2 A{
	color: #858585;
	text-decoration: none;
}
.heading2 A:hover {
	color: #858585;
	text-decoration: underline;
}

/* ICONIZED HYPER-LINKS */
/* The following classes should be used within the <TD> or <P> tags */

.zoom { /* for anchors refering to an image file *.GIF *.JPG */
	font-size: 10px;
	color: #666666;
	background-image: url(images/icon_zoom.gif);
	background-repeat: no-repeat;
}
.zoom TD {
	text-indent: 12px;
	padding-left: 5px;
}

.pic { /* for anchors refering to an image file *.GIF *.JPG */
	font-size: 10px;
	color: #666666;
	background-image: url(images/icon_photo.gif);
	background-repeat: no-repeat;
}

.pic A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-indent: 10px;
	padding-left: 5px;
	text-decoration: underline;
}
.pic A:hover {
	color: #CC0000;
	text-decoration: underline;
}.video { /* for anchors refering to a video file *.AVI *.MPG *.MOV etc */
	font-size: 10px;
	color: #666666;
	background-image: url(images/icon_video.gif);
	background-repeat: no-repeat;
}
.video A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-indent: 10px;
	padding-left: 5px;
	text-decoration: underline;
}
.video A:hover {
	color: #CC0000;
	text-decoration: underline;
}
.software { /* for anchors refering to a software *.EXE *.ZIP etc */
	font-size: 10px;
	color: #666666;
	background-image: url(images/icon_sw.gif);
	background-repeat: no-repeat;
}
.software A { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-indent: 10px;
	padding-left: 5px;
	text-decoration: underline;
}
.software A:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* TABLES*/

.table {
	background-color: #CCCCCC;
}
.table TR {

	background-color: #FDFBF0;
}
.table TD {
	background-color: #FDFBF0;
	padding: 3px;
}

.Colhead TD {
	color: #545454;
	font-weight: bold;
	text-align: center;
	height: 18px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FDFBF0,endColorStr=#D4D0C8);
}
.Colhead A {
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
.Colhead A:hover {
	color: #CC0000;
	text-decoration: none;
}


#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: 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;
	}
#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;
	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 */
	}	
	

