@charset "utf-8";

body {
	background: white;
	background-image: url(/images/structure/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: lighter;
	color: #666;
	margin: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}
* {
	outline: none;
}


div, img {behavior: url("/css/iepngfix.htc");}
a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: lighter;
	color: #666;
	text-decoration: none;}
a:hover {	
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: lighter;
	color: #800000;
	text-decoration: none;}
#logo {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	width: 200px;
	height: 50px;
	background-image: url(/images/structure/JKgraphiks_logo.png);
	}
#container {
	position: relative;
	width: 100%;
	top: 50px;
	height: 10px;
	overflow: visible;
}
.header {font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 25px;
	font-weight: bold;
	color: #800000;
	display: block;
}
#header_space {
	position: relative;
	width: 300px;
	height: 30px;
	overflow: visible;
	top: 5px;
	left: 0px;
}
.secondary_header {font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;}
.main_text_bold{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#i {
	position: absolute;
	top: 30px;
	left: 100px;
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
}
#i a {
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
}
#i a:hover {
	font-size: 100px;
	color: #800000;
	text-decoration: none;
	}

	
#make {
	position: absolute;
	top: 130px;
	left: 100px;
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
}
#make a {
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
	}
#make a:hover {
	font-size: 100px;
	color: #800000;
	text-decoration: none;
	}
#great {
	position: absolute;
	top: 230px;
	left: 100px;
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
}
#great a {
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
	}
#great a:hover {
	font-size: 100px;
	color: #800000;
	text-decoration: none;
	}
#websites {
	position: absolute;
	top: 330px;
	left: 100px;
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
}
#websites a {
	font-size: 100px;
	color: #B2B2B2;
	text-decoration: none;
	}
#websites a:hover {
	font-size: 100px;
	color: #800000;
	text-decoration: none;
	}
	
#details {
	font-size: 12px;
	color: gray;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	background-color: white;
	width: 100%;
	text-align: right;
}
.details_text {
	color: #800000;
	font-size: 12px;
}
.details_text a {
	color: #800000;
	text-decoration: none;
}
.details_text a:hover {
	color: #800000;
	text-decoration: line-through;
}


#page_content {
	position: relative;
	top: 33px;
	left: 520px;
	width: 420px;
	min-height: 335px;
	height: auto;
	border: dashed #800000 thin;
	padding: 20px;
	background-image: url(/images/structure/blank_block.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 20;
}
#i_pattern {
	bottom: 0px;
	position: absolute;
	background-image: url(/images/pattern/maroon.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
#home_link {
	position: absolute;
	bottom: -30px;
	color: #800000;
	font-weight: lighter;
	font-size: 16px;
	right: 0px;
		background-image: url(/images/structure/blank_block.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 3;
}
#home_link a {
	color: #800000;
	font-weight: lighter;
	font-size: 16px;

}
#home_link a:hover {
	color: #999;
	text-decoration: none;
	}
#click {
	position: absolute;
	left: 550px;
	top: 300px;
	width: 250px;
	height: 130px;
	overflow: hidden;
	background-image: url(/images/structure/click.png);
	background-repeat: no-repeat;
	z-index: 1;
	}
#ie_notice {
	position: absolute;
	left: 550px;
	top: 200px;
	width: 428px;
	height: 130px;
	overflow: hidden;
}
#side_contact {
	position: fixed;
	top: 200px;
	right: -21px;
	height: 161px;
	width: 61px;
	}
#side_contact a:hover {
	position: fixed;
	top: 200px;
	right: -10px;
	height: 161px;
	width: 61px;
	}
	
/* side bar */

#sidebar {
	top: 200px;
	height:135px;
	width: 200px;
	overflow:visible;
	position:relative;
	float: right;
	}	

#menu {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	top:0;
	position:relative;
	height:100%;
	width:200px;
	}

#menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:right;
	display:block;
	}

#menu li a {
	background-color: #1f1f1f;
	color:#ddd;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size:9px;
	font-weight:900;
	display:inline;
	padding:10px 8px 5px 20px;
	text-decoration:none;
	}
	
/* logo java */

#logo_window {
	top: 0px;
	height:90px;
	width: 400px;
	overflow-y: scroll;
	position:relative;
	float: left;
	}	


/* request quote */

.quote_field {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 0px;
	background-color: #eee;
	padding: 2px;
	color: #800000;
	}
	
/* jquery zoom effect */

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: -15px;
	left: 0px;
	width: 100%;
	color: #800000;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color: #800000;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #800000;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/images/js/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #F4F4F4;
}



	