/* default link styles */
.maincontent a:link {
	color: #5A789C;
	text-decoration: none;
}

.maincontent a:visited {
	color: #5A789C;
	text-decoration: none;
}

.maincontent a:hover {
	color: #333333;
	text-decoration: underline;
}

.maincontent a:active {
	color: #333333;
	text-decoration: underline;
}

/* footer links */
.footer a:link {
	color: #5A789C;
	text-decoration: underline;
}

.footer a:visited {
	color: #5A789C;
	text-decoration: underline;
}

.footer a:hover {
	color: #333333;
	text-decoration: none;
}

.footer a:active {
	color: #333333;
	text-decoration: none;
}







/* page background*/
body {
	background-image:   url("images/page_parts/screen_background.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;	
}

/* banner background*/
.banner {
	background-image:    url("images/banners/nadel_banner.jpg");
	background-repeat: no-repeat;
	height: 144px;
	border: none;
	background-position: right;	
}

/* navigation bar background*/
.navbar {
	height: 20px;
	background-color: #F9F9F9;
	background-image: url(images/page_parts/nav_bar_fill.gif);
	text-align: center;
}

/* basic styling for table that contains banner, navbar, top and bottom corners, main content section and footer*/
.mastertable {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
}




/* top left and right corners on single column pages*/
.topcorners {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
}


/* top left corner on two column pages*/
.topcornerleft {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
	background-position: left;
}

/* top right corner on two column pages*/
.topcornerright {
	background-repeat: repeat-x;
	height: 22px;
	background-image:    url("images/page_parts/top_content_border_fill.gif");
	background-position: right;
	background-color: #8393AD;
}

/* bottom left and right corners on single column pages*/
.bottomcorners {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
}

/* bottom left corner on two column pages */
.bottomcornerleft {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
	background-position: left;
}

/* bottom right corner on two column pages */
.bottomcornerright {
	background-repeat: repeat-x;
	height: 24px;
	background-image:    url("images/page_parts/bottom_content_border_fill.gif");
	background-position: right;
	background-color: #8393AD;
}

/* footer background on all pages*/
.footer {
	height: 24px;
	background-image:    url(images/page_parts/footer_left_fill.gif);
	background-repeat: repeat-x;
}

/* basic styling and background for main content region on all pages */
.maincontent {
	background-image:  url("images/page_parts/content_background_fill.gif");
	background-repeat: repeat-y;
	padding: 0px 20px;
	vertical-align: top;
	
}

/* basic styling and background for right column on two column pages*/
.rightcolumn{
	color:#000000;
	background-repeat: repeat-y;
	background-image:    url("images/page_parts/content_background_fill.gif");
	background-position: right;
	background-color: #8393AD;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	width: 185px;
	padding-top: 0px;
}

/* centre aligned content */
.centred{
	text-align: center;
}

/* right column links*/
.rightcolumn a:link{
	text-decoration: underline;
	color:#000000;
}

.rightcolumn a:visited{
	text-decoration: underline;
	color:#000000;
}

.rightcolumn a:hover{
	color:#FFFFFF;
	text-decoration: none;
	
}

.rightcolumn a:active{
	color:#FFFFFF;
	text-decoration: none;
}


/* right column title */
.rightcolumntitle{
	font-size: 12px;
	font-weight: bold;
}

/* style for product thumbnails on right side of product descriptions */
.imagefloat {
	float:right;
	vertical-align:top
	height: inherit;
	text-align: right;
}

/* style for product divs*/
.product {
	
	min-height: 220px;
	height: 220px;
	padding-bottom: 20px;
}

/* style for product title headings */
.producttitle {
	color:#354A6B;
	font-size: 17px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A6F5E;
}

/* style for item names in kit tables */
.item {
	vertical-align: top;
	width: 180px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}

/* style for model number in kit tables */
.model {
	vertical-align: top;
	width: 100px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}

/* style for item quantity in kit tables */
.quantity {
	
	vertical-align: top;
	width: 20px;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #D0CBC4; */
	padding: 2px;
}


/* border around table */
.tableborder {
	/*border: 1px solid #7A6F5E;*/
	
}

/* product table alternating row fill a*/
.tablerowfilla {
	background-color: #F7F8F9;	
}

/* product table alternating row fill b*/
.tablerowfillb {
	background-color: #EAECEE;	
}



/* table title row */
.tabletitle {
	background-color: #5A5245;
	font-weight: bold;
	color: #FFFFFF;
}

/* infobox placement and basic styling*/
.infobox {
	background-color: #EAECEE;
	border: 1px solid #7A6F5E;
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	
}

/* title bar in infobox */
.infoboxtitle {
	font-weight: bold;
	font-size: 12px;
	background-color: #7A6F5E;
	color: #FFFFFF;
	padding: 2px;
}

/* text style in infobox */
.infoboxtext {
	padding: 2px;
}

/* infobox placement and basic styling*/
.infobox2 {
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;

	
}
.infobox3 {
	width: 160px;
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* logos table cell styling */
.logotablecell {
	height: 90px;
	width: 125px;
	vertical-align:bottom;
	text-align:center;
	}