/****  Manford.com 
*******************************************************/

/****  Main formating
*******************************************************/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F2F2F2;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
#wrapper {
	color: #000000;
	padding: 0;
	width: 753px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/wrapperbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	border: 1px solid #666666
}

.quotes {
	font-style: italic;
	text-align: left;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
.quotessig {
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 0px;
	margin: 0px;
}

.quotes2 {
	font-style: italic;
	text-align: left;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.quotessig2 {
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.ib {
	font-style: italic;
	font-weight: bold;
}
.i {
	font-style: italic;
}

.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}


.super {
	vertical-align: super;
}

/****  Header
**************************************************/

#header {
	margin: 0;
	padding: 0;
	height: 75px;
	width: 753px;
	background-color: #FFFFFF;
}


/****  Main Content Section
**********************************************************/

#midcontent {					/* main content container - hold nav and maincontent*/

	width: 753px;
	height: 385px;
	_height: 383px;
	
}

#maincontent {					/* main content section container - holds titlebar and content*/
	width: 593px;
	border:0;
	height: 100%;
	position: relative;
	float: left;
}

#title {							/* Title bar for Main Content */
	width: 753px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	border-top: 2px outset #000000;
	border-right: none;
	border-bottom: 4px outset #FFFFFF;
	border-left: none;
}

#content {						/* Content Container- holds left and right content*/
	border:0;
	height: 1px;
	width: 593px;
	position: relative;
}

#leftcontent {
	width: 50%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	height: 384px;
	_height: 380px;						/* IE6 Hack  NN and FF ignores it */
	background-color: #FFFFFF;
	padding: 0px;
	overflow: auto;
	text-align: left;
}
#leftcontent ul li {
	font-size: 12px;
	list-style: disc;
	padding-bottom: 5px;
	padding-right: 5px;
}

#leftcontent ol {
	font-size: 12px;
	padding-left: 5px;
	margin-left: 40px;
}

#leftcontent h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#leftcontent h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 3px 0px 8px;
	font-style: italic;
	text-decoration: underline;
}
#leftcontent h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}

#leftcontent h5 {

	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}

#leftcontent p {
	font-size: 12px;
	padding: 0px 15px 15px;
	margin: 0;
}

#leftcontentpix {
	width: 50%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	height: 380px;
	background-color: #FFFFFF;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	padding: 5px 0 0 0;
	text-align: center;
}

#leftcontent h2.u {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}

#leftcontent p.list {

	font-size: 12px;
	padding: 0px 15px 0px;
	margin: 0;
}
#leftcontent li p {
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
}


#rightcontent {
	width: 50%;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 5px  0 0 0;
	height: 384px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #CCCCCC;
	
}

/**** Subcontent Section
******************************************************************/

#subcontent {
	background-color: #FFFFFF;
	position: relative;
	width: 713px;
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	padding: 20px;
	text-align: left;
}

#subcontent #cart {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
#subcontent #ordernav {
	float: left;
	clear: both;
	width: 100%;
}


.cartright {
	width: 40%;
	position: relative;
	float: left;
	text-align: right;
	padding-left: 20px;
}
#subcontent #cart .cartright p {
	padding-top: 20px;
}


.cartleft {
	width: 40%;
	position: relative;
	float: left;
	text-align: right;
	border-right: 1px dashed #000000;
	padding-right: 35px;
	margin-bottom: 50px;
}
#subcontent #cartview {
	width: 87%;
	padding-top: 20px;
	text-align: right;
	clear: both;
	float: left;
}

#subcontent h1 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 0px;
}

#subcontent h2 {

	font-size: 16px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
}

#subcontent h3 {
	font-size: 14px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#subcontent h2.cart {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#subcontent h3.cart {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}


#subcontent h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	padding: 0px 0px 15px 0px;
	font-style: normal;
}



#subcontent li {
	font-size: 12px;
	margin-left: 25px;
}

#subcontent ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}


#subcontent li  li{
	font-size: 12px;
	list-style-type: circle;
}
#subcontent p.nospace {
	margin: 0px;
	padding: 0px;
}


#subcontent p.nav {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 0em;
}
#subimage {
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#subimage p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#subcontent p.nav a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#subcontent p.nav a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#subcontent input.text {
	color: #000000;
	background-color: #CCCCCC;
	width: 30%;
	border: 1px inset #000000;
}
#subcontent input.btn {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px outset #000000;
}
#subcontent form p {
	margin: 0px;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subcontent form h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	width: 80%;
	padding-bottom: 5px;
}
#subcontent form h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 5px;
}


#subcontent form p label {
	font-weight: bold;
	float: left;
	width: 20%;
}
#subcontent textarea.comments {
	height: 100px;
	width: 400px;
}

/**** Navbar
***************************************************/

#nav {
	height: 385px;
	_height: 383px;
	width: 157px;
	background-color: #ededed;
	padding: 0;
	position: relative;
	margin: 0px;
	float: left;
	border-right: 1px solid #000000;
}

#navlist
{
	margin-left: 10px;
	border-bottom: 1px solid gray;
	width: 135px;
	font-size: 13px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin-top: 20px;
	_margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
}

#navlist li
{
list-style: none;
padding: .70em 0.45em;
border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
	color: #000000;
}

#navlist li a:hover {

	text-decoration: none;
	color: #808080;
}

/****  Footer
*************************************************************/

#footer {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 753px;
	border-top: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 10px;
}

#footer ul {
	text-align: center;
	margin: 0px;
	padding: 2px 0px 5px;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul a {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#footer ul a:hover {

	text-decoration: none;
	color: #808080;
}
#footer ul.copy {
	padding-top: 10px;
}

#footer ul.copy a {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
