/*//////////////////////////////////////
SITE MANAGER | 2 column fixed width CSS
//////////////////////////////////////*/

/* Structure
--------------------------------------------------*/
BODY {
	background: #383838 url(../images/bg-body.jpg) top repeat-x; /*-- charcoal --*/
	}
#container-top-mask {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: transparent url(../images/bg-container-top.gif) top repeat-x;
	}	
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: transparent url(../images/bg-container.gif) top repeat-y;
	}	

/* Page Header
--------------------------------------------------*/
#page-header {
	height: 261px;
	}
#top-nav {
	height: 47px;
	z-index: 3000;
	background: transparent url(../images/bg-header-wise-fandi.gif) top no-repeat;
	}
#top-nav h1 {
	display: none;
	}
#logo {
	height: 47px;
	width: 170px; 
	}

/* Primary Nav
--------------------------------------------------*/
#nav1 {
	margin-left: 180px;
	height: 47px; 
	}

/* Page Body
--------------------------------------------------*/
#page-body {
	width: 960px;
	background: transparent url(../images/bg-page-body.gif) top no-repeat;
	}

/* Editable Section #1
--------------------------------------------------*/
#page-body-left {
	width: 500px;
	padding-left: 25px;
	padding-right: 15px;
	}
#edit1 #page-title {
	padding-top: 10px;
	}
#edit1 a:link, #edit1 a:visited, #edit1 a:hover {
	color: #d22626; /*-- red --*/
	text-decoration: underline;
	}
#edit1 a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* Right Margin
----------------------------------------*/
#page-body-right {
	float: right;
	width: 330px;
	padding: 0;
	margin: 0px;
	padding-top: 20px;
	padding-right: 44px;
	color: #000;
	}

/* Editable Section #2
----------------------------------------*/
#edit2 {
	width: 907px;
	padding: 0;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.55em;
	color: #fff;
	background: transparent url(../images/home-bg-products.jpg) top repeat-y;
	}
#edit2 a:link, #edit2 a:visited, #edit2 a:hover {
	color: #fff;
	text-decoration: underline;
	}
#edit2 a:hover {
	color: #000;
	text-decoration: underline;
	}
#edit2 h3 {
	}

/* Editable Section #3
----------------------------------------*/
#edit3 {
	padding-left: 8px;
	background: transparent url(../images/edit3-div.gif) top left no-repeat;
	}

/* Editable Section #4
----------------------------------------*/
#page-body-right #edit4 {
	padding: 0;
	margin: 0;
	width: 330px;
	font-size: 1em;
	line-height: 1.65em;
	text-align: left;
	background: transparent url(../images/home-menu-system-body-bg.gif) top repeat-y;
	}
#page-body-right #edit4 .top {
	padding: 0;
	margin: 0;
	width: 330px;
	height: 11px;
	background: transparent url(../images/home-menu-system-top.gif) no-repeat;
	}
#page-body-right #edit4 .bottom {
	padding: 0;
	margin: 0;
	width: 330px;
	height: 11px;
	background: transparent url(../images/home-menu-system-bottom.gif) bottom no-repeat;
	}
#page-body-right #edit4 .body {
	padding: 0 18px;
	margin: 0;
	/*background: transparent url(../images/home-menu-system-body-grad.gif) bottom no-repeat;*/
	}
#edit4 a:link, 
#edit4 a:visited, 
#edit4 a:hover {
	color: #30579c; /*-- blue --*/
	text-decoration: underline;
	}
#edit4 a:hover {
	color: #000;
	text-decoration: underline;
	}

/* Nugget Aux
------------*/
#nugget-aux .headline3 {
	margin-bottom: 10px;
	}
#nugget-aux {
	margin-bottom: 10px;
	}

/* Page Footer
--------------------------------------------------*/
#page-footer {
	height: 114px; 
	background: transparent url(../images/home-bg-footer.jpg) top no-repeat;
	padding-top: 58px;
	}
#page-footer ul.footer-nav1 li a:link,
#page-footer ul.footer-nav1 li a:visited,
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #d22626; /*-- red --*/
	}
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav2 li a:link,
#page-footer ul.footer-nav2 li a:visited,
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #d22626; /*-- red --*/
	}
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav2 .back-to-top {
	background: transparent url(../images/back-to-top-red.gif) 33px no-repeat;
	}
#footer-right ul.site-info li a:link,
#footer-right ul.site-info li a:visited,
#footer-right ul.site-info li a:hover {
	text-decoration: none;
	color: #d22626; /*-- red --*/
	}
#footer-right ul.site-info li a:hover {
	text-decoration: none;
	color: #fff;
	}
