/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
}
body, html {
	height: 101%;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #FFF;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm04_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	margin-top: 4px;
	background-image: url(img/clm04_top.gif);
	background-repeat: no-repeat;
	HEIGHT: 1px;
}
#column_bottom {
	background-image: url(img/clm04_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 770px;
	min-height: 315px;
	float: left;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right {
	width: 200px;
	float: left;
	background-image: url(../images/macstuff.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#left .content {
	padding: 24px 36px 50px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content img {
	padding: 15px;
}
#right .content {
	padding: 100px 8px 0 8px;
	font-size: .75em;
}
#right .content ul {
	margin: 0;
	padding: 0;
}
#right .content li {
	list-style-type: none;
	padding-left: 12px;
}
#right .content li a {
	text-decoration: none;
}
.viewcart {
	width: 86px;
	margin: 0 auto;
/*	padding-top: 10px;*/
}
#masthead .content {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: right;
}
#footer .content {
	padding: 0 10px;
}
#footer {
	color: #666;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.3em;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#right .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border: 1px solid #F5F3F6;
	padding: 3px;
	line-height: 2.2em;
}
#right .menulist a:hover {
	background-color: #F6EEED;
	border-color: #999;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
	background-color: #F6EEED;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 8px 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
legend {
	font-style: italic;
	margin: 25px 0 0 25px;
}
.imp {
	font-weight: bold;
}
.ctr {
	text-align: center;
}
.ctrplustop {
	text-align: center;
	margin: 10px 0 0 0;
}
.ctr396 {
	width: 396px;
	margin: 0 auto;
}
.price {
	clear: both;
	padding: 10px 0 10px 0;
	width: 682px;
	border: 1px solid silver;
	background-color: #F6EEED;
	text-align: center;
}
.price h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
.mvs {
	width: 722px;
	margin: 0 0 0 -15px;
	padding: 0;	
}
acronym {
	border-bottom: 1px dotted silver;
}
.spacer {
	height: 200px;
}

