/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	background-color: #FFFFFF;
	/*margin: 20px;*/
	margin: 5px;
	padding: 0;
}
#masthead {
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	/*background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#center .content {
	/*padding: 24px 32px;*/
	padding: 2px 20px 0px 1px;
	/*font-size: 0.8em;*/
	font-size: 110%;
	line-height: 1.65em;
}
#left .content {
	/*padding: 24px 16px;*/
	padding: 2px 4px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	/*padding: 24px 16px;*/
	padding: 6px 12px 2px 2px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.9em;
	clear: both;
	background-color: #ffffff;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	text-decoration:none;
	color: #0000ff;
}
#left a:visited {
	text-decoration:none;
	color: #0000ff;
}
#left a:hover {
	text-decoration:none;
	color: #0000ff;
}
#center a:link {
	text-decoration:none;
	color: #0000ff;
}
#center a:visited {
	text-decoration:none;
	color: #0000ff;
}
#center a:hover {
	text-decoration:none;
	color: #0000ff;
}
#right a:link {
	text-decoration:none;
	color: #0000ff;
}
#right a:visited {
	text-decoration:none;
	color: #0000ff;
}
#right a:hover {
	text-decoration:none;
	color: #0000ff;
}
#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: #0000ff;}
#footer a:visited {color: #0000ff;}
#footer a:hover {color: #0000ff;}
.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 0px;
}

.container {
	font-size: 80%;
	width: 75%;
	float: left;
	padding-right: 3px;
	padding-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: 440px;
	float: left;
	padding: 20px;
	list-style-image: url(../Images/shoe.gif);
}

