@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #B0B0B0;
	background-image: url(img/items/background.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(img/items/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 220px;
	background-image: url(img/items/menu_back.jpg);
	background-repeat: repeat-y;
	background-position: -5px 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	list-style-type: none;
	position: relative;
}
/*----------------------left nav-------------------------------*/
#leftnavheading
	{
	width:216px;
	float: left;
	margin:0px;
	font-weight:normal;
	font-size:18px;
	color:#900;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
	#tekinfo
	{
	width:216px;
	float: left;
	margin:0px;
	font-weight:normal;
	font-size:14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
#leftnavheading h4
	{
	font-size:18px;
	font-weight:normal;
	color:#900;
	}
#leftnav
	{
		width:200px;
		float: left;
		margin:0px;
		padding:0px;
	}
#leftnav ul
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
#leftnav ul li
	{
		width:194px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftnav ul li a.leftnav
	{
	width:175px;
	height:18px;
	float: left;
	margin:0px;
	padding:3px 0 0 19px;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#464646;
	text-decoration:none;
	background-image:url(img/items/nav_arrow.gif);
	background-repeat:no-repeat;
	}
#leftnav ul li a.leftnav:hover
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(img/items/nav_arrow.gif);
		background-repeat:no-repeat;
	}
	/*---------------
	#leftnavLong
	{
		width:200px;
		float: left;
		margin:0px;
		padding:0px;
	}
#leftnavLong ul
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
	#leftnavLong ul li
	{
		width:194px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftnavLong ul li a.leftnav
	{
	width:175px;
	float: left;
	margin:0px;
	padding:3px 0 0 19px;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#464646;
	text-decoration:none;
	background-image:url(images/items/nav_arrow.gif);
	background-repeat:no-repeat;
	}
#leftnavLong ul li a.leftnav:hover
	{
		width:175px;

		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(images/items/nav_arrow.gif);
		background-repeat:no-repeat;
	}
	*/
/*
#leftnav ul li a.leftnavbot
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;		
		background-image:url(images/items/nav_arrow.gif);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnavbot:hover
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(images/items/nav_arrow.gif);
		background-repeat:no-repeat;
	}
*/
/*-------------------------------------------------------------------------------------LEFTRPART----------------------------------------------------------------END--*/	

/* ----------------------------*/
.twoColFixLtHdr #mainContent {
	margin: 0;
	padding: 0px 5px;
	list-style-image: url(img/items/check.gif);
	list-style-type: none;
	float: right;
	width: 530px;
} 
.twoColFixLtHdr #footer {
	background:#2E35A9;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ----------------------------------------*/
div.toplinks{
	position: absolute;
	margin-left: 50px;
	top: 125px;
	height: auto;
	width: 700px;
	z-index:3;
	background-color: #1934BA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
div.toplinks a:link{
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
div.toplinks a:visited{
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
div.toplinks a:active{
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
div.toplinks a:hover {
	color: #03C;
	text-decoration: none;
	background-color: #FEFFCB;
}
div.toptext {
	text-align: left;
	height: 60px;
	width: 240px;
	margin-top: 57px;
	margin-left: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	position: absolute;
}
H1{
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img.photo {
	display: block;
	margin: 5px;
	padding: 5px;
	border-top: 1px groove #999999;
	border-right: 3px groove #333333;
	border-bottom: 3px groove #333333;
	border-left: 1px groove #999999;
}
img.product {
	display: block;
	margin: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03F;
	border-right-color: #009;
	border-bottom-color: #100597;
	border-left-color: #1C34FC;
	float: right;
}
td.white{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #1934BA;
}
td.inside{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FDFFCC;
	}
div#show1 {
	width:494px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}

div#show {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: -10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 321px;
	width: 487px;
	padding: 0px;
}

