body {
	color: #444;
	margin: 0;
}

/* A container should group all your columns. */
.container {
  width: 1080px;
  margin: 0 auto;
  background: #000 url(/images/pici-bg.png) repeat-y 50% 0;
}

a.homebutton 
{ 
    float:left; 
    margin:5px; 
    background: transparent url(../images/home-button-bg.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
    display: block; 
    height: 67px; 
    width: 275px; 
    text-align:center; 
}
a.homebutton:hover { text-decoration:none; background: transparent url(../images/home-button-bg-hvr.png) repeat scroll 0% 0%; }
a.homebutton strong { padding: 20px 0 0 0; display: block; font-size: 20px; color: rgb(255, 255, 255); }
a.homebutton:hover strong { text-decoration:underline; }

a.homebuttonpink 
{  
    margin:5px; 
    background: transparent url(../images/home-button-pink-bg.png) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
    display: block; 
    height: 67px; 
    width: 275px; 
    text-align:center; 
}
a.homebuttonpink:hover { text-decoration:none; background: transparent url(../images/home-button-pink-bg-hvr.png) repeat scroll 0% 0%; }
a.homebuttonpink strong { padding: 20px 0 0 0; display: block; font-size: 20px; color: rgb(255, 255, 255); }
a.homebuttonpink:hover strong { text-decoration:underline; }
                           
hr {
	background: #ccc;
	color: #ccc;
}

div#placeholder-logo {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

div#placeholder-nav-vert {
	text-align: right;

}

div#placeholder-search {
	background: #cccccc;
}

div#sub {
	color: #fff;
	font-size: 11px;
}	

div#placeholder-footer {
	color: #fff;
	font-size: 11px;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #A7C7D8;
}

td.menu-item-selected {
	color: #C5EBFF;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;	
}

td.submenu-item-hover {
	background: #666;
	color: #fff;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
}



/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #333;
	padding: 18px 0 0;
}

.secure-login, .newsletter-form, .annoucement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #333;
	margin-bottom: 18px;
	padding: 18px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 150px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #1969bc;
	text-decoration: none;	
}

a:hover, a:active {
	color: #1969bc;
	text-decoration: underline;
}

a#logo {
	text-decoration: none !important;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */



body#sub {
	background: #000 url(/images/cssimg/bg-sub-4-2.png) repeat-y 50% 0;
}

div#nav {
   
    /*background: url(/images/cssimg/bg-logo-4-2.png) repeat-y 0 0;*/
	margin: 0;
	padding-right: 10px;
	padding-top: 0px;
	width: 239px;
}

div#nav2 { background-color:#000;	width:200px;}

div#main {
	margin: 0;
	width: 600px;
    background-color:#fff;
}

body#sub div#main {
	width: 600px;
}

div#main div.inner {
	padding: 8px 10px;
}

div#placeholder-nav-vert {
	margin-top: 16px;
}

div#placeholder-hero {
	/*height: 216px;*/
	width: 600px;
}

div#placeholder-search {
	padding: 15px 9px;
}

div#placeholder-search input.cat_textbox_small {
	width: 80px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	padding-right: 40px;
	text-align: right;
}

body#sub div.whoslogged {
	padding: 0;
}

div#placeholder-footer {
	padding: 10px 30px; text-align:center;
}

div#placeholder-nav-vert td {
	text-align: right;
}

div#placeholder-nav-vert div div table td {
	font-size: 11px;
	padding: 3px;
	text-align: left;
}

#placeholder-nav-vert table td {
cursor: pointer;
cursor: hand;
}

/* @end */
