/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #fff;
	margin: 20px;
	padding: 0;
	
}
#masthead {background-image:url(../Pictures/header04-01q50w770x250.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	Border:1px solid #666;
}
#column_wrapper {
	background-image: url(img/clm02_middle04r.jpg);
	background-repeat: repeat-y;	
	border-top: 1px solid #666;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 550px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
	margin:0 auto;
	text-align:center;
}
#footer {
	color: #999999;
	background-image:url(../Pictures/footerbg04a.jpg);
	background-repeat:repeat;
	background-position:top;
	border-top:1px solid #666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	/*border-left: 6px solid #000000; */
	padding: 0 0 0 0;
}
#wrapper .menulist a:hover {
	border-color: #ffffff;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #000000;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #fff !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
}
h2 {
	font-size: 1.35em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 20px auto 15px auto;
	text-align:center;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/* ------------------ extra rules ----------------------*/
#pricetable{
	padding:0;
	margin:0 auto;
	border:1px solid #333;
	background-color:#FFFF66;
	width:470px;
	}
	
#pricetable th{
	color:#FF0000;
	border:1px solid #666;
	padding-left:20px;
	font-size:1.4em;
	color:#FF0000;
	text-align:left;
	font-weight:200;
	}
	
#pricetable td{
	text-align:left;	
	border:1px solid #666;
	padding-left:20px;
	}
	
