/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 12px;
	padding: 0;
	min-width: 760px;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(img/clm05_middle.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 2px 20px 2px 20px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {padding: 12px 20px;}
#footer .content {padding: 12px 20px;}
#footer {
	color: #FFFF00;
	background-color: #000000;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FF0000;
	text-decoration: none;
}
#left a:visited {
	color: #FF0000;
	text-decoration: none;
}
#left a:hover {
	color: #FF0000;
	text-decoration: none;
}
#right a:link {
	color: #FF0000;
	text-decoration: none;
}
#right a:visited {
	color: #FF0000;
	text-decoration: none;
}
#right a:hover {
	color: #FF0000;
	text-decoration: none;
}
#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: #FFFF00;}
#footer a:visited {color: #FFFF00;}
#footer a:hover {color: #9B7C00;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .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: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
.mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 400px;
	float: left;
	padding: 20px;
	list-style-image: url(../Images/shoe.gif);
}
