/* 
===========================================================
====
===	Custom Colors, Widths, and Images for PWS
====
==============================================================
*/

body {
	background: #8394A1 url(/images/_pws/bg_body.jpg) center top repeat;
}
#wrapper {
	background:url(/images/_pws/bg_wrapper.gif) left top repeat-y;
}
#container {
	background:#fff url(/images/_pws/bg_container.gif) left top repeat-y;
}

/*

Link and Header Colors

*/

a {
	color:#3664A2;
}
a:hover {
	color:#942A1B;
}
h1, h2, h3, h4, h5, h6 {
	color:#666;
}
h1 {
	color:#34627a;
}
h2 {
	color:#942A1B;
}
h4 {
	color:#34627a;
}

/*

Primary Nav Bar

*/

#navbar ul#mainlinks {
	width:57%;
}
#navbar ul#companylinks {
	width:43%;
}
#navbar ul#mainlinks li a:hover {
	color: #d83821;
}
#navbar ul#mainlinks li a.selected {
	background-color: #9D2323;
	background: url(/images/_pws/bg_mainlinks_on.gif) left top repeat-x;
	border-left:#a9301f solid 1px;
	border-right:#4e1c1c solid 1px;
}
#navbar ul#companylinks li a:hover {
	color:#d83821;
}
#navbar ul#companylinks li a.selected {
	color:#d83821;
}

/*

Left Bar

*/

#leftbar {
	background:#791B1B;
}
body #container #leftbar ul li.navheader,
body #container #leftbar ul li#seasonal_header,
body #container #leftbar ul li#partners_header,
body #container #leftbar ul li#company_header {
	color: #daae8b;
}
#leftbar #promos .promowrap {
	background: #F3ECCB url(/images/_pws/bg_promo_top.gif) left top no-repeat;
}
#leftbar #promos .promo {
	background: url(/images/_pws/bg_promo_btm.gif) left bottom no-repeat;	
}
#deeplinks {
	background: #9D2323 url(/images/_pws/bg_deeplinks.gif) left top no-repeat;
	height:78px;
}
#home #deeplinks {
	background: #9D2323 url(/images/_common/bg_deeplinks_home.gif) left top no-repeat;
}
#deeplinks a {
	color:#BDA777;
}
#deeplinks a:hover {
	color:#fff;
}
#deeplinks ul {
	padding:28px 10px 10px 20px;	
	width:115px;
}
#maplink {
	width:335px;
}
#footerlinks {
	background:url(/images/_pws/bg_footerlinks.gif) left top no-repeat;
}
#footerlinks ul#leftlinks li.utility a {
	color:#86A4C3;
}
