* {
	margin: 0;
	padding: 0;
}

/* Global Styles */

body {
	background: #fff;
	color: #000;
	font: 1.0em Verdana, Arial, sans-serif;
}

p {
	font-size: 0.75em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 1em;
}

ul {
	list-style-image: url('../assets/Image/layout/bullet.gif');
	margin-bottom: 15px;
}

li {
	font-size: 0.8em;
}

address {
	font-size: 0.8em;
}

h3 {
	color: #84325E;
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

h4 {
	color: #84325E;
	font-size: 0.9em;
	padding-top: 6px;
	margin-bottom: 1.1em;
}

table {
	border: 1px solid #00279F;
	width: 80%;
	margin: 10px auto;
	border-collapse: collapse;
}

thead {
	background-color: #CFDBFF;
}

thead th {
	border-bottom: 1px solid #00279F;
}

tfoot {
	background-color: #ddd;
	text-align: center;
}

tfoot td {
	border-top: 1px solid #00279F;
}

th {
	border-right: 1px solid #00279F;
	padding: 3px;
}

td {
	border-right: 1px solid #00279F;
	padding: 3px;
}

form {
	width: 80%;
	margin: 10px auto;
	padding: 15px;
	border: 1px solid #ccc;
	text-align: center;
}

label {
	float: left;
	margin: 10px 5px;
	width: 25%;
	font-size: 0.8em;
	text-align: right;
}

input, textarea, select {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px 5px;
	width: 60%;
	font-size: 0.8em;
	text-align: left;
	padding: 2px;
}

textarea {
	background: #fff;
	border: 1px solid #ccc;
	height: 100px;
	font-size: 1.0em;
}

input.checkbox {
	background: #fff;
	border: 1px solid #ccc;
	margin: 15px 5px;
	width: auto;
}

input.inputbutton, button {
	border: 1px outset #aaa;
	background: #d5d5d5 url('../assets/Image/layout/button-bg.gif') repeat-x top;
	padding: 3px 5px;
	width: auto;
	float: none;
	text-align: center;
}

fieldset {
	border: 1px solid #ccc;
}

fieldset input {
	float: left;
	width: auto;
}

a:link {
	color: #91225e;
}

a:visited {
	color: #7b5268;
}

a:hover, a:active {
	color: #cb006e;
}

/* ID Styles */

#Container {
	width: 100%;
	min-width: 912px;
}

#Header {
	background: #fff url('../assets/Image/layout/header-bg.jpg') no-repeat top right;
	margin-left: 15px;
	height: 155px;
}

#Header a {
	background: url('../assets/Image/layout/logo.jpg') no-repeat bottom left;
	display: block;
	height: 146px;
	width: 167px;
}

#Header h1 span {
	display: none;
}

#Nav {
	background: #602141 url('../assets/Image/layout/nav-bg.gif') repeat-x;
	color: #fff;
	list-style: none;
	padding: 4px 0 6px 0;
	text-align: center;
	margin: 0;
	list-style-image: none;
}

#Nav li {
	display: inline;
	font-size: 0.75em;
	margin: 0 1.6%;
	padding-bottom: 5px;
	position: relative;
	z-index: 4;
}

#Nav li ul {
	list-style-image: none;
	display: none;
	position: absolute;
	z-index: 6;
	left: -1px;
	top: 1.5em;
	background: #85345F url('../assets/Image/layout/dropdown-bg.gif') repeat-y left;
	border: 1px solid #000;
	font-size: 1em;
	width: 15em;
	padding: 0;
	z-index: 6;
}

#Nav li:hover ul, #Nav li.sfhover ul {
	display: block;
}

#Nav li ul li {
	list-style-image: none;
	border-bottom: 1px solid #450b23;
	display: block;
	font-size: 1em;
	padding: 10px 5px;
	text-align: left;
	margin: 0;
}

#Nav a:link {
	color: #fff;
	text-decoration: none;
}

#Nav a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

#Nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#LeftNav {
	background: url('../assets/Image/layout/search-topbg.gif') no-repeat top;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 109px;
}

#LeftNav ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 5px;
}

#LeftNav li {
	width: 109px;
	padding: 0;
	display: inline;
	overflow: hidden;
}

#LeftNav li a {
	line-height: 1.4em;
	background: #6d274c url('../assets/Image/layout/left-li-bg.gif') no-repeat top left;
	display: block;
	float: left;
	margin-top: 4px;
	padding: 0 0 1px 6px;
	width: 103px;
}

#LeftNav li a:link {
	color: #fff;
	text-decoration: none;
}

#LeftNav a:visited {
	color: #e6e6e6;
	text-decoration: none;
}

#LeftNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#LeftNav form {
	background: #84325e url('../assets/Image/layout/search-bg.gif') no-repeat bottom;
	font-size: 0.8em;
	padding: 0 8px 10px 8px;
	text-align: right;
}

#LeftNav .container {
	background: #84325e url('../assets/Image/layout/search-bg.gif') no-repeat bottom;
	font-size: 0.8em;
	padding: 0 8px 10px 8px;
	text-align: right;
}

#LeftNav form a {
	color: #fff;
}

#LeftNav .navbox {
	background: url('../assets/Image/layout/search-topbg.gif') no-repeat top;
	padding-top: 8px;
}

#LeftNav input {
	border: 0 solid;
	width: 93px;
}

#LeftNav input.Submit {
	background: #fff;
	border: none;
	color: #73425f;
	margin-top: 2px;
	width: auto;
}

#LeftNav form label {
	color: #fff;
	display: block;
	font-size: 0.9em;
	text-align: left;
	width: 100%;
}

#ContentWrap {
	padding: 10px 15px;
	position: relative;
	z-index: 0;
}

#Content {
	background: #fff url('../assets/Image/layout/image-column.gif') repeat-y top right;
	border: 1px solid #84325e;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width:99.8%;
}

#Content h2 {
	background: #ececec url('../assets/Image/layout/content_header-bg.gif') repeat-y right;
	border-bottom: 1px solid #84325e;
	color: #5c0032;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.35em;
	text-align: right;
	word-spacing: 0.1em;
}

#Content h2 span {
	background: #84325e;
	color: #fff;
	margin-right: 127px;
	padding: 0 0 0 3px;
}

#Content h3 span {
	display: block;
	font-size: 0.8em;
}

#Content #RightImage {
	border-left: 1px solid #84325e;
	position: absolute;
	right: -1px;
	width: 213px;
	z-index: 2;
}

html > body #Content #RightImage {
	right: 0;
}

#Content ul {
	padding-left: 20px;
}

#TextFloat {
	padding: 35px;
	margin-right: 213px;
	overflow: hidden;
}

#Content #SubContent {
	background-color: #84325e;
	color: #fff;
	padding: 5px 15px;
	margin-left: -15px;
}

#Content #SubContent h4 {
	color: #fff;
	margin-bottom: 2px;
}

#Content #SubContent ul {
	list-style-image: none;
	font-size: 0.85em;
	padding: 0 15px;
}

#Content #SubContent li {
	background: url('../assets/Image/layout/subcontent-bullet.gif') no-repeat top left;
	display: inline;
	padding-left: 8px;
}

#Content #SubContent li.first {
	background: none;
	padding: 0;
}

#SplitContainer {
	position: relative;
	padding: 10px 0;
	width: 100%;
	z-index: 3;
}

#NewProducts {
	background: #ececec;
	border: 1px solid #84325e;
	min-height: 180px;
	overflow: hidden;
	margin-right: 228px;
	width: 73%;
}

html > body #NewProducts {
	width: auto;
}

#NewProducts h3 {
	background: #ececec url('../assets/Image/layout/newprod_header-bg.gif') repeat-y 50%;
	border-bottom: 1px solid #84325e;
	color: #5c0032;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}

#NewProducts h3 span {
	background-color: #84325e;
	color: #fff;
	padding-left: 0.2em;
}

#NewProducts div#BoxContainer {
	background: #ececec url('../assets/Image/layout/newprod_img-bg.gif') repeat-x;
	overflow: hidden;
	width: 100%;
}

#NewProducts div#BoxContainer div {
	float: left;
	display: inline;
	width: 19.6%;
	text-align: center;
}

#NewProducts div#BoxContainer div img {
	border: none;
	border-bottom: 1px solid #84325e;
	display: block;
	width: 114px;
	height: 98px;
	margin: 0 auto;
}

#NewProducts div#BoxContainer div p {
	background-color: #ececec;
	margin: 0;
	padding: 5px 10px;
}

#LatestNews {
	background: #fff;
	border: 1px solid #84325e;
	width: 213px;
	position: absolute;
	right: 0;
}

#LatestNews h3 {
	background: #ececec url('../assets/Image/layout/latestnews_header-bg.gif') repeat-y right;
	border-bottom: 1px solid #84325e;
	color: #5c0032;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

#LatestNews h3 span {
	background-color: #84325e;
	color: #fff;
	padding-left: 0.2em;
}

#LatestNews ul {
	list-style-image: url('../assets/Image/layout/list-dash.gif');
	padding-left: 25px;
	margin-bottom: 0;
}

#LatestNews li {
	margin-bottom: 12px;
}

#Footer {
	border-top: 6px solid #84325e;
	bottom: 0;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	clear: both;
}

#NewProducts div.clearfix {
	float: none;
	clear: both;
	width: 100%;
}

#UsefulLinks {
	border: 1px solid #999;
	float: right;
	width: 224px;
	padding: 5px;
	overflow: hidden;
	display: inline;
	margin-left: 10px;
}

#UsefulLinks img {
	float: left;
	margin: 5px;
	border: 1px solid #84325e;
}

#UsefulLinks a {
	border: none;
}

img.directionsmap {
	border: 1px solid #84325e;
	display: block;
	width: 602px;
	height: 377px;
	margin: 5px auto 15px auto;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.purple {
	color: #84325E;
	font-weight: bold;
}

.big {
	text-transform: uppercase;
}


