@charset "utf-8";

/* Remove all browser defaults */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #3366EE;
}


img {
    border: none;
}

a img {
    border: none;
}

/* Setup some standard defaults of our own */

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding: 5px 5px;
}

h2 {
	color: #3366EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sale {
	color:#CC0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #3366EE;
	padding: 5px 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
	padding: 5px 5px;
}

ul {
	padding: 5px 10px 5px 20px;
}

li {
	padding: 5px 5px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

.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: 0px 0px 0px 215px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	background-image: url(../images/rightbg.jpg);
	background-repeat: repeat-y;
	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 #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;
	margin: 0;
	padding: 0;
}

table {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px;
	border: none;
	border-width: 0;
	padding: 0;
}

/* The "rack" is the table that surrounds all the products in the store */

table.rack {
	width: 100%;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	border: none;
	border-collapse: collapse;
}

table.rack td {
	padding: 0px;
	text-align: center;
}

/* Shelf tables, these define the shelfs the product are placed in */

table.shelf {
	width: 1px;
	border: none;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

table.shelf td {
	vertical-align: bottom;
	text-align: left;
	padding: 0;
	margin: 0;
	border: none;
}

table.shelf td.top {
	vertical-align: top;
	border-top: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

table.shelf td.bottom {
	vertical-align: bottom;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-top: none;
	margin: 0;
	padding: 4px;
}

table.shelf p {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 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;
}

/* Product Placement Tables */

table.place {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	border-width: 0;
	border-collapse: collapse;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

table.place td {
	border: none;
	padding: 0px;
	vertical-align: top;
}

table.place td.pic {
	width: 1px;
	padding: 0px;
	vertical-align: top;
}

table.place td.placebar {
	background-color: #CCCCCC;
}

table.place img {
	padding: 4px 0px 0px 4px;
	margin: 0px;
}

table.place p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font: normal;
	padding: 4px;
}

table.place h1 {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font: bold;
	font-size: 13px;
	padding: 0px;
	margin: 4px;
	border-bottom: solid #CCCCCC 2px;
}

table.place h2 {
	font-family: Verdana, Geneva, sans-serif;
	font: bold;
	font-size: 13px;
	padding: 0px;
	margin: 4px;
}

/* Tables used to display product features */

table.features {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;
	margin-right: 10px;
}

table.features caption {
	font-size:16px;
	font-weight: bold;
	color: #3366EE;
	text-align:left;
	padding-bottom: 10px;
}
	

table.features h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font:normal;
	font-size: 1em;
	font: bold;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0 0 0 0;
}

table.features p {
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}

table.features td {
	padding: 0 0 0 0;
	vertical-align: top;
}

/* Table used on front page */

table.fp {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;
	margin-right: 10px;
	border-collapse: collapse;

}

table.fp a {
	font-family: Verdana, Geneva, sans-serif;
	color: #3366ee;
	font: bold;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0 0 0 0;
	font-style:normal;
	text-decoration: none;
}

table.fp caption {
	font-size:16px;
	font-weight: bold;
	color: #3366EE;
	text-align:left;
	padding-bottom: 10px;
}
	

table.fp h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 1.5em;
	font: bold;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0 0 0 0;
}

table.fp h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #3366ee;
	font-size: 1.5em;
	font: bold;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0 0 0 0;
}

table.fp p {
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}

table.fp td {
	padding: 0 0 0 0;
	vertical-align: top;
	border-top: solid #000 1px;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
}

/* Tables used to display product specifications */

table.specifications {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	margin: 0px;
}

table.specifications caption {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Download tables */

table.dlwrap {
	width: 50%;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 0 0;
}
table.dlwrap td {
	text-align: left;
	vertical-align: top;
	width: 0;
	padding: 0;
}

table.dlwrap img {
	padding: 5px 0;
}

/* Downloaded article */

table.dlart {
	width: 100%;
	margin-bottom: 20px;
}

table.dlart td {
	text-align: left;
	vertical-align: top;
	width: 0;
	padding: 0 5px 0 5px;
}

table.dlart td.desc {
	width: 100%;
}
