/* LAYOUT */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 770px;
	margin: 0px;
	background: url(Images/bg-main.gif);
	background-repeat: repeat-y;
}
#separator {
	clear: both;
	height: 0px;
}
#topNav {
	height: 22px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #6A437B;
}
#leftNav {
	width: 173px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: left;
}
#contentHome {
	width: 420px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	color: #333333;
}
#contentBody {
	width: 392px;
	margin: 0px;
	padding: 54px 14px 14px 14px;
	float: left;
	text-align: left;
	color: #333333;
}
#rightColumn {
	width: 173px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#bottomLeft {
	width: 173px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	color: #4E2683;
	text-align: center;
}
#bottomCenter {
	width: 420px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#bottomRight {
	width: 173px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	color: #4E2683;
	text-align: center;
}
#footer {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	padding: 5px;
	border-top: 4px solid #6A437B;
	color: #999999;
}
#contentBody h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6A437B;
	padding-top: 0px;
	line-height: normal;
	margin-top: 0px;
}
#contentBody h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6A437B;
}
#contentBody h3 {
	font-size: 100%;
	font-weight: bold;
	color: #6A437B;
	margin-bottom: -10px;
}
#contentBody a:link {
	color: #6A437B;
	text-decoration: underline
}
#contentBody a:visited {
	color: #6A437B;
	text-decoration: underline
}
#contentBody a:hover {
	color: #92278F;
	text-decoration: underline
}
#contentBody a:active {
	color: #660033;
	text-decoration: underline
}
.productPhotoBox {
	border: 1px solid #CCCCCC;
}


/* ------------------------------------------------------- */
/* RIGHT COLUMN */

#rightColumn p {
	font-size: 11px;
	margin: 0px; /* top right bottom left */
	padding: 10px 18px 4px 18px;
}

#rightColumn a:link {
	color: #FFFFFF;
	text-decoration: underline
}
#rightColumn a:visited {
	color: #FFFFFF;
	text-decoration: underline
}
#rightColumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #777777;
}
#rightColumn a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #777777;
}

/* ------------------------------------------------------- */
/* BOTTOM CENTER*/

#bottomCenter p {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0px;
	padding: 4px;
	color: #666666;
	text-align: left;
}

/* ------------------------------------------------------- */
/* FOOTER BAR*/

#footer p {
	font-size: 10px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	color: #999999;
	text-decoration: underline
}
#footer a:visited {
	color: #999999;
	text-decoration: underline
}
#footer a:hover {
	color: #4E2683;
	text-decoration: underline
}
#footer a:active {
	color: #660033;
	text-decoration: underline
}
