/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  11: 1Col_Flex
  ------------------------------------------------
	Colors:
		Blue Green (logo): #22688A
		Light Blue: #C5D3C6
		Medium Green: #638969
		Dark Green: #556B5A
		Cream: #F7F9DF
		Red: #A81E35
			
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	background-color: #F7F9DF;
	margin: 20px;
	padding: 0;
	min-width: 720px;
}
#masthead {
	color: #999999;
	background-color: #C5D3C6;
	padding: 0px;
	margin: 0;
	background-image: url(/images/site-graphics/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	z-index: 999999;
}
#masthead .content {
	padding: 12px 20px;
	background-image: url(/images/site-graphics/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
#info {
	float: left;
	color: #22688A;
	margin-left: 30px;
	margin-top: 30px;
}
#tag {
	margin-top: 30px;
}
#center {
	width: auto;
	background-image: url(/images/site-graphics/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#center .content {
	padding: 0 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(/images/site-graphics/left.gif);
	background-color: #F7F9DF;
	background-repeat: repeat-y;
	margin-right: 37px; /*To show a background on this element, the right margin must be set to equal the width of the right background image.*/
}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(img/clm05_middle.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
}
#leftcolumn {
	width: 350px;
	float: left;
}
#leftcolumn img {
	padding-top: 30px;
}
#left {
	background-image: url(/images/site-graphics/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#left .content {
	padding: 0 0 0 15px;
	color: #A81E35;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	background-image: url(/images/site-graphics/left.gif);
	background-color: #F7F9DF;
	background-repeat: repeat-y;
	margin-right: 37px; /*To show a background on this element, the right margin must be set to equal the width of the right background image.*/
}
#sale {
	background-image: url(/images/site-graphics/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#sale .content {
	padding: 0 0 0 15px;
	color: #A81E35;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	background-image: url(/images/site-graphics/left.gif);
	background-color: #F7F9DF;
	background-repeat: repeat-y;
	margin-right: 37px; /*To show a background on this element, the right margin must be set to equal the width of the right background image.*/
}
#sale h3 {
	margin-top: 0;
}
#right {
	width: auto;
	background-image: url(/images/site-graphics/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#right .content {
	padding: 0 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(/images/site-graphics/left.gif);
	background-color: #F7F9DF;
	background-repeat: repeat-y;
	margin-right: 37px; /*To show a background on this element, the right margin must be set to equal the width of the right background image.*/
}
.leftlayoutwrapper {
	margin: 0;
	background-color: #638969;
	padding: 20px 0 20px 20px;
}
#layoutwrapper {
	margin: 0;
	background-color: #638969;
	padding: 20px;
}
#rightlayoutwrapper {
	margin: 0px 0px 0px 350px;
	background-color: #638969;
	padding: 20px;
}
.top {
	background-image: url(/images/site-graphics/top.gif);
	background-repeat: repeat-x;
}
.topleft {
	background-image: url(/images/site-graphics/top-left.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.topright {
	background-image: url(/images/site-graphics/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.bottom {
	background-image: url(/images/site-graphics/bottom.gif);
	background-repeat: repeat-x;
}
.bottomleft {
	background-image: url(/images/site-graphics/bottom-left.gif);
	background-repeat: no-repeat;
	height: 37px;
}
.bottomright {
	background-image: url(/images/site-graphics/bottom-right.gif);
	height: 37px;
	background-repeat: no-repeat;
	background-position: right top;
}
.centertext {
	text-align: center;
}
.clearance {
	border: 1px solid #A81E35;
	border-collapse: collapse;
}
.clearance td, .clearance th {
	border: 1px solid #A81E35;
	padding: 5px;
}
#footer .content {
	padding: 12px 20px 12px 20px;
	text-align: center;
	background-image: url(/images/site-graphics/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#footer {
	color: #F7F9DF;
	background-color: #556B5A;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	background-image: url(/images/site-graphics/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.scalable-centered {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#right a:link {
	color: #556B5A;
}
#right a:visited {
	color: #638969;
}
#right a:hover {
	color: #000000;
}

#center a:link {
	color: #556B5A;
}
#center a:visited {
	color: #638969;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #33C;
}
#footer a:visited {
	color: #E0E0D0;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	padding: 10px;
	margin: 0 0 0 -10px;
	color: #556B5A;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
	color: #A81E35;
}
h3 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	color: #556B5A;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	padding: 12px 0;
	margin: 0;
}
#left p {
		padding: 0;
}
.floatleft {
	float: left;
	vertical-align: bottom;
}
.floatright {
	float: right;
	vertical-align: bottom;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
img {
	border: none;
}
.indent {
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
}
.red {
		color: #A81E35;
		font-weight: bold;
}
ul {
	margin: 0;
}
.stone {
	font-size: 14px;
	line-height: 1.2;
}
.tbl p {
	padding-left: 10px;
}