html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; /* this is the key! */
	width: 100%;
}
body {
	overflow: -moz-scrollbars-vertical;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	background: #e5e5e5 url('../images/bg.gif') repeat-x;
}

a:link, a:visited{
	text-decoration:underline;
	margin:0;
	padding:0;
	color:#f8403f;
}

a:hover{
	text-decoration:underline;
}

a:active{
	text-decoration:underline;
}

h1 {
	margin: 0;
	padding: .6em 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #f8403f;
}

h2 {
	margin: 0;
	padding: .4em 0;
	font-size: 1.2em;
	color: #000;
}

p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.5em;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

textarea {
	font-family: arial, verdana, tahoma;
	font-size: 1.1em;
}

/* Page Layout divs */

#page {
	padding:0px;
	width:950px;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	background: #fff;
	margin: auto;
	text-align: left;
}

#left_pane {
	float: left;
	height: 100%;
	width: 267px;
}

#menu {
	background: url('../images/gevir_07.jpg') no-repeat;
	height: 282px;
	margin: 0;
}

/* CSS Vertical Menu from http://solardreamstudios.com/_img/learn/css/cssmenus/index-vert.html */
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0 10px;
  width: 165px; /*For KHTML*/
  list-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}
/* Root Menu */
ul#navmenu a {
	padding: 6px;
	display: block;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border-bottom: 1px solid #fff;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #fff;
  color: #000;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	width: 190px;
  background: #f8403f;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: -1px;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #fff;
  color: #000;
}
ul#navmenu ul,
ul#navmenu ul ul {
  display: none;
  position: absolute;
  top: -1px;
  left: 155px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li.iehover ul ul {
  display: none;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul {
  display: block;
}
/* -- end menu css -- */

#header {
	background: #f8403f;
	height: 301px;
}

#links {
	float: right;
	width: 234px;
	padding: 6px 0px;
}
#links img {
	padding-bottom:6px;
}

#content {
	height: 100%;
	min-height: 400px;
	width: 400px;
	margin-left: 267px;
	margin-right: 234px;
	padding: 10px 15px;
}
#content ul {
	padding: 0;
	padding-left: 15px;
	
}
#content li {
	list-style-image: url('../images/bullet.gif');
	padding: 0px;
	margin: 0px;
}

#footer {
	margin-left: 267px;
	padding: 10px;
	color: #595959;
	font-size: 1.1em;
}

#products {
	height: 100%;
	min-height: 400px;
	margin-left: 267px;
	padding: 10px 15px;
}

.freight {
	background: #f8403f;
	color: #fff;
	font-size: 0.6em;
	padding: 5px 50px;
}
.product {
	float: left;
	width: 300px;
	padding: 10px 5px;
	margin-right: 10px;
	font-size: 0.8em;
}

.product_image {
	/*margin-right: 5px;*/
	margin-bottom: 8px;
}
.product_title {
	background: #f8403f;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 5px;
}

.required {
	color: #f8403f;
	font-weight: bold;
}
a.order, a:visited.order{
	background: #000;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 6px;
	margin-top: 10px;
	text-decoration: none;
}
div.special {
	background: #f8403f;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0px;
	margin-left: 108px;
}
span.special {
	background: #f8403f;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 10px;

}

td.black {
	border-bottom: 1px solid black;
}
#tjl {position:absolute; left: -9999px; top:-99px;}