@charset "utf-8";
body  {
	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: #000;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent#FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 800px;
} 
.twoColFixLtHdr #container #logo {
	height: 74px;
	width: 386px;
	position: absolute;
	left: 21px;
	top: 10px;
	z-index: 50;
}
.twoColFixLtHdr #header {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 960px;
	height: 110px;
	background-image: url(../images/header-top.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: medium;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	z-index: 2;
	color: #CCC;
} 

.twoColFixLtHdr #container #header a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #header a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC0;
	text-decoration: underline;
}

.twoColFixLtHdr #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250;
}
#HeaderBanner {
	width: 233px;
	position: absolute;
	height: 29px;
	top: 26px;
	left: 719px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 102px;
	left: 0;
	z-index: 5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #e5e5e5;
	border-top-color: #006;
	border-top-style: solid;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #CCC;
}

.twoColFixLtHdr #container #sidebar1 p {
	color: #CCC;
	font-size: 12px;
	text-align: center;
}

#sidebar1 h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.twoColFixLtHdr #mainContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: absolute;
	height: auto;
	width: 775px;
	left: 180px;
	top: 102px;
	z-index: 4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	text-align: left;
	background-color: #FFF;
	border-top-color: #006;
	border-top-style: solid;
} 
.mainIntro {
	text-align: justify;
	height: auto;
	width: 370px;
	font-style: normal;
	color: #009;
	font-size: 16px;
	font-weight: normal;
}
.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;
}
p {
	color: #009;
	text-align: left;
	font-weight: normal;
	font-size: 13px;

}
.bannerclass {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-image: url(../images/Banner-background.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 365px;
}


.checkout {
	position: absolute;
	z-index: 3;
	height: 33px;
	width: 280px;
	left: 499px;
	top: 1px;
}
#imgcenterlink {
	position: absolute;
	left: 180px;
	top: 427px;
}
#header {
	height: 98px;
	width: 200px;
	left: 25px;
	top: 0px;
}
.ramka {
	border: 1px solid #ccc;
}
.pricedisplay {
	height: 300px;
	width: 255px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	position: absolute;
	left: 525px;
	top: 100px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
}
