/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #FFFFFF url(/sitefiles/1325/Images/bk.gif) repeat-x;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #999;
	background-color: #999;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Myriad Pro","Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a:link, a:visited, a:active {
	color: #194265;
	text-decoration: none;
}
a:hover {
	color: #194265; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: "Myriad Pro","Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 45px;
	color: #FF5247;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	color: #1A1A1A;
}
h3 {
	font-size: 15px;
	line-height: 25px;
	color: #194265;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	color: #FF5247;
}
h5 {
	font-size: 12px;
	line-height: 16px;
	color: #1A1A1A;
}

/* SEARCH */
#searchWrapper {
	float: right;
	height: 40px;
	width: 226px;
	background-image: url(/sitefiles/1325/Images/searchField.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
}
.searchField {
	font-size: 11px;
	color: #999;
	width: 160px;
	float: left;
	padding-left: 15px;
	padding-top: 7px;
	border: none;
	background: transparent;
}
.searchButton {
	text-indent: -1000px;
	width: 37px;
	height: 24px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1325/Images/go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
	margin-left: -20px;
	margin-top: 3px;
}

/* MAIN NAV */
#mainnavWrapper {
	text-align: left;
	position: absolute;
	left: 100px;
	top: 95px;
	width: 650px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #04317A;
	background-image: url(/sitefiles/1325/Images/bar-menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 0px 10px;

}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #999;
	background-image: url(/sitefiles/1325/Images/bar-menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 0px 10px;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #333;
	background-image: url(/sitefiles/1325/Images/bar-menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 0px 10px;
}


/* SUB NAV */
#subnavWrapper {
	width: 190px;
	float: left;
	padding-bottom: 20px;
}

#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:15px;
    padding: 0;
    margin: 0;
    width: 180px;
    background: none;
}
#subnav a {
	color: #999;
	display:block;
	text-decoration: none;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#subnav a:hover {
	color: #333333;
	display:block;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
}
#subnav a.current {
	color: #FF5247;
	display:block;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
}


#subnavWrapper h2 a {	
	font-family: "Myriad Pro","Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 15px;
	color: #FF5247;
	font-style: italic;
	background-image: url(/sitefiles/1325/Images/bk-sub.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
	width: 180px;
	height: 40px;


}
#subnavWrapper p {	
	display: none;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 131px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 964px;
	height: 131px;
	background-image: url(/sitefiles/1325/Images/bk-top.gif);
	background-repeat: repeat-x;
	position: relative;
}
#logo {
	float: left;
	width: 324px;
	height: 118px;
	margin: 0px 0px 0px 12px;
}
#mission {
	float: left;
	padding-top: 40px;
	padding-left: 25px;
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 35px;
	color: #FF5247;
	font-style: italic;
}
a.utilities:link, a.utilities:visited, a.utilities:active {
	color: #1A1A1A; 
	text-decoration: none;
}
a.utilities:hover {
	color: #999; 
	text-decoration: none;
}
#bar {
	position: absolute;
	left: 12px;
	bottom: 50px;
	width: 940px;
	background-image: url(/sitefiles/1325/Images/bar.gif);
	background-repeat: repeat-x;
	height: 2px;
}
#shop {
	width: 65px;
	position: absolute;
	left: 25px;
	top: 95px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.call {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 18px;
	color: #999;
	text-transform: uppercase;padding-right: 10px;
}
.phone {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #FF5247;
	font-weight: bold;
	text-transform: uppercase;
}
#call {
	position: absolute;
	top: 95px;
	right: 25px;
}
#checkout {
	position:absolute;
	right:13px;
	text-align:right;
	top:-5px;
	width:300px;
}
#shadowleft {
	height: 479px;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 0px;
}
#shadowright {
	height: 479px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: 0px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	width: 940px;
	background-image: url(/sitefiles/1325/Images/bk-content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 12px;
	position: relative;
}
#contentLeft {
	float: left;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
}

#contentRight {
	float: right;
	width: 190px;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 12px;
	width: 940px;
	background-color: #B3B3B3;
	background-image: url(/sitefiles/1325/Images/curve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footerLeft {
	float: left;
	width: 500px;
	font-size: 11px;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 212px;
	font-size: 11px;
	text-align: right;
}


/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#utilities {
	float: right;
	padding-top: 50px;
	font-family: "Myriad Pro","Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 25px;
}
#flash {
	float: left;
	height: 304px;
	width: 702px;
}
#shopBrand {
	float: right;
	width: 226px;
	padding-top: 15px;
}
#vendorlink {
	text-align: right;
	float: right;color: #00B0D8; 
}
#shopRight a{
	color: #00B0D8; 
	text-decoration: none;
}
#shopRight a:hover {
	color: #00B0D8; 
	text-decoration: underline;
}
#shopRight {
	float: left;
}
#vendorHome {
	float: right;
	height: 204px;
	width: 226px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentHome {
	float: left;
	width: 940px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#iconWrapper {
	float: left;
	width: 940px;
}
#enewsWrapper {
	float: left;
	width: 449px;
	background-image: url(/sitefiles/1325/Images/enews.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
}
#signup {
	position: absolute;
	left: 215px;
	top: 15px;
	width: 240px;
	height: 40px;
}
.signupField {
	font-size: 11px;
	color: #999;
	width: 160px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	border: none;
	background: transparent;
}
.signupButton {
	text-indent: -1000px;
	width: 37px;
	height: 24px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1325/Images/go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
	margin-left: 20px;
	margin-top: 0px;
}
#medWrapper {
	float: right;
	height: 55px;
}
#medWrapper img {
	height: 55px;
	display: inline;
}
#banner {
	display: inline;
}
.banner { padding-right: 12px;}#creditWrapper {
	text-align: left;
	float: left;
	width: 100%;
}
#credit {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 20px;
	height: 50px;
}
a.credit:link, a.credit:visited, a.credit:active {
	color: #1A1A1A; 
	text-decoration: none;
}
a.credit:hover {
	color: #00B0D8; 
	text-decoration: none;
}
#subcontent {
	float: left;
	width: 190px;
	padding-bottom: 12px;
}
