@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS zero end*/

body {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#656565;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:1.2em;
	vertical-align:baseline;
}
.container {
	width:908px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container h1 {
	color:#722D7D;
	font-size:2em;
	font-weight:bold;
	line-height:1.5em;
	text-transform:uppercase;
}
.container h2 {
	color:#722D7D;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	font-family: inherit;
}
.container .subBold {
	color:#896B8F;
	font-size:1.3em !important;
	font-weight:bold !important;
}
.container p {
	color:#424141;
	line-height:1.4em;
}
.container a:link {
	color:#424141;
	text-decoration:underline;
}
.container a:visited {
	color:#424141;
	text-decoration:underline;
}
.container a:hover {
	color: #424141;
	text-decoration: none;
}
.container a:active {
	color:#424141;
	text-decoration:underline;
}
.container .action a {
	background:transparent url(../../media/img/arrow1.gif) no-repeat scroll right 1px;
	padding-right:10px;
}
.container .action {
	font-weight:bold;
	text-decoration:none;
}
.container .action a:link {
	font-weight:bold;
	text-decoration:none;
}
.container .action a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.container ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.header {
	float:left;
	height:94px;
	width:100%;
	background:#000 none repeat scroll 0 0;
	padding: 0px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.header .logo {
	margin:25px 0 0 20px;
}
.header h1 {
	font-size:1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-9999px;/*Hide Text, keep for SEO*/
	clear:both;
}
/* nav styles*/


.container .navContainer {
	clear:both;
	float:left;
	width:908px;
}
.container #navitem1 {
	width:130px;
}
.container #navitem2 {
	width:200px;
}
.container #navitem3 {
	width:95px;
}
.container #navitem4 {
	width:171px;
}
.container #navitem5 {
	width:108px;
}
.container #navitem6 {
	width:204px;
}
.navContainer {
	border-bottom:1px solid #999;
}
.navContainer #mainnav ul {
	background:#ECEAE4 none repeat scroll 0 0;
	border-top:1px solid #FFFFFF;
	float:none;
	width:908px;
	display: inline;
}
/* ia added this for the dropdown*/
.navContainer #mainnav ul ul {
	background:#ECEAE4 none repeat scroll 0 0;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	float:none;
	width:250px;
	display: inline;
}
.navContainer #mainnav ul li {
	text-transform:uppercase;
	float:left;
}
.navContainer #mainnav ul li a {
	background:#ECEAE4 none repeat scroll 0 0;
	color:#4B4B4A;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:15px 0px;
	text-align:center;
}
/* I added this for dropdown*/
.navContainer #mainnav ul ul li a {
	background:#ECEAE4 none repeat scroll 0 0;
	color:#4B4B4A;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:15px 20px;
	text-align:left;
}

.navContainer #mainnav ul li a:hover {
	background:#f7f7f4 none repeat scroll 0 0;
	color:#4B4B4A;
	font-weight:bold;
	text-decoration:none;
}
/*I added this for the dropdown*/
.navContainer #mainnav ul ul li a:hover {
	background:#f7f7f4 url(../../media/img/arrow_nav.gif) no-repeat scroll 8px 16px;
	color:#4B4B4A;
	font-weight:bold;
	text-decoration:none;
}
.container .navContainer #mainnav ul li.selected a:visited {
	background:#F7F7F4 url(../../media/img/arrow_nav.gif) no-repeat scroll 8px 16px;
	color:#4B4B4A;
	font-weight:bold;
	text-decoration:none;
}
/*footer stuff */
.container .footerZone {
	border-top:6px solid #000;
}
.container .footerZone {
	float:left;
	margin:20px 0 10px;
	padding-top:10px;
	width:908px;
}
.container #d_FooterMenu, .mainContainer #b_FooterMenu, .mainContainer #c_FooterMenu {
	float:left;
	margin:0 6px 0 0;
}
.container #d_FooterMenu, .mainContainer #b_FooterMenu {
	height:25px;
}
.container #d_FooterMenu ul li, .container #b_FooterMenu ul li, .container #c_FooterMenu ul li {
	float:left;
	padding-left:8px;
}
.container #d_FooterMenu ul li a:visited {
	text-decoration:none;
}
.container #d_FooterMenu ul li a:hover {
	text-decoration:underline;
}
.container #d_FooterMenu ul li a, .container #c_FooterMenu ul li a {
	background:transparent url(../../media/img/divider3.gif) no-repeat scroll right 2px;
}
.container #d_FooterMenu ul li a, .container #b_FooterMenu ul li a, .container #c_FooterMenu ul li a {
	padding-right:6px;
}
.optFooter {
	border-top:1px solid #A4A296 !important;
	margin:-10px 0 0 !important;
	overflow:hidden;
	padding:10px 0 0 7px !important;
}
.optFooter {
	float:left;
	width:900px;
}
/* home page modules*/
.subContent {
	clear:both;
	padding-top:5px;
}
.container .Col3 {
	float:left;
	margin-right:15px;
	margin-top:5px;
	width:290px;
}
.container .Col3.right {
	margin-right:0;
	width:292px;
}
.container .module {
	border:1px solid #ACACAC;
	display:block;
	float:left;
	width:100%;
}
.container .module_img {
	border-right:1px solid #ACACAC;
	float:left;
	height:103px;
	margin-right:10px;
	padding-right:0;
	width:109px;
}
.container .module_content {
	height:87px;
	padding:7px 7px 0 10px;
}
.container .module h2 {
	padding:0 0 7px;
}
.container .module p {
	padding:0 0 3px;
}
.container .breadcrumbs {
display:block;
float:left;
margin:12px 0 6px;
width:908px;
}

/*Side column*/
.container .contentSide {
float:left;
margin: 0px;
width:217px;
}

/* content area 2 column */

.container .contentMain {
	float:right;
	padding-top:10px;
	position:relative;
	width:670px;
}
.container .contentMain p {
	padding-right:15px;
	padding-bottom:19px;
}

/* content area 1 column */
.container .contentMainWide {
	float:left;
	padding:10px 0 0 20px;
	position:relative;
	width:880px;
}
.container .contentMainWide p {
	padding-right:15px;
	padding-bottom:15px;
}

.container .contentMainWide dl { /*designer container*/
	margin: 0;
	overflow:auto;
	padding:0;
	width:850px;
}

.container .contentMainWide dt { /*designer title*/
	color:#896B8F;
	float:right;
	font-size:1.3em !important;
	font-weight:bold !important;
	margin:0 0 3px 0;
	padding:0;
	width:640px;
}
.container .contentMainWide dd {
	margin:0 0 30px 0px;
	padding:0;
}
.container .contentMainWide dd.img img {
	background:#efefef none repeat scroll 0 0;
	border-color:#D9E0E6 #C8CDD2 #C8CDD2 #D9E0E6;
	border-style:solid;
	border-width:1px;
	float:left;
	margin:0 20px 80px 0;
	padding:8px;
}
/* contact form*/
.container .form {
	border:1px solid #DBD5C1;
	margin-bottom:12px;
	overflow:hidden;
	padding:5px 5px 10px;
	font-family: inherit;
}
.cartContainer .form h2 {
	background:#F5F3F0 none repeat scroll 0 0;
	color:#656565;
	font-size:1em;
	font-weight:bold;
	margin-bottom:30px;
	padding:9px 0 9px 16px;
	text-transform:none;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
