@import 'common.css';

h1.ms-pagetitle {
	margin: 0;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
}

h2 {fint-size:50pt; padding-top:10px;}

/*  =============================================
    Colours:    DS Dark Green       #336600
                Light Green         #63994d                                
                Page Background
                Dark Grey           #3a3a3a
                Light Grey          #929292
                Orange              #ff9600
                Yellow              #ffDD00
                
    =============================================  */

/*  =============================================
    Fonts:      
    
    Default                 1em
    Breadcrumb,             8pt
    Site Actions,
    Main Nav Menu,
    Headers with gradients
                
    =============================================  */

/*  =============================================
    Elements:       Initial Structural Setup
    Description:	Structural Setup is for a 
                    2 column default layout and 3
                    column homepage.
    =============================================  */
html { font-size: 100%; }
body
{
    font-size:10pt;
    color:#56575a;
    line-height: 1.5em;
    background-color:#3a3a3a; 
    background-image: url(/images/body-grad.jpg);
    background-repeat:repeat-x;
    padding: 0 20px;
    font-family: Verdana;
}
#wrapper
{
    position: relative;   
    margin: 0 auto;
    max-width: 90em;
}
#container 
{
    background-image: url(/images/left-page-grad.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 7px;
}


#container2 
{
    background-position: top left;
    background-image: url(/images/gradl.gif);
    background-repeat:repeat-y;
}

#container-inner 
{
    background-image: url(/images/right-page-grad.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-right: 7px;
}

#container-inner2 
{
    background-image: url(/images/gradr.gif);
    background-position: top right;
    background-repeat:repeat-y;
    background-color:#f0f0f0;
    background-attachment: scroll;
}

#banner 
{
    padding: 0px 0px 20px 80px;
}
/* Logo Link */
a#logo 
{
    height: 79px;
    display: block;
}
#page-header 
{
    background: #336600 url(/mages/header-grad.gif) repeat-x scroll left top; 
    position: relative;
    z-index: 50;
    width: 100%; /* IE rendering of BG colour */
}
#global-search 
{
    position:absolute;    
    padding: 10px 5px;
    right:7px; top: 0px;
    height: 25px;
    width: 165px;
}
#page-content {
    padding: 10px 0 0;
    background: #fff; /*url(Images/content-grad.jpg) repeat-x scroll 0 0;*/
    /* IE 6 required dimension to fix rendering bugs... */
    width: 100%;
}
/* Nasty table related rules for the evil table that wraps content - only way to 
preserve layout features and auto overflow of content */
#content-table { clear: both; }
td.column-td { width: 204px; }
/* END of the nasty table related rules */

td {font-size:10pt; font-family:Verdana;}
#content-header  
{
}
#content-main 
{
    padding: 0 7px;
    margin: 0 7px;
    border: 1px #ccc solid;
    background: #fff;
}
#primary-column 
{
    width:197px;
    padding-left: 7px;
}
#secondary-column 
{
    width:197px;
    padding-right: 7px;
}
#page-seo
{
    padding: 0 2px 2px;
    font-size: 0.9em;
    color: #aaa;
	line-height:12px;
    border-top: #ccc solid 1px;
	background-color:#eeeeee;
}

/*  =============================================
    General Elements Rules
    Description:	All basic anchor style 
                    defintions.
    =============================================  */
a, a:link, a:active { color: #2287bd; text-decoration: none; }
a:hover { color: #6dbde8; text-decoration: underline; }

a:visited,
.ms-vb a:visited, 
.ms-vb2 a:visited, 
.ms-GRStatusText a:visited, 
.ms-vb-user a:visited, 
.ms-disc a:visited {
    color:#2287bd;
    text-decoration:none;
}
ul,
ol { margin: 0 0 1em 1em; }
ul li 
{
    padding-left: 1em;
    background: url(/images/item-bullet.gif) no-repeat scroll 0 0.5em;
    list-style-type: none;
}
/*  =============================================
    Elements:       Content Areas
    Description:	
    =============================================  */
/* Content Header */
.page-title, .ms-pagetitle
{
    margin: 0; padding: 0;
    font-size: 1em;
}
h1.ms-pagetitle
{
    margin: 4px 0 9px 0; padding: 5px;
    font-family:tahoma;
    font-size:1.65em;
    font-weight:normal;
    color: #000;
}
td.ms-pagetitle 
{
    color:#000;
    font-family:tahoma;
    font-size: 100%;
    font-weight:normal;
    margin:0; padding: 0;
}
.ms-sitemapdirectional, 
.ms-pagebreadcrumb
{
    font-size: 8pt;
    color: #005783;
}
.breadcrumbCurrent,
.ms-sitemapdirectional 
{
    color: #000; 
    font-weight: bold;
}
.ms-pagebreadcrumb, 
.ms-pagebreadcrumb a 
{
    background-color: Transparent;
    border: none;
    padding: 0;
}
a.ms-sitemapdirectional,
.ms-pagebreadcrumb a 
{
    color: #336600; text-decoration: none;
    font-weight: normal;
}
a.ms-sitemapdirectional:hover,
a.ms-sitemapdirectional:active,
.ms-pagebreadcrumb a:hover,
.ms-pagebreadcrumb a:active
{ color: #000; text-decoration: underline; }
/* Mini concolse elements */
#mini-console {}
.ms-wikieditouter 
{
    position: static;
    left: auto; top: auto;
}
.ms-miniconsole 
{
    left: auto; top: auto;	
    position: static;
}
#miniconsole 
{
    float: right; 
    width: 50%;
    /* move the border aroudn the table and not the wrapping div */
    border-color:#6393D4;
    border-style:solid solid none;
    border-width:1px 1px medium 1px;
}
.ms-wikieditouter
{
    border: none;
    height: 18px;
}
/* Main Content */
/** Min height to ensure that background gradients and content boxes
    have an accepatble look if they have no content in them **/
.contentdiv 
{
    min-height: 245px; 
    height:auto;
}
/* Min Height for Internet Explorer */
/*\*/
* html .contentdiv  { height: 245px; }
/**/
div.content-inner
{
    padding: 7px 6px 3px;
    border: 1px #ccc solid;
    border-top-color: #ff9600;
    border-top-width: 2px;
    margin-bottom: 14px;
}
.content-header
{
    padding: 8px 6px 6px;
    background: #3a3a3a url(/images/content-header-grad.jpg) repeat-x scroll 0 0;
    border: #ccc solid;
    border-width: 1px 1px 0;
}
.content-header h1
{
    color: #fff;
    font-size : 1em;
}
.content-header a,
.column-header a
{
    color: #fff;
    text-decoration: none;
}
.content-header a:hover,
.content-header a:active,
.column-header a:hover,
.column-header a:active
{ color: #ffDD00; text-decoration: none; } 
/* Columns */
div.column-inner
{
    margin-bottom: 14px;
}
div.column-content 
{
    padding: 7px 6px 3px;
    border: 1px #ccc solid;
    border-top-color: #ff9600;
    border-top-width: 2px;
    background: #fff;
    font-size: 8pt;    
}
div.ds-cqwp 
{
    padding: 0;
}
.column-image
{
    width: 183px;
	overflow: hidden;
}
.column-header
{
    padding: 8px 6px 6px;
    background: transparent url(/images/column-header-grad.gif) no-repeat scroll 0 0;
}
.column-header h3,
.content-header h2
{
    color: #fff;
    font-size : 8pt;
}

/* SP style overwrites */
/* links in columns */
.link-item,
.link-item a,
.link-item a:link {
    color: #336600;
    font-family: verdana,Verdana,Helvetica,sans-serif;
    font-size: 1em;
}
.column-content .link-item,
.column-content .link-item a,
.column-content .link-item a:link {
    font-size: 8pt;
}
.link-item a:visited 
{
    color: #000;
    text-decoration:none;
}
.link-item a:hover,
.link-item a:active,
.column-content a:hover,
.column-content a:active
{
    color: #000;
    text-decoration: underline;
}
.item { margin: 0; }

.ds-links .item
{
    padding-top: 5px;
    background: #336600 url(/images/link-bg.gif) no-repeat scroll 0 0;
    margin-bottom: 3px;
    width: 100%; /* width needed for IE to apply margins properly */
}
.ds-links .link-item
{
    padding: 0 5px 5px 5px;
    background: #336600 url(Images/link-bg.gif) no-repeat scroll left bottom;
}
.ds-links .link-item a
{
    display: block;
    padding: 0 0 0 10px;
    background: transparent url(Images/link-bullet.gif) no-repeat scroll 2% 50%;
}
/* main ontent area elements */
.ms-pagemargin 
{
    background-color: Transparent;
    background-image: none;
}
.ms-bodyareaframe, 
.ms-viewareaframe {
    border: none;
}
.ms-formlabel,
.ms-formbody,
.ms-propertysheet {
    font-size: 1em;
}

/* Other styles relating to the CQWP */
.news-item,
.discussion-item,
.network-item,
.event-item
{
    padding: 7px 6px 4px 18px;
    border-top: 1px solid #ccc;
    background: #efefef url(Images/item-bullet.gif) no-repeat scroll 7px 14px;
}
.news-body 
{
    padding: 4px 7px 10px;
    color: #aaa;
}
.news-preview,
.event-preview 
{ padding: 7px 6px 3px; }
.first-item 
{
    border-top-width: 0px;
}
.news-item .link-item,
.discussion-item .link-item,
.network-item .link-item
{
    float: left;
    width: 67%;
}
.news-item .news-date,
.discussion-item .discussion-replies,
.network-item .network-status
{
    float: right;
    width: 33%;
    text-align: right;
}
#network-info .network-status 
{
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background-color: #efefef;
    background-image: url(Images/light-grey.jpg);
    background-attachment: scroll; 
    background-repeat: no-repeat;
    background-position: center center;
}
#network-info .st-green { background-image: url(Images/light-green.jpg); }
#network-info .st-orange { background-image: url(Images/light-orange.jpg); }
#network-info .st-red { background-image: url(Images/light-red.jpg); }
#network-info .st-unknown { background-image: url(Images/light-grey.jpg); }
.network-status span
{
    display: block;
    height: 0; width: 0;
    overflow: hidden;
}
#network-info .link-item
{
    width: 40%;
}
.news-item a,
.news-item a:active,
.news-item a:link,
.news-item a:hover, 
.discussion-item a,
.discussion-item a:link,
.discussion-item a:active,
.discussion-item a:hover
.network-item a,
.network-item a:link,
.network-item a:active,
.network-item a:hover
{ 
    color: #666; 
}
.news-preview .link-item,
.event-preview .link-item
{
    float: none;
    width: auto;
    background: Transparent none;
}
/*  =============================================
    Elements:       Navigation
    Description:	
    =============================================  */
/* Primary Navigation */
#nav 
{
    margin: 10px 0 0 7px;
    background: #336600 url('Images/nav-bg.gif') repeat-x scroll 0px 0px;
    height:31px;
}
#primary-navigation { }
#nav-menu 
{
	float: left;
}
#nav-actions 
{   
    float: right;
	width: 100px; /* Stop the menu arrow dropping */ 
}
#nav-actions td {}

/* Nav Overrides */
.ms-topnav {
	border: none;
	background: transparent none;
	height:31px;
	color: #336600;
	font-family: Verdana,Verdana,Sans-Serif;	
}
.ms-topnav a {
	display: block;
	height: auto;
	padding: 0 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 31px;
	outline: none;
}
/* all menu items */
.ms-topNavContainer table.ms-topnav 
{
    background: #E4F1DE url('Images/nav-bg.gif') repeat-x scroll top left;
}
.ms-topNavContainer table.ms-topnav a
{
    background: transparent url('Images/nav-round.gif') no-repeat scroll top left;
}
/* all menu items other than the first menu element */
.ms-topNavContainer table table.ms-topnav 
{
	background: #336600 url('Images/nav-tab.gif') no-repeat scroll top right;
	padding-right: 1px; 
	color: #fff;
}
.ms-topNavContainer table table.ms-topnav a
{
    background: #336600 url('Images/nav-tab.gif') no-repeat scroll top left;
    color: #fff;  
}

.ms-topNavContainer .ms-topnav a.ms-topNavHover
{ 
    color: #336600; 
}
.ms-topNavContainer .ms-topnavselected a.ms-topNavHover,
.ms-topNavContainer table table.ms-topnavselected a,
.ms-topNavContainer table.ms-topnavselected a  
{
    color: #336600;
}

/* hover */
.ms-topNavContainer table table.ms-topNavHover,
.ms-topNavContainer table.ms-topNavHover
{
    background-position: 0px -31px;
}
.ms-topNavContainer table table.ms-topNavHover a,
.ms-topNavContainer table.ms-tpNavHover a
{
    background-position: 0px -31px;
}
/* selected */
.ms-topNavContainer table table.ms-topnavselected,
.ms-topNavContainer table.ms-topnavselected
{
    background-position: 0px -62px;
}
.ms-topNavContainer table table.ms-topnavselected a,
.ms-topNavContainer table.ms-topnavselected a
{
    background-position: 0px -62px;
}

/* Flyouts */
.ms-topNavFlyOutContainer 
{
    border: #336600 solid;
    border-width: 0 1px 1px;
}
.ms-topNavFlyOuts {}
.ms-topNavFlyOuts a 
{
    text-decoration: none; 
    color: #336600;
}
.ms-topNavFlyOutsHover 
{
    background-color: #63994d;
}
.ms-topNavFlyOutsHover a { color: #000; }
.ms-topNavFlyOutsSelected {}


/* Global Navigation */
.ms-globalbreadcrumb, .ms-globalbreadcrumb a {
    color:#fff;
    text-decoration:none;
}
.ms-globalbreadcrumb 
{
    padding: 0;
    background-color: Transparent;
}
.ms-globalbreadcrumb .ms-SPLink a:link,
.ms-globalbreadcrumb .ms-SPLink a:visited {
    color:#fff;
    text-decoration:none;
}
.ms-globallinks,
.ms-globallinks a
{
    color: #fff;
}
.ms-globalleft {}
.ms-globalright 
{    
    margin:45px 7px 0 0;
    display: inline;
}
/* Site Actions */
#siteactions-menu {}
#siteactions-menu a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
	outline: none;
}
.ms-MenuUIPopupBody
{
    line-height: 1; /* reset the line height applied to the body */
}
/*  =============================================
    Elements:       Global Search
    Description:	
    =============================================  */
/* Search Overrides */
.ms-sbrow td
{}
td.ms-sbcell
{
    border: none;
    padding: 0 0 0 4px;
}
td.ms-sbLastcell
{
    padding: 0;
}
td.ms-sblink { padding-right: 0;}
td.ms-sbscopes { padding-left: 0;}
td.ms-sbgo 
{
    background-color: transparent;
    padding: 0 0 0 4px;
}
td.ms-sblink a
{
	color: #ffDD00; text-decoration: none; padding: 0; 
}
td.ms-sblink a:hover { color: #fff; text-decoration: underline; }
#global-search select {
    padding:1px;
    font-family : Verdana, Helvetica, sans-serif;
	background-color : white;
	border : 1px solid #ccc;
	width: 110px;
}
input.ms-sbplain,
input.ta-searchinput {
    padding: 2px;
    font-family : Verdana, Helvetica, sans-serif;
	background-color : white;
	border : 1px solid #ccc;
}
input.ta-searchinput { width: 177px; margin-bottom: 5px; }
/* Search results page elements */
.ms-ptabarea td
{
    font-size: 1em;
}

/*  =============================================
    Elements:       Quick Launch, Tree View etc
    Description:	
    =============================================  */

.column-content table.ms-navitem td, 
.column-content span.ms-navitem,
.column-content a.ms-navitem { 
	padding: 0 0 0 5px; 
	background: transparent none;
	font-family: inherit;
	color: #336600;
}

.column-content table.ms-navitem td,
.column-content span.ms-navitem,
.column-content .ms-topnav {
	background-color: transparent;
	background-image: none;
	border: none;
}
table.ms-navSubMenu1 { width: 100%; }
table.ms-navheader td,
span.ms-navheader,
a.ms-navheader
{
    color: #336600;
}
a.ms-topnav, .ms-topnavselected {
	 border: none;
}
a.quicklaunch-viewall,
a.quicklaunch-recyclebin,
a.quicklaunch-sitehierarchy
{
    font-family: inherit;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
div.quicklaunch-treeview
{
    margin: 0;
    background-color: #efefef;
    border: solid 1px #666;
}
.ms-selectednav, 
.ms-GRSortFilter { 
	background: transparent none;
	padding: 0;
	border: none;
}
table.ms-selectednav td A.ms-selectednav 
{
    color: #336600;
}

/*  =============================================
    Elements:       Calendar
    Description:	
    =============================================  */
#DatePickerDiv 
{
    margin-bottom: 14px;
}
.ms-quickLaunch table.ms-picker-table 
{
    width: 100%;
    border: solid #ccc;
    border-width: 0px 1px 1px;
}
.ms-quickLaunh table.ms-picker-table td 
{
    text-align: center;
}
.ms-datepickerouter .ms-quickLaunch
{
    border: none;
}
table.ms-picker-table td.ms-picker-footer 
{
    border-color: #ccc;
}
.ms-picker-header table.ms-picker-table 
{
    border: none;
}
.ms-picker-header 
{
    background-color: Transparent;
    background-image: url(Images/column-header-grad.gif);
    background-repeat: no-repeat;
    padding: 7px 0px 5px;
    color: #fff;
    border: solid #ff9600;
    border-width: 0 0 2px 0;
}
.ms-picker-header table.ms-picker-table 
{
}
.ms-picker-monthcenter a, 
.ms-picker-monthcenter a:active, 
.ms-picker-monthcenter a:link, 
.ms-picker-monthcenter a:visited, 
.ms-picker-monthcenter a:hover 
{
    color:#336600;
    font-family:Tahoma;
    font-size:8pt;
    text-decoration:none;
}

/*  =============================================
    Elements:       Image Previews
    Description:	
    =============================================  */
#ImgPreviewTable tbody
{
    width: 100%;
}
/*  =============================================
    Elements:       Random rules
    =============================================  */
div.ms-MenuUIPopupBody { z-index: 100; }
.ms-MenuUIPopupBody TABLE
{
    color: #336600;    
}
.removeMargins { margin: 0; }
.todo /* elements that still need a style */ 
{}



	#main1tcbody {
		margin:0; padding:0;
		background-repeat: repeat-x;
		margin-top:5px;	
		background-image: url(/images/sider.gif);
		background-repeat:repeat-y;

		}
	#main2tcbody {
		margin:0; padding:0;
		margin-left:6px;
		margin-right:8px;		
		
		}
	#lefttcbody {
		float:left;
		background-repeat:no-repeat;
		width:197px;
		margin:0; padding:0;
		font-size:80%;	
		}
	#righttcbody {
		float:right;
		background-repeat:no-repeat;
		width:197px;
		margin:0; padding:0;
		font-size:80%;				
		}
	#middletcbody {
		margin:0 204px; 
		width:502px;
		}
	.column-intcbody {
		margin:0; padding:0;
		}
	.cleanertcbody {
		clear:both;
		}
		
		
	#main1tcbuttons {
		margin:0; padding:0;
		background-repeat: repeat-x;
		background-image: url(/images/barrep.gif);
		background-repeat:repeat-x;
		}
	#main2tcbuttons {
		margin:0; padding:0;
		}
	#lefttcbuttons {
		float:left;
		position:absolute;
		background:url(/images/leftb.gif);
		background-repeat:no-repeat;
		width:10px;
		margin:0; padding:0;
		font-size:80%;

		}
	#righttcbuttons {
		float:right;
		background:url(/images/rightb.gif);
		background-repeat:no-repeat;
		width:30px;
		margin:0; padding:0;
		font-size:80%;
		
		}

	#middletcbuttons {
		margin:0 30px; 
		font-size:80%;
		HEIGHT:132PX;
		}

	.column-intcbuttons {
		margin:0; padding:0;
		}
	.cleanertcbuttons {
		clear:both;
		}
		
.box{
	border:1px solid #1b8fb8;
}


.helphome a{
padding-right:8px;
padding-left:5px;
color: #1b8fb8;
display: block;
font-size: 12pt;
font-family:Verdana;           
text-decoration:none;
font-weight:bold;
border-bottom:1px solid #1b8fb8;
}

.helphome a:hover{
background: #f2f2f2;
color:#666666;
}

.help a{
padding-right:8px;
padding-left:10px;
color: #1b8fb8;
display: block;
font-size: 10pt;
font-family:Verdana;           
text-decoration:none;
font-weight:bold;
border-bottom:2px solid #1b8fb8;
}

.help a:hover{
background: #f2f2f2;
color:#666666;
}

.help3 a{
height:27px;
/*background-image: url(/images/hometxt.gif);*/
background-repeat:no-repeat;
width:100%;
}

.help3 a:hover{
height:27px;
*/background-image: url(/images/hometxt.gif);*/
background-repeat:no-repeat;
width:100%;
}






.help2 a{
padding-right:8px;
padding-left:15px;
color: #1b8fb8;
display: block;
font-size: 10pt;
font-family:Verdana;           
text-decoration:none;
border-bottom:1px solid #b6ecff;
}

.help2 a:hover{
background: #f3f3f3;
color: #666666;

}

#containernew
{
text-align: center; 
}
#containercontentnew
{
width: 950px;
text-align: left;
padding:0px 0px 0px 0px;
margin: 0 auto;
}

.searchstuff
{
background-image: url(/images/logo.gif); 
background-repeat:no-repeat;
height:132px;
}

.searchbutt
{
margin-top:6px;
color:#ffffff; 
font-family:Verdana; 
font-size:11pt; 
font-weight:bold;
}

.searchhold
{
padding-right:5px; 
padding-left:15px;
}

.cathold
{
padding-right:10px;
}

.import1
{
margin-left:10px; 
padding-top:0px; 
height:23px;
}
.import2
{
color:#ffffff; 
font-family:Verdana; 
font-size:9pt; 
font-weight:bold;
}
.import3
{
color:#ffffff; 
font-family:Verdana; 
font-size:9pt; 
font-weight:bold; 
margin-left:30px;
}

.ml
{
background-image: url(/images/login.gif); 
height:26px;  
border:1px solid #1b8fb8; 
border-left:none;
border-right:none;
border-top:none;
}

.loginnew
{
border:1px solid #1b8fb8; 
width:182px; 
padding-left:8px; 
text-align:left;
}

.loginnew2
{
position:absolute; 
text-align:left; 
margin-left:118px;
}

.google1
{
text-align: center; 
margin: auto;
}
.google2
{
 margin: auto; 
 text-align:left;
}
.google3
{
text-align:left; 
margin-bottom:10px;
}

.buttsnew
{
border:1px solid #1b8fb8;
}

.footernew
{
text-align:center; 
padding-bottom:10px; 
font-size:8pt;
}



form {
    margin: 0;
}
#search_box {
    width: 201px;
    height: 20px;   
    background: url(/images/bg_search_box.gif);
    background-repeat:no-repeat;
}
#search_box #s {
    float: left;
    padding: 0;
    border: 0;
    width: 130px;
    background: none;
    font-size: .8em;
    padding-top:2px;
    font-size:13px;
    padding-left:2px;
    padding-right:2px;
}
#search_box #go {
    float: right;
}

#search_box_radio {
	font-size:9pt;
	font-family:arial;
    margin-top:
}

#go {padding-left:5px;
	    background: url(/images/it.gif);

	}

	
	#linew
	{
	font-size:11pt;
	font-family:arial;
	}


h5 {
background-image:url(/images/left_col_blue.gif);
background-repeat:no-repeat;
height:20px;
margin-bottom:2px;
width:100%;
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:13px;
font-weight:bold;
padding-top:1px;
padding-left:5px;
}

h6 {
background-image:url(/images/left_col_grey.gif);
background-repeat:no-repeat;
height:20px;
margin-bottom:2px;
width:100%;
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:13px;
font-weight:bold;
padding-top:1px;
padding-left:5px;
}

.bhead {
	background-image:url(/images/left_col_gold.gif); background-repeat:no-repeat; font-size:13px; font-weight:bold; padding-top:1px; padding-left:5px; color:#ffffff;height:20px;
	}
	
.bhead2 {
	background-image:url(/images/left_col_blue.gif); background-repeat:no-repeat; font-size:13px; font-weight:bold; padding-top:1px; padding-left:5px; color:#ffffff;height:20px;
	}	
	
.bhead3 {
	background-image:url(/images/left_col_grey.gif); background-repeat:no-repeat; font-size:13px; font-weight:bold; padding-top:1px; padding-left:5px; color:#ffffff;height:20px;
	}	
	
fieldset {margin:20px; border:1px solid #cccccc; color:#575757; background-color:#f6f6f6;padding:10px;}
legend {font-weight: bold; font-size: 12pt; font-family: arial;}


/* Featured Product */

.featured-product {background-color:#ffffff;}
.featured-product .featured-body {padding-top:13px;border-bottom:solid 1px;border-left:solid 1px;border-right:solid 1px}
.featured-product .featured-title { font-weight:bold; }
.featured-product .featured-price { color:#648926; }
.featured-product p { margin-left:14px; margin-right:5px;}


.menu {
margin:10px 0;
padding:0 0 0px;
width:195px;

}
#subnav h3.grey {
	background: url(/images/grey-head.png) no-repeat scroll left top;
	height:27px;
	padding:8px 0 0 21px;
	color:#eeeeee;
	margin: 0;
}
#subnav h3.blue {
	background: url(/images/blue-head.png) no-repeat scroll left top;
	height:27px;
	padding:8px 0 0 21px;
	color:#eeeeee;
	margin: 0;
}
#subnav h3.brown {
	background: url(/images/brown-head.png) no-repeat scroll left top;
	height:27px;
	padding:8px 0 0 21px;
	color:#eeeeee;
	margin: 0;
}
#subnav h3.yellow {
	background: url(/images/yellow-head.png) no-repeat scroll left top;
	height:27px;
	padding:8px 0 0 21px;
	color:#eeeeee;
	margin: 0;
}
#subnav h3.green {
	background: url(/images/green-head.png) no-repeat scroll left top;
	height:27px;
	padding:8px 0 0 21px;
	color:#eeeeee;
	margin: 0;
}


#newsletter {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#6C9B1A none repeat scroll 0 0;
	color:#FFFFFF;
	padding:0 0 5px;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

#newsletter .subscribe {
	float:right;
	font-size:0.85em;
	margin:-30px 20px 0 0;
	padding:0 15px 0 0;
}
#newsletter h3 {
	border-bottom:1px solid #006699;
	color:#FFFFFF;
	font-size:1.38em;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:14px 0 0;
	text-shadow:1px 2px 1px #49720F;
}

#newsletter a {
	color:#FFFFFF;
}
#newsletter p {
	margin-left:20px;
	margin-right:20px;
}

.review_voting {
	width:90%;
	margin-left: auto;
	margin-right: auto;
}


	/*
	*	
	* Breadcrumbs
	*	
	*/

#breadcrumbs a, #breadcrumbs span {
	color:#577984;
	padding:0 12px 0 7px;
	vertical-align:middle;
}

.divider {
	margin-top:-5px;
	position:absolute;
}

#breadcrumbs span {
	color:#7EAAB8;
}

#breadcrumbs {
	background:transparent url(/images/icons/nz-icon-jandals.png) no-repeat scroll 5px 5px;
	display:block;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9167em;
	height:30px;
	padding-left:8px;
	padding-top:6px;
	position:relative;
	background-color: #f2f2f2;
	width:100%;
}

.column {
	display:inline;
	float:left;
	margin:0 4px;
	overflow:hidden;
}

.cb {
	border:1px solid #cccccc; width:100%;
}

.cbtde {
	padding:10px; background-color:#f6f6f6;
}


