@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#nav {
	height: 24px;
	background-image: url(images/nav.jpg);
	text-align: right;
	padding-right: 15px;
}

.titleU {
	border-bottom: solid #CCCCCC 2px;
}

.price	 	{ COLOR: #009900; FONT: bold 13px verdana, arial, sans-serif}

.thrColFixHdr #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 */
}
.thrColFixHdr #wrapper {
	background-image: url(images/leftbar.jpg);
	background-repeat: repeat-y;
}
	
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* IE ONLY */
* html .thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px;
	padding-top: 0px;
	padding-bottom: 15px;
	height: 1859px;
}
.thrColFixHdr #mainContent {
	background-color: #F1F1F1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -40px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 215px;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	height: 1945px;
	background-position: right;
} 
/* IE ONLY */
* html .thrColFixHdr #mainContent {
	background-color: #F1F1F1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 210px;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
} 

.thrColFixHdr #mainContent h2 {
	color: #3366EE;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366EE;
}

.thrColFixHdr #footer {
	background-image: url(images/zektor_footer.jpg);
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #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 */
}
.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;
}

table {
	COLOR: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 0px;
}

/*	Place (as in product placement) Tables are inside Shelf Tables, so they must follow
	them in the CSS file. The browser (at least Firefox) will always apply the CSS
	styles in the order they found in the file, not the order they are applied. */
	
/* Shelf tables, these define the shelfs the product are placed in */

table.shelf {
	width: 100%;
	border: none;
}

table.shelf td {
	vertical-align: bottom;
	text-align: left;
}

table.shelf td#top {
	vertical-align: top;
	text-align: center;
	border-top: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
}

table.shelf td#bottom {
	vertical-align: bottom;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 4px;
}

table.shelf p {
	padding: 0px;
	margin: 0px;
}

table.shelf h1 {
	font: bold;
	font-size: 13px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}

table.shelf form {
	padding: 0px;
	margin: 0px;
}

#nopad {
	padding: 0px;
	margin: 0px;
}

/* Product Placement Tables */

table.place {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: none;
	vertical-align: top;
}

table.place td {
	border: none;
	vertical-align: top;
}

table.place td#title {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

table.place img#detail {
	position: relative;
	left: 0px;
	top: 2px;
	padding: 0px;
	margin: 0px;
}

table.place p {
	font-size: 11px;
	font: normal;
}

table.place h1 {
	font: bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}	
