/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #FFFFFF;
	background-image: url(img/masthead.jpg);
	background-repeat: repeat;
	height: 40px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
}
#column_top {
	background-repeat: no-repeat;
	height: 1px;
	padding-left: 24px;
	padding-top: 16px;
}
#column_bottom {
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 285px;
	float: left;
}
#left {
	width: 285px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#center .content {
	font-size: 0.75em;
	line-height: 1.65em;
	padding-top: 60px;
	padding-right: 36px;
	padding-bottom: 24px;
	padding-left: 0px;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.65em;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 36px;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.65em;
	padding-top: 60px;
	padding-left: 24px;
	padding-right: 20px;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 36px;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	}

table.unit_price {width: 100%;}
	
caption {display: none;}
	
th {
	border: solid #796b63;
	border-width: 0 1px 0 0;
	padding: 3px 7px;
	color: #ebe7e4;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #000000;
	}	
	
td {	
	border: solid #ddd;
	border-width: 0 0 1px 0;
	padding: 3px 7px;
	background: #F2F2F2;
	}

td.number {
	border-right-width: 1px;
	background-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}		
tr.even td {background: #fff;}
table .centre {text-align: center;}
table .right {text-align: right;}
table .right2 {text-align: right;}
}	
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #51AC98;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #000000;
}
#right a:hover {
	color: #08447E;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #418B7A;}
.tkguberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.4em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.05em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.0em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
