/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/*--------------------------------------------------------------------------------------------------UNIVERSAL */

html, body, div, ul, li, dl, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

body {
	background-color: #B53100;
	margin: 0px;
	background-image: url(/sitefiles/1314/Images/bk.jpg);
	background-repeat: repeat-x;
}

hr {
	border: 0;
	width: 100%;
	color: #4A432F;
	background-color: #4A432F;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/*--------------------------------------------------------------------------------------------------TYPE */

body, p, div, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4A432F;
}

a:link, a:visited, a:active {
	color: #B66227;
	text-decoration: underline;
}

a:hover {
	color: #B66227;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	color: #003768;
	font-weight: normal;
}

h2 {
	font-size: 35px;
	line-height: 45px;
	color: #4A432F;
	font-weight: normal;
}

h3 {
	font-size: 35px;
	line-height: 45px;
	color: #B66227;
	font-weight: normal;
}

h4 {
	font-size: 17px;
	line-height: 27px;
	color: #4A432F;
}

h5 {
	font-size: 17px;
	line-height: 27px;
	color: #619080;
}

.bodyoptional {
	color: #998B61;
}

/*--------------------------------------------------------------------------------------------------OTHER TYPE */

.swcredit {
	font-size: 9px;
	color: #7b7458;
}

a.swcredit:link, a.swcredit:visited {
	color: #7b7458;
	text-decoration: none;
}

a.swcredit:hover, a.swcredit:active {
	color: #333;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------SEARCH */

#search {
	float: right;
	width: 197px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(/sitefiles/1314/Images/searchField.gif);
	background-repeat: no-repeat;
}

.searchField {
	font-size: 10px;
	color: #4A432F;
	width: 197px;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	background: transparent;
	float: right;
}

.searchButton {
	visibility: hidden;
	display: none;
	width: 0px;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #657D95;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #657D95;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #657D95;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------MAIN NAV */

#mainnavWrapper {
	float: right;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 55px;
}

#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	float: right;
}

#mainnav ul {
	float: right;
}

#mainnav a {
	font-size: 14px;
	color: #4A432F;
	display: block;
	text-decoration: none;
	padding: 12px 9px;
	text-align: center;
	background-image: url(/sitefiles/1314/Images/bk-menuOff.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#mainnav a:hover {
	background: url(/sitefiles/1314/Images/bk-menu.gif) no-repeat right;
}

/* Sets the properties of the top-level link that is currently loaded. OPTIONAL! */

#mainnav a.current {
	background: url(/sitefiles/1314/Images/bk-menuCurrent.gif) no-repeat right;
}

#mainnav a.trigger {
	padding: 12px 9px;
}

#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}

#mainnav ul li a {
	color: #4A432F;
	text-align: left;
	padding: 5px 12px;
	text-decoration: none;
	background-image: none;
	font-size: 12px;
}

#mainnav ul li a.current {
	color: #4A432F;
	text-align: left;
	padding: 5px 12px;
	text-decoration: none;
	background-image: none;
	font-size: 12px;
}

#mainnav li ul, #mainnav ul li {
	width: 16em;
}

#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	z-index: 1000;
	font-size: 12px;
	text-align: left;
}

#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #4A432F;
	background-image: url(/sitefiles/1314/Images/bk-menu.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #998B61;
	background-image: none;
	background-color: transparent;
}

#mainnav ul a:hover {
	border: none;
	text-decoration: none;
	background-image: none;
	text-align: left;
	font-size: 12px;
	padding: 5px 12px;
	background-color: #FFF!important;
	color: #4A432F!important;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#mainnav li {
	width: auto;
}

#mainnav ul li li {
	display: none;
}

/*--------------------------------------------------------------------------------------------------SUB NAV */

#subnavWrapper {
	float: left;
	width: 160px;
	padding: 0px;
	background-image: url(/sitefiles/1314/Images/bk-sub.gif);
	background-repeat: no-repeat;
	padding: 20px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
	background: none;
}

#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #B66227;
	color: #B66227;
}

#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #4A432F;
	color: #4A432F;
}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #4A432F;
	color: #4A432F;
}

/*--------------------------------------------------------------------------------------------------PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */

#subnavWrapper h2 {
	display: block;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

#subnavWrapper h2 a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

#subnavWrapper p {
	display: none;
}

/*--------------------------------------------------------------------------------------------------breadcrumb */

#breadcrumbWrapper {
	float: left;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
}

#breadcrumbInner {
	float: left;
	width: 760px;
	text-align: left;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5CC;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	margin: 0px;
	float: left;
	background: none;
}

#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #998B61;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #4A432F;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a.first {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #998B61;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.first:hover {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #4A432F;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.current {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #4A432F;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

/*--------------------------------------------------------------------------------------------------WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 100px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/*--------------------------------------------------------------------------------------------------TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 100px;
	position: relative;
	background-image: url(/sitefiles/1314/Images/bk-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}

#logo {
	float: left;
	width: 293px;
	height: 34px;
	color: #FFFFFF;
	position: absolute;
	top: 30px;
}

/*--------------------------------------------------------------------------------------------------CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	margin: 0px auto;
	width: 800px;
	background-color: #FFF;
	position: relative;
	background-image: url(/sitefiles/1314/Images/bk-white.gif);
	background-repeat: repeat;
}

#contentLeft {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 100;
	margin-top: 10px;
	padding: 20px;
}

* html #contentLeft {
	width: 540px;
	w\idth: 500px;
}

#contentRight {
	float: right;
	width: 200px;
	margin-top: 20px;
	padding-right: 20px;
}

* html #contentRight {
	width: 220px;
	w\idth: 200px;
}

#content-enews {
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	padding: 20px;
	width: 94%;
	z-index: 100;
}

#contentRightClient {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#header {
	float: left;
	width: 800px;
}

#contentBk {
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 280px;
	background-image: url(/sitefiles/1314/Images/bk-content.png);
	background-repeat: no-repeat;
	background-position: top;
}

#shadow {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 20px;
	height: 12px;
	bottom: 0px;
}

* html #shadow {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 20px;
	height: 12px;
	top: 287px;
}

#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 760px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

* html #mainContent {
	width: 800px;
	w\idth: 760px;
}

#mainContentDefault {
	background-color: #FFFFFF;
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/sitefiles/1314/Images/bk-content.png);
	background-repeat: no-repeat;
	background-position: top;
}

* html #mainContentDefault {
	width: 800px;
	w\idth: 760px;
}

/*--------------------------------------------------------------------------------------------------PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 6px 6px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #998B61;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #333;
	display: block;
}

/*--------------------------------------------------------------------------------------------------FOOTER */

#footer {
	margin: 0px auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 25px;
}

#footerRight {
	float: right;
	width: 330px;
}

#footerLeft {
	float: left;
	width: 570px;
	color: #FFF;
	text-align: left;
	padding-top: 8px;
}

a.footerLeft:link, a.footerLeft:visited, a.footerLeft:active {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
}

a.footerLeft:hover {
	text-decoration: underline;
}

#address {
	width: 500px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}

#icons {
	background-color: #E0D8C1;
	padding: 20px 20px 20px 10px;
	float: left;
	height: 35px;
	width: 770px;
	background-image: url(/sitefiles/1314/Images/bk-icons.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A65924;
}

.icons {
	background-image: url(/sitefiles/1314/Images/bar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	float: left;
	width: 190px;
}

.icons img {
	padding-right: 10px;
	padding-left: 10px;
	width: 50px;
	height: 35px;
}

.iconsB {
	display: inline;
	float: left;
	width: 195px;
}

.iconsB img {
	padding-right: 10px;
	padding-left: 20px;
	width: 50px;
	height: 35px;
}

a.iconHead:link, a.iconHead:active, a.iconHead:visited {
	font-size: 13px;
	line-height: 20px;
	color: #4A432F;
	text-decoration: none;
	font-weight: bold;
}

a.iconHead:hover {
	font-size: 13px;
	line-height: 20px;
	color: #4A432F;
	text-decoration: underline;
	font-weight: bold;
}

#footerBottom {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 30px;
}

#footerLeftB {
	float: left;
	width: 500px;
	color: #FFF;
	text-align: left;
}

a.footerLeftB:link, a.footerLeftB:visited, a.footerLeftB:active {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-right: 30px;
}

a.footerLeftB:hover {
	font-size: 11px;
	color: #FFF;
	padding-right: 30px;
	text-decoration: underline;
}

#footerRightB {
	float: right;
	text-align: right;
	width: 200px;
	color: #FFF;
	text-align: right;
	padding-top: 10px;
}

a.footerRightB:link, a.footerRightB:visited, a.footerRightB:active {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a.footerRightB:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Work Styles */

#workWrapper {
	margin: 0px auto;
	width: 644px;
	overflow: hidden;
	position: relative;
}

#work-slider {
	width: 644px;
	height: 110px;
}

* html #work-slider {
	margin-left: 30px;
}

a#work-nav-prev:link,a#work-nav-prev:visited,a#work-nav-prev:active {
	background: url(/SiteFiles/1314/Images/work-nav-prev.gif) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 330px;
	left: 20px;
}

a#work-nav-prev:hover {
	background: url(/SiteFiles/1314/Images/work-nav-prev.gif) no-repeat bottom;
}

* html a#work-nav-prev:link,* html a#work-nav-prev:visited,* html a#work-nav-prev:active* html a#work-nav-prev:hover {
	left: 20px;
}

a#work-nav-next:link,a#work-nav-next:visited,a#work-nav-next:active {
	background: url(/SiteFiles/1314/Images/work-nav-next.gif) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 330px;
	right: 20px;
}

a#work-nav-next:hover {
	background: url(/SiteFiles/1314/Images/work-nav-next.gif) no-repeat bottom;
}

* html a#work-nav-next:link,* html a#work-nav-next:visited,* html a#work-nav-next:active* html a#work-nav-next:hover {
	right: 20px;
}

.product-list li {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	width: 50%;
}
