/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  p7csslm01
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #151515;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	margin: 10px 0 20px 0;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	height:120px;
}
#addresshead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	background-image:url(../images/Addressbg.jpg);
	background-repeat: repeat-x;
	height:22px;
}
#navhead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	height:32px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
}
.floatleft {
	float:left;
	padding:0 10px 0 0;
}
.floatright {
	float:right;
	padding:0 0 0 10px;
}


#imgspaceleft {
	border:1px solid #333333;
	margin-right:10px;
	padding:5px;
}

a img {
	border:0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 740px;
	float: left;
}
#right {
	width: 220px;
	float: left;
}
#left .content {
	padding: 0 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 20px;
	font-size: .75em;
	line-height: 1.5em;
	color:#FFFFFF;
}
#masthead .content {
}
#addresshead .content {
	text-align:center;
	color:#0913CA;
	font-size:.85em;
	font-weight:bold;
	padding-top:2px;
}
#navhead .content {
	font-size:.7em;
	text-transform:uppercase;
}
#footer .content {
	padding: 8px 20px;
	text-align:center;
	word-spacing:5px;
}
#footer {
	color: #FFF;
	background-color: #011E7D;
	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: #001B72;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #FFCC00;
}
#right a:visited {
	color: #FFCC00;
}
#right a:hover {
	color: #FF0000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FFCC00;
}
#footer a:active {
	color: #FFCC00;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 15px 0 0 0;
	color:#FF0000;
}
h4 {
	font-size: 1.1em;
	margin: 15px 0 0 0;
	color:#FF0000;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#ssmfloatleft {
	float: left;
	width: 300px;
	margin-right:20px;
}
#ssmfloatleftsml {
	float: left;
	width: 200px;
	margin-right:20px;
}
.author {
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	text-decoration:underline;
}

/* Search form styles */
/* search */
#right #frmKeywords {
	background: #001B72;
	margin: 5px 3px;
	padding: 5px;	
}
#right #frmKeywords img {
	vertical-align: bottom;
}
#right #frmKeywords-keywords .textbox {
	background: #FFF url(../images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;
	width: 110px;
}
#right #frmKeywords input.formButton { 
	margin-left: 100px; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #224CEE/* url(../images/buttonbg.gif) repeat-x left bottom*/; 
	padding: 5px; 
	height: 25px;
	color: #FFCC00;	
	width: 55px;
}
/* --- upsell --- */

td#upsellCell{
	text-align:center;
	vertical-align:top;
	font-size:12px;
	padding:12px 12px 12px 0;
}
td#upsellCell h3{
	font-size:14px;
	margin:12px 0;
	}
ul#upsellList{
	list-style:none;
	float:left;
	}
ul#upsellList li{
	list-style:none;
	float:left;
	display:block;
	font-size:12px;
	width:120px;
	text-align:center;
}
ul#upsellList li a:link, ul#upsellList li a:visited, ul#upsellList li a:active{
	text-decoration:none;
	}
	ul#upsellList li a:hover{
		text-decoration:underline;
	}
