

a#primarylinkheader:hover
{
text-decoration: none;
}

/************* GENERAL STYLES *************/	
body
{
	color: #333333;
	font: 11px verdana;
	line-height: 18px;
}

a
{
	text-decoration: none;
	color: #001D61;
}

a:hover {
	text-decoration: underline;
	color: #4B6297;
}

/***** Layout Structure Styles *****/

div#overall-container /* overall-body encompasses the header, body, and footer */
{
	width: 750px;
	background-color: #fff;

}

div#border
{
	background-image: url(/webfiles/SabreEngineeringNZ/layouts/images/3090/borderbg.gif);
	padding: 8px 0px 8px 0px;
	width: 766px;
	margin: 40px;
} 

div#header-container
{
	background: #FFFFFF url(/webfiles/SabreEngineeringNZ/layouts/images/bg-header.gif);
}

td#body-container /* body container only includes the content and not the left nav*/
{
	background: #FFFFFF url(/webfiles/SabreEngineeringNZ/layouts/images/3090/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 30px; /* the padding here is commonly used to create margins around the content*/
}

/************** HEADINGS **************/
h1
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background:url(/webfiles/SabreEngineeringNZ/layouts/images/h1.gif) no-repeat left;
}
h1,
h1 a,
h1 a:visited,
h1 a:hover
{
	color: #001D61;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: normal normal bold 12px/normal arial;
	letter-spacing: 1px;
}
h2
{
	margin: 8px 0px 8px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h2,
h2 a,
h2 a:visited,
h2 a:hover
{ 
	border-bottom: 0px solid;
	color: #405689;
	font: normal normal bold 11px/normal arial;
	text-transform: uppercase;

}
h3
{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h3,
h3 a,
h3 a:visited,
h3 a:hover
{
	color: #808080;
	font: normal normal bold 11px/normal arial;
}

h4
{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
}

h4,
h4 a,
h4 a:visited,
h4 a:hover
{
	color: ##Paragraph Header Color##;
	font: normal normal bold 11px/normal arial;
}

h5
{
	color: Maroon;
	display: block;
	font: normal 11px arial;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
h6
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.header-box h2
{
border-bottom: 1px solid #ccc;
/* border-left: 15px solid #C5B15F;
padding-left: 10px; */
background-image: url(/webfiles/SabreEngineeringNZ/layouts/images/h2bg.jpg);
background-repeat: no-repeat;
background-position: bottom left;
padding-left: 40px;
}

/*************** TOP NAV ***************/	
div#tn-container 
{
text-align:Right;
background: #FFFFFF url(/webfiles/SabreEngineeringNZ/layouts/images/3090/tn_bg.jpg) repeat-x;
height: 87px;
}

table#topnav {
text-align: Right;
}

td#tn-left {}

td#tn-right {}

div#tn-bottom {}

/***** Top Nav Standard Links *****/
td.tn-link-std,
td.tn-selected-std {}

td.tn-link-std a,
td.tn-link-std a:visited,
td.tn-link-std a:active,
td.tn-selected-std a,
td.tn-selected-std a:active,
td.tn-selected-std a:visited 
{
	margin-top: 55px;
	color: #333333;
	display: block;
	padding: 0px 20px 0px 20px;
	text-transform: none;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #CCCCCC;
}

td.tn-selected-std a,
td.tn-selected-std a:visited, 
td.tn-link-std a:hover,
td.tn-selected-std a:hover 
{
	color: #003399  ! important;
	text-decoration: none;
}

/*************** LEFT NAV ****************/
td#ln-container
{
	width: 160px;
	background: #f0f0f0 url(/webfiles/SabreEngineeringNZ/layouts/images/bg-ln.gif);
	border-right: 1px solid #CCCCCC;
}

table#leftnav
{
	width: 100%;
}	

td#ln-top {}
	
td#ln-middle {}

td#ln-bottom {}

/***** Left Nav Standard Links *****/

a.ln-link-std,
a.ln-selected-std,
a.ln-link-std:active,
a.ln-selected-std:active,
a.ln-link-std:visited,
a.ln-selected-std:visited
{
	background: #f0f0f0;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font-family: Arial;
	font-size:11px;
	padding: 6px 3px 6px 3px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
}

a.ln-selected-std,
a.ln-link-std:hover,
a.ln-selected-std:hover 
{
	background: #999999 !important;
	color: #0066CC !important;
}

/***** Left Nav Sub Links *****/


a.ln-link-sub,
a.ln-selected-sub,
a.ln-link-sub:active,
a.ln-selected-sub:active,
a.ln-link-sub:visited,
a.ln-selected-sub:visited
{
	background: #f0f0f0;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font-family: Arial;
	font-size:11px;
	padding: 6px 3px 6px 25px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
}

a.ln-selected-sub,
a.ln-link-sub:hover,
a.ln-selected-sub:hover 
{
	font-weight:bold;
}

/*************** BODY ****************/
.list-table {}
.list-header {background-color:#CCCCCC;}
.list-row {border-top:1px solid #cccccc}

.back{
	text-decoration:none;
	font-weight:bold;
}

.main-image {
	border: 2px solid #999999;
}
.thumbnail-image
{
	border: 1px solid #999999;
}

.print-page-break {
	page-break-Before: always;
}
div.menu div.options {	
	margin: 0px 1px 0px 1px;
	border:1px solid #9F9F9F;
	background-color:#E5E7EC;
}
div.options,
div.options a,	
div.options a:visited,
div.options a:active
 {
	font-size:10px;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
	display:block;
	border-bottom: 1px solid #9F9F9F;
	text-decoration:none;
	background-color:transparent;
}
div.options a:hover {
	background-color:#aaaaaa;
	color:#ffffff;
}
.body-section-b
{
}
.body-section-a
{
}
table.productlist
{
	width: 100%;
}
table.productlist td
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:1px solid #cecfce;
}
table.productlist th
{
	font:bold 12px Arial;
	background-color:#cecfce;
	text-align:center;
}

.image-caption {
font-size:10px;
font-weight:bold;
}

/*************** FOOTER ****************/
div#footer-container
{
	margin-top: -20px;
	border-top: 0px solid #000000;
	text-align: center;
}
div#footer-container,
div#footer-container span.spacer,
div#footer-container a,
div#footer-container a:active,
div#footer-container a:visited
{
	color: #FFFFFF;
	font: 10px Verdana;
}
div#footer-container a {
	text-decoration: underline;
}
div#footer-container span.spacer
{
	padding:0px 10px;
}


div#footerbg
{
	background: url(/webfiles/SabreEngineeringNZ/layouts/images/3090/footerbg.jpg) no-repeat;
	height:71px;
	width: 750px;
}
