html, body {
	font-family: Arial, Sans;
	background-color: #f2f8f9;
	color: #6c6c6c;
	height: 100%;
	width: 100%;
	margin: 0px;
	
	/* For old browsers and IE */
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* Main Id's - Begin */
#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;

	height: 100%;
	width: 870px;
}

#header {
	height: 160px;
	width: 100%;
}

#nav {
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 100%;	
}

#content {
	background-color: white;
	padding-bottom: 25px;
	width: 100%;
}

#footer {
	margin: 15px 0px 15px 0px;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

#purchase div {
	height: 25px;
}

#preview-pics {
	margin: 10px auto 0px auto;
	text-align: center;
	width: 150px;
}


/* Main Classes - Begin */
.valign-top {
	vertical-align: top;
}

.valign-mid {
	vertical-align: middle;
}

.valign-btm {
	vertical-align: bottom;
}

.padding-left {
	padding-left: 25px;
}

.product {
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	
	/* content-section2 minus 25px (left-padding) */
	width: 623px;
}

.product-btn {
	margin-right: 20px;
}


/* Header Styles - Begin */
#header-section1 {
	height: 17px;
}

#header-section1 img {
	vertical-align: bottom;
}

#searchbox {
	border: 1px #d76066 solid;
	padding: 0px 0px 0px 2px;
	color: #d76066;
	
	width: 139px;
	height: 17px;
}

#header-section2 {
	margin: 15px 0px 15px 0px;
	font-size: 12px;
}

#header-section3 {
	padding: 3px;
	background-color: white;
	line-height: 12pt;
	font-size: 11px;
}


/* Content Styles */
#content-section1 {
	/*background-color: #CCFF00; */
	padding: 65px 0px 0px 0px;
	vertical-align: top;
	width: 222px;
}

#content-section2 {
	/*background-color: gray; */
	padding: 25px 0px 0px 25px;
	vertical-align: top;
	width: 648px;
}


/* Sidenav Styles */
#side-nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#side-nav li {
	line-height: 17px;
}

#side-nav li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#side-nav li ul li {
	padding-left: 25px;
	margin: 0px;
}

#payments {
	margin-top: 35px;
}

#payments a {
	margin: 0px 2px 0px 2px;
}


/* Main Link Styles - Begin */
a {
	text-decoration: none;
	font-size: 12px;
	color: #d76066;
}

a:hover {
	text-decoration: underline;
}

.product-title {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

#nav a {
	margin: 0px 7px 0px 7px;
}

#footer a {
	color: #6c6c6c;
}


/* Main Text Styles - Begin */
.title1 {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #d76066;
	display: block;
}

.title2 {
	font-size: 22px;
	font-weight: bold;
}

.product-price {
	margin: 6px 0px 6px 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	display: block;
}


.pBox {
clear: none;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px;
display: inline;
font-size: 11px;
float: left;
padding-right: 5px;
padding-left: 5px;
vertical-align: middle;
border-left: #cccccc 1px;
width: 190px;
color: #434343;
border-bottom: #cccccc 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
